auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-devel] Detecting Emacs run with EMACS_UNIBYTE=t (tex-jp.el)?


From: Reiner Steib
Subject: [AUCTeX-devel] Detecting Emacs run with EMACS_UNIBYTE=t (tex-jp.el)?
Date: Mon, 03 Apr 2006 15:39:33 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Hi,

some weeks ago, Frank Küster reported in de.comp.editoren
<news:address@hidden> 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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]