From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76618 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Fix Gcc processing on IMAP Date: Sun, 13 Feb 2011 07:40:01 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87ipwohx3i.fsf@lifelogs.com> References: <87k4h4dw9v.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297604434 23590 80.91.229.12 (13 Feb 2011 13:40:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Feb 2011 13:40:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24961@lists.math.uh.edu Sun Feb 13 14:40:29 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 1PocBe-0007AY-7F for ding-account@gmane.org; Sun, 13 Feb 2011 14:40:26 +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 1PocBW-000116-NN; Sun, 13 Feb 2011 07:40:18 -0600 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 1PocBV-00010p-8n for ding@lists.math.uh.edu; Sun, 13 Feb 2011 07:40:17 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PocBU-0007VI-6o for ding@lists.math.uh.edu; Sun, 13 Feb 2011 07:40:17 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PocBT-0004Iy-G8 for ding@gnus.org; Sun, 13 Feb 2011 14:40:15 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PocBS-00076l-JZ for ding@gnus.org; Sun, 13 Feb 2011 14:40:14 +0100 Original-Received: from c-67-186-102-106.hsd1.il.comcast.net ([67.186.102.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Feb 2011 14:40:14 +0100 Original-Received: from tzz by c-67-186-102-106.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Feb 2011 14:40:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-67-186-102-106.hsd1.il.comcast.net 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" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:G7P0cQLTd3CxK2Db2Z9MOP4GybM= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76618 Archived-At: On Sun, 13 Feb 2011 12:11:24 +0100 Tassilo Horn wrote: TH> as I've reported in <874o8enpi0.fsf@member.fsf.org>, Gcc is broken in TH> the current HEAD. I wanted to sit it out on an older working revision TH> till Lars is back, but unfortunately Ted did an interface change in TH> auth-sources that was synced to emacs, and now emacs has an autoload TH> cookie for some auth-sources function that is not available in the older TH> Gnus version... ... TH> I'm no expert with nnimap.el (in fact, 20 minutes ago I had my first TH> look at it), but I think I could understand what Lars wanted to do. TH> Here is a patch that fixes the Gcc issue for me. Sorry about that, Tassilo. I applied your patch. Lars can check it more thoroughly but it Works For Me :) TH> I have papers on file, but no push access for Gnus git. Could someone TH> please commit and push for me? (I could commit & push on emacs bzr TH> trunk, but I think this way is easier.) If you like, I can add you to the Git comitters. I just need the output of "htpasswd -n tassilo". Thanks Ted