From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: bootstrap failure: Invalid read syntax: ". in wrong context" in european.el Date: Wed, 04 Jun 2008 21:53:43 +0900 Message-ID: References: <200806011822.m51IMgLP020349@sallyv1.ics.uci.edu> <20080602152514.GB483@metasyntax.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1212584054 1307 80.91.229.12 (4 Jun 2008 12:54:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 12:54:14 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org To: Taylor Venable Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 14:54:55 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3sVx-0001a9-3f for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 14:54:53 +0200 Original-Received: from localhost ([127.0.0.1]:47066 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3sVA-0003rT-Lu for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 08:54:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3sV6-0003pP-2T for emacs-devel@gnu.org; Wed, 04 Jun 2008 08:54:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3sV5-0003nG-Ap for emacs-devel@gnu.org; Wed, 04 Jun 2008 08:53:59 -0400 Original-Received: from [199.232.76.173] (port=57277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3sV5-0003n0-5Z for emacs-devel@gnu.org; Wed, 04 Jun 2008 08:53:59 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:62738) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3sV4-0005nD-Cd for emacs-devel@gnu.org; Wed, 04 Jun 2008 08:53:58 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m54CsFNB026261; Wed, 4 Jun 2008 21:54:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m54CrrnP010081; Wed, 4 Jun 2008 21:53:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id m54CrhA0021963; Wed, 4 Jun 2008 21:53:43 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1K3sUp-0006f5-97; Wed, 04 Jun 2008 21:53:43 +0900 In-reply-to: <20080602152514.GB483@metasyntax.net> (message from Taylor Venable on Mon, 2 Jun 2008 11:25:16 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:98383 Archived-At: In article <20080602152514.GB483@metasyntax.net>, Taylor Venable writes: > 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. I can't reproduce the above error, but... > 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") > ...))) I installed a fix for iso-2022 based code detection. Could you please try again? --- Kenichi Handa handa@ni.aist.go.jp