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, 02 Feb 2009 11:48: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 1233542889 5929 80.91.229.12 (2 Feb 2009 02:48:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2009 02:48:09 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 03:49:23 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 1LTos9-0004Vj-Ei for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 03:49:17 +0100 Original-Received: from localhost ([127.0.0.1]:36931 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LToqq-0006sK-Q6 for ged-emacs-devel@m.gmane.org; Sun, 01 Feb 2009 21:47:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LToqm-0006sF-Qw for emacs-devel@gnu.org; Sun, 01 Feb 2009 21:47:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LToqk-0006s3-EO for emacs-devel@gnu.org; Sun, 01 Feb 2009 21:47:51 -0500 Original-Received: from [199.232.76.173] (port=46485 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LToqk-0006s0-8F for emacs-devel@gnu.org; Sun, 01 Feb 2009 21:47:50 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:60738) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LToqg-00082M-IL; Sun, 01 Feb 2009 21:47:47 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n122lhLk007803; Mon, 2 Feb 2009 11:47:43 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n122lh3I022581; Mon, 2 Feb 2009 11:47:43 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n122lgXk011833; Mon, 2 Feb 2009 11:47:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LToqu-0005cF-At; Mon, 02 Feb 2009 11:48:00 +0900 In-reply-to: (message from Kenichi Handa on Mon, 02 Feb 2009 11:37:32 +0900) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id n122lhLk007803 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:108555 Archived-At: Sorry, the previous mail went out with the wrong encoding. I resent it with UTF-8. In article , Richard M Stallman writes: > Just imagine what it takes to implement rmail-edit with this > mind-swapping design (which is probably the main reason why it > currently seems to work only with plain-ASCII message bodies). > I implemented support for editing non-ASCII messages. If it fails, > please send a bug report with a test case. It always fails. For instance, this mail contains signle A-grave here: =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). --- Kenichi Handa handa@m17n.org