[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bootstrapping fails.
From: |
Andreas Schwab |
Subject: |
Re: bootstrapping fails. |
Date: |
Wed, 02 Nov 2005 23:20:14 +0100 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) |
Luc Teirlinck <address@hidden> 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.
--
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."