Re: Shift + delete
Richard Martin <[email protected]> Wed, 18 Feb 2004 09:37:55 +0000
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Organization | AePONA Ltd |
| Message-ID | <[email protected]> |
Thanks for all your help, I just inserted the line below into my init.el file and it worked perfectly. Just for completeness I am running Xemacs 21.4 on RH9 Thanks again Richard On Wed, 2004-02-18 at 01:30, Glynn Clements wrote: > Richard Martin wrote: > > > I have been having a problem with the cut key (shift and delete) - it > > just deletes the selection instead of placing into the cut and paste > > buffer - then when i go and paste it inserts previous text??? > > > > i have my delete key set to delete selection. > > While C-insert and Sh-insert are bound by default, Sh-Delete isn't; > you need to manually bind it to kill-primary-selection, e.g.: > > (define-key global-map '(shift delete) 'kill-primary-selection) -- Richard Martin <[email protected]> AePONA Ltd