From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Need some help with Rmail/mbox Date: Sat, 20 Sep 2008 19:33:46 -0400 Message-ID: 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> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1221953762 27045 80.91.229.12 (20 Sep 2008 23:36:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Sep 2008 23:36:02 +0000 (UTC) Cc: pmr@pajato.com, stephen@xemacs.org, ueno@unixuser.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 21 01:36:58 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 1KhC0Y-0007bP-Iv for ged-emacs-devel@m.gmane.org; Sun, 21 Sep 2008 01:36:58 +0200 Original-Received: from localhost ([127.0.0.1]:40443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhBzX-0001Hv-3q for ged-emacs-devel@m.gmane.org; Sat, 20 Sep 2008 19:35:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhBzS-0001Ga-CP for emacs-devel@gnu.org; Sat, 20 Sep 2008 19:35:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhBzP-0001Cy-P8 for emacs-devel@gnu.org; Sat, 20 Sep 2008 19:35:49 -0400 Original-Received: from [199.232.76.173] (port=47573 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhBzP-0001Co-MN for emacs-devel@gnu.org; Sat, 20 Sep 2008 19:35:47 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52472) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KhBzP-0004gb-FZ for emacs-devel@gnu.org; Sat, 20 Sep 2008 19:35:47 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KhBxS-00019Q-2s; Sat, 20 Sep 2008 19:33:46 -0400 In-reply-to: (message from Eli Zaretskii on Sat, 20 Sep 2008 14:30:46 +0300) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:104004 Archived-At: We were discussing Rmail/mbox. In that context, whenever you need to decode a message body, the buffer needs to be in unibyte mode. How can that be right? The decoded non-ASCII characters cannot even exist in a unibyte buffer. I just did an experiment, and decode-coding-region worked fine in a multibyte buffer.