home *** CD-ROM | disk | FTP | other *** search
- evalhook and funcallhook can now be executed without setting (*rset t)
- and (sstatus evalhook t). Although they can be executed, they won't
- have any effect unless and until (*rset t) and (sstatus evalhook t) are
- done.
- The reason for this change is that now one can turn off stepping
- by (sstatus evalhook nil) and then continue the evaluation with
- evalhook and funcallhook.
-
- Those who use the new top-level 'tpl' will notice a few new commands
- dealing with stepping when you type '?help'. These new commands
- are ?step, ?soff, and ?sc. Details of the commands are available
- using the help mechanism (e.g. '?help step').
-
-
-
-
-