all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: Miles Bader <miles@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: message-yank-original is broken
Date: Fri, 20 Nov 2009 21:18:56 +0900	[thread overview]
Message-ID: <b4mvdh5mlsf.fsf@jpl.org> (raw)
In-Reply-To: buo4oop8zfm.fsf@dhlpc061.dev.necel.com

>>>>> 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	other threads:[~2009-11-20 12:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-20  6:47 message-yank-original is broken Miles Bader
2009-11-20 12:18 ` Katsumi Yamaoka [this message]
2009-11-21  0:41   ` Miles Bader

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=b4mvdh5mlsf.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=emacs-devel@gnu.org \
    --cc=miles@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.
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.