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

Re: Today's emacs-snapshot updates fail due to auctex: tex-jp.el:483:1:Error: Invalid read syntax: ". in wrong context"



Axel Beckert <abe@debian.org> writes:

> In toplevel form:
> tex-jp.el:483:1:Error: Invalid read syntax: ". in wrong context"

Recent patches in AUCTeX git:

commit 99841dc2fce69323a3b50471ef42230b6c9613a7
Author: Tassilo Horn <tsdh@gnu.org>
Date:   Fri Jun 14 08:07:22 2013 +0200

    Fix coding once again.
    
    * tex-jp.el: Change to `coding: iso-2022-jp-unix'.

diff --git a/tex-jp.el b/tex-jp.el
index d26a871..c2aa61a 100644
--- a/tex-jp.el
+++ b/tex-jp.el
@@ -1,4 +1,4 @@
-;; -*- coding: iso-2022-7bit-unix; -*-
+;; -*- coding: iso-2022-jp-unix; -*-
 
 ;;; tex-jp.el --- Support for Japanese TeX.
 

commit dde81b8e81cf16b4ddb50b2bcf91f37c57de27f1
Author: Tassilo Horn <tsdh@gnu.org>
Date:   Wed Jun 12 19:37:08 2013 +0200

    Fix compile error with emacs bzr which assumes elisp files are UTF-8 encoded
    
    * tex-jp.el: Add `coding: iso-2022-7bit-unix' file local variable.

diff --git a/tex-jp.el b/tex-jp.el
index 6d7d709..d26a871 100644
--- a/tex-jp.el
+++ b/tex-jp.el
@@ -1,3 +1,5 @@
+;; -*- coding: iso-2022-7bit-unix; -*-
+
 ;;; tex-jp.el --- Support for Japanese TeX.
 
 ;; Copyright (C) 2002-2007, 2012  Free Software Foundation, Inc.



-- 
David Kastrup


Reply to: