[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange code in ediff-hook.el
From: |
Dan Nicolaescu |
Subject: |
Re: strange code in ediff-hook.el |
Date: |
Sat, 08 Mar 2008 20:56:29 -0800 |
address@hidden (Michael Kifer) writes:
> > > I am talking about debugging. When there are many warnings due to
> > > some files not being loaded, it becomes hard to spot real problems.
> >
> > Please explain why won't just using `require' work? (or
(eval-when-compile (require )))
>
> Is "require" being used during the compilation?
It is used if you do (eval-when-compile (require 'foo)) or (eval-and-compile
...)
> When this code was written, require was definitely not used at compile time.
- Re: strange code in ediff-hook.el, (continued)
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Stephen J. Turnbull, 2008/03/08
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/08
- Re: strange code in ediff-hook.el, Stephen J. Turnbull, 2008/03/09
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/09
- Re: strange code in ediff-hook.el,
Dan Nicolaescu <=
- Re: strange code in ediff-hook.el, Michael Kifer, 2008/03/09
- Re: strange code in ediff-hook.el, Johan Bockgård, 2008/03/09
- Re: strange code in ediff-hook.el, Juanma Barranquero, 2008/03/08
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Glenn Morris, 2008/03/08
- Compiler warnings on Windows - gnus/*.el (was: strange code in ediff-hook.el), Reiner Steib, 2008/03/09
- Re: Compiler warnings on Windows - gnus/*.el, Glenn Morris, 2008/03/09
- Re: Compiler warnings on Windows - gnus/*.el, Glenn Morris, 2008/03/09
- Re: Compiler warnings on Windows - gnus/*.el (was: strange code in ediff-hook.el), Eli Zaretskii, 2008/03/09
- Re: Compiler warnings on Windows - gnus/*.el, Stefan Monnier, 2008/03/09