all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Andreas Schwab <schwab@suse.de>
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 20:51:57 +1100	[thread overview]
Message-ID: <8760xfvjnm.fsf@gnus.org> (raw)
In-Reply-To: <mvmr3g3yg4f.fsf@hawking.suse.de> (Andreas Schwab's message of "Tue, 23 Feb 2016 09:40:00 +0100")

Andreas Schwab <schwab@suse.de> writes:

> 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.

Ah, thanks.  I'll fix that...

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





  reply	other threads:[~2016-02-23  9:51 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
2016-02-23  9:51     ` Lars Ingebrigtsen [this message]
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=8760xfvjnm.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=22773@debbugs.gnu.org \
    --cc=gallego@cri.ensmp.fr \
    --cc=schwab@suse.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.
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.