From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Murray Stokely Newsgroups: gmane.emacs.help Subject: Re: Highlighting whitespace at EOL. Date: Thu, 4 Apr 2002 14:42:43 -0800 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <20020404224242.GB3542@freebsdmall.com> References: <20020402170722.GM27913@freebsdmall.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017960365 29069 127.0.0.1 (4 Apr 2002 22:46:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 4 Apr 2002 22:46:05 +0000 (UTC) Cc: Murray Stokely , help-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16tFzY-0007Yk-00 for ; Fri, 05 Apr 2002 00:46:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16tFyg-00056H-00; Thu, 04 Apr 2002 17:45:10 -0500 Original-Received: from mao.stokely.org ([65.84.64.228]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16tFwK-0004vM-00 for ; Thu, 04 Apr 2002 17:42:45 -0500 Original-Received: by mao.stokely.org (Postfix, from userid 2074) id 273CC4B669; Thu, 4 Apr 2002 14:42:43 -0800 (PST) Original-To: Greg Hill Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.25i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:51 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:51 On Wed, Apr 03, 2002 at 11:07:03AM -0800, Greg Hill wrote: > Just last night I ran across a customization variable named > "show-trailing-whitespace" in chapter 38 of the GNU Emacs Lisp > Reference Manual. > It seems to be new with Emacs-21. That's exactly what I was looking for, thanks! I also found a great .emacs posted online that does some cool stuff with this variable : http://www-xray.ast.cam.ac.uk/~gmorris/dotemacs.html - Murray