From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68213 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: No mairix binding Date: Tue, 27 Jan 2009 13:33:07 +0100 Message-ID: References: <87d4e9on05.fsf@mcbain.luannocracy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233059651 7136 80.91.229.12 (27 Jan 2009 12:34:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2009 12:34:11 +0000 (UTC) Cc: David Abrahams , ding@gnus.org Original-X-From: ding-owner+M16654@lists.math.uh.edu Tue Jan 27 13:35:23 2009 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 1LRnA3-0003LY-1O for ding-account@gmane.org; Tue, 27 Jan 2009 13:35:23 +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 1LRn7y-0006mT-0D; Tue, 27 Jan 2009 06:33:14 -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 1LRn7w-0006m9-GI for ding@lists.math.uh.edu; Tue, 27 Jan 2009 06:33:12 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LRn7u-0001pP-8K for ding@lists.math.uh.edu; Tue, 27 Jan 2009 06:33:12 -0600 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LRn8C-0004zA-00 for ; Tue, 27 Jan 2009 13:33:28 +0100 Original-Received: from kafka.physik3.gwdg.de ([134.76.92.48] helo=kafka) by m61s02.vlinux.de with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.63) (envelope-from ) id 1LRn8k-0002ZR-5l; Tue, 27 Jan 2009 13:34:02 +0100 Original-Newsgroups: gnus.gnus-bug User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Mail-Followup-To: ding@gnus.org Cancel-Lock: sha1:cpW4VcfhEjL6JkMOaXDs2lri2XA= In-Reply-To: <87d4e9on05.fsf@mcbain.luannocracy.com> (David Abrahams's message of "Mon, 26 Jan 2009 15:01:14 -0500") Posted-To: gnus.gnus-bug X-Spam-Score: -1.6 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68213 Archived-At: The following message is a courtesy copy of an article that has been posted to gnus.gnus-bug as well. [Followup from gnus-bug to ding@gnus.org] David Abrahams writes: > Gnus v5.13 > GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.14.4) > of 2009-01-05 on mcbain > 200 news.ett.com.ua InterNetNews NNRP server INN 2.4.3 ready (posting ok). > > > 2.18.2.5 Configuring nnmairix > ............................. > > In group mode, type `G b c' > (`nnmairix-create-server-and-default-group'). This will ask you for all > necessary information and create a `nnmairix' server as a foreign > server. > > When I fire up Gnus, there is no such binding in the *Group* buffer (I > presume that's what "in group mode" means?). That remains true even > after `M-x load-library nnmairix' Currently, you have to put (require 'nnmairix) in your .gnus to make the bindings work, since they're set up in the gnus-group-mode-hook. We should set up a permanent binding in group mode for an autoloaded nnmairix-create-server-and-default-group. I didn't do this yet, since there was no definite decision on what key bindings nnmairix should use. At the moment, it uses the 'G b' prefix in group mode and '$' in summary mode, while nnir uses 'G G'. Reiner suggested three alternatives to improve this situation[*], where I voted for using 'G G' as a prefix for nnmairix in all modes and using 'G G i' for nnir. -David [*] http://thread.gmane.org/gmane.emacs.gnus.general/67055