From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: patch: (read "\x1b") => #\esc Date: Thu, 13 Nov 2003 21:10:20 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87n0b0uj0z.fsf@zagadka.ping.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1068754381 17565 80.91.224.253 (13 Nov 2003 20:13:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2003 20:13:01 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Nov 13 21:12:59 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AKNpr-0003yf-00 for ; Thu, 13 Nov 2003 21:12:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AKOm2-0000Bj-Fn for guile-devel@m.gmane.org; Thu, 13 Nov 2003 16:13:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AKOlc-00009C-5D for guile-devel@gnu.org; Thu, 13 Nov 2003 16:12:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AKOkr-0008Gc-9z for guile-devel@gnu.org; Thu, 13 Nov 2003 16:12:24 -0500 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AKOkp-0008G8-Gk for guile-devel@gnu.org; Thu, 13 Nov 2003 16:11:51 -0500 Original-Received: from dialin.speedway15.dip137.dokom.de ([195.253.15.137] helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 3.36 #3) id 1AKNq1-0004Wq-00 for guile-devel@gnu.org; Thu, 13 Nov 2003 21:13:10 +0100 Original-Received: (qmail 28528 invoked by uid 1000); 13 Nov 2003 20:10:20 -0000 Original-To: guile-devel@gnu.org In-Reply-To: (Paul Jarc's message of "Mon, 10 Nov 2003 17:41:59 -0500") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3014 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3014 prj@po.cwru.edu (Paul Jarc) writes: > This patch fixes a failure to detect EOF, and also provides "\xNN" in > strings, where NN are exactly two hexadecimal digits. Nice! 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. I have applied your patch unchanged as a start. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel