bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21148: 25.0.50; Huge problems with case-insensitive search


From: Sebastien Vauban
Subject: bug#21148: 25.0.50; Huge problems with case-insensitive search
Date: Tue, 28 Jul 2015 15:50:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt)

Artur Malabarba <bruce.connor.am@gmail.com> writes:
> What value do you have for `isearch-search-fun-function'?

  ┌────
  │ isearch-search-fun-function is a variable defined in ‘isearch.el’.
  │ Its value is fuzzy-isearch
  └────

> Also, could you see if all ofthese problems still happen when you
> don't use anzu? (just to help narrow things down).

I guess I'd better should try without using `fuzzy', then?

--8<---------------cut here---------------start------------->8---
    ;; fuzzy matching (must-have!)
    (with-eval-after-load "fuzzy-autoloads"
      (autoload 'turn-on-fuzzy-isearch "fuzzy" nil t)
      (add-hook 'isearch-mode-hook #'turn-on-fuzzy-isearch))
--8<---------------cut here---------------end--------------->8---

Indeed, removing that resolve this problem...

Though, fuzzy was quite useful. Is there a standard Emacs alternative to
it?

Best regards,
  Seb





reply via email to

[Prev in Thread] Current Thread [Next in Thread]