From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: rmail-toggle-header problem Date: Fri, 20 Feb 2009 10:35:18 +0900 Message-ID: References: <1sbpsyf9y4.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1235093734 31836 80.91.229.12 (20 Feb 2009 01:35:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2009 01:35:34 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 20 02:36:49 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 1LaKJm-0007Ds-1V for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2009 02:36:42 +0100 Original-Received: from localhost ([127.0.0.1]:44230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaKIR-00052m-OI for ged-emacs-devel@m.gmane.org; Thu, 19 Feb 2009 20:35:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaKIN-00052X-Hb for emacs-devel@gnu.org; Thu, 19 Feb 2009 20:35:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaKIL-00052L-4H for emacs-devel@gnu.org; Thu, 19 Feb 2009 20:35:14 -0500 Original-Received: from [199.232.76.173] (port=48167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaKIK-00052I-UE for emacs-devel@gnu.org; Thu, 19 Feb 2009 20:35:12 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:52258) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LaKIG-0002rU-EJ; Thu, 19 Feb 2009 20:35:09 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n1K1Z1Er003940; Fri, 20 Feb 2009 10:35:01 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n1K1Z1pp025363; Fri, 20 Feb 2009 10:35:01 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n1K1Yx4a021003; Fri, 20 Feb 2009 10:34:59 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LaKIQ-0002o8-Hy; Fri, 20 Feb 2009 10:35:18 +0900 In-reply-to: <1sbpsyf9y4.fsf@fencepost.gnu.org> (message from Glenn Morris on Thu, 19 Feb 2009 15:28:19 -0500) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:109238 Archived-At: In article <1sbpsyf9y4.fsf@fencepost.gnu.org>, Glenn Morris writes: > I'm not sure that yanking from the full headers makes a lot of sense, > though. Eg it includes the X-RMAIL headers in the yank. Would you ever > want to include the full headers (all the Received: etc) in a reply? The reason of toggling is just to see the full headers. I don't intend to yank the full headers when I type r to reply, and type C-c C-y to yank. Actually supercite deletes all headers. If I really want to put the original full headers in the reply mail, I'll copy them from RMAIL buffer. > Separately, I also don't know whether supercite should be changed as > was suggested. I don't mind how the problem is fixed, but with your patch, I get the error "Marker does not point anywhere" when I type C-c C-y. --- Kenichi Handa handa@m17n.org