emacs-devel
[Top][All Lists]
Advanced

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

Re: master 1d9d07fb00e 3/3: (cl--typeof-types): Rework to fix some regre


From: Andrea Corallo
Subject: Re: master 1d9d07fb00e 3/3: (cl--typeof-types): Rework to fix some regressions
Date: Thu, 07 Mar 2024 03:03:37 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> For context, here's a WiP patch that doesn't do the above, but is
>> somewhat related.
>
> Getting there:
>
>     ELISP> (cl--class-allparents (cl--find-class 'float))
>     (float number number-or-marker atom t)
>     
>     ELISP> (cl--class-allparents (cl--find-class 'advice))
>     (advice oclosure function atom t)
>     
>     ELISP> (cl--class-allparents (cl--find-class 'ppss))
>     (ppss list sequence t)
>     
>     ELISP> (cl--class-allparents (cl--find-class 'cl-structure-class))
>     (cl-structure-class cl--class cl-structure-object record atom t)
>     
>     ELISP>

Very cool! 😀



reply via email to

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