From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Katz Newsgroups: gmane.emacs.help Subject: Re: Showing whitespace Date: Wed, 14 May 2003 14:27:15 -0400 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87r871e64c.fsf@profitlogic.com> References: <87vfwd1l0n.fsf@lucien.dreaming> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1052937144 2920 80.91.224.249 (14 May 2003 18:32:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 14 May 2003 18:32:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed May 14 20:32:23 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19G124-0000f5-00 for ; Wed, 14 May 2003 20:31:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19G11O-0002jO-07 for gnu-help-gnu-emacs@m.gmane.org; Wed, 14 May 2003 14:30:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!12.46.106.161!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 12.46.106.161 Original-X-Trace: fu-berlin.de 1052936835 24222235 12.46.106.161 (16 [154421]) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:D7oAdh5Ws3xlwez1wHq5CmTAJhc= Original-Xref: shelby.stanford.edu gnu.emacs.help:113233 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9729 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9729 On Wed, 14 May 2003, Björn Lindström wrote: > I wonder how I get Emacs to show certain whitespace characters as > other characters in some distinct colour. Specifically, I would like > to make tabs and any whitespace at the end of a line visible. For end-of-line whitespace you might look at the variable 'show-trailing-whitespace'. A more general facility which I use occasionally to examine tabs and spaces in interior positions in the text is blank-mode.el (http://www.cpqd.com.br/~vinicius/emacs/Emacs.html). Dan