GNU bug report logs -
#23010
25.1.50; Isearch help key to indicate current search state/mode
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Mon, 14 Mar 2016 15:29:02 UTC
Severity: wishlist
Tags: moreinfo, wontfix
Found in version 25.1.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> > I've also made other suggestions elsewhere, regarding
> > showing more such state in the mode-line. And I do
> > that in isearch+.el. E.g., mode-line lighter tells
> > you whether case-sensitive and whether regexp searching:
> >
> > (if case-fold-search
> > (if isearch-regexp " R*SEARCH" " ISEARCH")
> > (if isearch-regexp " R*search" " Isearch"))
>
> I guess R means Regexp search. But what does the asterisk
> after R mean? On the mode line it usually indicates the
> modified buffer.
R*search and R*SEARCH are just meant to indicate a
regexp pattern (the former indicating case-sensitive).
The Isearch+ doc says what it means. But I don't say
you need to follow what I did exactly.
The point was just to say that with very little screen
real estate (a mode-line lighter) we can show, and
dynamically update, a fair amount of info about the
current Isearch state: whether case-insensitive, and
whether regexp searching.
I intend it only as food for thought.
This bug report was last modified 2 years and 346 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.