emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bootstrap failure: Invalid read syntax: ". in wrong context" in euro


From: Taylor Venable
Subject: Re: bootstrap failure: Invalid read syntax: ". in wrong context" in european.el
Date: Mon, 2 Jun 2008 11:25:16 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

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.*" .
"address@hidden;XDj$9$k!$^[(B\\line^[$B$^$?$O^[(B\\vector^[$B$N:G=i$N0z?t$,address@hidden(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 via email to

[Prev in Thread] Current Thread [Next in Thread]