unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@suse.de>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: bootstrapping fails.
Date: Wed, 02 Nov 2005 23:20:14 +0100	[thread overview]
Message-ID: <jeek5ywv35.fsf@sykes.suse.de> (raw)
In-Reply-To: <200511022133.jA2LXf725100@raven.dms.auburn.edu> (Luc Teirlinck's message of "Wed, 2 Nov 2005 15:33:41 -0600 (CST)")

Luc Teirlinck <teirllm@dms.auburn.edu> 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, schwab@suse.de
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."

  parent reply	other threads:[~2005-11-02 22:20 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-02 21:33 bootstrapping fails Luc Teirlinck
2005-11-02 21:55 ` Stefan Monnier
2005-11-02 22:09   ` Romain Francoise
2005-11-02 22:20 ` Andreas Schwab [this message]
2005-11-02 23:17   ` Luc Teirlinck
  -- strict thread matches above, loose matches on Subject: below --
2008-01-13  9:01 Bootstrapping fails Christoph Conrad
2008-01-13  9:51 ` Paul Michael Reilly
2008-01-13 15:20 ` Dan Nicolaescu
2008-01-13 22:12   ` Christoph Conrad
2004-09-29  8:54 bootstrapping fails David PONCE
2004-09-29  2:59 Luc Teirlinck
2004-09-29  8:52 ` Kim F. Storm
2004-08-19 15:30 Luc Teirlinck
2004-08-19 15:44 ` Luc Teirlinck
2004-08-19 15:59   ` Andreas Schwab
2004-08-19 16:38     ` Luc Teirlinck
2004-08-19 17:02       ` Stefan Monnier
2004-08-20 14:49 ` Eli Zaretskii
2004-06-05  1:00 Luc Teirlinck
2004-06-05  1:55 ` Juanma Barranquero
2004-06-05  2:08   ` Luc Teirlinck
2004-06-05 15:29     ` Juanma Barranquero
2004-06-05 10:45   ` Miles Bader
2004-06-05 15:41     ` Juanma Barranquero
2004-06-05 22:49       ` Miles Bader
2004-06-06  0:29         ` Juanma Barranquero
2003-07-09 18:26 Luc Teirlinck
2003-07-09 20:17 ` Luc Teirlinck
2003-05-31 20:46 Bootstrapping fails Luc Teirlinck
2003-05-31 20:52 ` Luc Teirlinck
2003-05-31 21:08   ` Luc Teirlinck
2003-05-31 21:13     ` John Paul Wallington
2003-05-31 21:22       ` Luc Teirlinck
2003-05-01  2:06 Luc Teirlinck
2003-04-29  2:14 bootstrapping fails Luc Teirlinck
2003-04-29  2:54 ` John Paul Wallington
2003-04-29  3:24   ` Luc Teirlinck
2003-04-12 21:29 Luc Teirlinck
2003-03-25 21:57 Luc Teirlinck
2003-02-18  1:08 Luc Teirlinck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jeek5ywv35.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).