home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / emacs / 3963 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  823 b 

  1. Xref: sparky comp.emacs:3963 gnu.emacs.help:5344
  2. Newsgroups: comp.emacs,gnu.emacs.help
  3. Path: sparky!uunet!Cadence.COM!daled
  4. From: daled@cadence.com (Dale DePriest)
  5. Subject: Re: Help needed: Customising Emacs
  6. Message-ID: <1993Jan11.213738.433@Cadence.COM>
  7. Keywords: emacs keys customization customisation
  8. Sender: usenet@Cadence.COM (Usenet News)
  9. Nntp-Posting-Host: cds9172.cadence.com
  10. Organization: Cadence Design Systems
  11. References: <1hma42INN17l@function.mps.ohio-state.edu>
  12. Distribution: usa
  13. Date: Mon, 11 Jan 1993 21:37:38 GMT
  14. Lines: 12
  15.  
  16. The problem is you have to unset the original meaning of \eO
  17. first.
  18.  
  19. (global-unset-key "\eO")
  20.  
  21. then (global-set-key "\eOp" 'lpr-buffer )
  22.  
  23. will work.
  24. --
  25.     _      _     Dale DePriest          San Jose, California
  26.    /`) _  //     daled@Cadence.COM        voice: (408) 428-5249
  27.  o/_/ (_(_X_(`     
  28.