help-gnu-emacs
[Top][All Lists]
Advanced

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

cut / insert and kill yank


From: Jason M. LaPenta
Subject: cut / insert and kill yank
Date: Tue, 15 Apr 2003 09:06:34 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

Hi,

I would like to start using emacs over xemacs, but first I need to have cut/paste AND kill/yank. I'm thinking i can do this by binding the 'insert-register' and 'copy-to-register' to the S-insert C-insert keys, but this isn't working. It would also be nice to have the cursor goto the end of the inserted text as well

(global-unset-key [C-insert])
(global-unset-key [S-insert])
(global-set-key [C-insert] 'M-x copy-to-register 1)
(global-set-key [S-insert] 'M-x insert-register 1)

also how do you unmark, ie stop marking. withour starting a new mark?

Thanks



reply via email to

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