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: On cut, copy, paste etc... Date: Fri, 01 Aug 2008 11:26:04 +0200 Message-ID: <4892D6AC.6000308@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217582810 28718 80.91.229.12 (1 Aug 2008 09:26:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Aug 2008 09:26:50 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 01 11:27:40 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 1KOqvC-0000EM-6A for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2008 11:27:38 +0200 Original-Received: from localhost ([127.0.0.1]:35118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOquH-0000dm-GX for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2008 05:26:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOqu7-0000c8-L5 for emacs-devel@gnu.org; Fri, 01 Aug 2008 05:26:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOqu4-0000Zu-Tn for emacs-devel@gnu.org; Fri, 01 Aug 2008 05:26:30 -0400 Original-Received: from [199.232.76.173] (port=42161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOqu4-0000ZY-KD for emacs-devel@gnu.org; Fri, 01 Aug 2008 05:26:28 -0400 Original-Received: from smtp-out112.alice.it ([85.37.17.112]:3400) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOqu4-0002em-Bq for emacs-devel@gnu.org; Fri, 01 Aug 2008 05:26:28 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out112.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Fri, 1 Aug 2008 11:26:25 +0200 Original-Received: from FBCMCL01B05.fbc.local ([192.168.69.86]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 1 Aug 2008 11:26:25 +0200 Original-Received: from [82.57.169.15] ([82.57.169.15]) by FBCMCL01B05.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 1 Aug 2008 11:26:25 +0200 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) X-OriginalArrivalTime: 01 Aug 2008 09:26:25.0384 (UTC) FILETIME=[AB518E80:01C8F3B8] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:101850 Archived-At: Opening 'Edit' from the menu bar, there is: Undo C-_ Cut Copy If the option CUA is enabled, then: Undo C-z Cut Copy But, in the first case, it should be: Undo C-_ Cut C-w Copy M-w while in the second, Undo C-z Cut C-x Copy C-v Perhaps, some guys can do this with a few clicks and it could be back-ported to Emacs 22. Or not? Cheers, Angelo.