GNU bug report logs -
#11378
24.1.50; Suggestion: Let M-i in isearch cycle `search-invisible'
Previous Next
Full log
View this message in rfc822 format
> Sounds good to me. Not sure how you'll fix the
>
> (and (eq isearch-filter-predicate 'isearch-filter-visible)
> search-invisible))
This condition is used to set the value of
`inhibit-point-motion-hooks'. But I don't understand
the purpose of using `inhibit-point-motion-hooks' here
and why it depends on `search-invisible'.
The documentation says that when `inhibit-point-motion-hooks' is
non-nil, the `intangible' property is ignored. But how this is
related to the `invisible' property?
Maybe we could bind `inhibit-point-motion-hooks' to t
unconditionally because `isearch-done' takes care
about moving point outside of intangible text,
and probably there are no more bad effects.
Another reason why this condition should be removed
is that other filters call `isearch-filter-visible' too
(as the first thing they test in their function body).
And it's impossible to list all such filters in the condition
that binds the value of `inhibit-point-motion-hooks' to t.
This bug report was last modified 3 years and 335 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.