From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68657 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Changes for Emacs 23.1 Date: Mon, 06 Jul 2009 20:30:21 +0200 Message-ID: <87skh9oe9u.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246905202 15343 80.91.229.12 (6 Jul 2009 18:33:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Jul 2009 18:33:22 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17084@lists.math.uh.edu Mon Jul 06 20:33:15 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 1MNt04-0003NK-BF for ding-account@gmane.org; Mon, 06 Jul 2009 20:33:12 +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 1MNszE-0003Pl-RF; Mon, 06 Jul 2009 13:32:20 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1MNszD-0003Pc-R1 for ding@lists.math.uh.edu; Mon, 06 Jul 2009 13:32:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1MNsz9-0003DR-66 for ding@lists.math.uh.edu; Mon, 06 Jul 2009 13:32:19 -0500 Original-Received: from out2.smtp.messagingengine.com ([66.111.4.26]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1MNszg-000899-00 for ; Mon, 06 Jul 2009 20:32:48 +0200 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 997413AEB2C for ; Mon, 6 Jul 2009 14:32:13 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 06 Jul 2009 14:32:13 -0400 X-Sasl-enc: Ra7r8cXtCLa369Mn4+oROeRWEf5Zm8dZS/z1+KhKUAeL 1246905043 Original-Received: from thinkpad.tsdh.de (p54AF2289.dip0.t-ipconnect.de [84.175.34.137]) by mail.messagingengine.com (Postfix) with ESMTPA id EEEA43786 for ; Mon, 6 Jul 2009 14:30:26 -0400 (EDT) Mail-Copies-To: never In-Reply-To: (David Engster's message of "Mon, 06 Jul 2009 14:48:03 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68657 Archived-At: David Engster writes: Hi David, > I also noticed that the documentation for nnir is still a stub. Since > I've never used nnir, I don't feel competent enough to write something > up. I think at least the config for nnimap groups is so easy, that it could be added to the normal section about imap. --8<---------------cut here---------------start------------->8--- (add-to-list 'gnus-secondary-select-methods '(nnimap "Fastmail" (nnimap-address "localhost") (nnimap-stream network) (nnimap-authenticator login) (nnir-search-engine imap))) ;; Only this line! --8<---------------cut here---------------end--------------->8--- > I think if nnir isn't properly documented, it should be removed from > Emacs 23. I'm not in favour of doing so... I wonder if anybody uses nnir with some other search engine than imap. If not, I'd vote for putting the imap stuff into nnimap.el and dropping nnir altogether. Bye, Tassilo