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: Wed, 11 Feb 2009 18:24:20 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1234344301 28895 80.91.229.12 (11 Feb 2009 09:25:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2009 09:25:01 +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 Wed Feb 11 10:26:16 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 1LXBLt-0001RQ-LF for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2009 10:25:53 +0100 Original-Received: from localhost ([127.0.0.1]:50522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXBKZ-0000Ne-Uf for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2009 04:24:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXBKW-0000NG-0B for emacs-devel@gnu.org; Wed, 11 Feb 2009 04:24:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXBKU-0000Mw-HI for emacs-devel@gnu.org; Wed, 11 Feb 2009 04:24:27 -0500 Original-Received: from [199.232.76.173] (port=50004 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXBKU-0000Mt-EC for emacs-devel@gnu.org; Wed, 11 Feb 2009 04:24:26 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:62890) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXBKN-0008PU-AF; Wed, 11 Feb 2009 04:24:24 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n1B9OH0W024178; Wed, 11 Feb 2009 18:24:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n1B9OH54004107; Wed, 11 Feb 2009 18:24:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id n1B9OHAW013898; Wed, 11 Feb 2009 18:24:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LXBKO-0000tF-W2; Wed, 11 Feb 2009 18:24:20 +0900 In-reply-to: (message from Stefan Monnier on Mon, 09 Feb 2009 21:03:41 -0500) 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:108982 Archived-At: In article , Stefan Monnier writes: >>> To do that, we could/should use the code we already have for Gnus. > > Similar code exists in sendmail.el and smtp-mail.el. > Great. We probably don't need to another yet-another implementation, > then, do we? I've just found rmailmm.el. It seems that it implements MIME handling for rmail. Does it still work with the current rmail? --- Kenichi Handa handa@m17n.org