help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displaying TABS vs SPACES


From: Micha Feigin
Subject: Re: Displaying TABS vs SPACES
Date: Thu, 3 Jun 2004 14:22:59 +0300
User-agent: Mutt/1.5.6i

On Wed, Jun 02, 2004 at 08:08:00PM -0700, exits funnel wrote:
> Hello,
> 
> I'm trying to find a way to distinguish tabs from
> consecutive spaces in some source code I've inherited
> so I can get the formatting straightened out, but I
> can't figure out how.  I'm sure there must be a mode
> which allows me to distinguish the two.  If anyone
> could point me in the right direction I'd really
> appreciate it.
> 

I am not sure if it depends on the themes package I'm using (I don't
think so) but the following entry displays tabs and trailing spaces for
me in a different color (same one in my case but you can change that).

(custom-set-faces
 '(my-tab-face            ((((class color)) (:background "gray5"))) t)
 '(my-trailing-space-face ((((class color)) (:background "gray5"))) t))

> -exits
> 
> 
>       
>               
> __________________________________
> Do you Yahoo!?
> Friends.  Fun.  Try the all-new Yahoo! Messenger.
> http://messenger.yahoo.com/ 
> 
> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>  
>  +++++++++++++++++++++++++++++++++++++++++++
>  This Mail Was Scanned By Mail-seCure System
>  at the Tel-Aviv University CC.
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]