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: Bastien
Subject: Re: making TAB in text major mode just work
Date: Mon, 26 Nov 2007 18:20:07 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

"Ehud Karni" <ehud@unix.mvs.co.il> writes:

> 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)

Do you mean:

  (define-key text-mode-map "\011" 'tab-to-tab-stop)

or is `forward-to-tab-stop' a real function?

Here:

  (fboundp 'forward-to-tab-stop)
  => nil

-- 
Bastien




reply via email to

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