From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cstacy@news.dtpq.com (Christopher C. Stacy) Newsgroups: gmane.emacs.help Subject: tab stops - redisplay Date: Wed, 23 Mar 2005 23:33:26 GMT Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111620899 23453 80.91.229.2 (23 Mar 2005 23:34:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Mar 2005 23:34:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 24 00:34:59 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DEFN9-0004c6-OK for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Mar 2005 00:34:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DEFej-000122-Ri for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Mar 2005 18:52:58 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!canoe.uoregon.edu!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc04.POSTED!8b1f9295!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 5 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: 68.163.255.27 Original-X-Complaints-To: abuse@verizon.net Original-X-Trace: trnddc04 1111620806 68.163.255.27 (Wed, 23 Mar 2005 18:33:26 EST) Original-NNTP-Posting-Date: Wed, 23 Mar 2005 18:33:26 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:129565 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:25116 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25116 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.