emacs-devel
[Top][All Lists]
Advanced

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

Re: ASCII-folded search [was: Re: Upcoming loss of usability ...]


From: Artur Malabarba
Subject: Re: ASCII-folded search [was: Re: Upcoming loss of usability ...]
Date: Tue, 23 Jun 2015 00:28:40 +0100

> Have you found a way to combine char-folding with case-folding?

Yes. This particular patch uses regexps, so it works independently of case-fold-search. That is, if case-fold-search is on, then you will get case folding in addition to this.

> (in https://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00407.html
> another hard problem was char-folding with a combining character.)

That works too. "a" matches both "á" (the letter) and "á" (a letter with a combining character).


reply via email to

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