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

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

bug#26580: 25.1; inappropriate case folding while isearch-forward-regexp


From: Tino Calancha
Subject: bug#26580: 25.1; inappropriate case folding while isearch-forward-regexp
Date: Fri, 21 Apr 2017 21:16:27 +0900 (JST)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)



On Fri, 21 Apr 2017, Andreas Schwab wrote:

On Apr 21 2017, Tino Calancha <tino.calancha@gmail.com> wrote:

I'm also wondering if \W should do what is doing.  Is it documented
somewhere that the slash does not trigger case sensitivity?

\W has nothing to do with case, it's just a non-word character.  Same
for \cC.
OK, i just picked up \W from you.  Let's changed to \T:
emacs -Q:
C-M-s \T ; matches lower and upper T
C-M-s T ; just matches upper T

I don't see in the manual this effect on an escaped upper letter.






reply via email to

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