TeXnicien de Surface <[email protected]> writes: > I've just installed the last git version > > Here is the message given by emacs when I open a latex file: > > Cannot find image file > `/home/novatux/local/git-code/auctex/preview/auctex/images/prvtex24.xpm' > > but in fact this image is in > `/home/novatux/local/git-code/auctex/preview/images/prvtex24.xpm' > > No auctex under preview.
You seem to run auctex from the git checkout. In that case, you have to set TeX-data-directory to that. (setq TeX-data-directory "/home/novatux/local/git-code/auctex/") Bye, Tassilo _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
