help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Is there symbol-plist functionality in Emacs Lisp?


From: Stefan Monnier
Subject: Re: Is there symbol-plist functionality in Emacs Lisp?
Date: Sat, 08 May 2021 11:47:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> > While `symbol-plist' in Common Lisp returns the definition as below.
>> Is that really true of Common Lisp, or just of some implementations?
>> I can't seem to find that documented in the CLHS.
> True, it works just in CLISP. Is there equivalent in Emacs that I can
> get a function definition this way?

Depends what you mean by "function definition", IOW depends what you
want to do with it.  There `symbol-function` of course, and there are
also things like `find-function-noselect`.


        Stefan




reply via email to

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