GNU bug report logs - #22773
25.1.50; Some Gnus Variables not working anymore

Previous Next

Package: emacs;

Reported by: gallego <at> cri.ensmp.fr (Emilio Jesús Gallego Arias)

Date: Mon, 22 Feb 2016 17:53:01 UTC

Severity: normal

Found in version 25.1.50

Done: gallego <at> cri.ensmp.fr (Emilio Jesús Gallego Arias)

Bug is archived. No further changes may be made.

Full log


Message #11 received at 22773 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> suse.de>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Emilio Jesús Gallego Arias <gallego <at> cri.ensmp.fr>,
 22773 <at> debbugs.gnu.org
Subject: Re: bug#22773: 25.1.50; Some Gnus Variables not working anymore
Date: Tue, 23 Feb 2016 09:40:00 +0100
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> gallego <at> cri.ensmp.fr (Emilio Jesús Gallego Arias) writes:
>
>> message-dont-reply-to-names is broken in emacs master by commit:
>>
>> 357ae5dba5faac5ff48ebb971cb29500f87f02a6
>
> In what way is it broken?

That looks wrong:

 (defsubst message-dont-reply-to-names ()
-  (gmm-regexp-concat message-dont-reply-to-names))
+  (cond ((functionp message-dont-reply-to-names)
+         message-dont-reply-to-names)
+        ((stringp message-dont-reply-to-names)
+         (gmm-regexp-concat message-dont-reply-to-names))))

It now returns nil if message-dont-reply-to-names is a list.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab <at> suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."




This bug report was last modified 9 years and 94 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.