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: Re: On cut, copy, paste etc... Date: Fri, 01 Aug 2008 16:32:56 +0300 Message-ID: References: <4892D6AC.6000308@alice.it> <4892E5EA.9070200@alice.it> <4893007E.1020502@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1217597703 11998 80.91.229.12 (1 Aug 2008 13:35:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Aug 2008 13:35:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 01 15:35:53 2008 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 1KOunI-0005XB-65 for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2008 15:35:44 +0200 Original-Received: from localhost ([127.0.0.1]:44149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOumN-0003eU-LO for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2008 09:34:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOum3-0003JV-A7 for emacs-devel@gnu.org; Fri, 01 Aug 2008 09:34:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOum0-0003HF-VW for emacs-devel@gnu.org; Fri, 01 Aug 2008 09:34:26 -0400 Original-Received: from [199.232.76.173] (port=58934 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOum0-0003Gh-G3 for emacs-devel@gnu.org; Fri, 01 Aug 2008 09:34:24 -0400 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:22964) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOum0-0003yC-2u for emacs-devel@gnu.org; Fri, 01 Aug 2008 09:34:24 -0400 Original-Received: from HOME-C4E4A596F7 ([84.229.228.238]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K4X003KICB3ZV81@i_mtaout5.012.net.il> for emacs-devel@gnu.org; Fri, 01 Aug 2008 16:33:04 +0300 (IDT) In-reply-to: <4893007E.1020502@alice.it> X-012-Sender: halo1@inter.net.il X-detected-kernel: 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:101880 Archived-At: > Date: Fri, 01 Aug 2008 14:24:30 +0200 > From: Angelo Graziosi > Cc: emacs-devel@gnu.org > > Eli Zaretskii ha scritto: > > > ... > > _is_ a key, it just doesn't exist on many keyboards. But some > > keyboards do have it. > > Ok, I assume the same for . In any cases it is not very clear and > it looks to me incoherent with the other shortcuts, > > Undo C-_ > Select All C-x h > etc... Perhaps it would be good to modify kill-region so that it behaves like clipboard-kill-region when invoked from the menu bar. Then we could remove clipboard-kill-region from the binding, and the menu will show what you want.