From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13786 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: A small patch for nnir.el Date: Sat, 20 Mar 2010 10:05:12 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87fx3vf2zb.fsf@lifelogs.com> References: <87eijitjnp.fsf@dishevelled.net> <87mxy45cw0.fsf@lifelogs.com> <87d3z0klpi.fsf@dishevelled.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1273018208 14520 80.91.229.12 (5 May 2010 00:10:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 00:10:08 +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:06 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 1O9SBg-000171-Rw for gegu-info-gnus-english@m.gmane.org; Wed, 05 May 2010 02:10:05 +0200 Original-Received: from localhost ([127.0.0.1]:34967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9SBg-0004Sq-3q for gegu-info-gnus-english@m.gmane.org; Tue, 04 May 2010 20:10:04 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!t-online.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 29 Original-X-Trace: news.albasani.net U6mSWej3w9mDji92Ak+4ffipS0tYKaMH2sIIq41wAjI+z78F4nubNCnpOB/5QOja0Nwht2ekuDyBpAT3Macjpr7yWy+hXJYsLA05LQeQhVH+YJ5G7Ylma36Zf5u+g7d1 Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Sat, 20 Mar 2010 15:05:14 +0000 (UTC) X-User-ID: Tiry1cXy8oc8CGKdiVa06GFchCxJvPPRgg9YCE4tZGA= 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:o5AhnHnak6jhGCHWao+Siv5ApS0= sha1:fEluw23bNQaiExlpgk0whNtuPDM= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.93 (gnu/linux) X-NNTP-Posting-Host: psp1GJ0Dz4+yJeUapkdv+jNZR/Ql63txUF1L0aKtEYM= Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84153 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:13786 Archived-At: On Sat, 20 Mar 2010 09:09:29 +1100 Mark Triggs wrote: MT> Ted Zlatanov writes: >> On Thu, 18 Mar 2010 14:04:26 +1100 Mark Triggs wrote: >> MT> I'm writing here because I'm a bit unsure who I should offer my (tiny) MT> nnir.el patch to. The ding list seems to have fallen to the spammers, MT> and Kai Großjohann said that, although my patch looked sensible, he's no MT> longer the primary maintainer of nnir.el. >> >> Send it to the ding list or post here. I'll take a look. >> >> You need to have signed papers if your patch is non-trivial. MT> Thanks Ted. I've attached my patch, which must be at least close to MT> trivial--it looks bigger than it really is because wrapping the old code MT> in an "unless" has changed the indentation. MT> I've signed FSF copyright papers before, but never for Gnus (I think my MT> last one was against ERC). I'm happy to sign and submit whatever wants MT> signing and submitting, though. 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? Thanks Ted