From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Lisp parser broken Date: 19 Feb 2003 00:49:24 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <5xsmul40aj.fsf@kfs2.cua.dk> References: <20030218164829.32A7.LEKTU@terra.es> <200302181936.h1IJa3B13349@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045609167 702 80.91.224.249 (18 Feb 2003 22:59:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Feb 2003 22:59:27 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18lGhu-0000Ab-00 for ; Tue, 18 Feb 2003 23:59:22 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18lGue-0003UU-00 for ; Wed, 19 Feb 2003 00:12:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18lGh7-0001o6-02 for emacs-devel@quimby.gnus.org; Tue, 18 Feb 2003 17:58:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18lGf6-0000IH-00 for emacs-devel@gnu.org; Tue, 18 Feb 2003 17:56:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18lGey-0000C3-00 for emacs-devel@gnu.org; Tue, 18 Feb 2003 17:56:21 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18lGZI-0006VD-00 for emacs-devel@gnu.org; Tue, 18 Feb 2003 17:50:29 -0500 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id C27117C018; Tue, 18 Feb 2003 23:50:18 +0100 (CET) Original-To: "Stefan Monnier" In-Reply-To: <200302181936.h1IJa3B13349@rum.cs.yale.edu> Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-cc: Juanma Barranquero Original-cc: Andreas Schwab X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11744 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11744 "Stefan Monnier" writes: > With the current CVS trunk, I still have trouble with ? syntax: > > ELISP> '(?\ ?\-) > *** Read error *** Invalid read syntax: "?" > ELISP> '(? ?\-) > *** Read error *** Invalid read syntax: "?" > ELISP> > > Such forms are used everywhere, so we have to allow them in > order not to break backward compatibility. Sorry. I tested the non-trivial cases, and forgot about the trivial ones. Fixed now. Lesson: This is an good candidate for regression testing. -- Kim F. Storm http://www.cua.dk