emacs-devel
[Top][All Lists]
Advanced

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

Re: :tracker in eieio classes


From: Eric Abrahamsen
Subject: Re: :tracker in eieio classes
Date: Fri, 12 Feb 2016 14:49:31 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Lars Ingebrigtsen <address@hidden> writes:

> When compiling registry.el, I get the following:
>
> ELC      gnus/registry.elc
>
> In toplevel form:
> gnus/registry.el:182:21:Warning: Unknown slot `:tracker'
>
> I'm not very familiar with eieio, so I have no idea whether this is a
> real bug or what to do about it.

I've noticed that, while tag references to slots work, the compiler
wants a symbol. I think if you just switch that to (oref db 'tracker) it
should be quiet. Or (eieio-oref db 'tracker).

Eric




reply via email to

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