From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77297 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: auth-source.el: help-print-return-message Date: Thu, 24 Feb 2011 20:00:00 +0100 Message-ID: <87fwrdntqn.fsf@marauder.physik.uni-ulm.de> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298574045 20674 80.91.229.12 (24 Feb 2011 19:00:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2011 19:00:45 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25624@lists.math.uh.edu Thu Feb 24 20:00:41 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsgQV-0004PO-Rl for ding-account@gmane.org; Thu, 24 Feb 2011 20:00:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PsgQF-00057p-21; Thu, 24 Feb 2011 13:00:19 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PsgQD-00057S-9V for ding@lists.math.uh.edu; Thu, 24 Feb 2011 13:00:17 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PsgQB-0000Wa-TH for ding@lists.math.uh.edu; Thu, 24 Feb 2011 13:00:16 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PsgQ9-0000mH-OZ for ding@gnus.org; Thu, 24 Feb 2011 20:00:13 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PsgQ8-00048G-H8 for ding@gnus.org; Thu, 24 Feb 2011 20:00:12 +0100 Original-Received: from p4fd3aeaa.dip.t-dialin.net ([79.211.174.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 20:00:12 +0100 Original-Received: from Reiner.Steib by p4fd3aeaa.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 20:00:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p4fd3aeaa.dip.t-dialin.net User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:vSthm+YQbq3C2Etlqx5hIVRLqxA= X-Spam-Score: 0.5 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-1729--4330h-0s--0d--H*u:Emacs, 0.000-1661--4159h-0s--0d--H*u:Gnus, 0.000-1602--4011h-0s--0d--H*u:linux, 0.000-1602--4011h-0s--0d--H*UA:linux, 0.000-1545--3867h-0s--0d--H*UA:gnu Spam tokens: 0.918-6--5h-123s--0d--H*F:D*cc Autolearn status: no 0.0 FREEMAIL_FROM Sender email is freemail (reinersteib+gmane[at]imap.cc) -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 2.4 FREEMAIL_REPLYTO Reply-To/From or Reply-To/body contain different freemails 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77297 Archived-At: Hi, when compiling Gnus (from git), I get... $ emacs --version GNU Emacs 23.1.1 [...] $ make [...] In end of data: auth-source.el:1331:1:Warning: the function `help-print-return-message' is not known to be defined. When opening the IMAP server, I hit `?' at the "Save auth info to file" prompt: | Opening TLS connection to `imap.foo.invalid'...done | Save auth info to file ~/.authinfo.gpg? y/n/N/e/?: | Unable to open server nnimap+imap.foo.invalid due to: \ | Symbol's function definition is void: help-print-return-message | Opening nnimap server on imap.foo.invalid...failed: | Server denied access | nnimap+imap.foo.invalid:INBOX error: BAD Please login first Bye, Reiner