From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: buffer-swap-text Date: Tue, 21 Oct 2008 15:40:15 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1224618493 18898 80.91.229.12 (21 Oct 2008 19:48:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 19:48:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 21 21:49:13 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 1KsNE1-0001Ud-Gq for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 21:49:05 +0200 Original-Received: from localhost ([127.0.0.1]:53631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsNCw-0007Nw-6p for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 15:47:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsNCo-0007MF-N7 for emacs-devel@gnu.org; Tue, 21 Oct 2008 15:47:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsNCm-0007Ky-Qj for emacs-devel@gnu.org; Tue, 21 Oct 2008 15:47:49 -0400 Original-Received: from [199.232.76.173] (port=37521 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsNCm-0007Kn-Ax for emacs-devel@gnu.org; Tue, 21 Oct 2008 15:47:48 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40106) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsNCl-0001dz-UA for emacs-devel@gnu.org; Tue, 21 Oct 2008 15:47:48 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KsN5T-0007K3-P2; Tue, 21 Oct 2008 15:40:15 -0400 In-reply-to: (message from Eli Zaretskii on Tue, 21 Oct 2008 12:42:10 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:104777 Archived-At: Should this function swap the value of buffer-file-coding-system as well? We need to address the general question of what C-x C-s should do in a buffer where you have done the swap. I think your question is part of that question.