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

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

Re: TAB key to insert tab character


From: Eli Zaretskii
Subject: Re: TAB key to insert tab character
Date: Tue, 12 Feb 2008 21:38:41 +0200

> From: Blake McBride <blake@mcbride.name>
> Date: Mon, 11 Feb 2008 08:27:04 -0600
> 
> Okay, I added the following line:
> 
>       (define-key text-mode-map (kbd "TAB") 'self-insert-command)
> 
> This fixed the problem in TEXT mode.  I didn't seem to have to use it in 
> a text-mode-hook.  Now the problem is how to fix thins in FUNDAMENTAL 
> mode (the mode used when no special file extension is used)?

I think the global binding I suggested earlier, viz

  (global-set-key "\C-i" 'self-insert-command)

should do what you want.




reply via email to

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