emacs-devel
[Top][All Lists]
Advanced

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

Re: Cleaning up the EIEIO namespace


From: Stefan Monnier
Subject: Re: Cleaning up the EIEIO namespace
Date: Thu, 14 Feb 2013 09:30:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> In toplevel form:
> eieio.el:168:1:Error: Symbol's function definition is void: 
> eieio--class-parent

Can you (setq byte-compile-error t debug-on-error t) so as to get
a backtrace?

> I also cannot find a definition for eieio--class-parent, but maybe it's
> hidden somewhere?

It's defined (as a macro) by the call to (eieio--define-field-accessors
class ...)  which is kind of a "mini cl-defstruct".


        Stefan



reply via email to

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