From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: Michael Heerdegen <michael_heerdegen@web.de>,
Stefan Kangas <stefan@marxist.se>,
34481@debbugs.gnu.org
Subject: bug#34481: 27.0.50; cl-flet, cl-labels and lambda expressions
Date: Mon, 01 Mar 2021 11:23:01 -0500 [thread overview]
Message-ID: <jwva6rmrgsa.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87a6rm50qs.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 01 Mar 2021 16:53:31 +0100")
>> BTW, do you have an opinion about allowing (SYMBOL LAMBDA-EXPR) binding
>> syntax for cl-labels and cl-macrolet? The reason why I want this is (1)
>> I often try to use this syntax and it doesn't work, and (2) it indents
>> more nicely.
I made this syntax work for `cl-flet`, so I'm not opposed to allowing it
for `cl-macrolet` and `cl-labels`.
> Which is to allow (cl-labels ((foo (lambda () ...)))) as an alternative
> syntax, if I understood the proposal correctly?
BTW, when I added it to `cl-flet` the main purpose wasn't to
write `(cl-flet ((f (lambda ...))) ...)` but rather to write
`(cl-flet ((f x)) ...)` or more generally to compute at runtime which
function to bind to `f`, without having to introduce an η-redex.
As for indentation, I consider the way we currently indent `cl-labels`
and friends as a bug.
Stefan
next prev parent reply other threads:[~2021-03-01 16:23 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-15 2:09 bug#34481: 27.0.50; cl-flet, cl-labels and lambda expressions Michael Heerdegen
2019-02-19 0:22 ` Michael Heerdegen
2019-02-19 1:03 ` Michael Heerdegen
2019-02-19 2:36 ` Michael Heerdegen
2019-10-03 22:28 ` Stefan Kangas
2019-10-17 10:36 ` Michael Heerdegen
2019-10-17 10:45 ` Stefan Kangas
2019-10-17 12:31 ` Michael Heerdegen
2019-10-17 18:20 ` Michael Heerdegen
2019-11-07 13:44 ` Stefan Kangas
2021-03-01 15:53 ` Lars Ingebrigtsen
2021-03-01 16:23 ` Stefan Monnier [this message]
2021-03-01 23:15 ` Michael Heerdegen
2021-03-01 23:18 ` Michael Heerdegen
2021-03-01 23:29 ` Lars Ingebrigtsen
2021-03-01 23:49 ` Michael Heerdegen
2021-03-02 1:11 ` Michael Heerdegen
2021-03-02 6:53 ` Lars Ingebrigtsen
2021-03-02 2:41 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwva6rmrgsa.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=34481@debbugs.gnu.org \
--cc=larsi@gnus.org \
--cc=michael_heerdegen@web.de \
--cc=stefan@marxist.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.