bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43047: 28.0.50; Closing Gnus server then searching it results in unr


From: Lars Ingebrigtsen
Subject: bug#43047: 28.0.50; Closing Gnus server then searching it results in unrecoverable breakage
Date: Fri, 27 Aug 2021 19:44:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

>>>>>   make-network-process(:name "*nnimap*" :buffer #<buffer *nnimap NPR
>>>>> nil *nntpd**> :host "NPR" :service "imaps" :nowait nil :tls-parameters
>>>>> nil :coding nil)

[...]

> It's just the label of the server:
>
> (nnimap "NPR"
>   (nnimap-address "localhost")
>   (nnimap-stream network)
>   (gnus-message-archive-group "nnimap+NPR:Sent")
>   (nnimap-authenticator login)
>   (nnimap-user "eric@paper-republic.org"))

Hm...  then it sounds like the defvoo machinery isn't restoring the
local variables (and just using "NPR" as the host name, which is the
default if nnimap-address is nil).

So...  I think...  this must mean that it thinks that NPR is the current
nnimap server even when it isn't, so something hasn't been reset
correctly somewhere...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]