Hi, some weeks ago, Frank Küster reported in de.comp.editoren <news:[EMAIL PROTECTED]> about an error when compiling AUCTeX:
| Generating autoloads for tex-jp.el... | Scan error: "Unbalanced parentheses", 8776, 28227 | make: *** [auto-loads.el] Error 255 | (END) It turned out that the user had EMACS_UNIBYTE=t, see the original Debian bug report: <http://bugs.debian.org/355608>, <http://article.gmane.org/gmane.linux.debian.devel.bugs.general/66694>. Shouldn't we detect EMACS_UNIBYTE=t in our installation routine? We already have this test, but it doesn't catch EMACS_UNIBYTE=t: ,----[ aclocal.m4 ] | AC_DEFUN(EMACS_CHECK_MULE, [ | AC_MSG_CHECKING(for mule support) | EMACS_CHECK_REQUIRE(mule,silent) | if test "${HAVE_mule}" = "yes"; then | MULESRC="tex-jp.el" | MULEELC="tex-jp.elc" | AC_MSG_RESULT(yes) | else | AC_MSG_RESULT(no) | fi `---- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
