Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Christian Gudrian <Christian@Gudrian.de>
Subject: Re: Problems with gnus-refer-article-method
Date: Wed, 19 Feb 2003 21:02:43 +0100	[thread overview]
Message-ID: <geg.m265rgox7g.fsf@home.gudrian.de> (raw)
In-Reply-To: <84vfzgjdwj.fsf@lucy.is.informatik.uni-duisburg.de>

Kai Großjohann <kai.grossjohann@uni-duisburg.de> wrote:

> So you tried frobbing nnfolder-marks-is-evil and neither value
> worked?  Hm.  It was just a stab in the dark, anyway.

I think I have been able to shed some light on this issue:

,----[ snippet from nnfolder.el ]
| (deffoo nnfolder-request-article (article &optional group server buffer)
|   (nnfolder-possibly-change-group group server)
|   (save-excursion
|     (set-buffer nnfolder-current-buffer)
|     (goto-char (point-min))
|     (when (nnfolder-goto-article article)
|       (let (start stop)
| 	(setq start (point))
| 	(forward-line 1)
`----

This function is called whenever gnus searches for a MID.  However,
the call to set-buffer gets executed even if nnfolder-current-buffer
is nil -- which of course yields an error message (wrong-type-argument
stringp nil).  Thus it's not possible to search for MIDs in archive
groups from the outside.  Or have I got something wrong?

Christian


  parent reply	other threads:[~2003-02-19 20:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <geg.m2n0ktj4p8.fsf@home.gudrian.de>
     [not found] ` <84el65o5yv.fsf@lucy.is.informatik.uni-duisburg.de>
2003-02-18 21:34   ` Christian Gudrian
     [not found]   ` <geg.m2wujx8dma.fsf@home.gudrian.de>
     [not found]     ` <843cmky2qj.fsf@lucy.is.informatik.uni-duisburg.de>
     [not found]       ` <geg.m2r8a4mbb2.fsf@home.gudrian.de>
     [not found]         ` <84vfzgjdwj.fsf@lucy.is.informatik.uni-duisburg.de>
2003-02-19 20:02           ` Christian Gudrian [this message]
     [not found]     ` <v98ywbew8g.fsf@marauder.physik.uni-ulm.de>
2003-02-20 17:47       ` Christian Gudrian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=geg.m265rgox7g.fsf@home.gudrian.de \
    --to=christian@gudrian.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).