From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: buffer-swap-text and multibyteness Date: Mon, 09 Feb 2009 20:31:00 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1234179089 27722 80.91.229.12 (9 Feb 2009 11:31:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2009 11:31:29 +0000 (UTC) Cc: eliz@gnu.org, rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 09 12:32:44 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 1LWUNV-0003UI-RK for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 12:32:42 +0100 Original-Received: from localhost ([127.0.0.1]:43724 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWUMC-0000Zy-DA for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 06:31:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWUM7-0000Zl-7M for emacs-devel@gnu.org; Mon, 09 Feb 2009 06:31:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWUM5-0000ZR-My for emacs-devel@gnu.org; Mon, 09 Feb 2009 06:31:14 -0500 Original-Received: from [199.232.76.173] (port=37446 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWUM5-0000ZN-HT for emacs-devel@gnu.org; Mon, 09 Feb 2009 06:31:13 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:62347) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWUM0-0001yX-0K; Mon, 09 Feb 2009 06:31:08 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n19BV1gX021783; Mon, 9 Feb 2009 20:31:01 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n19BV1Jc001665; Mon, 9 Feb 2009 20:31:01 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n19BUxmU011805; Mon, 9 Feb 2009 20:30:59 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LWULs-00030L-8m; Mon, 09 Feb 2009 20:31:00 +0900 In-reply-to: (message from Stefan Monnier on Wed, 04 Feb 2009 23:26:12 -0500) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id n19BV1gX021783 X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:108886 Archived-At: In article , Stefan Monnier writes: > > =C3=80 > > Please edit this message after typing e > > (rmail-edit-current-message) and type C-c C-c. The above > > line is changed to \300 (byte #xC0). > Have you tried the patch I sent (and which I re-appended below)? I've just tried the latest CVS code that has you patch. It seems it works well in a usual case. But, for instance, one edits a mail of: Content-type: text/plain; charset=3Diso-8859-1 and inserts a non-latin-1 character, we must use the different encoding (utf-8 or the one selected by select-message-coding-system), and modify content-type: header. --- Kenichi Handa handa@m17n.org