From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73991 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: mailto body Date: Wed, 10 Nov 2010 09:03:39 +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: dough.gmane.org 1289347437 3220 80.91.229.12 (10 Nov 2010 00:03:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Nov 2010 00:03:57 +0000 (UTC) Cc: ding@gnus.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 10 01:03:53 2010 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.69) (envelope-from ) id 1PFyAK-0002dj-Dc for ged-emacs-devel@m.gmane.org; Wed, 10 Nov 2010 01:03:52 +0100 Original-Received: from localhost ([127.0.0.1]:38206 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFyAJ-0004Ym-Td for ged-emacs-devel@m.gmane.org; Tue, 09 Nov 2010 19:03:51 -0500 Original-Received: from [140.186.70.92] (port=48506 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFyAG-0004Yd-0o for emacs-devel@gnu.org; Tue, 09 Nov 2010 19:03:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFyAE-0003j0-KP for emacs-devel@gnu.org; Tue, 09 Nov 2010 19:03:47 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:38419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFyAE-0003iv-FN for emacs-devel@gnu.org; Tue, 09 Nov 2010 19:03:46 -0500 Original-Received: from localhost ([127.0.0.1]:40890) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1PFyA9-0002HK-2r; Tue, 09 Nov 2010 18:03:41 -0600 X-Hashcash: 1:20:101110:emacs-devel@gnu.org::QTrur5OBnPKp1JSJ:0000000000000000000000000000000000000000002cx+ X-Hashcash: 1:20:101110:ding@gnus.org::d6CY0lhXVn+OePX+:00000Oe1 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/24.0.50 (gnu/linux) Cancel-Lock: sha1:UJAJVMDf/CMEfnBfkWo0PKxqZ4I= 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 eggs.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:132488 gmane.emacs.gnus.general:73991 Archived-At: Lars Magne Ingebrigtsen wrote: > Katsumi Yamaoka writes: >> I think a body text should be in a mail buffer as is from the >> beginning, and `C-c C-y' should be always the command to yank the >> original article with `>'s. > Yes, I think that makes sense. A mailto url with body=subscribe means > that the body should have that string literally, and not quoted, so > this is the right thing to do. Done. Thanks.