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