Adrian.Aichner(a)t-online.de (Adrian Aichner) writes:
>>>>> "APA" == Adrian Aichner
<Adrian.Aichner(a)t-online.de> writes:
APA> Since auctex is in packages/xemacs-packages/ shouldn't it probably
APA> make inclusion of tex-jp.el dependant of BUILD_WITHOUT_MULE?
Even though
auctex/Makefile
has
ifeq ($(BUILD_WITHOUT_MULE),)
ELCS += tex-jp.elc
endif
a autoload ccokie in tex-jp.el makes a no-mule XEmacs barf during
-l autoload -f batch-update-directory .
What shoobeedoo?
Yes, the problem is that 'batch-update-directory .' searches for all
.el files in the current directory, and thus ignores the $(ELCS)
variable. What I do is delete tex-jp.el from the auctex directory
before I start building packages.
See the thread starting at:
http://list-archive.xemacs.org/xemacs-beta/200112/msg00167.html
Needless to say, I would like to have a better solution to this
problem.
- vin