[Bese-devel] Parenscript: Unknown character name - "Form"...
Alberto Santini
albertosantini at gmail.com
Sat Feb 4 22:56:37 UTC 2006
Hello.
Using the latest dev release of parenscript and openmcl 1.0 on Mac,
I catch this error:
...
Read error between positions 12878 and 12991 in
/Users/albertosantini/My/Dev/Lisp/ucw_libs/parenscript/src/js.lisp.
> Error in process listener(1): Unknown character name - "Form" .
...
I commented the line containing "Form" in js.lisp file.
...
(defparameter *js-lisp-escaped-chars*
'((#\' . #\')
(#\\ . #\\)
(#\b . #\Backspace)
; (#\f . #\Form)
(#\n . #\Newline)
(#\r . #\Return)
(#\t . #\Tab)))
Thanks,
Alberto Santini
More information about the bese-devel
mailing list