GNU bug report logs -
#65344
28.2; Unable to Edebug cl-flet form which uses argument destructuring
Previous Next
Reported by: Brandon Irizarry <brandon.irizarry <at> gmail.com>
Date: Wed, 16 Aug 2023 18:23:02 UTC
Severity: normal
Found in version 28.2
Fixed in version 30.1
Done: Gerd Möllmann <gerd.moellmann <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #130 received at 65344 <at> debbugs.gnu.org (full text, mbox):
> > On the other hand, I don't think the usual suspects do something like
> > that deliberatly.
>
> It was not an oversight, though. The decision to extend `cl-flet' and
> `cl-labels' in that way had been made in the knowledge that it will
> break CL semantics in this corner case.
If something is somewhat like a CL construct,
but it is intentionally different in some way
(and not just because we've implemented only
partial support for it), then why use the
prefix `cl-' for it? Why not use the prefix
`el-' or whatever?
Nothing says that Elisp needs to have the
same things as CL. But why call something
different "CL support" or "CL emulation", and
use the same prefix, `cl-', that we use for
things that are really intended to emulate
CL constructs?
It's like we have no guideline or map now.
To what avail? There's no shortage of
prefixes and nothing forcing things with
different purposes or natures to be in the
same file.
The initial inspiration for some Elisp
thingie might, or might not, have come from
some CL thingie. But that's not a reason
to put, or keep. it in a cl-*.el file, or to
have it use the `cl-' prefix. Things can
change over time, and their names and
libraries can change too, to reflect changes
in behavior/meaning.
This bug report was last modified 1 year and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.