From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77674 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: auth-source problem Date: Sat, 12 Mar 2011 12:10:06 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87sjus9pmp.fsf@lifelogs.com> References: <847hcb8wrc.fsf@aol.com> <877hcbxk4r.fsf@lifelogs.com> <8439mxxbhs.fsf@aol.com> <874o7cqptv.fsf@lifelogs.com> <84r5afwp83.fsf@aol.com> <87ipvrkm31.fsf@lifelogs.com> <841v2czy8c.fsf@aol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299953469 4381 80.91.229.12 (12 Mar 2011 18:11:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2011 18:11:09 +0000 (UTC) Cc: ding@gnus.org To: nyc4bos@aol.com Original-X-From: ding-owner+M25997@lists.math.uh.edu Sat Mar 12 19:11:05 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 1PyTHN-0001FK-4K for ding-account@gmane.org; Sat, 12 Mar 2011 19:11:05 +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 1PyTGf-0003mj-Fx; Sat, 12 Mar 2011 12:10:21 -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 1PyTGd-0003mP-W8 for ding@lists.math.uh.edu; Sat, 12 Mar 2011 12:10:20 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PyTGT-0003v4-VP for ding@lists.math.uh.edu; Sat, 12 Mar 2011 12:10:19 -0600 Original-Received: from z.lifelogs.com ([173.255.230.239]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PyTGT-00067w-23 for ding@gnus.org; Sat, 12 Mar 2011 19:10:09 +0100 Original-Received: from heechee (c-67-186-102-106.hsd1.il.comcast.net [67.186.102.106]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tzz) by z.lifelogs.com (Postfix) with ESMTPSA id CEAE562001; Sat, 12 Mar 2011 18:10:07 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: <841v2czy8c.fsf@aol.com> (nyc4bos@aol.com's message of "Sat, 12 Mar 2011 00:47:31 -0500") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77674 Archived-At: On Sat, 12 Mar 2011 00:47:31 -0500 nyc4bos@aol.com wrote: n> Unable to open server nnimap+aol due to: Invalid function: 993 n> auth-source.el doesn't show up (not prompting) for AOL at all and n> I do NOT have it in my ~/.authinfo.gpg file so I think at least n> this problem is related to auth-source.el You were right and I finally found the problem. nnimap.el traps the error so you don't know it came from auth-source.el (actually from `replace-regexp-in-string' which tries to evaluate non-string arguments). I believe it's fixed now. Ted