Subject: Re: Print after mp:process-run-function crashes command line execution...
From: Erik Naggum <erik@naggum.no>
Date: 2000/06/25
Newsgroups: comp.lang.lisp
Message-ID: <3170917489458823@naggum.no>

* Jonathan Siegel <jjn@scorekeep.com>
| If the commented line reporting the telnet process object is
| uncommented, this code will not load from the command prompt as
| shown above.  When it is commented, the code loads fine.  I'm not
| sure what is causing this or what steps I can take to track this
| down further.  I would appreciate hearing any comments or
| suggestions.

  *print-readably* is true when you run stuff from the command line,
  and nil when you run the same stuff interactively.  Just make sure
  that you set it to nil early in the loading to avoid these problems.

#:Erik
-- 
  If this is not what you expected, please alter your expectations.