From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Michael Reilly Newsgroups: gmane.emacs.devel Subject: Re: Need some help with Rmail/mbox Date: Mon, 22 Sep 2008 11:24:08 -0400 Message-ID: <48D7B898.207@pajato.com> References: <87y71o4xw6.fsf@xemacs.org> <48D33A10.4040102@pajato.com> <871vzfi93y.fsf@xemacs.org> <03b276ff-e070-465e-9486-c02e4725a3e0@broken.deisui.org> <1bd9e4e5-9349-438b-92af-c2a6293491e7@broken.deisui.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222097080 23773 80.91.229.12 (22 Sep 2008 15:24:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2008 15:24:40 +0000 (UTC) Cc: stephen@xemacs.org, eliz@gnu.org, ueno@unixuser.org, Stefan Monnier , emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 22 17:25:36 2008 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 1KhnHz-0007Zj-Pu for ged-emacs-devel@m.gmane.org; Mon, 22 Sep 2008 17:25:28 +0200 Original-Received: from localhost ([127.0.0.1]:36425 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhnGx-00072l-Vl for ged-emacs-devel@m.gmane.org; Mon, 22 Sep 2008 11:24:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhnGt-00072Y-Ta for emacs-devel@gnu.org; Mon, 22 Sep 2008 11:24:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhnGo-000724-JY for emacs-devel@gnu.org; Mon, 22 Sep 2008 11:24:18 -0400 Original-Received: from [199.232.76.173] (port=53001 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhnGo-000721-Ds for emacs-devel@gnu.org; Mon, 22 Sep 2008 11:24:14 -0400 Original-Received: from mail.pajato.com ([68.191.253.210]:54685 helo=copa.pajato.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KhnGk-0005Vc-7n; Mon, 22 Sep 2008 11:24:10 -0400 Original-Received: from [127.0.0.1] (copa.pajato.com [68.191.253.210]) by copa.pajato.com (8.14.1/8.13.8) with ESMTP id m8MFO8NH026870; Mon, 22 Sep 2008 11:24:08 -0400 User-Agent: Thunderbird 2.0.0.16 (X11/20080723) In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (copa.pajato.com [68.191.253.210]); Mon, 22 Sep 2008 11:24:08 -0400 (EDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:104040 Archived-At: Kenichi Handa wrote: > In pre-unicode-merge Emacs (more exactly, before ... > Copy the contents of RMAIL buffer to a temporary unibyte > buffer, perform base64/qp decoding in that buffer, then do > decode-coding-region while specifying the view buffer as > TARGET. This appears to be the definitive word and is the approach I am using. Thanks, -pmr