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: buffer-swap-text and multibyteness Date: Tue, 10 Feb 2009 11:12:04 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1234257141 10497 80.91.229.12 (10 Feb 2009 09:12:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2009 09:12:21 +0000 (UTC) Cc: monnier@iro.umontreal.ca, rms@gnu.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 10 10:13:35 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 1LWogP-0000uO-N2 for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 10:13:35 +0100 Original-Received: from localhost ([127.0.0.1]:36384 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWof4-00061r-PZ for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 04:12:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWoez-00060D-CP for emacs-devel@gnu.org; Tue, 10 Feb 2009 04:12:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWoey-0005yr-0n for emacs-devel@gnu.org; Tue, 10 Feb 2009 04:12:04 -0500 Original-Received: from [199.232.76.173] (port=39319 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWoex-0005yY-PO for emacs-devel@gnu.org; Tue, 10 Feb 2009 04:12:03 -0500 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:61592) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWoev-0000DX-Nu; Tue, 10 Feb 2009 04:12:01 -0500 Original-Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KEU00K00ESA1L00@i_mtaout5.012.net.il>; Tue, 10 Feb 2009 11:12:19 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.128.7]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KEU001R3EWHL121@i_mtaout5.012.net.il>; Tue, 10 Feb 2009 11:12:18 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:108941 Archived-At: > From: Kenichi Handa > CC: emacs-devel@gnu.org, monnier@iro.umontreal.ca, rms@gnu.org > Date: Tue, 10 Feb 2009 17:17:12 +0900 > > > Did you try rmail-redecode-body after editing? > > No, but it won't help because when I type C-c C-c after > editing, the unencodable characters disappear from the > buffer " *message-viewer RMAIL*". Do you have an idea why they disappeared? > I got a Japanese mail with attachment file containing many > non-Japanese characters encoded by emacs-mule. I editted > the mail, decoded the attached file by hand by the > combination of base64-decode-region and > decode-coding-region, and typed C-c C-c. I do this a lot, but I don't use decode-coding-region. I use base64-decode-region, then type "C-c C-c" followed by "M-x rmail-redecode-body RET". This did work for me after the last series of changes in Rmail. If it doesn't work for you with the current CVS, can you somehow forward to me the original message, before your editing, so I could try reproducing what you did?