guile-devel
[Top][All Lists]
Advanced

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

Re: patch: (read "\x1b") => #\esc


From: Paul Jarc
Subject: Re: patch: (read "\x1b") => #\esc
Date: Tue, 18 Nov 2003 15:04:24 -0500
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Marius Vollmer <address@hidden> 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.

Will do; I was thinking that too.  Meanwhile, here's the patch for
writing.

        * print.c (scm_iprin1): use \xNN hexadecimal sequences when
        writing control characters in strings.


paul




reply via email to

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