[CM] Installing CM under Cygwin on Windows XP

rm@fabula.de rm@fabula.de
Tue, 28 Oct 2003 17:45:51 +0100


Stupid idea: is it possible that you are hunting line termination
problems? Could it be that somehow the file contains '\r\n' combinations
and CLISP gets confused about that? 

Just my 0.02$ 

  Ralf Mattes

On Tue, Oct 28, 2003 at 10:20:13AM -0600, Rick Taube wrote:
> For exanple, this is the error message I would expect to see for an 
> unbound variable:
> 
> hkt@pinhead:~ [10]% clisp
> 
> [1]> messiaen
> 
> *** - EVAL: variable MESSIAEN has no value
> The following restarts are available:
> STORE-VALUE    :R1      You may input a new value for MESSIAEN.
> USE-VALUE      :R2      You may input a value to be used instead of 
> MESSIAEN.
> 
> 1. Break [2]> :r1
> 
> New MESSIAEN: god
> GOD
> [3]> messiaen
> GOD
> [4]>
> 
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist