Package: auctex
Version: 11.55-1
Severity: normal
Dear AucTeX-maintainer,
with the Debian stable version upgrade from version 3.0 (woody) to
version 3.1 (sarge), AucTeX disappeared in the XEmacs (v21) menues,
i.e. the (La)TeX menu and commands to compile, view etc (La)TeX
isn't there any longer in XEmacs.
Investigations from my side make me assume, that a small change
in two files
/usr/lib/emacsen-common/packages/install/auctex
and
/usr/lib/emacsen-common/packages/remove/auctex
would remedy this problem. A change I made made AucTeX install
in XEmacs and seems to work just like it did with 'woody'!
The change is at the end of the scripts, where in
case "${FLAVOR}" in
(emacs) : ;;
(emacs21|emacs-snapshot)
do_install ${FLAVOR}
do_auto ${FLAVOR} ;;
(*) echo >&2 "install/auctex: Ignoring emacsen flavor ${FLAVOR}." ;;
esac
I added xemacs21 to the list, which, by the way, makes more sense to
me than 'emacs-snapshot' (when was this in a stable version?).
Thus
(emacs21|emacs-snapshot)
reads now
(emacs21|emacs-snapshot|xemacs21)
in my version of these files. Maybe this isn't a proper solution,
then please add one, but in a way, that not every user on a machine
has to do something, but in that it works for the whole machine,
instead. I would pledge to make an update for the 'sarge'
distribution (also) and add it at least to sarge-proposed-updates.
Thank you very much,
Ruediger Oberhage
--
H.-R. Oberhage
Mail: Univ. Duisburg-Essen E-Mail: [EMAIL PROTECTED]
Fachbereich Physik [EMAIL PROTECTED]
Campus Essen, S05 V07 E88
Universitaetsstrasse 5 Phone: {+49|0} 201 / 183-2493
45141 Essen, Germany FAX: {+49|0} 201 / 183-4578
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]