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, 25 Nov 2003 12:12:59 -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.

Here it is.

        * read.c (scm_lreadr): Signal an error for invalid escape
        sequences in strings.  Code cleanups too.


paul

Attachment: read-string-error.patch
Description: Text Data


reply via email to

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