emacs-devel
[Top][All Lists]
Advanced

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

Re: Partial wdired (edit just filename at the point)


From: Stefan Monnier
Subject: Re: Partial wdired (edit just filename at the point)
Date: Mon, 22 Mar 2021 17:00:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>    (type-of 'type-of)
>    -> symbol
>    (type-of #'type-of)
>    -> symbol
>    (type-of (lambda () 42))
>    -> cons
>    (type-of #'(lambda () 42))
>    -> cons

As Andreas points out, the last two depend on whether the code is
compiled or not.  And FWIW, I'd like to get to the point where (type-of
(lambda () 42)) never returns `cons` but always some kind of "function"
type instead, indeed.


        Stefan




reply via email to

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