Thanks, I will look at that. I think I was being too clever using a macro calling a macro inside a defconst...
On Thu, May 16, 2013 at 4:05 PM, John Wiegley <[email protected]> wrote: >>>>>> Craig Earls <[email protected]> writes: > >> line-regex is a macro that needs to be evaluated at run time. Do not >> compile ldg-context. The other files should be fine. > > Craig, > > I believe you can use (eval-when (load eval) ...) to ensure that a given form > is never compiled, but is only evaluated when the file is being loaded or the > form evaluated... > > John > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Ledger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Craig, Corona De Tucson, AZ enderw88.wordpress.com -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
