[Top][All Lists]
[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.
- question about macro `minibuffer-with-setup-hook', byte-compilation, Drew Adams, 2012/10/05
- Re: question about macro `minibuffer-with-setup-hook', byte-compilation, Stefan Monnier, 2012/10/05
- RE: question about macro `minibuffer-with-setup-hook', byte-compilation,
Drew Adams <=
- Re: question about macro `minibuffer-with-setup-hook', byte-compilation, Stefan Monnier, 2012/10/05
- RE: question about macro `minibuffer-with-setup-hook', byte-compilation, Drew Adams, 2012/10/05
- Re: question about macro `minibuffer-with-setup-hook', byte-compilation, Andreas Schwab, 2012/10/05
- RE: question about macro `minibuffer-with-setup-hook', byte-compilation, Drew Adams, 2012/10/05
question about macro `minibuffer-with-setup-hook', byte-compilation, Stephen J. Turnbull, 2012/10/06