Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* gnus, swish-e, nnir - jumping to article (G T) issue
@ 2006-03-17 13:52 Matt Ford
  2006-06-13  1:57 ` Andreas Seltenreich
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Ford @ 2006-03-17 13:52 UTC (permalink / raw)


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 (#<killed buffer>
  . 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gnus, swish-e, nnir - jumping to article (G T) issue
  2006-03-17 13:52 gnus, swish-e, nnir - jumping to article (G T) issue Matt Ford
@ 2006-06-13  1:57 ` Andreas Seltenreich
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Seltenreich @ 2006-06-13  1:57 UTC (permalink / raw)
  Cc: info-gnus-english

Matt Ford <matt@dancingfrog.co.uk> writes:

>   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 (#<killed buffer>
>   . 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.

You were right, the function nnir-group-server didn't do the right
thing when called on the primary select method.  It should work with
version 7.17 and newer from CVS:

<http://quimby.gnus.org/cgi-bin/cvsweb.cgi/~checkout~gnus/contrib/nnir.el?rev=HEAD&content-type=text/plain>

Mind testing it?

Thanks,
andreas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-13  1:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-17 13:52 gnus, swish-e, nnir - jumping to article (G T) issue Matt Ford
2006-06-13  1:57 ` Andreas Seltenreich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).