Hi.

Some time ago I was not able to compile CVS version of auctex.
auctex compilation was stopped at 'tex-jp.el':
tex-jp.el:35:1:Error: Invalid read syntax: ")"
make: *** [lisp] Error 1

But seems that the source of error in tex.el. I found extra close
bracket in 'TeX-view-program-list'. I attach patch which
resolves compilation problem.

-- 
"I'd love to go out with you, but I'm taking punk totem pole carving."
--- tex.el~     2009-10-05 15:56:07.000000000 +0900
+++ tex.el      2009-10-10 17:47:01.000000000 +0900
@@ -1087,7 +1087,7 @@
                                                 (symbol-name (cadr a)))
                                                (downcase
                                                 (symbol-name (cadr b)))))))))
-                          (string :tag "Command part"))))))))
+                          (string :tag "Command part")))))))
 
 (defcustom TeX-view-program-selection
   '(((output-dvi style-pstricks) "dvips and gv")
_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to