From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Lisp parser broken Date: Tue, 18 Feb 2003 16:01:45 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1045580832 19071 80.91.224.249 (18 Feb 2003 15:07:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Feb 2003 15:07:12 +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 18l9Ku-0004x6-00 for ; Tue, 18 Feb 2003 16:07:08 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18l9Zq-0007Pa-00 for ; Tue, 18 Feb 2003 16:22:34 +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 18l9Kq-0007em-0A for emacs-devel@quimby.gnus.org; Tue, 18 Feb 2003 10:07:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18l9K9-0007Q3-00 for emacs-devel@gnu.org; Tue, 18 Feb 2003 10:06:21 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18l9IT-0006sG-00 for emacs-devel@gnu.org; Tue, 18 Feb 2003 10:04:39 -0500 Original-Received: from ns.suse.de ([213.95.15.193] helo=Cantor.suse.de) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18l9Fl-0006er-00 for emacs-devel@gnu.org; Tue, 18 Feb 2003 10:01:49 -0500 Original-Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id 524E114A31; Tue, 18 Feb 2003 16:01:48 +0100 (MET) Original-To: Kim F.Storm X-Yow: Don't hit me!! I'm in the Twilight Zone!!! User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 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:11731 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11731 The latest changes in the lisp parser cause cc-vars.el to be misparsed, in particular the body of the defmacro defcustom-c-stylevar. Previously the expression `(a `(` a)) was parsed as (\` (a (\` (\` a)))), now it is parsed as (\` (a (\` ( (\` a))))). Note that there is a symbol with an empty name after the fourth open paren. Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."