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: Stefan Monnier
Subject: Re: master 1d9d07fb00e 3/3: (cl--typeof-types): Rework to fix some regressions
Date: Wed, 06 Mar 2024 22:37:16 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> 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>


-- Stefan




reply via email to

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