home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / epoch / misc / 1215 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.1 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!sics.se!eua.ericsson.se!etxmsll
  2. From: etxmsll@eua.ericsson.se (Mats Lidell)
  3. Newsgroups: gnu.epoch.misc
  4. Subject: Key bindings with 8-bit mode
  5. Message-ID: <1992Dec22.153923.8968@eua.ericsson.se>
  6. Date: 22 Dec 92 15:39:23 GMT
  7. Sender: news@eua.ericsson.se
  8. Distribution: gnu
  9. Organization: Ellemtel Telecom Systems Labs, Stockholm, Sweden
  10. Lines: 19
  11. X-Md4-Signature: f55c9d082b2fed1c12ae08ce1a10f73b
  12. Nntp-Posting-Host: euas66c05.eua.ericsson.se
  13. Comments: Hyperbole mail buttons accepted, v3.06.
  14.  
  15. Hi Folks,
  16.  
  17. I'm having the the following problem. 
  18.  
  19. I use/load a lot of different emacs-lisp packages (that works with
  20. gnu-emacs.) Sometimes the package defines a local Meta-key-binding
  21. like:
  22.  
  23.    (define-key major-mode-map "\M-k" 'do-something-in-this-mode)
  24.  
  25. Obviously I would like to keep this Meta-binding to the meta key but
  26. apparently the function gets bound to some "interesting" 8-bit
  27. character.
  28.  
  29. Is there some way to get this without having to change the define-key
  30. statements in question.
  31.  
  32. Yours
  33. %% Mats Lidell 
  34.