[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Imports / inclusion of s.el into Emacs
From: |
Eli Zaretskii |
Subject: |
Re: Imports / inclusion of s.el into Emacs |
Date: |
Sat, 02 May 2020 10:02:25 +0300 |
> From: Richard Stallman <address@hidden>
> Date: Fri, 01 May 2020 22:23:44 -0400
> Cc: address@hidden
>
> Renaming 'concat' seems also like spurious inconvenience in the name
> of rigidity -- the Lisp equivalent of bureaucratese.
We all do keep in mind that 'concat' is about much more than strings,
yes? Such polymorphic APIs are IMO a problem when a simplistic
re/naming is considered.
> What does 's-prepend' do?
(defun s-prepend (prefix s)
"Concatenate PREFIX and S."
> And how would we do it in Emacs Lisp now?
Trivially, use 'concat'.
- Re: Imports / inclusion of s.el into Emacs, (continued)
Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/01
Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/02
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
Re: Imports / inclusion of s.el into Emacs, Phillip Lord, 2020/05/06
Re: Imports / inclusion of s.el into Emacs, Richard Stallman, 2020/05/01
- Re: Imports / inclusion of s.el into Emacs,
Eli Zaretskii <=
- RE: Imports / inclusion of s.el into Emacs, Drew Adams, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/02
- RE: Imports / inclusion of s.el into Emacs, Drew Adams, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Stefan Kangas, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Dmitry Gutov, 2020/05/02
- Re: Imports / inclusion of s.el into Emacs, Eli Zaretskii, 2020/05/03
Re: Imports / inclusion of s.el into Emacs, Stefan Monnier, 2020/05/02
RE: Imports / inclusion of s.el into Emacs, Drew Adams, 2020/05/02
Re: Imports / inclusion of s.el into Emacs, Philippe Vaucher, 2020/05/03