emacs-devel
[Top][All Lists]
Advanced

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

message-setup-fill-variables, mm-string-to-multibyte (was: Changes to em


From: Reiner Steib
Subject: message-setup-fill-variables, mm-string-to-multibyte (was: Changes to emacs/lisp/gnus/message.el, v)
Date: Mon, 29 Oct 2007 23:01:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

On Mon, Oct 29 2007, Stefan Monnier committed:

> --- message.el        28 Oct 2007 09:18:27 -0000      1.123
> +++ message.el        29 Oct 2007 20:07:57 -0000      1.124
> @@ -2877,6 +2877,8 @@
>    ;; solution would be not to use `define-derived-mode', and run
>    ;; `text-mode-hook' ourself at the end of the mode.
>    ;; -- Per Abrahamsen <address@hidden> Date: 2001-10-19.
> +  ;; This kludge is unneeded in Emacs>=21 since define-derived-mode is
> +  ;; now careful to run parent hooks after the body.  --Stef
>    (when auto-fill-function
>      (setq auto-fill-function normal-auto-fill-function)))

Then we could remove it (unless XEmacs 21.4) in No Gnus (Emacs 23).

> @@ -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?)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

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