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

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

bug#14015: Feature request: highlight partial matches in Info's index-se


From: Stefan Monnier
Subject: bug#14015: Feature request: highlight partial matches in Info's index-search
Date: Thu, 21 Mar 2013 21:29:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +(defcustom Info-index-match-face 'match
> +  "Face used by \\[Info-index] to show the text that matches.
> +If the value is nil, don't highlight the matching portions specially."
> +  :type 'face
> +  :group 'info
> +  :version "24.4")

Nowadays, we usually prefer to define a new face that inherits from
`match'.


        Stefan





reply via email to

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