From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73439 Path: news.gmane.org!not-for-mail From: Andrew Cohen Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus search Date: Thu, 21 Oct 2010 15:00:29 -0400 Message-ID: <87ocan9xrm.fsf@andy.bu.edu> References: <87eibjzd2q.fsf@pcuds33.cern.ch> <87eibjbfb8.fsf@andy.bu.edu> <87sjzz9zdo.fsf@andy.bu.edu> <87aam7qtaj.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287687652 6423 80.91.229.12 (21 Oct 2010 19:00:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2010 19:00:52 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21809=ding+2Daccount=gmane.org@lists.math.uh.edu Thu Oct 21 21:00:51 2010 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 1P90NZ-0007BG-3b for ding-account@gmane.org; Thu, 21 Oct 2010 21:00:45 +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 1P90NY-000692-EI for ding-account@gmane.org; Thu, 21 Oct 2010 14:00: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 1P90NW-00068v-QB for ding@lists.math.uh.edu; Thu, 21 Oct 2010 14:00:42 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P90NV-0005Af-6g for ding@lists.math.uh.edu; Thu, 21 Oct 2010 14:00:42 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P90NU-0003Fm-00 for ; Thu, 21 Oct 2010 21:00:40 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P90NT-00079H-7K for ding@gnus.org; Thu, 21 Oct 2010 21:00:39 +0200 Original-Received: from andy.bu.edu ([128.197.41.152]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Oct 2010 21:00:39 +0200 Original-Received: from cohen by andy.bu.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Oct 2010 21:00:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: andy.bu.edu User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:YnqNIp4LeEqROG6SIBrQAQEIs0o= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73439 Archived-At: >>>>> "Ted" == Ted Zlatanov writes: Ted> I think we should always enable nnir, meaning that this: Ted> (defun nnir-group-mode-hook () (define-key gnus-group-mode-map Ted> (kbd "G G") 'gnus-group-make-nnir-group)) (add-hook Ted> 'gnus-group-mode-hook 'nnir-group-mode-hook) Ted> should be available without explicitly loading nnir.el. How about adding it to gnus-group-group-map? In gnus-group.el (gnus-define-keys (gnus-group-group-map "G" gnus-group-mode-map) "G" gnus-group-make-nnir-group