From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66902 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Error in `mail-source-bind' when fetching mail Date: Wed, 30 Apr 2008 09:30:12 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86bq3rqutn.fsf@lifelogs.com> References: <874p9pqhnj.fsf@ID-24456.user.uni-berlin.de> <86d4o9udir.fsf@lifelogs.com> <87zlrdfijx.fsf@mixandgo.ro> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209565740 11383 80.91.229.12 (30 Apr 2008 14:29:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2008 14:29:00 +0000 (UTC) Cc: ding@gnus.org To: Cezar Halmagean Original-X-From: ding-owner+M15383@lists.math.uh.edu Wed Apr 30 16:29:36 2008 connect(): Connection refused 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.50) id 1JrDJC-0004Ab-Kc for ding-account@gmane.org; Wed, 30 Apr 2008 16:29:22 +0200 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 1JrDHc-0002h2-24; Wed, 30 Apr 2008 09:27:44 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JrDHZ-0002gm-TN for ding@lists.math.uh.edu; Wed, 30 Apr 2008 09:27:41 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JrDHT-0005PX-OB for ding@lists.math.uh.edu; Wed, 30 Apr 2008 09:27:41 -0500 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JrDHf-0005yY-00 for ; Wed, 30 Apr 2008 16:27:48 +0200 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id 541F67D8F64; Wed, 30 Apr 2008 07:37:49 -0700 (PDT) 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" X-Hashcash: 1:20:080430:ding@gnus.org::F1rfgPU4xdlBWP+Y:00002Asd X-Hashcash: 1:20:080430:cezar@mixandgo.ro::sdKLzMWdp6jwsRVO:0000000000000000000000000000000000000000000085PI In-Reply-To: <87zlrdfijx.fsf@mixandgo.ro> (Cezar Halmagean's message of "Mon, 28 Apr 2008 20:26:10 -0700") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66902 Archived-At: On Mon, 28 Apr 2008 20:26:10 -0700 Cezar Halmagean wrote: CH> Ted Zlatanov writes: >> Thanks. I moved the code out of the macro altogether, I didn't think it >> was clear anyhow, and it was much harder to debug. The restructured >> version is much cleaner IMO, and only calls the auth-source functions if >> the keywords actually show up. Please let me know if you find other >> problems or issues. >> >> As an aside, I kept making fixes and re-evaluating the defmacro but it >> wouldn't take effect. I guess I don't know defmacro well enough, but I >> didn't expect that from the documentation (I usually only use the >> backquote macros). It was a bit annoying until I finally realized what >> was happening. >> >> Ted CH> I still get the same error message with the latest version of emacs from CH> cvs. CH> Gnus v5.13 CH> GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of CH> 2008-04-28 CH> Mail source (maildir :path /home/cezar/Mail) error (user). Continue? CH> (yes or no) Maybe it wasn't synchronized yet. I don't do the synchronization into Emacs manually, but it has happened as of this morning (2008-04-30 at 09:30 CST). Update from CVS, exit Emacs altogether (re-evaluating the mail-source.el macros doesn't do it), and see if the problem happens again. Sorry for the inconvenience. Ted