axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] bug in write-to-string


From: root
Subject: [Axiom-developer] bug in write-to-string
Date: Sun, 18 May 2003 16:50:27 -0400

In GCL 2.4.1:

(setq *print-escape* nil)
(write-to-string '|a|) ==> "a"

in GCL 2.5

(setq *print-escape* nil)
(write-to-string '|a|) ==> "|a|"

It appears that write-to-string is ignoring *print-escape*
in the latest version. This is a bug.

This causes the "Won't parse" messages in the latest port.

Tim








reply via email to

[Prev in Thread] Current Thread [Next in Thread]