From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: tab stops - redisplay Date: Sat, 26 Mar 2005 18:51:42 -0500 Organization: Bell Sympatico Message-ID: <871xa29dam.fsf-monnier+gnu.emacs.help@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111882149 11257 80.91.229.2 (27 Mar 2005 00:09:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Mar 2005 00:09:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 27 01:09:09 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DFLKv-0003bP-TV for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Mar 2005 01:09:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DFLai-0005Bj-8s for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Mar 2005 19:25:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wns14feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:k9SMr5UjA9M8jVIpgfAuE2V2myY= Original-Lines: 11 Original-NNTP-Posting-Host: 70.49.83.30 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1111881102 70.49.83.30 (Sat, 26 Mar 2005 18:51:42 EST) Original-NNTP-Posting-Date: Sat, 26 Mar 2005 18:51:42 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:129648 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:25201 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25201 > Suppose I have a file that contains tab (^I) characters. > Is there a way to control which display columns each of > those tabs on the line will correspond to? I am thinking > of something like tab-stop-list, except this is for display > (like tab-width), not for input. The only thing available is tab-width, i.e. the tab stops have to all be equally spaced. Stefan