home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!emory!sol.ctr.columbia.edu!eff!iWarp.intel.com|ichips!pdx025!jabram
- From: jabram@pdx025 (Jeff Abramson)
- Newsgroups: comp.emacs
- Subject: Re: Binding function keys on the RS/6000
- Message-ID: <1992Nov16.194948.18972@ichips.intel.com>
- Date: 16 Nov 92 19:49:48 GMT
- Article-I.D.: ichips.1992Nov16.194948.18972
- References: <1e8d8hINNat4@FEYNMAN.SYSTEMSY.CS.YALE.EDU>
- Sender: news@ichips.intel.com (News Account)
- Organization: Intel Corp., Hillsboro, Oregon
- Lines: 18
-
- In article <1e8d8hINNat4@FEYNMAN.SYSTEMSY.CS.YALE.EDU> kaminsky-david@cs.yale.edu (David Kaminsky) writes:
- > Does anyone know how to bind the function keys on the
- >IBM RS/6000's running AIX? I used:
- >
- >(global-set-key "\e[225z" 'goto-line) ; F2
- >(global-set-key "\e[226z" 'replace-string) ; F3
- > ...
-
- I use:
-
- (define-key global-map (x-keysym-to-keystrokes "F2")
- 'warp-to-mbox-and-inc)
-
-
- --
- Jeff Abramson
- Microprocessor Division 6 jabram@ichips.intel.com
- Intel Corporation, Hillsboro OR (503) 696-4784
-