Hello I just wanted to test the 11.84 installation without using the pkg version.
So I did /configure --with-prefix=/home/oub/xemacs/site-lisp/packages --with-xemacs=/usr/bin/xemacs21 --without-packagedir make make -n install However the installation wanted to install in /usr/local Things like ./mkinstalldirs /usr/local/lib/xemacs/site-lisp/auctex Which is the wrong. That looks like a bug to me. So what I did I left the compiled files in place and add the following paths: (push (expand-file-name "~/xemacs/site-lisp/packages/auctex-11.84") load-path) (push (expand-file-name "~/xemacs/site-lisp/packages/auctex-11.84/images") load-path) (push (expand-file-name "~/xemacs/site-lisp/packages/auctex-11.84/preview") load-path) (push (expand-file-name "~/xemacs/site-lisp/packages/auctex-11.84/style") load-path) Which works fine Uwe Brauer
pgpWMVc0raFkb.pgp
Description: PGP signature
_______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
