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: Angelo Graziosi
Subject: Re: On cut, copy, paste etc...
Date: Fri, 01 Aug 2008 12:31:06 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Eli Zaretskii ha scritto:
Date: Fri, 01 Aug 2008 11:26:04 +0200
From: Angelo Graziosi <address@hidden>

Opening 'Edit' from the menu bar, there is:

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

[...]
But [...] it should be:

Undo     C-_
Cut      C-w
Copy     M-w

Not really: if you type "C-h c" and then click Edit>Cut, you will see
that it runs a command that is different from what C-w does.

It prints

<menu-bar> <edit> <cut> runs the command clipboard-kill-region

while on http://www.gnu.org/software/emacs/tour/ it says:

C-w Kill region ("cut")

and I do not understand the difference...

In any case, what I meant it was that instead of

Cut   <cut>

it would be nice

Cut  KEYS-SHORTCUT

etc... if possible.


   Angelo




reply via email to

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