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 _______________________________________________ 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