From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: message-yank-original is broken Date: Fri, 20 Nov 2009 21:18:56 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258719574 22515 80.91.229.12 (20 Nov 2009 12:19:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 12:19:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 13:19:27 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NBSSU-0000nF-Q9 for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 13:19:27 +0100 Original-Received: from localhost ([127.0.0.1]:40664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBSSU-0007wW-5v for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 07:19:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBSSL-0007vL-EG for emacs-devel@gnu.org; Fri, 20 Nov 2009 07:19:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBSSG-0007ue-AE for emacs-devel@gnu.org; Fri, 20 Nov 2009 07:19:16 -0500 Original-Received: from [199.232.76.173] (port=42472 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBSSG-0007ua-5F for emacs-devel@gnu.org; Fri, 20 Nov 2009 07:19:12 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:41757) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBSSA-0000wD-BH; Fri, 20 Nov 2009 07:19:07 -0500 Original-Received: from localhost ([127.0.0.1]:35316) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1NBSPk-0002Sx-EI; Fri, 20 Nov 2009 06:16:36 -0600 X-Hashcash: 1:20:091120:miles@gnu.org::dORKcANmckk8baRo:00002Vu0 X-Hashcash: 1:20:091120:emacs-devel@gnu.org::+DiowR2ELSXpqPha:0000000000000000000000000000000000000000002SS8 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:iDjXryZZxVL4IK1Yn+jGSC3sIiE= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117346 Archived-At: >>>>> 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)