* David Ronis (2005-10-02) writes:

> On Sun, 2005-10-02 at 16:23 +0200, Ralf Angeli wrote:
>> 
>> Images are now installed in the auctex/images directory.
>> preview-latex finds them by looking into the "images" directory below
>> the directory specified by the variable `preview-datadir'.  The value
>> of the variable is determined and written into preview-latex.el during
>> build time.  What is the output of `C-h v preview-datadir RET' in your
>> case after loading a LaTeX file?
>
> Thanks for the reply.  The preview-datadir is:
>
> preview-datadir's value is 
> "/usr/local/share/emacs/site-lisp/preview/"
>
> In addition there is is an auctex/images directory.

Hm, strange.  Did you pass special options to the configure script?

What's the value of `preview-datadir' at the end of preview-latex.el?
In my case it is
 (defvar preview-datadir (expand-file-name "auctex" (file-name-directory 
load-file-name)))

What are the values of `lisppackagedatadir' and `packagedatadir' in
the file preview/config.log in the build directory?  In my case those
are
lisppackagedatadir='(expand-file-name "auctex" (file-name-directory 
load-file-name))'
[...]
packagedatadir='${datadir}/emacs/site-lisp/auctex'

I hope with this somebody else can analyze what's happening.  I am
currently a bit stumped because I don't know how `lisppackagedatadir'
is actually created.

-- 
Ralf


_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to