home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / emacs / 3565 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.0 KB

  1. Path: sparky!uunet!ogicse!emory!sol.ctr.columbia.edu!eff!iWarp.intel.com|ichips!pdx025!jabram
  2. From: jabram@pdx025 (Jeff Abramson)
  3. Newsgroups: comp.emacs
  4. Subject: Re: Binding function keys on the RS/6000
  5. Message-ID: <1992Nov16.194948.18972@ichips.intel.com>
  6. Date: 16 Nov 92 19:49:48 GMT
  7. Article-I.D.: ichips.1992Nov16.194948.18972
  8. References: <1e8d8hINNat4@FEYNMAN.SYSTEMSY.CS.YALE.EDU>
  9. Sender: news@ichips.intel.com (News Account)
  10. Organization: Intel Corp., Hillsboro, Oregon
  11. Lines: 18
  12.  
  13. In article <1e8d8hINNat4@FEYNMAN.SYSTEMSY.CS.YALE.EDU> kaminsky-david@cs.yale.edu (David Kaminsky) writes:
  14. >    Does anyone know how to bind the function keys on the
  15. >IBM RS/6000's running AIX?  I used:
  16. >
  17. >(global-set-key "\e[225z" 'goto-line) ; F2
  18. >(global-set-key "\e[226z" 'replace-string) ; F3
  19. >    ...
  20.  
  21. I use:
  22.  
  23.         (define-key global-map (x-keysym-to-keystrokes "F2")
  24.           'warp-to-mbox-and-inc)   
  25.  
  26.  
  27. -- 
  28.   Jeff Abramson
  29.   Microprocessor Division 6                    jabram@ichips.intel.com
  30.   Intel Corporation, Hillsboro OR                       (503) 696-4784
  31.