all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: "Emilio Jesús Gallego Arias" <gallego@cri.ensmp.fr>,
	22773@debbugs.gnu.org
Subject: bug#22773: 25.1.50; Some Gnus Variables not working anymore
Date: Tue, 23 Feb 2016 09:40:00 +0100	[thread overview]
Message-ID: <mvmr3g3yg4f.fsf@hawking.suse.de> (raw)
In-Reply-To: <87povow7b3.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 23 Feb 2016 12:21:04 +1100")

Lars Ingebrigtsen <larsi@gnus.org> writes:

> gallego@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@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."





  reply	other threads:[~2016-02-23  8:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-22 17:51 bug#22773: 25.1.50; Some Gnus Variables not working anymore Emilio Jesús Gallego Arias
2016-02-23  1:21 ` Lars Ingebrigtsen
2016-02-23  8:40   ` Andreas Schwab [this message]
2016-02-23  9:51     ` Lars Ingebrigtsen
2016-02-23  9:55 ` Lars Ingebrigtsen
2016-02-24 19:51   ` Emilio Jesús Gallego Arias
2016-02-24 23:37   ` Rasmus

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=mvmr3g3yg4f.fsf@hawking.suse.de \
    --to=schwab@suse.de \
    --cc=22773@debbugs.gnu.org \
    --cc=gallego@cri.ensmp.fr \
    --cc=larsi@gnus.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.