From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: bootstrapping fails. Date: Wed, 02 Nov 2005 23:20:14 +0100 Message-ID: References: <200511022133.jA2LXf725100@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1130970111 16244 80.91.229.2 (2 Nov 2005 22:21:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Nov 2005 22:21:51 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 02 23:21:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EXQy7-0004Uv-U1 for ged-emacs-devel@m.gmane.org; Wed, 02 Nov 2005 23:20:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXQy7-0000cS-6T for ged-emacs-devel@m.gmane.org; Wed, 02 Nov 2005 17:20:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EXQxx-0000bs-HW for emacs-devel@gnu.org; Wed, 02 Nov 2005 17:20:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EXQxv-0000ad-VZ for emacs-devel@gnu.org; Wed, 02 Nov 2005 17:20:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EXQxv-0000aV-Pi for emacs-devel@gnu.org; Wed, 02 Nov 2005 17:20:19 -0500 Original-Received: from [195.135.220.15] (helo=mx2.suse.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EXQxv-0001me-IV for emacs-devel@gnu.org; Wed, 02 Nov 2005 17:20:19 -0500 Original-Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 639AD1C005; Wed, 2 Nov 2005 23:20:15 +0100 (CET) Original-To: Luc Teirlinck X-Yow: .. I want to perform cranial activities with Tuesday Weld!! In-Reply-To: <200511022133.jA2LXf725100@raven.dms.auburn.edu> (Luc Teirlinck's message of "Wed, 2 Nov 2005 15:33:41 -0600 (CST)") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:45321 Archived-At: Luc Teirlinck writes: > In python-quote-syntax: > python.el:119:29:Warning: `15' is a malformed function > python.el:119:29:Error: Invalid function: 15 The real problem is here: (if (eq (char-after) (char-after (match-beginning 2))) (eval-when-compile (string-to-syntax "|")))))) Just recently string-to-syntax has been marked for byte-optimize-pure-func. But string-to-syntax is different from the pre-existing pure functions in that it does not return a self-evaluating value. I have fixed byte-optimize-pure-func to properly quote the folded value that it returns. Andreas. --=20 Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstra=DFe 5, 90409 N=FCrnberg, Germany Key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."