emacs-devel
[Top][All Lists]
Advanced

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

Re: strange code in ediff-hook.el


From: Michael Kifer
Subject: Re: strange code in ediff-hook.el
Date: Sun, 09 Mar 2008 01:02:48 -0500

> 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 
> ...)


Good. Then I'll replace load-file's with require's.


>   > When this code was written, require was definitely not used at compile 
> time.
> 
> 






reply via email to

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