[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] Re: Correlate I/O and pdfsync
From: |
Ralf Angeli |
Subject: |
[AUCTeX-devel] Re: Correlate I/O and pdfsync |
Date: |
Fri, 02 Apr 2010 15:26:44 +0200 |
* Dennis Walter (2010-03-31) writes:
> I know that "style/pdfsync.el" of the AUCTeX installation
> gets loaded, because LaTeX-pdfsync-output-page does exist. However,
> TeX-source-correlate-output-page-function remains undefined, which is
> what I do not understand, as its definition as LaTeX-pdfsync-output-page
> is added as a hook via TeX-add-style-hook.
Is this in a multifile document? Perhaps the variable gets set only in
one buffer and not in the other ones related to the document.
It would be easier to debug this if you could provide a sample file and
a recipe to reproduce the problem. If possible the recipe should start
out by calling Emacs with
$ emacs -Q -l auctex file.tex
which disables all customizations.
--
Ralf