emacs-devel
[Top][All Lists]
Advanced

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

RE: question about macro `minibuffer-with-setup-hook', byte-compilation


From: Drew Adams
Subject: RE: question about macro `minibuffer-with-setup-hook', byte-compilation
Date: Fri, 5 Oct 2012 13:02:17 -0700

> > I byte-compile foo.el in an Emacs version that does not have macro
> > `minibuffer-with-setup-hook',
> 
> So you get a .elc file that doesn't work.
> Don't do that.  It's true of *all* macros, because they are run during
> compilation, so if they're not present during compilation 
> you're screwed.

Could you please explain what I am seeing, e.g., that the macro is defined at
runtime and the byte-code invokes it at runtime, but an invalid function error
is raised.  Thx.




reply via email to

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