From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67357 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: mairix 'G b c' trouble Date: Thu, 11 Sep 2008 11:35:21 +0200 Message-ID: References: <87prnfhe84.fsf@wolfram.com> <87r67viqzb.fsf@engster.org> <87y723ibx7.fsf_-_@wolfram.com> <87ljxzsnh1.fsf@wolfram.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221125874 3074 80.91.229.12 (11 Sep 2008 09:37:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2008 09:37:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15808@lists.math.uh.edu Thu Sep 11 11:38:49 2008 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 1KdidT-0005So-SS for ding-account@gmane.org; Thu, 11 Sep 2008 11:38:48 +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 1KdibV-00042W-Qh; Thu, 11 Sep 2008 04:36:45 -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 1KdibU-00042I-2u for ding@lists.math.uh.edu; Thu, 11 Sep 2008 04:36:44 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KdibR-0001Z8-Ir for ding@lists.math.uh.edu; Thu, 11 Sep 2008 04:36:44 -0500 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KdibU-0006IV-00 for ; Thu, 11 Sep 2008 11:36:44 +0200 Original-Received: from kafka.physik3.gwdg.de ([134.76.92.48]) by m61s02.vlinux.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1Kdica-0008F5-Lw for ding@gnus.org; Thu, 11 Sep 2008 11:37:52 +0200 In-Reply-To: <87ljxzsnh1.fsf@wolfram.com> (Bill White's message of "Wed, 10 Sep 2008 16:24:58 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2.90 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67357 Archived-At: Bill White writes: > Typing, for example, 'n TAB', hoping for a completion of 'nnml', gives > the message: > > [No match] [...] > ,----[ ~/.emacs ] > | (setq gnus-select-method '(nntp "netnews.mchsi.com")) > | (setq gnus-secondary-select-methods > | '( > | (nntp "news.gmane.org") > | (nnml "") > | )) > `---- I tried to reproduce this with the latest Emacs CVS checkout, no .emacs and a minimal .gnus containing essentially the same select methods, but to no avail. nnmairix looks at the variable gnus-opened-servers to determine the available mail back ends. The contents of this variable (C-h v gnus-opened-servers RET) should contain the lines ((nnml "") ok) Additionally, you should see no "nnmairix" server whatsoever in this variable. If there is already a nnmairix server, maybe from your previous efforts of using nnmairix, you should delete any mairix groups which still linger around and restart Gnus. -David