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: Mon, 09 Feb 2009 22:26:39 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1234211237 21010 80.91.229.12 (9 Feb 2009 20:27:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2009 20:27:17 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, handa@m17n.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 09 21:28:31 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 1LWcjp-0000xc-20 for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 21:28:21 +0100 Original-Received: from localhost ([127.0.0.1]:60879 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWciU-0002Yh-1Z for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 15:26:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWciP-0002YY-4d for emacs-devel@gnu.org; Mon, 09 Feb 2009 15:26:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWciN-0002YC-HU for emacs-devel@gnu.org; Mon, 09 Feb 2009 15:26:48 -0500 Original-Received: from [199.232.76.173] (port=56196 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWciN-0002Y9-CQ for emacs-devel@gnu.org; Mon, 09 Feb 2009 15:26:47 -0500 Original-Received: from mtaout2.012.net.il ([84.95.2.4]:45865) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWciF-0007Fe-Gr; Mon, 09 Feb 2009 15:26:40 -0500 Original-Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KET00400FEGBX00@i_mtaout2.012.net.il>; Mon, 09 Feb 2009 22:27:02 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.128.7]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KET004MEFH1JRF0@i_mtaout2.012.net.il>; Mon, 09 Feb 2009 22:27:02 +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:108909 Archived-At: > From: Stefan Monnier > Cc: eliz@gnu.org, rms@gnu.org, emacs-devel@gnu.org > Date: Mon, 09 Feb 2009 09:11:22 -0500 > > In my poiunt of view, the way "edit" should work is that it should > basically be put into `message-mode' and then "saving" would simply > encode the whole message (as if preparing to send it). I'm not sure this isn't an overkill. > To do that, we could/should use the code we already have for Gnus. Similar code exists in sendmail.el and smtp-mail.el.