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

  1. Path: sparky!uunet!think.com!sdd.hp.com!spool.mu.edu!yale.edu!not-for-mail
  2. From: kaminsky-david@cs.yale.edu (David Kaminsky)
  3. Newsgroups: comp.emacs
  4. Subject: Binding function keys on the RS/6000
  5. Date: 16 Nov 1992 10:03:43 -0500
  6. Organization: Yale University Computer Science Dept., New Haven, CT 06520-2158
  7. Lines: 13
  8. Distribution: world
  9. Message-ID: <1e8d8hINNat4@FEYNMAN.SYSTEMSY.CS.YALE.EDU>
  10. NNTP-Posting-Host: feynman.systemsy.cs.yale.edu
  11.  
  12.     Does anyone know how to bind the function keys on the
  13. IBM RS/6000's running AIX?  I used:
  14.  
  15. (global-set-key "\e[225z" 'goto-line) ; F2
  16. (global-set-key "\e[226z" 'replace-string) ; F3
  17.     ...
  18.  
  19.     for a Sparcstation, but the RS/6000 uses different codes.  
  20.  
  21.     Please mail responses to kaminsky-david@cs.yale.edu.
  22.  
  23.     Thanks a lot.
  24.  
  25.