GNU bug report logs -
#17453
Isearch doesn't work properly with Follow Mode.
Previous Next
Reported by: Alan Mackenzie <acm <at> muc.de>
Date: Fri, 9 May 2014 22:50:02 UTC
Severity: normal
Done: Alan Mackenzie <acm <at> muc.de>
Bug is archived. No further changes may be made.
Full log
Message #221 received at 17453 <at> debbugs.gnu.org (full text, mbox):
> ...., I now think the best name would be the last of these three,
> window-group-start. It is not too long, and the phrase "window_group"
> fits in with all the primitives apart from `recenter'. So we'd need some
> different naming ideas, perhaps "recenter-group" or "group-recenter".
For consistency with other related names it could have the same prefix, e.g.
"window-group-recenter".
> By the way, have you had the chance to look at the changes I made to
> isearch.el in the scratch/follow branch?
One thing in the isearch-related part of your patch that I'm not excited about
is the macro isearch-call-message. With Stefan's request there is no need in it
since it becomes one-liner: (funcall isearch-message-function).
Another thing that disturbs me is moving lazy-highlighting checks
to a new function isearch-lazy-highlight-maybe-new-loop.
What do you think about moving only window-checking into new function
i.e. only checks for window-start/window-end/etc that need (sit-for 0)
and leaving other checks in isearch-lazy-highlight-new-loop?
Would this help to avoid new problems such as un-highlighting
postponed until the timer fires?
This bug report was last modified 9 years and 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.