From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5847 Path: news.gmane.org!not-for-mail From: Jesse Alama Newsgroups: gmane.emacs.gnus.user Subject: nnimap from gnus-cvs busted: Symbol's function definition is void: netrc-machine-user-or-password Date: Fri, 07 Oct 2005 23:00:03 -0700 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138671495 29081 80.91.229.2 (31 Jan 2006 01:38:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:38:15 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:35:55 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!fu-berlin.de!headwall.stanford.edu!newsfeed.stanford.edu!shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-X-Trace: news.Stanford.EDU 1128751204 10181 127.0.0.1 (8 Oct 2005 06:00:04 GMT) Original-X-Complaints-To: news@news.stanford.edu User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (darwin) Cancel-Lock: sha1:tzC1/2qu0Ok2fmTG9O8KhIfwsyw= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5989 Original-Lines: 27 X-Gnus-Article-Number: 5989 Tue Jan 17 17:35:55 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5847 Archived-At: When gnus tries to open a connection to my IMAP server, I am told that the server cannot be opened. Here's what *Messages* contains after the error: Parsing authinfo file `~/.authinfo'. Unable to open server due to: Symbol's function definition is void: netrc-machine-user-or-password The call to `nnimap-open-connection' dies because `netrc-machine-user-or-password' apparentlt isn't defined. The function `netrc-machine-user-or-password' is defined in netrc.el If I quit gnus, byte-compile and load the file netrc.el, and restart gnus, I don't come across the error and am able to connect to my IMAP server just fine. gnus-util.el `requires' `netrc and provides 'gnus-util, nnmail.el `requires' 'gnus-util and `provides' 'nnmail, and nnimap.el `requires' 'nnmail. Thus I'm stumped about why when `nnimap-open-connection' is evaluated `netrc-machine-user-or-password' has no value. What might be happening? I'm running a September 26 version of Emacs CVS and an October 7 version of CVS gnus. Jesse -- Jesse Alama (alama@stanford.edu)