From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28445 Path: main.gmane.org!not-for-mail From: dsg@mitre.org (David S. Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: [nnir] WIBNI Date: 23 Dec 1999 16:21:22 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165291 29897 80.91.224.250 (21 Oct 2002 01:54:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:54:51 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id B9302D0529 for ; Thu, 23 Dec 1999 16:24:06 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB20952; Thu, 23 Dec 1999 15:23:46 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Dec 1999 15:23:18 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA12392 for ; Thu, 23 Dec 1999 15:23:08 -0600 (CST) Original-Received: from linus.mitre.org (linus.mitre.org [129.83.10.1]) by mailhost.sclp.com (Postfix) with ESMTP id 3ED6ED0529 for ; Thu, 23 Dec 1999 16:21:27 -0500 (EST) Original-Received: from blackbird.mitre.org (blackbird [129.83.65.14]) by linus.mitre.org (8.8.7/8.8.7) with ESMTP id QAA13998 for ; Thu, 23 Dec 1999 16:21:26 -0500 (EST) Original-Received: (from dsg@localhost) by blackbird.mitre.org (8.8.7/8.8.7) id QAA19429; Thu, 23 Dec 1999 16:21:23 -0500 (EST) Mail-Copies-To: never Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 Original-Lines: 19 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Biscayne) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28445 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28445 I love solving my own problems. Turns out the problem was starting my regexp with ^. nnir.el adds ^ to the remove-prefix itself. I think it should check first, but anyway, removing it fixes the problem for me. I can now search my mail and cache groups and am really really happy. I just wrote a couple of simple functions that set the nnir variables appropriately. Point of info: to set nnir-mail-backend for the cache, I did: (setq nnir-mail-backend (cdr (assoc "cache" gnus-server-alist))) since the cache showed up at different places in gnus-opened-servers in different runs of gnus. YMMV. -- Dave Goldberg Post: The Mitre Corporation\MS B325\202 Burlington Rd.\Bedford, MA 01730 Phone: 781-271-3887 Email: dsg@mitre.org