From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Selection changes Date: Mon, 19 Jul 2010 00:39:51 +0200 Message-ID: <4C4382B7.8010609@alice.it> References: <4C3FAF2F.8060700@alice.it> <4C40275D.704@harpegolden.net> <4C42418F.4060600@alice.it> <4C4355D4.7080008@harpegolden.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1279492817 601 80.91.229.12 (18 Jul 2010 22:40:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 18 Jul 2010 22:40:17 +0000 (UTC) Cc: Emacs developers To: David De La Harpe Golden Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 19 00:40:16 2010 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.69) (envelope-from ) id 1OacWt-00073d-JY for ged-emacs-devel@m.gmane.org; Mon, 19 Jul 2010 00:40:15 +0200 Original-Received: from localhost ([127.0.0.1]:41258 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OacWs-00009g-Ue for ged-emacs-devel@m.gmane.org; Sun, 18 Jul 2010 18:40:15 -0400 Original-Received: from [140.186.70.92] (port=52994 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OacWm-000084-9K for emacs-devel@gnu.org; Sun, 18 Jul 2010 18:40:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OacWk-0008Rz-HV for emacs-devel@gnu.org; Sun, 18 Jul 2010 18:40:08 -0400 Original-Received: from smtp208.alice.it ([82.57.200.104]:44799) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OacWk-0008RN-6x for emacs-devel@gnu.org; Sun, 18 Jul 2010 18:40:06 -0400 Original-Received: from [82.57.167.147] (82.57.167.147) by smtp208.alice.it (8.5.124.08) id 4C1A2716020613A1; Mon, 19 Jul 2010 00:40:01 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: <4C4355D4.7080008@harpegolden.net> X-detected-operating-system: by eggs.gnu.org: Windows 98 (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:127564 Archived-At: Il 18/07/2010 21.28, David De La Harpe Golden ha scritto: > On 18/07/10 00:49, Angelo Graziosi wrote: >> On the way of changes... >> >> In the menu 'Edit', I read: >> >> [...] >> Cut C-w >> Copy >> [...] >> > > Sorry, you mean out of box on "emacs -Q" ? > On what platform and emacs version? It occurs on Kubuntu 10.04 and Cygwin, *WITH* (pc-selection-mode t) in ~/.emacs file :(. Anyway, I do not see the reasons for which it uses 'Copy ' and not, the better, 'Copy C-INS' :-O Usually, on keyboard, I have find: Home, End, PagUp, PagDown and _INS_ keys, not 'insertchar'. As I said, I find '<>', 'insertchar' etc. very ugly! Omitting (pc-selection-mode t) from ~/.emacs works as you > Cut C-w > Copy M-w > Paste C-y Ciao, Angelo.