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

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

Re: making TAB in text major mode just work


From: Ehud Karni
Subject: Re: making TAB in text major mode just work
Date: Mon, 26 Nov 2007 17:53:33 +0200

On Thu, 22 Nov 2007 12:35:12 jwithers wrote:
>
> In text mode, or in fundamental mode for that matter, ...
>  ... doing a control-q tab isn't really good in my mind.

Add this to your .emacs and it will solve your problems for text mode.
    (define-key text-mode-map "\011" 'forward-to-tab-stop)

Ehud.


--
 Ehud Karni           Tel: +972-3-7966-561  /"\
 Mivtach - Simon      Fax: +972-3-7966-667  \ /  ASCII Ribbon Campaign
 Insurance agencies   (USA) voice mail and   X   Against   HTML   Mail
 http://www.mvs.co.il  FAX:  1-815-5509341  / \
 GnuPG: 98EA398D <http://www.keyserver.net/>    Better Safe Than Sorry




reply via email to

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