all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Want to rebind C-i
@ 2002-10-15 12:04 Boris H.
  2002-10-14 12:19 ` Edric M Ellis
  0 siblings, 1 reply; 5+ messages in thread
From: Boris H. @ 2002-10-15 12:04 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-10-17 16:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-15 12:04 Want to rebind C-i Boris H.
2002-10-14 12:19 ` Edric M Ellis
2002-10-15 13:20   ` Boris H.
2002-10-14 13:38     ` Edric M Ellis
2002-10-17 16:59     ` seberino

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.