tag 292098 unreproducible moreinfo thanks Hi Eduard,
thanks for your report. On Tue, 2005-01-25 at 04:47 +0100, Eduard Bloch wrote: > When I install this package "as usual", I do not get xemacs installed. But > hyperlatex breaks without it. > > hyperlatex: cannot find emacs or xemacs > /usr/bin/hyperlatex: line 99: /usr/bin/xemacs: Datei oder Verzeichnis nicht > gefunden Unfortunately, I can't reproduce this bug. When installing hyperlatex in a clean unstable chroot, emacs (and not xemacs) is installed automatically, and therefore used (compiles an example correctly). Moreover, /usr/bin/hyperlatex does the following: EMACS=/usr/bin/emacs if [ ! -x $EMACS ]; then EMACS=/usr/bin/xemacs if [ ! -x $EMACS ]; then echo "hyperlatex: cannot find emacs or xemacs" 1>&2 fi fi I.e., should set the EMACS variable correctly before using it in the line that crashes for you. Please tell me how I can reproduce this (in a clean environment, i.e., fresh unstable). Thanks in advance. bye, Roland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]