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

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

Re: Help producing the Alt modifier


From: Kai Großjohann
Subject: Re: Help producing the Alt modifier
Date: Wed, 30 Apr 2003 16:26:49 +0200
User-agent: Gnus/5.09002 (Oort Gnus v0.20) Emacs/21.3.50 (gnu/linux)

Jeremy Bowen <jeremyb@opennw.com> writes:

> Other apps seem to recognise <Alt> as seperate from the M- (ESC) key. How 
> can I configure either Emacs or X to recognise this correctly ?

What happens when you do this?

(global-set-key (kbd "<escape> a") 'forward-char)
(global-set-key (kbd "M-a") 'backward-char)

Maybe it gives you different behavior for the two variants.
-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)


reply via email to

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