GNU bug report logs -
#6227
Color isearch regexp submatches differently
Previous Next
Reported by: Lennart Borgman <lennart.borgman <at> gmail.com>
Date: Thu, 20 May 2010 11:13:01 UTC
Severity: wishlist
Tags: fixed, patch
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #82 received at 6227 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> Anybody else got any comments on this?
>
> Comment #1: Do we really want to turn this feature on by default?
I don't see why not. It's just a more detailed visualisation.
>> +(defface isearch-2
>> + '((((class color) (min-colors 88) (background light))
>> + :background "magenta1" :foreground "lightskyblue1")
>> + (((class color) (min-colors 88) (background dark))
>> + :background "palevioletred4" :foreground "brown4"))
>> + "Used for displaying the second matching subexpression.")
>
> Comment #2: This seems to effectively disable the feature on displays
> that have fewer than 88 colors. Is that intentional? If so, why
> doesn't the documentation say so?
I'm guessing it's just cargo-culting off of the isearch face:
(defface isearch
'((((class color) (min-colors 88) (background light))
> Comment #3: What about NEWS and the manual?
Those would have to be added, of course.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 4 years and 321 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.