From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Cut buffers and character encoding Date: Sat, 18 Nov 2006 11:05:30 -0500 Message-ID: References: <87y7qldq6h.fsf@pacem.orebokech.com> <45537D3A.5080400@swipnet.se> <87mz70730i.fsf@pacem.orebokech.com> <45542D63.5070402@swipnet.se> <87irhn1kvk.fsf@pacem.orebokech.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1163866035 6069 80.91.229.2 (18 Nov 2006 16:07:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Nov 2006 16:07:15 +0000 (UTC) Cc: romain@orebokech.com, jan.h.d@swipnet.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 18 17:07:13 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GlSij-0003c0-NV for ged-emacs-devel@m.gmane.org; Sat, 18 Nov 2006 17:07:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GlSii-0006WS-UK for ged-emacs-devel@m.gmane.org; Sat, 18 Nov 2006 11:07:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GlShA-0004r5-Vt for emacs-devel@gnu.org; Sat, 18 Nov 2006 11:05:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GlShA-0004qH-3q for emacs-devel@gnu.org; Sat, 18 Nov 2006 11:05:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GlSh9-0004pn-Ck for emacs-devel@gnu.org; Sat, 18 Nov 2006 11:05:31 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GlSh8-0003px-UD for emacs-devel@gnu.org; Sat, 18 Nov 2006 11:05:31 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GlSh8-000183-3K; Sat, 18 Nov 2006 11:05:30 -0500 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Sat, 18 Nov 2006 11:23:15 +0900) 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:62427 Archived-At: Then, I think it is quite natural to allow people to use next-selection-coding-system by C-x RET X for such a purpose. That variable is not scrictly specific to cut-buffer, but it's a just one time setting, and doesn't affect the further cut&paste operation. I agree.