unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Taylor Venable <taylor@metasyntax.net>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: emacs-devel@gnu.org
Subject: Re: bootstrap failure: Invalid read syntax: ". in wrong context" in european.el
Date: Mon, 2 Jun 2008 11:25:16 -0400	[thread overview]
Message-ID: <20080602152514.GB483@metasyntax.net> (raw)
In-Reply-To: <200806011822.m51IMgLP020349@sallyv1.ics.uci.edu>

On Sun, Jun 01, 2008 at 11:22:42AM -0700, Dan Nicolaescu wrote:
> The error is:
> 
> Loading /tmp/emacs/lisp/language/european.el (source)...
> Invalid read syntax: ". in wrong context"
> 
> Removing the "sample-text" line after:
>        ;; Fixme: Welsh/Ga{e}lic greetings
> in european.el fixes it.

The same error occurs when compiling AUCTeX under NetBSD 4.99.63 on
AMD64 for the following s-expression in tex-jp.el (line 264):

(if japanese-TeX-error-messages
(setq TeX-error-description-list
  '(("Bad \\\\line or \\\\vector argument.*" .
"^[$B@~$N79$-$r;XDj$9$k!$^[(B\\line^[$B$^$?$O^[(B\\vector^[$B$N:G=i$N0z?t$,IT@5$G$9!%^[(B")

    ...)))

Emacs bootstrap worked fine with the CVS as of today (2008-06-02),
just a little while ago (at least on this platform).

-- 
Taylor Venable            http://real.metasyntax.net:2357/

foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or
                         [f(l[0], foldr(f, i, l[1:]))])[0]




  reply	other threads:[~2008-06-02 15:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-01 18:22 bootstrap failure: Invalid read syntax: ". in wrong context" in european.el Dan Nicolaescu
2008-06-02 15:25 ` Taylor Venable [this message]
2008-06-02 19:18   ` Reiner Steib
2008-06-02 20:18     ` Taylor Venable
2008-06-04 12:53   ` Kenichi Handa
2008-06-02 15:33 ` Dan Nicolaescu

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=20080602152514.GB483@metasyntax.net \
    --to=taylor@metasyntax.net \
    --cc=dann@ics.uci.edu \
    --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).