From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13790 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: A small patch for nnir.el Date: Mon, 22 Mar 2010 07:56:54 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87vdco1pm1.fsf@lifelogs.com> References: <87eijitjnp.fsf@dishevelled.net> <87mxy45cw0.fsf@lifelogs.com> <87d3z0klpi.fsf@dishevelled.net> <87fx3vf2zb.fsf@lifelogs.com> <87ociid7wz.fsf@dishevelled.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273018243 14590 80.91.229.12 (5 May 2010 00:10:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 00:10:43 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed May 05 02:10:40 2010 connect(): No such file or directory Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9SCC-0001FN-3t for gegu-info-gnus-english@m.gmane.org; Wed, 05 May 2010 02:10:36 +0200 Original-Received: from localhost ([127.0.0.1]:35205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9SCB-00059X-HC for gegu-info-gnus-english@m.gmane.org; Tue, 04 May 2010 20:10:35 -0400 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 23 Original-X-Trace: news.albasani.net jErf9HEFlJzEFqlDh8r5iDKzb/9i42J/PH0gBE4sTHwLUTJVC5Xeca8sRT35MElDqgKkakMe2ALKNypZAq/9NtNHOb9OqpA0I0nnENz4Fgwn9DbfWbwJZ4jk9LINjvzw Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Mon, 22 Mar 2010 12:56:55 +0000 (UTC) X-User-ID: 9p5wuFWKIJ+QVkMGFRUodBJQfP3xC7+7nS569ThM6Js= 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" Cancel-Lock: sha1:CUWPCaTlM8eaZJLlchwUpGf3dx0= sha1:upCI1jxkl9DYQyuB7ylDJfOrZd8= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.91 (gnu/linux) X-NNTP-Posting-Host: uedBfIQ0AsrvSF2rU1QCgwKuegrtYRsQbc/xNcV2t8g= Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84158 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13790 Archived-At: On Sun, 21 Mar 2010 08:01:32 +1100 Mark Triggs wrote: MT> Ted Zlatanov writes: >> Comitted. I renamed the function with "-override-" so it's clear it >> overrides the normal flow and used an if with comments instead of the >> unless. The changes are still tiny. Can you test and write back if >> it works for you or not? MT> Many thanks, Ted; that's working fine for me. Just for reference, MT> here's what I'm doing in my own code: MT> http://github.com/marktriggs/mailindex/raw/master/contrib/mailindex.el I'm pushing for moving Gnus to Git (discussed on the ding mailing list over the last few months). When that happens collaboration through Git repos will be much easier. Specifically for mailindex.el, you could contribute it to Gnus if you like and the license allows it. I hope there is some documentation too, I didn't examine the whole repo but that file doesn't have any. Thanks Ted