Saw this in the Debian bug list. Anybody else having problems in that area?
--- Begin Message ---On 2008-05-31 15:31 +0200, Sebastian P. Luque wrote: > I did a `check-parens' on tthe offending file > (/usr/share/emacs/site-lisp/auctex/tex-jp.el), which indicated that > there is at least one unmatched parenthesis. Actually, that is not the problem. Rather, emacs-snapshot misreads this file as UTF-8 instead of iso-2022-jp. I don't know which changes in Emacs are responsible for that (the problem did not exist in the 20080510-1 snapshot and earlier versions), but in any case tex-jp.el should have a coding cookie, e.g. a first line that reads like this: ;;; -*- coding: iso-2022-jp -*- Adding this at the beginning of tex-jp.el lets emacs-snapshot configure itself successfully. Regards, Sven
--- End Message ---
-- David Kastrup
_______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
