emacs-devel
[Top][All Lists]
Advanced

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

Re: message-yank-original is broken


From: Katsumi Yamaoka
Subject: Re: message-yank-original is broken
Date: Fri, 20 Nov 2009 21:18:56 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)

>>>>> Miles Bader wrote:
> `message-yank-original' has suddenly started prefixing cited text with
> three spaces instead of "> " as it used to (1-2 days ago).  This is broken.

I guess you've checked out Emacs at 2009-11-19 16:47 +0000
(i.e., 2009-11-20 01:47 +0900).

cvs log -N emacs/lisp/gnus/message.el
revision 1.174
date: 2009-11-19 16:46:50 +0000;  author: cyd;  state: Exp;  lines: +35 -25;  
commitid: Ztjxmc3ipxCPk9cu;
* message.el (message-from-style, message-interactive)
(message-cite-prefix-regexp, message-sendmail-envelope-from)
(message-yank-prefix, message-indentation-spaces, message-signature)
(message-signature-file, message-default-headers): For GNU Emacs, set
default values from the corresponding mail-* variables.

cvs log -N emacs/lisp/mail/sendmail.el
revision 1.336
date: 2009-11-19 16:48:33 +0000;  author: cyd;  state: Exp;  lines: +30 -20;  
commitid: v8vOmGCGnJ8pl9cu;
* mail/sendmail.el (mail-yank-prefix): Change default to "> ".


Before changing sendmail.el, `mail-yank-prefix' was nil, and:

(defun message-indent-citation (&optional start end yank-only)
[...]
  ;; Do the indentation.
  (if (null message-yank-prefix)
      (indent-rigidly start (or end (mark t)) message-indentation-spaces)




reply via email to

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