emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Emacs initialization problem on Windows after latest git pull of Org
@ 2010-01-04 17:32 Manish
  2010-01-04 17:54 ` Manish
  2010-01-04 18:39 ` David Maus
  0 siblings, 2 replies; 3+ messages in thread
From: Manish @ 2010-01-04 17:32 UTC (permalink / raw)
  To: Org-Mode

Hello List,

After the latest git update, Emacs init is interrupted with this message:

"Symbol's function definition is void: mailcap-parse-mailcaps"

Recent changes and related info:

- Windows XP SP2
- GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON
- Cygwin 1.7 (recently updated) <- I use Cygwin Emacs only to compile Org
- Latest git pull of Org-mode

Any ideas how I can begin to debug this?

Thanks
-- 
Manish

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs initialization problem on Windows after latest git pull of Org
  2010-01-04 17:32 Emacs initialization problem on Windows after latest git pull of Org Manish
@ 2010-01-04 17:54 ` Manish
  2010-01-04 18:39 ` David Maus
  1 sibling, 0 replies; 3+ messages in thread
From: Manish @ 2010-01-04 17:54 UTC (permalink / raw)
  To: Org-Mode

On Mon, Jan 4, 2010 at 11:02 PM, Manish wrote:
> Hello List,
>
> After the latest git update, Emacs init is interrupted with this message:
>
> "Symbol's function definition is void: mailcap-parse-mailcaps"
>
> Recent changes and related info:
>
> - Windows XP SP2
> - GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON
> - Cygwin 1.7 (recently updated) <- I use Cygwin Emacs only to compile Org
> - Latest git pull of Org-mode
>
> Any ideas how I can begin to debug this?
>

Doh.. use --debug-init

There seem to have been some conflict with extview.el.  Commenting out
following lines seems to solve the problem:

,----
| ;; for invoking external viewers from within dired
| (require 'extview)
|
| ;; (push '("\\.pdf$" . "acroread %s") extview-application-associations)
| (push '("\\.html$" . ask) extview-application-associations)
| (push '("\\.doc$" . "C:/PROGRA~1/OFFICE11/WINWORD.EXE %s")
extview-application-associations)
| (push '("\\.xls$" . "C:/PROGRA~1/OFFICE11/EXCEL.EXE %s")
extview-application-associations)
| (push '("\\.pdf$" . "C:/PROFRA~1/Adobe/Reader\\
8\\.0/Reader/AcroRd32.exe %s") extview-application-associations)
`----

I have had extview since Emacs 22, may be it is not needed anymore
with the recent change about special ways of opening files.. Will have
to test it.

Sorry for the noise.
-- 
Manish

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Emacs initialization problem on Windows after latest git pull of Org
  2010-01-04 17:32 Emacs initialization problem on Windows after latest git pull of Org Manish
  2010-01-04 17:54 ` Manish
@ 2010-01-04 18:39 ` David Maus
  1 sibling, 0 replies; 3+ messages in thread
From: David Maus @ 2010-01-04 18:39 UTC (permalink / raw)
  To: Manish; +Cc: Org-Mode


[-- Attachment #1.1: Type: text/plain, Size: 844 bytes --]

Hi Manish,

At Mon, 4 Jan 2010 23:02:55 +0530,
Manish wrote:
>
> Hello List,
>
> After the latest git update, Emacs init is interrupted with this message:
>
> "Symbol's function definition is void: mailcap-parse-mailcaps"
>
> Recent changes and related info:
>
> - Windows XP SP2
> - GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON
> - Cygwin 1.7 (recently updated) <- I use Cygwin Emacs only to compile Org
> - Latest git pull of Org-mode
>
> Any ideas how I can begin to debug this?

Maybe emacs --debug-init is a starting point:

man emacs
,----
| Enable Emacs Lisp debugger during the processing of the user init file
| ~/.emacs.  This is useful for debugging problems in the init file.
`----

 -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... maus.david@gmail.com
ICQ....... 241051416

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-04 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-04 17:32 Emacs initialization problem on Windows after latest git pull of Org Manish
2010-01-04 17:54 ` Manish
2010-01-04 18:39 ` David Maus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).