Marius Vollmer wrote: > What about this change, tho: instead of ignoring a \x sequence that > does not have two hexadecmal digits, we could signal an error. > Likewise, we could signal errors for all unrecognized \ sequences. Here it is. * read.c (scm_lreadr): Signal an error for invalid escape sequences in strings. Code cleanups too. paul