home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / emacs / 4044 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!mcsun!sunic!kth.se!news.kth.se!LEVITTE
  3. From: LEVITTE@e.kth.se (Richard Levitte)
  4. Subject: Re: How do I change page-up/down
  5. In-Reply-To: tatum@mars.cs.clemson.edu's message of Thu, 21 Jan 1993 16:44:16 GMT
  6. Message-ID: <LEVITTE.93Jan22005950@elin.e.kth.se>
  7. Sender: usenet@kth.se (Usenet)
  8. Nntp-Posting-Host: elin.e.kth.se
  9. Organization: Department of TeleTransmission Theory
  10. References: <1993Jan21.164416.4011@hubcap.clemson.edu>
  11. Date: Thu, 21 Jan 1993 23:59:50 GMT
  12. Lines: 17
  13.  
  14. Something like this should do:
  15.  
  16.     (setq term-setup-hook
  17.        (function
  18.               (lambda ()
  19.              (if (fboundp 'enable-arrow-keys)
  20.                     (enable-arrow-keys)))))
  21.  
  22. I've never tested this, but it should work...
  23.  
  24. --
  25. !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++!
  26. ! Richard Levitte, VMS GNU Emacs hacker   ! tel: int+46-8-18 30 99            !
  27. ! Sulv"agen 57, II                        ! fax: none for the moment          !
  28. ! S-126 40 H"agersten                     ! Internet: levitte@e.kth.se        !
  29. ! SWEDEN                                  !                                   !
  30. !-----------------------------------------------------------------------------!
  31.