From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: buffer-swap-text and multibyteness Date: Mon, 09 Feb 2009 21:03:41 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234231488 18052 80.91.229.12 (10 Feb 2009 02:04:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2009 02:04:48 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, handa@m17n.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 10 03:06:02 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 1LWhzs-0005GO-QQ for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 03:05:52 +0100 Original-Received: from localhost ([127.0.0.1]:57325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWhyZ-0004EQ-6b for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2009 21:03:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWhyV-0004EL-6I for emacs-devel@gnu.org; Mon, 09 Feb 2009 21:03:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWhyS-0004E9-RO for emacs-devel@gnu.org; Mon, 09 Feb 2009 21:03:45 -0500 Original-Received: from [199.232.76.173] (port=45215 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWhyS-0004E6-M2 for emacs-devel@gnu.org; Mon, 09 Feb 2009 21:03:44 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:53990 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWhyQ-0007W3-Dv; Mon, 09 Feb 2009 21:03:42 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAF9vkElFxIvi/2dsb2JhbACBbtAChBoGgyA X-IronPort-AV: E=Sophos;i="4.38,183,1233550800"; d="scan'208";a="33638972" Original-Received: from 69-196-139-226.dsl.teksavvy.com (HELO pastel.home) ([69.196.139.226]) by ironport2-out.teksavvy.com with ESMTP; 09 Feb 2009 21:03:41 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id A6440806C; Mon, 9 Feb 2009 21:03:41 -0500 (EST) In-Reply-To: (Eli Zaretskii's message of "Mon, 09 Feb 2009 22:26:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108921 Archived-At: >> 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. Not sure why you'd think so. >> 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? Stefan