emacs-devel
[Top][All Lists]
Advanced

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

Re: Imports / inclusion of s.el into Emacs


From: Philippe Vaucher
Subject: Re: Imports / inclusion of s.el into Emacs
Date: Fri, 1 May 2020 20:48:06 +0200


>> we could probably rename some existing
>> functions to use the `string-` prefix
> We have both 'match-string' and 'string-match', which do different
> things. Any particular ideas for renaming?

I'm not sure `match-string` qualifies as
a string-manipulating function.  Maybe it belongs in a "regexp-matching"
category instead?

I agree. What would be the most logical is to move the regexp related functions to the regexp- namespace no?

string-match would be aliased as regexp-match, match-string as regexp-match-value, etc.

Philippe

reply via email to

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