From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.help Subject: Re: Tab-key not working in auctex? Date: Fri, 10 Nov 2006 21:16:12 +0100 Organization: nil Message-ID: <4554de0a$0$27606$9b4e6d93@newsspool2.arcor-online.net> References: <87y7qj8v8x.fsf@trick.ulm.malte.spiess> <8764dn8f2v.fsf@trick.ulm.malte.spiess> <4554b9d6$0$18837$9b4e6d93@newsspool4.arcor-online.net> <4554d279$0$27606$9b4e6d93@newsspool2.arcor-online.net> <4554d7f3$0$27606$9b4e6d93@newsspool2.arcor-online.net> Reply-To: angeli@caeruleus.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1163191417 29008 80.91.229.2 (10 Nov 2006 20:43:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Nov 2006 20:43:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 10 21:43:36 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GidDT-0001zr-NE for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Nov 2006 21:43:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GidDS-0001z8-JM for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Nov 2006 15:43:10 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Mail-Copies-To: nobody Cancel-Lock: sha1:fGHSx3pAkIkTnLf8my9PXLdIZRc= Original-Lines: 29 Original-NNTP-Posting-Date: 10 Nov 2006 21:16:11 CET Original-NNTP-Posting-Host: a8be809d.newsspool2.arcor-online.net Original-X-Trace: DXC==bD8jGP; D]k9kIfcjg:0fdA9EHlD; 3Ycb4Fo<]lROoRaFl8W>\BH3Yb; P@5JmOjL=e392BQYIaSbiD\SojI5:1jm8Z_gH5JaGgk^kIDBm6X]Dk Original-X-Complaints-To: usenet-abuse@arcor.de Original-Xref: shelby.stanford.edu gnu.emacs.help:143018 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38636 Archived-At: * 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