[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: continuation curiosity -- for entertainment purposes only
From: |
Kevin Ryde |
Subject: |
Re: continuation curiosity -- for entertainment purposes only |
Date: |
Fri, 18 Jul 2003 08:56:48 +1000 |
User-agent: |
Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) |
Stephen Compall <address@hidden> writes:
>
> Imagine my surprise when it failed to consider the top-level
> expressions that report on next-match and run it if it's there as part
> of the flow, and skipped to what it hadn't executed --- the "quitting"
> message.
Is that because what's captured is a read-eval loop perhaps?
(Ie. expressions are read and evaluated one at a time, rather than an
eval of the whole file in one go.)