emacs-devel
[Top][All Lists]
Advanced

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

Re: master 0724c6dbdae: Use string-search instead of string-match[-p] wh


From: Mattias Engdegård
Subject: Re: master 0724c6dbdae: Use string-search instead of string-match[-p] when possible
Date: Wed, 29 Mar 2023 17:34:36 +0200

29 mars 2023 kl. 17.23 skrev Robert Pluim <rpluim@gmail.com>:

> Hmm, we could do this using a compiler macro, no? Something like
> 
> (put 'string-match-p 'compiler-macro
>     #'byte-optimize-string-match-p)

No, that would be incorrect: string-match-p obeys case-fold-search, 
string-search doesn't.

Replacing string-match[-p] with string-search in the source also makes the code 
clearer.




reply via email to

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