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 21:59:05 +0900 Message-ID: References: <1sbpsyf9y4.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1235134746 4105 80.91.229.12 (20 Feb 2009 12:59:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2009 12:59:06 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 20 14:00:22 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 1LaUzN-0000i0-MZ for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2009 14:00:21 +0100 Original-Received: from localhost ([127.0.0.1]:44740 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaUy3-0006EO-Fv for ged-emacs-devel@m.gmane.org; Fri, 20 Feb 2009 07:58:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaUxz-0006D7-Ci for emacs-devel@gnu.org; Fri, 20 Feb 2009 07:58:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaUxx-0006Ba-IF for emacs-devel@gnu.org; Fri, 20 Feb 2009 07:58:54 -0500 Original-Received: from [199.232.76.173] (port=35577 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaUxx-0006BW-Cs for emacs-devel@gnu.org; Fri, 20 Feb 2009 07:58:53 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:35509) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LaUxt-0002d3-3u; Fri, 20 Feb 2009 07:58:49 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n1KCwjme015453; Fri, 20 Feb 2009 21:58:45 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n1KCwjEg001252; Fri, 20 Feb 2009 21:58:45 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n1KCwids012381; Fri, 20 Feb 2009 21:58:44 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LaUy9-0004rx-8d; Fri, 20 Feb 2009 21:59:05 +0900 In-reply-to: (message from Eli Zaretskii on Fri, 20 Feb 2009 10:29:04 +0200) 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:109249 Archived-At: In article , Eli Zaretskii writes: > > From: Kenichi Handa > > Date: Fri, 20 Feb 2009 10:35:18 +0900 > > Cc: rms@gnu.org, emacs-devel@gnu.org > > > > 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. > But the original pre-mbox Rmail would always yank the full headers > when you did that after expanding the headers with > rmail-toggle-header. I know. As I wrote before, I'm using supercite, and with these customizations: '(sc-auto-fill-region-p nil) '(sc-citation-delimiter-regexp "[^-][>]+") '(sc-citation-leader "") '(sc-nested-citation-p t) '(sc-preferred-header-style 2) '(sc-reference-tag-string "") all headers are deleted by supercite. > > 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. > Obviously, the bug should be fixed, but please do not kill the feature > whereby C-c C-y copies the full headers. I'm not proposing to kill that feature. --- Kenichi Handa handa@m17n.org