- Subject: Re: [Jed-users-l] "display" tab characters
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Wed, 24 Jul 2013 11:12:13 -0400
Manfred Hanke <Manfred.Hanke@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> is there a way in jed to explicitly mark tab characters (in addition to
> their indent), different from spaces? Some editors use something like:
> » » » »
> for
> "\x09\x09\x09\x09"
Try this:
Highlight_Whitespace = 3
set_color ("tab", "default", "green");
Perhaps Highlight_Whitespace should be made buffer-local.
Also, it appears that tabs and spaces are treated the same when part
of trailing whitespace. We might want to change this too.
--John
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l
[2013 date index]
[2013 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]