Recently I installed xemacs on my computer. I am using a win 98 and
want the
windows short cut keys for cut copy and paste to work. I found CUS-mode.el
does this. but also found that this only works in emacs . AndI want to use
Xemacs . is there a similar thing in xemcas.
Try this:
(s-region-bind)
(global-set-key [next] 'scroll-up-command)
(global-set-key [prior] 'scroll-down-command)
's-region-bind' ruins page up/down, that's why I set them back afterwards.
I am using xemacs.21.1.9
I'm pretty sure the above works in 21.1.9.
/J. Haglund