home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0149.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  631 b   |  17 lines

  1.   evalhook and funcallhook can now be executed without setting (*rset t)
  2. and (sstatus evalhook t).   Although they can be executed, they won't
  3. have any effect unless and until (*rset t) and (sstatus evalhook t) are
  4. done.
  5.   The reason for this change is that now one can turn off stepping
  6. by (sstatus evalhook nil) and then continue the evaluation with
  7. evalhook and funcallhook.
  8.  
  9.   Those who use the new top-level 'tpl' will notice a few new commands
  10. dealing with stepping when you type '?help'.   These new commands
  11. are ?step, ?soff, and ?sc. Details of the commands are available
  12. using the help mechanism (e.g. '?help step').
  13.  
  14.  
  15.  
  16.  
  17.