home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.emacs
- Path: sparky!uunet!mcsun!sunic!kth.se!news.kth.se!LEVITTE
- From: LEVITTE@e.kth.se (Richard Levitte)
- Subject: Re: How do I change page-up/down
- In-Reply-To: tatum@mars.cs.clemson.edu's message of Thu, 21 Jan 1993 16:44:16 GMT
- Message-ID: <LEVITTE.93Jan22005950@elin.e.kth.se>
- Sender: usenet@kth.se (Usenet)
- Nntp-Posting-Host: elin.e.kth.se
- Organization: Department of TeleTransmission Theory
- References: <1993Jan21.164416.4011@hubcap.clemson.edu>
- Date: Thu, 21 Jan 1993 23:59:50 GMT
- Lines: 17
-
- Something like this should do:
-
- (setq term-setup-hook
- (function
- (lambda ()
- (if (fboundp 'enable-arrow-keys)
- (enable-arrow-keys)))))
-
- I've never tested this, but it should work...
-
- --
- !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++!
- ! Richard Levitte, VMS GNU Emacs hacker ! tel: int+46-8-18 30 99 !
- ! Sulv"agen 57, II ! fax: none for the moment !
- ! S-126 40 H"agersten ! Internet: levitte@e.kth.se !
- ! SWEDEN ! !
- !-----------------------------------------------------------------------------!
-