* Damien Cassou (2009-04-20) writes:

> Ralf Angeli-3 wrote:
>> 
>> What is your Emacs version and how do you activate TeX Source Correlate
>> mode?
>> 
>
> GNU Emacs 23.0.92.1 (i486-pc-linux-gnu, GTK+ Version 2.16.0) of 2009-04-11
> on thallium, modified by Debian
>
> from Romain Francoise.
>
> (custom-set-variables
>  [...]
>  '(TeX-PDF-mode t)
>  '(TeX-auto-save t)
>  '(TeX-default-unit-for-image "\\linewidth")
>  '(TeX-master nil)
>  '(TeX-parse-self t)
>  '(TeX-source-correlate-method (quote synctex))
>  '(TeX-source-correlate-mode t)

Activating TeX Source Correlate mode like this seems to be the culprit.
You could use something like
(add-hook 'LaTeX-mode-hook (lambda () (TeX-source-correlate-mode 1)))
until this is fixed.

-- 
Ralf



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

Reply via email to