emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Emacs initialization problem on Windows after latest git p


From: Manish
Subject: [Orgmode] Re: Emacs initialization problem on Windows after latest git pull of Org
Date: Mon, 4 Jan 2010 23:24:12 +0530

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]