home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25128 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.4 KB  |  40 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!news.funet.fi!funic!nntp.hut.fi!nntp!jem
  3. From: jem@snakemail.hut.fi (Johan Myreen)
  4. Subject: Re: Emacs meta key in SLS
  5. In-Reply-To: S_SPECKER@rzmain.rz.uni-ulm.de's message of Thu, 21 Jan 1993 15:52:00 GMT
  6. Message-ID: <JEM.93Jan22191809@lk-hp-6.hut.fi>
  7. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  8. Nntp-Posting-Host: lk-hp-6.hut.fi
  9. Organization: Helsinki University of Technology, Finland
  10. References: <1993Jan20.153835.17784@aristo.tau.ac.il>
  11.     <1993Jan20.154017.17844@aristo.tau.ac.il>
  12.     <1993Jan21.155200.18760@wega.rz.uni-ulm.de>
  13. Date: 22 Jan 93 17:18:08 GMT
  14. Lines: 24
  15.  
  16. In article <1993Jan21.155200.18760@wega.rz.uni-ulm.de> S_SPECKER@rzmain.rz.uni-ulm.de (Specker Alexander) writes:
  17.  
  18. >> I'm using Emacs from the SLS distribution and it doesn't recognize
  19. >> the ALT key as meta. Is there any way to change it (~/.emacs)??
  20.  
  21. >You have to set this in the Kernel-Makefile and
  22. >recompile it.
  23.  
  24. There are two ways of doing this, either make the alt key prepend an
  25. escape character in front of the character pressed together with alt.
  26. This setting is no longer in the Makefile; you choose this behaviour
  27. with the new config script.
  28.  
  29. If you are not interested in eight bit characters, but use just plain
  30. 7-bit ASCII, you can put this in your .emacs:
  31.  
  32. (setq meta-flag 't)
  33.  
  34. For this to work, you must answer 'no' to the question in the config
  35. script.
  36.  
  37. --
  38. Johan Myreen
  39. jem@cs.hut.fi
  40.