Extra ')' in tex.el (CVS version)

View: New views
2 Messages — Rating Filter:   Alert me  

Extra ')' in tex.el (CVS version)

by Vladimir-61 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
auctex-devel@...
http://lists.gnu.org/mailman/listinfo/auctex-devel

Re: Extra ')' in tex.el (CVS version)

by Ralf Angeli-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

* Vladimir Lomov (2009-10-10) writes:

> 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

XEmacs without Mule?

> 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.

That took long to be noticed ...

Anyway, thanks for the report.  It should be fixed in CVS now.  I killed
a different paren than the one proposed by you, though.

--
Ralf


_______________________________________________
auctex-devel mailing list
auctex-devel@...
http://lists.gnu.org/mailman/listinfo/auctex-devel