emacs-devel
[Top][All Lists]
Advanced

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

Re: Slot accessing issues in EIEIO


From: Stefan Monnier
Subject: Re: Slot accessing issues in EIEIO
Date: Wed, 06 May 2020 17:58:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> OK, a closql-object (This is a class defined in closql) is a proxy object to a
> row in SQL database. So each time user tries to read a slot, closql must sync
> values between database and Emacs first.

OK, I'm starting to see vaguely what this is about, but it's still
rather fuzzy.  To better understand, I suggest that I'll throw some
solutions so you can shoot them down explaining why they're
not applicable.

Would it work to use the `slot-missing` generic function?


        Stefan




reply via email to

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