chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Backslash-symbol changed from \ to \\ between 4.5.0


From: Felix
Subject: Re: [Chicken-users] Backslash-symbol changed from \ to \\ between 4.5.0 and 4.6.0
Date: Wed, 06 Oct 2010 08:42:16 -0400 (EDT)

From: Peter Danenberg <address@hidden>
Subject: [Chicken-users] Backslash-symbol changed from \ to \\ between 4.5.0 
and 4.6.0
Date: Tue, 5 Oct 2010 18:17:37 -0500

> 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!'?

You can use the `-no-symbol-escape' command-line option or the
`symbol-escape' parameter.


cheers,
felix



reply via email to

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