vote up 3 vote down star
2

Is there a way to use "alt/option" key as a meta key but still be able to use the key to make some characters which need it?

For example in my local keyboard layout: @ is alt-2 \ is alt-shift-7 | is alt-7

etc. So if I set alt as meta key, I can't make those characters. On the other hand using "press esc, release esc, press a key" to make meta key sequences makes my hands hurt.

Any emacs users with international keyboards who have solved this, please give any tips you might have! :)

edit: It appears that I can set alt as meta key and then add these kind of settings in inputrc: "\e2": "@" This works in bash shell but it still won't work with emacs though, so no good.

flag

3 Answers

vote up 1 vote down check

Think about using a full featured Emacs for Mac OS X. I use Carbon Emacs but I believe others (say Aqua Emacs or X11 Emacs) would do the trick.

If you insist on using Emacs in a terminal you can use the C-x 8 prefix as a compose key. Try C-x 8 C-h to get a list of possibilities.

See http://www.emacswiki.org/emacs/EmacsForMacOS

link|flag
Unfortunately Carbon emacs doesn't fix my problem. I'm still not able to make there characters "@ \ | " while having a functional meta key. It seems that emacs is just incompatible with international keyboards on mac unless I completely remap the keyboard. I'm already thinking of learning vim ;). – abababa22 Feb 14 at 13:41
Mmm, that’s strange. Here Carbon Emacs does not use the Alt key but the Cmd key as meta. Is there a particular reason Cmd is not suitable as a meta for you? – kmkaplan Feb 14 at 15:47
Ah, I didn't know that it uses Cmd as meta key. I tried it now, and it works. :) – abababa22 Feb 15 at 18:00
vote up 1 vote down

The above answers mention ways to enter non-ascii input, but that's not really the problem here. The C-x 8 method lets you enter a bunch of non-ascii, but the problem is that you need the option key on mac just to enter the (ascii) character `|' (vertical bar)!

So how do you then enter stuff like M-| (region to shell command) when running emacs in ssh under Terminal.app? No way for it but to use the escape key, since | is option-7 and Terminal.app for some stupid reason won't let you use Cmc as meta :-(

(If anyone knows of a hack (SIMBL perhaps?) that actually does let Terminal.app use Cmd as meta, I'd be very grateful...)

link|flag
vote up 2 vote down

Two work-arounds I use:

  • I use xterm running under X11.app. X11.app uses the command key as meta.
  • When running emacs in Terminal.app, I just use the rfc1345 input-method, which allows me to enter all kinds of crazy non-ascii characters without needing an option key.
link|flag

Your Answer

Get an OpenID
or

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