emacs-devel
[Top][All Lists]
Advanced

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

On cut, copy, paste etc...


From: Angelo Graziosi
Subject: On cut, copy, paste etc...
Date: Fri, 01 Aug 2008 11:26:04 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

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?


Cheers,
   Angelo.




reply via email to

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