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

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

Re: The [(control i)] and [(tab)] problem


From: Eric Hanchrow
Subject: Re: The [(control i)] and [(tab)] problem
Date: 04 Dec 2002 07:59:53 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>>>> "Boris" == Boris H <nosp@m.de> writes:

    Boris> Emacs can't distinguish C-i from tab.

Not true, at least with GNU Emacs 21.2.

    Boris> I want to map C-i to ispell-word and leave the binding of
    Boris> tab unaffected.

Try this

(progn
(local-set-key [tab] (local-key-binding "\C-i"))
(local-set-key "\C-i" 'ispell-word))

-- 
PGP Fingerprint: 3E7B A3F3 96CA 8958 ACC5  C8BD 6337 0041 C01C 5276


reply via email to

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