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:37:32 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=euc-jp Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1233542292 4935 80.91.229.12 (2 Feb 2009 02:38:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2009 02:38:12 +0000 (UTC) Cc: eliz@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 03:39:26 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 1LToic-0002wF-3q for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 03:39:26 +0100 Original-Received: from localhost ([127.0.0.1]:50482 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTohJ-00052v-K5 for ged-emacs-devel@m.gmane.org; Sun, 01 Feb 2009 21:38:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LToge-0004h1-On for emacs-devel@gnu.org; Sun, 01 Feb 2009 21:37:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTogd-0004fr-AF for emacs-devel@gnu.org; Sun, 01 Feb 2009 21:37:24 -0500 Original-Received: from [199.232.76.173] (port=45241 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTogd-0004ff-0c for emacs-devel@gnu.org; Sun, 01 Feb 2009 21:37:23 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:56907) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LTogX-0007QJ-Se; Sun, 01 Feb 2009 21:37:18 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n122bFm2001148; Mon, 2 Feb 2009 11:37:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n122bFIc027541; Mon, 2 Feb 2009 11:37:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n122bFtC028238; Mon, 2 Feb 2009 11:37:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LTogm-0005aR-Fb; Mon, 02 Feb 2009 11:37:32 +0900 In-reply-to: (message from Richard M Stallman on Sun, 01 Feb 2009 17:49:09 -0500) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id n122bFm2001148 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:108554 Archived-At: 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: =8F=AA=A2 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