[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ed-eval-or-compile-top-level-sexp
- Subject: ed-eval-or-compile-top-level-sexp
- From: kab (Kim Barrett)
- Date: Wed, 26 May 93 14:16:53
> Can you help me understand some behavior that appears to violate the
> Lisp rules governing the order of evaluation of expressions?
>
> Thanks in advance to anyone who can explain to me why this happens.
ed-eval-or-compile-top-level-sexp is calling eval-enqueue (see MCL documentation),
with the result that it doesn't get evaluated until after you've set
*compile-definitions* back to nil.