From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.lisp.guile.user Subject: Re: String syntax changed? Date: Sun, 18 Jan 2004 23:37:45 -0500 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: References: <1074473711.6727.312.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1074487455 14673 80.91.224.253 (19 Jan 2004 04:44:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2004 04:44:15 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jan 19 05:44:10 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 1AiRGk-0004hC-00 for ; Mon, 19 Jan 2004 05:44:10 +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 1AiRBz-0007S1-CO for guile-user@m.gmane.org; Sun, 18 Jan 2004 23:39:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AiRBW-0007Rp-0x for guile-user@gnu.org; Sun, 18 Jan 2004 23:38:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AiRAz-0007Jh-8J for guile-user@gnu.org; Sun, 18 Jan 2004 23:38:45 -0500 Original-Received: from [129.22.104.63] (helo=harris.CNS.CWRU.Edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AiRAy-00077F-Ta for guile-user@gnu.org; Sun, 18 Jan 2004 23:38:12 -0500 Original-Received: from conversion-daemon.smtp-a.cwru.edu by smtp-a.cwru.edu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) id <0HRP00901Z9RJL@smtp-a.cwru.edu> for guile-user@gnu.org; Sun, 18 Jan 2004 23:37:45 -0500 (EST) Original-Received: from multivac.cwru.edu (multivac.ITS.CWRU.Edu [129.22.114.26]) by smtp-a.cwru.edu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with SMTP id <0HRP008KSZIXH3@smtp-a.cwru.edu> for guile-user@gnu.org; Sun, 18 Jan 2004 23:37:45 -0500 (EST) Original-Received: (qmail 22181 invoked by uid 500); Mon, 19 Jan 2004 04:38:07 +0000 In-reply-to: <1074473711.6727.312.camel@localhost> Original-To: Roland Orre Mail-followup-to: Roland Orre , guile-user@gnu.org Mail-Copies-To: nobody User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) Original-Lines: 21 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2644 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2644 Roland Orre wrote: > (begin (display "$\\scriptstyle{P(A\|D)}$") (newline)) ... > ERROR: #:1:38: illegal character in escape sequence: #\| > ABORT: (read-error) 1.7 is more strict than 1.6 about unrecognized escaped characters. > ERROR: Unbound variable: D > ABORT: (unbound-variable) Hm. With different string contents, this could have done something dangerous. I'm not sure what could have been done about it, though. > I don't understand. Can someone hint me about documentation about this? I don't think it was ever documented that unnecessary backslashes were allowed. paul _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user