[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Imports / inclusion of s.el into Emacs
From: |
Richard Stallman |
Subject: |
Re: Imports / inclusion of s.el into Emacs |
Date: |
Sat, 02 May 2020 23:40:30 -0400 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> I'm not sure `match-string` qualifies as
> a string-manipulating function. Maybe it belongs in a "regexp-matching"
> category instead?
match-string never directly operates on a regexp. It returns the string
which was matched by a match or search operation.
The match or search operation typically matches or searches for a regexp.
However, (match-string 0) can be useful after a non-regexp search.
So, does it belong in the "regexp" category? Perhaps 90% yes and 10% no.
--
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
- Re: Imports / inclusion of s.el into Emacs, (continued)
- Re: Imports / inclusion of s.el into Emacs, João Távora, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs, Stefan Monnier, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs, Dmitry Gutov, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs, Dmitry Gutov, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs, Joost Kremers, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs, Stefan Monnier, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs, Dmitry Gutov, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs,
Richard Stallman <=
- Re: Imports / inclusion of s.el into Emacs, Yuan Fu, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs, Yuan Fu, 2020/05/01
- Rename regex functions to use prefix re-, Stefan Kangas, 2020/05/01
- Re: Rename regex functions to use prefix re-, Phillip Lord, 2020/05/05
- Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Stefan Kangas, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Stefan Monnier, 2020/05/03
- Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/03
- Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/03