up vote 1 down vote favorite
share [g+] share [fb]

I am trying to set console emacs to use 8-bit meta rather than interpreting it as a character. The reason for this is so I can use meta as a modifier in Vim for my own keybindings. So setting xterm to "Meta Sends Escape" is not an option.

I would think that setting meta-flag would do what I want as described below, but meta-flag no longer appears to be a variable in this version of emacs (23.1.1)

http://www.cs.utah.edu/dept/old/texinfo/emacs18/emacs%5F6.html

Also the set-input-mode seems to do what I want but it also isn't in my version of emacs.

google: set-input-mode interrupt flow meta quit-char

(Sorry, I can only use 1 link)

Any ideas or alternatives?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Basically, 8-bit meta is ancient deprecated stuff. Nobody wants to waste a whole bit on Meta anymore. And with Unicode and all these modern newfangled things, people do not want to be restricted to inputting US-ASCII. Besides, ¡unɟ sᴉ ǝpoɔᴉu∩

link|improve this answer
Interesting, that could explain why it is so hard to find information about it. Do you know any good alternatives? – Bostonvaulter Oct 25 '09 at 9:30
@Bostonvaulter: Your reason for wanting 8-bit meta is something in Vim - I don't use it, so I can't help you there. – Teddy Oct 25 '09 at 19:33
Yeah, perhaps there is some way to get vim to work without 8-bit meta. – Bostonvaulter Oct 27 '09 at 6:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.