Glynn Clements <glynn(a)sensei.co.uk> writes in xemacs-beta(a)xemacs.org:
Dr. Volker Zell wrote:
> Hi
>
> When I do C-h k and then Control Insert or Shift Insert I get:
>
> C-insert runs `copy-primary-selection'
> Sh-insert runs `yank-clipboard-selection'
>
> but C-h k and then pressing Shift Delete gives me:
>
> DEL runs `scroll-down'
I see the same thing on both Solaris and Linux.
> It seems that Sh-delete is not recognized on my system.
>
> Any hint ?
...
I just added
(define-key global-map '(shift delete)
'kill-primary-selection)
(define-key global-map '(control delete) 'delete-primary-selection)
to my ~/.emacs.
But do they do anything? They don't do anything for me. I hit
Shift-Delete and get Delete.
--
雨降って地固まる (Adversity builds character)