Gnus development mailing list
 help / color / mirror / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: <emacs-devel@gnu.org>
Cc: ding@gnus.org
Subject: Re: message-setup-fill-variables, mm-string-to-multibyte
Date: Mon, 29 Oct 2007 22:04:14 -0400	[thread overview]
Message-ID: <jwvmyu1xsuo.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <v94pg9h974.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Mon, 29 Oct 2007 23:01:19 +0100")

>> @@ -4952,7 +4954,7 @@
>> ;; Check for control characters.
>> (message-check 'control-chars
>> (if (re-search-forward
>> -	  (mm-string-as-multibyte "[\000-\007\013\015-\032\034-\037\200-\237]")
>> +	  (mm-string-to-multibyte "[\000-\007\013\015-\032\034-\037\200-\237]")
>> nil t)
>> (y-or-n-p
>> "The article contains control characters.  Really post? ")

> Should this go to Emacs 22 (v5-10) as well?  (Is it a bug fix?)

I don't think it's really a bug-fix.  The behavior of the two should be
identical in this particular case, so it's more philosophical.


        Stefan

      reply	other threads:[~2007-10-30  2:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1Imatx-0003Si-MI@cvs.savannah.gnu.org>
2007-10-29 22:01 ` message-setup-fill-variables, mm-string-to-multibyte (was: Changes to emacs/lisp/gnus/message.el, v) Reiner Steib
2007-10-30  2:04   ` Stefan Monnier [this message]

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=jwvmyu1xsuo.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=ding@gnus.org \
    --cc=emacs-devel@gnu.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).