From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: display of TAB character Date: 27 Nov 2003 08:45:17 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <16848.1069888535@www46.gmx.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1069915517 3804 80.91.224.253 (27 Nov 2003 06:45:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2003 06:45:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 27 07:45:15 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1APFtr-0004uE-00 for ; Thu, 27 Nov 2003 07:45:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APGqr-0002tu-Oo for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Nov 2003 02:46:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1APGq7-0002rJ-1R for help-gnu-emacs@gnu.org; Thu, 27 Nov 2003 02:45:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1APGpZ-0002fW-9x for help-gnu-emacs@gnu.org; Thu, 27 Nov 2003 02:45:24 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1APGpY-0002dj-8S for help-gnu-emacs@gnu.org; Thu, 27 Nov 2003 02:44:52 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: <16848.1069888535@www46.gmx.net> (georg1000@gmx.de) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14640 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14640 > Date: Thu, 27 Nov 2003 00:15:35 +0100 (MET) > From: georg1000@gmx.de > > In http://www.jwz.org/doc/tabs-vs-spaces.html Jamie Zawinski > writes concerning the display of the TAB character: > > A third interpretation is for the ASCII TAB character to mean > ``indent to the next tab stop,'' where the tab stops are set > arbitrarily: they might not necessarily be equally distanced from > each other. Most word processors can do this; > Emacs can do this. I don't think vi can do this, but I'm not sure. > > I was unable to find out how to do this. How did you look? I typed "i tab stops" in the Emacs manual and was immediately placed in the section which explains how to set the tab stops. I think that's what Jamie meant in the quoted fragment, but I'm not sure if this does what you want. Does it?