[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nano-devel] Regex Space Highlighting
From: |
Stephan T. Lavavej |
Subject: |
[Nano-devel] Regex Space Highlighting |
Date: |
Tue, 20 Apr 2004 14:32:20 -0700 |
It seems that:
color red,red "^ *"
is broken in nano 1.3.2 with the Smart Home patch (not sure when the
breakage occurred). The equivalent with a tab instead of a space seems to
work.
The symptom is that not all of the beginning spaces on a line are
highlighted (usually only the first 3 or 4), and that indeed the highlight
is cursor-dependent, which seems to be very broken. Depending on where the
cursor is placed, I can get the first 1 to 3 inclusive spaces on a line
highlighted, or the last space on a space only line. Any other cursor
position turns off all of the highlighting on that line.
Configured with --enable-all on Red Hat Linux 9.
Stephan T. Lavavej