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

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

Want to rebind C-i


From: Boris H.
Subject: Want to rebind C-i
Date: Tue, 15 Oct 2002 14:04:06 +0200
User-agent: KNode/0.7.1

Hi,

I have

(global-unset-key "\C-i")
(global-unset-key [tab])
(global-set-key [delete] 'delete-char)

and

;--- Ispell ---
(global-set-key "\C-ii" 'ispell)
(global-set-key "\C-iw" 'ispell-word)
(global-set-key "\C-id" 'ispell-change-dictionary)

in my .emacs.

This worked in Emacs 20.7, but it doesn't in Emacs 21.1; C-i is always 
recognized as TAB. What to do?

Regards,

Boris


reply via email to

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