On 10-Jan-08, at 8:20 PM, Adrien Pierard wrote:
Hello Schemers.
It looks like Gambit associates the value 26 to the #\esc character,
instead of 27.
(char->integer #\esc)
=> 26
(integer->char 26)
=> #\esc
Yikes! Fix is now in the Gambit repository.
Marc