From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Need some help with Rmail/mbox Date: Sun, 21 Sep 2008 19:59:05 +0200 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: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1222019965 15046 80.91.229.12 (21 Sep 2008 17:59:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Sep 2008 17:59:25 +0000 (UTC) Cc: pmr@pajato.com, stephen@xemacs.org, ueno@unixuser.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 21 20:00:22 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 1KhTEL-0001cf-5S for ged-emacs-devel@m.gmane.org; Sun, 21 Sep 2008 20:00:21 +0200 Original-Received: from localhost ([127.0.0.1]:60557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhTDI-00078t-Tl for ged-emacs-devel@m.gmane.org; Sun, 21 Sep 2008 13:59:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KhTDE-00078l-Np for emacs-devel@gnu.org; Sun, 21 Sep 2008 13:59:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KhTDC-00078Z-RF for emacs-devel@gnu.org; Sun, 21 Sep 2008 13:59:12 -0400 Original-Received: from [199.232.76.173] (port=49695 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhTDC-00078W-Mg for emacs-devel@gnu.org; Sun, 21 Sep 2008 13:59:10 -0400 Original-Received: from mtaout6.012.net.il ([84.95.2.16]:15779) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KhTDC-0006ka-6K for emacs-devel@gnu.org; Sun, 21 Sep 2008 13:59:10 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.116.246]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K7K00EF64O695G0@i-mtaout6.012.net.il> for emacs-devel@gnu.org; Sun, 21 Sep 2008 21:00:07 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:104014 Archived-At: > From: Stefan Monnier > Cc: Daiki Ueno , pmr@pajato.com, stephen@xemacs.org, emacs-devel@gnu.org > Date: Sun, 21 Sep 2008 09:34:38 -0400 > > The only reliable way to do decoding in buffers is by using > the `destination' argument to decode-coding-region so that you can > decode from a unibyte buffer into a multibyte buffer. Why is that the only reliable method, and what do you suggest as the value of `destination' argument for it to DTRT?