From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/6926 Path: news.gmane.org!not-for-mail From: Matt Ford Newsgroups: gmane.emacs.gnus.user Subject: gnus, swish-e, nnir - jumping to article (G T) issue Date: Fri, 17 Mar 2006 13:52:43 +0000 Organization: Customer of PlusNet plc (http://www.plus.net) Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142876224 6256 80.91.229.2 (20 Mar 2006 17:37:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Mar 2006 17:37:04 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Mar 20 18:36:58 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FLOJC-0000M7-IM for gegu-info-gnus-english@m.gmane.org; Mon, 20 Mar 2006 18:36:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FLOJB-0007RE-De for gegu-info-gnus-english@m.gmane.org; Mon, 20 Mar 2006 12:36:45 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!npeer.de.kpn-eurorings.net!border2.nntp.ams.giganews.com!nntp.giganews.com!proxad.net!news.clara.net!wagner.news.clara.net!nntp-peering.plus.net!ptn-nntp-feeder01.plus.net!ptn-nntp-spool02.plus.net!ptn-nntp-reader02.plus.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:rgTvnxmahsmiya5sSdAsHOOPm2w= Original-Lines: 48 Original-NNTP-Posting-Host: 1b74e6e9.ptn-nntp-reader02.plus.net Original-X-Trace: DXC=fYC87>MVfM=d]2CmVTf441igd3Y`7Rb; >37XnI; [OUC4^9hA8CU[bH0oi[DL` List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:6926 Archived-At: Hi All, I'm fairly new to Emacs, GNU's and swish-e so I need a little help here... I'm using nnir to interface to swish-e so I can do really sweet searchs over my mailbox. It all works great - up until the point I try to go from the nnir generated group to the articles originating group via "G T". When trying to go to the originating group I get this, Trying to require a method that doesn't exist. Switching on, toggle-debug-on-error, gives me this, debug(error (error "Trying to require a method that doesn't exist")) signal(error ("Trying to require a method that doesn't exist")) error("Trying to require a method that doesn't exist") gnus-server-opened((nil "-ephemeral" (nil-address nil))) gnus-check-server((nil "-ephemeral" (nil-address nil))) gnus-group-read-ephemeral-group("mail.sent" nil t (# . summary) nil (432$ (let* ((cur ...) (group ...) (backend-number ...) server backend-group) (setq server (n$ gnus-summary-nnir-goto-thread() call-interactively(gnus-summary-nnir-goto-thread) How can I further debug? My .gnus.el is very simple with not much more than the following, (setq gnus-select-method '(nnml "")) ;; use a fancy search engine (require 'nnir) (setq nnir-search-engine 'swish-e) (setq nnir-mail-backend gnus-select-method) I'm wondering if this has something to do with the fact that nnml is my primary news server - but I've no good reason for thinking this. The path seems correct as when I GG I can view the articles returned in the summary buffer - I just can't leap to the original location....hmmmm.... Any pointers? Cheers, Matt