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: buffer-swap-text Date: Tue, 21 Oct 2008 12:42:10 +0200 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1224585800 19117 80.91.229.12 (21 Oct 2008 10:43:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 10:43:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 21 12:44:19 2008 connect(): Connection refused 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 1KsEif-0005Dj-Cb for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 12:44:09 +0200 Original-Received: from localhost ([127.0.0.1]:39448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsEhZ-0006cn-7R for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 06:43:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsEhS-0006cQ-Ml for emacs-devel@gnu.org; Tue, 21 Oct 2008 06:42:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsEhQ-0006bi-Fq for emacs-devel@gnu.org; Tue, 21 Oct 2008 06:42:52 -0400 Original-Received: from [199.232.76.173] (port=40916 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsEhQ-0006bf-CT for emacs-devel@gnu.org; Tue, 21 Oct 2008 06:42:52 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10]:58324) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsEhP-00071G-VZ for emacs-devel@gnu.org; Tue, 21 Oct 2008 06:42:52 -0400 Original-Received: from HOME-C4E4A596F7 ([77.126.98.197]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K930049V4GVY5F5@i_mtaout4.012.net.il> for emacs-devel@gnu.org; Tue, 21 Oct 2008 12:44:09 +0200 (IST) 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:104743 Archived-At: Should this function swap the value of buffer-file-coding-system as well? Otherwise, we could confuse the user if the swapped text cannot be saved with the current buffer's encoding, and we will then pop up questions when the user tries to save.