jed-users mailing list

[2008 Date Index] [2008 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: set_color ("tab", color_fg, color_bg)


s78199mpf15f05@xxxxxxxxx <s78199mpf15f05@xxxxxxxxx> wrote:
>   set_color ("tab", color_fg, color_bg); 
>
> is accepted in the colour settings for the text console,
> it is not executed.

Apparantly that was never implemented until 20 minutes ago.  Please
try the latest version in the svn repository, which includes this
change:

126. src/syntax.c: Added support for syntax-coloring of tab
     characters.  To this end, the Highlight_Trailing_Whitespace variable
     has been deprecated in favor of Highlight_Whitespace, which is a
     new bitmapped variable:
     
         Highlight_Whitespace = 1;     % highlight trailing whitespace
	 Highlight_Whitespace = 2;     % highlight tabs
	 Highlight_Whitespace = 3;     % highlight tabs and trailing ws

Thanks,
--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2008 date index] [2008 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]