[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem installing OS/2 version
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: Problem installing OS/2 version
- From: haible (Bruno Haible)
- Date: Mon, 28 Feb 94 16:34:32 +0100
Cris J. Holdorph <holdorph@cl-next4.cl.msu.edu> asks:
> Compiling file D:\LISP\CONFIG.LSP ...
> *** - READ from #<STRING-CHAR-FILE-STREAM #"D:\\LISP\\CONFIG.LSP">:
> illegal character #\Code26
> 1. Break>
>
> What am I doing wrong?
#\Code26 is usually called Ctrl-Z. Some editors append this to the end
of config.lsp. Either
- choose an editor that doesn't append this obselete character to the end
of the file,
or
- tell the LISP reader to treat Ctrl-Z as whitespace:
(set-syntax-from-char #\Code26 #\Space)
(Suggestion by Johann Petrak, 18 Oct 1993 on this mailing list.)
Bruno Haible
haible@ma2s2.mathematik.uni-karlsruhe.de