From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25915 Path: main.gmane.org!not-for-mail From: Jens-Ulrik Petersen Newsgroups: gmane.emacs.gnus.general Subject: Re: nnir UI Date: 15 Oct 1999 18:14:41 +0900 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 1035163221 16708 80.91.224.250 (21 Oct 2002 01:20:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:20:21 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA29586 for ; Fri, 15 Oct 1999 05:18:24 -0400 (EDT) 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 EAB02742; Fri, 15 Oct 1999 04:17:56 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 15 Oct 1999 04:17:38 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id EAA26669 for ; Fri, 15 Oct 1999 04:17:19 -0500 (CDT) Original-Received: from mgw-x1.nokia.com (mgw-x1.nokia.com [131.228.20.21]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA29561 for ; Fri, 15 Oct 1999 05:15:23 -0400 (EDT) Original-Received: from mgw-i1.ntc.nokia.com (mgw-i1.ntc.nokia.com [131.228.118.60]) by mgw-x1.nokia.com (8.9.3/8.9.3) with ESMTP id MAA05209 for ; Fri, 15 Oct 1999 12:15:11 +0300 (EETDST) Original-Received: from samail01.nmp.nokia.com (root@samail01.nmp.nokia.com [131.228.240.6]) by mgw-i1.ntc.nokia.com (8.9.3/8.9.3) with ESMTP id MAA06956 for ; Fri, 15 Oct 1999 12:15:04 +0300 (EETDST) Original-Received: from tolnx04.europe.nokia.com (root@tolnx04.europe.nokia.com [172.24.108.57]) by samail01.nmp.nokia.com (8.8.6 (PHNE_17135)/8.8.6) with ESMTP id MAA24528 for ; Fri, 15 Oct 1999 12:22:52 +0300 (EETDST) Original-Received: (from jepeters@localhost) by tolnx04.europe.nokia.com (8.9.3/8.8.7) id SAA03290; Fri, 15 Oct 1999 18:14:43 +0900 Original-To: ding list In-Reply-To: EXT Simon Josefsson's message of "13 Oct 1999 14:38:43 +0200" Original-Lines: 35 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/21.1 (Arches) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25915 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25915 Simon Josefsson writes: > Jens-Ulrik.Petersen@nokia.com writes: > > > who's trying to get nnir to work over nnimap. > > Is there some problem? I think the latest nnir should work right > away. No, no, probably I'm just being stupid. Well actually yes, I get the following error when I try to use nnir (v1.45) with nnimap-0.130. error("Must specify groups for IMAP searching.") nnir-run-imap(((query . "haskell")) nil) nnir-run-query("((query . \"haskell\"))") nnir-request-group("((query . \"haskell\"))" "-ephemeral" nil) gnus-request-group("nnir:((query . \"haskell\"))") gnus-group-read-ephemeral-group("((query . \"haskell\"))" (nnir "") t (# . reply-yank) nil) gnus-group-make-nnir-group(nil "haskell") call-interactively(gnus-group-make-nnir-group) To be find the UI/setup of nnir a bit unfriendly. Why not just use the backend on the current line for the search by default? Why do I need to change a variable to search a different backend? Ok, I probably missing something. Can something enlighten me? Cheers, Jens ps I use the following bindings: nnir-mail-backend '(nnimap "") nnir-search-engine 'imap