help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Meta key definition in a linux console


From: Olivier Sirven
Subject: Re: Meta key definition in a linux console
Date: Fri, 21 Aug 2009 15:15:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (darwin)

I'm using iTerm.app or Terminal.app
I tried adding these lines too to /etc/inputrc without any success:
“\e[1~”: beginning-of-line
“\e[4~”: end-of-line
“\e[5~”: beginning-of-history
“\e[6~”: end-of-history
“\e[3~”: delete-char
“\e[2~”: quoted-insert
“\e[5C”: forward-word
“\e[5D”: backward-word
“\e\e[C”: forward-word
“\e\e[D”: backward-word

# Enable 8bit input
set meta-flag On
set input-meta On

# Turns off 8th bit stripping
set convert-meta Off

# Keep the 8th bit for display
set output-meta On

Sumit Narayan <sumnaray@gmail.com> writes:

> Are you using Terminal.app or X11 on Mac?
>
> If you are using X11, did you try putting
>
> Xterm*termName xterm
>
> in ~/.Xdefaults?

Olivier


reply via email to

[Prev in Thread] Current Thread [Next in Thread]