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

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

Re: Tab-key not working in auctex?


From: Ralf Angeli
Subject: Re: Tab-key not working in auctex?
Date: Fri, 10 Nov 2006 21:16:12 +0100

* Johs (2006-11-10) writes:

> Ralf Angeli wrote:
>
>> * Johs (2006-11-10) writes:
>> 
>>> The command I was looking for was 'indent-relative':
>> 
>> I doubt it.  It seems you haven't understood what this command does
>> either.  To me it looks like you are not interested in syntactic
>> indentation but rather want to insert a bare tab character each time
>> you hit the tab key.
>
> yes that is what I want and that is what 'indent-relative' does.

Sorry to disappoint you, but it doesn't.

> Its only in my .tex file that there are "tabs" when I preview the
> corresponding dvi file all tabs are just shown as single whitespaces which
> is what I want.

If you really want to disable the help AUCTeX can give you with
syntactical indentation, you could use
(local-set-key (kbd "TAB") 'self-insert-command)
But please try to learn what syntactical indentation means before
disabling it.

-- 
Ralf


reply via email to

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