GNU bug report logs -
#21148
25.0.50; Huge problems with case-insensitive search
Previous Next
Reported by: Sebastien Vauban <sva-news <at> mygooglest.com>
Date: Tue, 28 Jul 2015 08:45:02 UTC
Severity: normal
Tags: moreinfo, notabug
Merged with 21149
Found in version 25.0.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #21 received at 21148-done <at> debbugs.gnu.org (full text, mbox):
Marking this as fixed, it has been reported to fuzzy-el:
https://github.com/auto-complete/fuzzy-el/issues/8
For future, the problem here is that there are some search packages
which set the `isearch-search-fun-function' to their own
(poorly-written) function. In this case (and on longlines-mode) the
issue is that the function does the following check:
(cond (isearch-word
(if isearch-forward 'word-search-forward 'word-search-backward))
...)
This assumes that `isearch-word' only ever has a boolean meaning, but
it's been a while now that this variable can also hold a function.
That's how symbol-isearch is implemented, in fact.
The reason these problems weren't reported before, is that the default
value of isearch-word was still nil up until now, but enabling
char-fold by default changed the default value to a function.
This bug report was last modified 9 years and 359 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.