all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* message-yank-original is broken
@ 2009-11-20  6:47 Miles Bader
  2009-11-20 12:18 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Miles Bader @ 2009-11-20  6:47 UTC (permalink / raw
  To: emacs-devel

`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.

Thanks,

-Miles

-- 
`There are more things in heaven and earth, Horatio,
 Than are dreamt of in your philosophy.'




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: message-yank-original is broken
  2009-11-20  6:47 message-yank-original is broken Miles Bader
@ 2009-11-20 12:18 ` Katsumi Yamaoka
  2009-11-21  0:41   ` Miles Bader
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2009-11-20 12:18 UTC (permalink / raw
  To: Miles Bader; +Cc: emacs-devel

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: message-yank-original is broken
  2009-11-20 12:18 ` Katsumi Yamaoka
@ 2009-11-21  0:41   ` Miles Bader
  0 siblings, 0 replies; 3+ messages in thread
From: Miles Bader @ 2009-11-21  0:41 UTC (permalink / raw
  To: Katsumi Yamaoka; +Cc: emacs-devel

Katsumi Yamaoka <yamaoka@jpl.org> writes:
> I guess you've checked out Emacs at 2009-11-19 16:47 +0000
...
> Before changing sendmail.el, `mail-yank-prefix' was nil, and:

Ugh...!

Thanks... :)

-Miles

-- 
Dictionary, n.  A malevolent literary device for cramping the growth of
a language and making it hard and inelastic. This dictionary, however,
is a most useful work.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-21  0:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-20  6:47 message-yank-original is broken Miles Bader
2009-11-20 12:18 ` Katsumi Yamaoka
2009-11-21  0:41   ` Miles Bader

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.