GNU bug report logs -
#11381
23.3; isearch-search-and-update issue?
Previous Next
Reported by: Andy Grover <andy <at> groveronline.com>
Date: Sun, 29 Apr 2012 23:00:02 UTC
Severity: wishlist
Found in version 23.3
Done: Chong Yidong <cyd <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Looking at how this page presents 12 ways to invent the wheel,
> the question arises: why not help people with some basic functionality
> in isearch.el that could be used to build commands that will
> work reliably and without such problems as reported by this bug report.
Sounds like a good idea. To solve nb 3 (i.e. searching for a symbol),
all that's needed is to set isearch-search-fun-function, so the
mechanism is there.
The problem is that it's clunky to use because you can't just let-bind
that variable around the call to isearch-forward. So one thing we
(c|sh)ould provide is a general way to "run isearch with the following
vars temporarily bound to these values".
Maybe simply a new function that runs isearch in a recursive-edit would
be all that's needed (so you can let-bind the vars around the call to
that function).
Stefan
This bug report was last modified 12 years and 205 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.