[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [External] : Re: Lisp files that load cl-lib in problematical ways
From: |
João Távora |
Subject: |
Re: [External] : Re: Lisp files that load cl-lib in problematical ways |
Date: |
Sun, 29 Oct 2023 23:19:30 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Drew Adams <drew.adams@oracle.com> writes:
> But no, not so well documented, if you mean the
> Emacs doc for them. (Just one opinion.)
You're right, of course, but only because the Hyperspec and CLTL2 and
are top-class quality documentation. The Emacs docs for this library
aren't up to that standard, but they're not terrible either. Nothing
that can't be plugged, anyway. Each function could use a link to the
Hyperspec maybe.
> I can't speak so definitively about `pcase.el'.
> Some C.L. things could be used directly in place
> of some of what `pcase' etc. do. But patterned
> binding, which pcase also does, is very useful.
Sure, of course. I use pcase sometimes, though cl-destructure-case is
also very useful. The main advantage of pcase, as far as I udnerstand,
is that it is programmable, but I've not been able to get it. So in
Eglot I rolled my own macros for fancier destructuring (see eglot.el's
eglot-dbind, for example)
I also agree many things could be brought into no-prefix Elisp
functions.
João
- Re: What's missing in ELisp that makes people want to use cl-lib?, (continued)
- Re: What's missing in ELisp that makes people want to use cl-lib?, Richard Stallman, 2023/10/29
- Re: What's missing in ELisp that makes people want to use cl-lib?, Adam Porter, 2023/10/30
- Re: What's missing in ELisp that makes people want to use cl-lib?, Eli Zaretskii, 2023/10/30
- Re: What's missing in ELisp that makes people want to use cl-lib?, João Távora, 2023/10/31
- Re: What's missing in ELisp that makes people want to use cl-lib?, Richard Stallman, 2023/10/31
- Re: What's missing in ELisp that makes people want to use cl-lib?, Richard Stallman, 2023/10/31
- Re: Lisp files that load cl-lib in problematical ways, João Távora, 2023/10/29
- RE: [External] : Re: Lisp files that load cl-lib in problematical ways, Drew Adams, 2023/10/29
- Re: [External] : Re: Lisp files that load cl-lib in problematical ways,
João Távora <=
- Re: [External] : Re: Lisp files that load cl-lib in problematical ways, Emanuel Berg, 2023/10/30
- Re: [External] : Re: Lisp files that load cl-lib in problematical ways, João Távora, 2023/10/30
- Re: [External] : Re: Lisp files that load cl-lib in problematical ways, Emanuel Berg, 2023/10/30
- Re: [External] : Re: Lisp files that load cl-lib in problematical ways, Emanuel Berg, 2023/10/30
- Re: [External] : Re: Lisp files that load cl-lib in problematical ways, Richard Stallman, 2023/10/31
- Re: Lisp files that load cl-lib in problematical ways, Richard Stallman, 2023/10/31
- Re: Lisp files that load cl-lib in problematical ways, Emanuel Berg, 2023/10/25
- Re: Lisp files that load cl-lib in problematical ways, Eli Zaretskii, 2023/10/25
- Re: Lisp files that load cl-lib in problematical ways, Richard Stallman, 2023/10/25
- Re: Lisp files that load cl-lib in problematical ways, Eli Zaretskii, 2023/10/26