emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On cut, copy, paste etc...


From: Lennart Borgman (gmail)
Subject: Re: On cut, copy, paste etc...
Date: Fri, 01 Aug 2008 11:28:43 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Angelo Graziosi wrote:
Opening 'Edit' from the menu bar, there is:

Undo     C-_
Cut    <cut>
Copy  <copy>

If the option CUA is enabled, then:

Undo     C-z
Cut    <cut>
Copy  <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?


I have a patch for this to cua-base.el. I will be glad to offer it if someone is interested in adding this to Emacs.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]