emacs-devel
[Top][All Lists]
Advanced

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

Re: message-setup-fill-variables, mm-string-to-multibyte


From: Stefan Monnier
Subject: Re: message-setup-fill-variables, mm-string-to-multibyte
Date: Mon, 29 Oct 2007 22:04:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>> @@ -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 via email to

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