From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Please try Pmail Date: Mon, 19 Jan 2009 09:39:06 -0500 Message-ID: <87r62zjr79.fsf@cyd.mit.edu> References: <87r6303c31.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232375947 29340 80.91.229.12 (19 Jan 2009 14:39:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2009 14:39:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 19 15:40:19 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 1LOvIS-0007Jh-Ao for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2009 15:40:12 +0100 Original-Received: from localhost ([127.0.0.1]:36927 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOvHB-0000Uv-56 for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2009 09:38:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOvH6-0000Uq-9m for emacs-devel@gnu.org; Mon, 19 Jan 2009 09:38:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOvH4-0000Ue-SX for emacs-devel@gnu.org; Mon, 19 Jan 2009 09:38:47 -0500 Original-Received: from [199.232.76.173] (port=47071 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOvH4-0000Ub-NK for emacs-devel@gnu.org; Mon, 19 Jan 2009 09:38:46 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:35276) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOvH2-00051l-Pa; Mon, 19 Jan 2009 09:38:44 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 4EE0157E18A; Mon, 19 Jan 2009 09:39:06 -0500 (EST) In-Reply-To: (Richard M. Stallman's message of "Sun, 18 Jan 2009 23:31:25 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) 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:107992 Archived-At: Richard M Stallman writes: > However, I see no reason why this needs to output into a temporary file. > Why not construct the mbox data in a buffer and leave it there? I think because it calls the function unrmail, which was already in existence, and unrmail operates on files. It should be possible to rewrite unrmail to operate on buffers; the only tricky spot would be handling the coding-system conversion correctly.