emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Manish <mailtomanish.sharma@gmail.com>
To: Org-Mode <emacs-orgmode@gnu.org>
Subject: Re: Emacs initialization problem on Windows after latest git pull of Org
Date: Mon, 4 Jan 2010 23:24:12 +0530	[thread overview]
Message-ID: <e7cdbe31001040954r7518b5b8sa323163e801af248@mail.gmail.com> (raw)
In-Reply-To: <e7cdbe31001040932s354b78f4t6a2953fe187b698d@mail.gmail.com>

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	other threads:[~2010-01-04 19:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-04 17:32 Emacs initialization problem on Windows after latest git pull of Org Manish
2010-01-04 17:54 ` Manish [this message]
2010-01-04 18:39 ` David Maus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e7cdbe31001040954r7518b5b8sa323163e801af248@mail.gmail.com \
    --to=mailtomanish.sharma@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).