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: Unrecognized \ sequences and Elisp Date: Sun, 08 Feb 2004 23:06:07 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87ptcpns4w.fsf@zagadka.ping.de> References: <1075174623.23547.960.camel@localhost> <1075207814.23541.1113.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076278197 12891 80.91.224.253 (8 Feb 2004 22:09:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 8 Feb 2004 22:09:57 +0000 (UTC) Cc: Paul Jarc , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Feb 08 23:09:46 2004 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 1Apx7a-0005uR-00 for ; Sun, 08 Feb 2004 23:09:46 +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 1Apx51-000155-EW for guile-devel@m.gmane.org; Sun, 08 Feb 2004 17:07:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Apx4e-00012e-Kk for guile-devel@gnu.org; Sun, 08 Feb 2004 17:06:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Apx47-0000p9-4g for guile-devel@gnu.org; Sun, 08 Feb 2004 17:06:42 -0500 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Apx46-0000p2-QY for guile-devel@gnu.org; Sun, 08 Feb 2004 17:06:10 -0500 Original-Received: from dialin.speedway15.dip149.dokom.de ([195.253.15.149] helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 3.36 #3) id 1Apx5D-0004ra-00 for guile-devel@gnu.org; Sun, 08 Feb 2004 23:07:19 +0100 Original-Received: (qmail 1377 invoked by uid 1000); 8 Feb 2004 22:06:07 -0000 Original-To: Neil Jerram In-Reply-To: (Neil Jerram's message of "08 Feb 2004 19:16:42 +0000") 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:3352 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3352 Neil Jerram writes: > In the absence of any responses, I've committed this change: > > * read.c (scm_read_opts): New opts `elisp-vectors' and > `escaped-parens'. What about having 'elisp-strings' instead escaped-parens? Escaped-parens seems very, very specific to me but still its only use is to allow the reading of elisp strings. In the long run, I think we should have a configurable reader, much like Common Lisp specifies it. > Because it is declared with SCM_API, I've taken care, and introduced a > slight extra complexity, to preserve the interface of scm_lreadparen. > Is this really necessary? It is a good thing to do, but i this case, not strictly necessary, I'd say. You could also have renamed scm_lreadparen to scm_i_lreadparen (or made it static, maybe) and thus removed it from the public interface of libguile. -- 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