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

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

RE: show-wspace question


From: Drew Adams
Subject: RE: show-wspace question
Date: Mon, 24 Apr 2006 09:09:42 -0700

    I really like "show-wspace", but I need to turn off tab
    highlighting for "c-mode".  How do I do that?

Hi Tennis - you might try something like this (I haven't tried it though -
check font-lock.el):

(font-lock-remove-keywords
   'c-mode-common-hook  ; or c-mode-hook?
   '(("[\t]+" (0 'pesche-tab t))))





reply via email to

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