[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to save custom variable programmatically?
From: |
Jean Louis |
Subject: |
Re: How to save custom variable programmatically? |
Date: |
Wed, 11 Nov 2020 00:55:20 +0300 |
User-agent: |
Mutt/2.0 (3d08634) (2020-11-07) |
* Michael Heerdegen <michael_heerdegen@web.de> [2020-11-11 00:17]:
> Jean Louis <bugs@gnu.support> writes:
>
> > Thank you. If you have ready simplest example it may be useful for
> > review.
>
> Simplest? Ok, that might be possible. Let's make a wrapper holding a
> single value that is savable:
>
#+begin_src emacs-lisp
(defclass my-persistent (eieio-persistent)
((data :initarg :data)))
I got:
eieio-defclass-internal: Given parent class eieio-persistent is not a
classInvalid face reference: mail-double-quoted-text-face (this last
one is maybe not related)
I understand it works on your side, not yet on mine, I wish to
understand it.
- Re: How to save custom variable programmatically?, (continued)
- Re: How to save custom variable programmatically?, Michael Heerdegen, 2020/11/10
- Re: How to save custom variable programmatically?, Jean Louis, 2020/11/10
- Re: How to save custom variable programmatically?, Michael Heerdegen, 2020/11/11
- Re: How to save custom variable programmatically?, Jean Louis, 2020/11/11
- Re: How to save custom variable programmatically?, Michael Heerdegen, 2020/11/17
- Re: How to save custom variable programmatically?, Jean Louis, 2020/11/17
- Re: How to save custom variable programmatically?, Michael Heerdegen, 2020/11/10
- Re: How to save custom variable programmatically?,
Jean Louis <=
- Re: How to save custom variable programmatically?, Michael Heerdegen, 2020/11/11
- Re: How to save custom variable programmatically?, Jean Louis, 2020/11/17
- Re: How to save custom variable programmatically?, Michael Heerdegen, 2020/11/17
- Re: How to save custom variable programmatically?, Stefan Monnier, 2020/11/17
RE: How to save custom variable programmatically?, Drew Adams, 2020/11/10