In 4.5.0, this sufficed to create a backslash symbol:

  '\

whereas in 4.6.0, we need:

  '\\

This change screws up a scheme->latex transformer I had written,
unfortunately; can we revert to the old behaviour, or can I revert
locally by using `set-read-syntax!'?

_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to