--- Begin Message ---
Subject: |
Bug#483731: auctex: postinst failed with emacs-snapshot |
Date: |
Mon, 02 Jun 2008 14:24:21 +0200 |
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 ---