emacs-devel
[Top][All Lists]
Advanced

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

Re: Questions about isearch


From: Artur Malabarba
Subject: Re: Questions about isearch
Date: Fri, 27 Nov 2015 23:57:20 +0000

On 27 Nov 2015 8:06 pm, "Eli Zaretskii" <address@hidden> wrote:
> > Experimentation shows that it also applies to replace-string, but
> > not replace-regexp ("[ab]" does not match "ä" even when
> > replace-character-fold is non-nil).  I'm not sure what's intended
> > here, particularly since replace-regexp does honor case-fold-search.
>
> Not sure whether this is intended, please submit a bug report.

It's a known limitation. Char folding works by converting a plain string to a regexp, so it does not work on regexps.
The same happen with isearch. You can't do a char-folding regexp isearch.


reply via email to

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