GNU bug report logs -
#65447
30.0.50; Gnus: No such function: nnfolder-server-opened
Previous Next
Reported by: Gerd Möllmann <gerd.moellmann <at> gmail.com>
Date: Tue, 22 Aug 2023 05:19:02 UTC
Severity: normal
Found in version 30.0.50
Fixed in version 30.1
Done: Gerd Möllmann <gerd.moellmann <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:
> The error has to be coming out of `gnus-get-function', in gnus-int.el.
> Right above the spot where the error is signaled, we have a:
>
> (require (car method))
>
> In your case, (car method) is supposed to be the symbol 'nnfolder. I
> can't imagine how the function name has been constructed as
> `nnfolder-server-opened', yet (car method) is something other than
> `nnfolder'. So the place to set a breakpoint would be at the bottom of
> `gnus-get-function', maybe you can put it behind a check for
> (eq func 'nnfolder-server-opened).
>
> Then we would want to know what the value of `method' is here, and also
> where in the startup sequence we are.
I have kind of bad news:
My reproducer recipe does not work anymore, today. What I formerly
did was start Gnus in one session until an #.newsrc.dribble# appeared.
Then I started another Emacs session, and also started Gnus, got the
autosave file warning, replied with 'n', and the error was signaled.
Worked yesterday, no longer does.
Any idea?
This bug report was last modified 1 year and 328 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.