emacs-devel
[Top][All Lists]
Advanced

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

Re: eval-when-load?


From: Stefan Monnier
Subject: Re: eval-when-load?
Date: Thu, 06 Aug 2015 18:50:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> This almost works; I still get errors, because jde-jdhelper is a macro,
> and the variable itself is referenced, so I need this-file loaded at
> compile-time. Sigh.

I'm not surprised.  It's usually easier&better to arrange for the
initialization code that signals the error to only run when the code is
really activated, rather than when the files are loaded.


        Stefan



reply via email to

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