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: Emacs 22 branch created. Date: Thu, 26 Apr 2007 10:06:40 +0900 Message-ID: References: <871wi9jw37.fsf@catnip.gol.com> <462E7B94.3000008@gnu.org> <462F0A07.50104@gnu.org> <864pn4an8j.fsf@lola.quinscape.zz> <86zm4w97du.fsf@lola.quinscape.zz> <20070425195026.GA19472@printf.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1177549623 8965 80.91.229.12 (26 Apr 2007 01:07:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2007 01:07:03 +0000 (UTC) Cc: henrik.enberg@telia.com, eliz@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 26 03:06:57 2007 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 1HgsRk-0000tT-Fa for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2007 03:06:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgsXQ-0005H2-9H for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2007 21:12:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgsXN-0005Gw-9l for emacs-devel@gnu.org; Wed, 25 Apr 2007 21:12:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgsXK-0005Gh-La for emacs-devel@gnu.org; Wed, 25 Apr 2007 21:12:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgsXK-0005Ge-IZ for emacs-devel@gnu.org; Wed, 25 Apr 2007 21:12:42 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgsRc-000159-Ry; Wed, 25 Apr 2007 21:06:49 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id l3Q16gin010892; Thu, 26 Apr 2007 10:06:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id l3Q16grW011142; Thu, 26 Apr 2007 10:06:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id l3Q16f17013882; Thu, 26 Apr 2007 10:06:41 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1HgsRU-0006QW-UA; Thu, 26 Apr 2007 10:06:40 +0900 In-reply-to: (message from Stefan Monnier on Wed, 25 Apr 2007 16:05:08 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: Solaris 8 (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:70139 Archived-At: In article , Stefan Monnier writes: > > * At the moment, it is slightly worse than current Rmail when it comes > > to non-ascii support. One of the major points of moving to the mbox > > format is to be compatible with external tools, and that rules out > > storing mailboxes in emacs-mule form, which old Rmail does. I'm > > still not sure what the best approach here would be here. UTF-8? > > Raw text? > The mailbox should not be decoded, most likely. > The decoding should only happen when displaying a message. I agree. As Gnus, the decoded message should be shown in the different buffer than RMAIL buffer. --- Kenichi Handa handa@m17n.org