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

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

RE: (no subject)


From: Jerker Haglund
Subject: RE: (no subject)
Date: Thu, 31 May 2001 22:14:32 +0200

>  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




reply via email to

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