info-gnus-english
[Top][All Lists]
Advanced

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

Re: Not able to activate Gnus


From: yamaoka
Subject: Re: Not able to activate Gnus
Date: Sun, 26 Apr 2009 15:47:12 -0700 (PDT)
User-agent: G2/1.0

;; My message posted in 21 Apr seems to have been lost.
;; This is the second try.

>>>>> Atul wrote:
> I have compiled and installed the latest Emacs from the CVS
> repository. With earlier versions of my Emacs, I used to regularly
> check my email with Gnus. But now it does not start. The error message
> says:

> "nnimap-find-minmax-uid: Symbol's function definition is void: imap-
> fetch-safe"

> What could be the problem?

My best guess is that you have an old imap.el installed in the
site-lisp directory or something.  You can find it by performing:

M-x locate-library RET imap RET

Maybe some other old modules are also there.  Try removing them
or modifying the `load-path' variable to make it prefer the newest
ones.  For example, put this line in the ~/.emacs file:

(push "DIRECTORY" load-path)

Where DIRECTORY is the directory name that the following command
reports:

M-x locate-library RET net/imap RET

`imap-fetch-safe' is a new function introduced in Jan 1, 2009.


reply via email to

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