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

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

Re: How to save custom variable programmatically?


From: Stefan Monnier
Subject: Re: How to save custom variable programmatically?
Date: Tue, 17 Nov 2020 16:30:10 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> I remember from Common Lisp about `defstruc' and more than that I did
>> not use. But I remember `defstruct' preparing various methods
>> (probably methods) automatically.
> For the sake of completeness: In Emacs Lisp we also have structs via
> `cl-defstruct'.  These are not part of EIEIO (though EIEIO knows how to
> handle them).

I think you mean Emacs's generic functions know how to handle them.
EIEIO's old generic functions didn't, and the rest of EIEIO is specific
to `defclass`.


        Stefan




reply via email to

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