emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why is FUNC in cl-callf not allowed to be an expression?


From: Michael Heerdegen
Subject: Re: Why is FUNC in cl-callf not allowed to be an expression?
Date: Tue, 21 May 2019 01:25:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> > My second point in this message: thinking once more about callf, we
> > could also support a syntax like (callf (with EXPR) PLACE ARG) or
> > something like that to support expressions as first arg.
>
> You can already do that, except that `with` is spelled `lambda (it)`:
>
>     (cl-callf (lambda (it) EXPR) PLACE)

Sorry that I haven't been clear: I want EXPR to eval to the function to
be applied, not to the expression to set to.  Like in

  (cl-callf (with (if flag #'1+ #'1-)) my-number)

That's something I occasionally wanted.  Yes, I know I can paraphrase
this with cl-flet.  It's still disappointing that cl-callf can't do it
out of the box.


Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]