bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-AUCTeX] tex-source-correlate-function and %(outpage) expander


From: Ralf Angeli
Subject: Re: [Bug-AUCTeX] tex-source-correlate-function and %(outpage) expander
Date: Sat, 14 May 2011 21:27:14 +0200

* Vilmos Prokaj (2011-05-14) writes:

> In some cases the expansion of %(outpage) leads to an infinity loop. 
> This happens synctex reports no matching page. The following replacement 
> for the expander of %(outpage) in the TeX-expand-list solves this 
> problem. It simply gives "1" when  
> TeX-source-correlate-output-page-function gives nil or not bound.
>
>
> %(outpage)
>              Expander:
> (lambda nil
>    (or
>     (if TeX-source-correlate-output-page-function
>         (funcall TeX-source-correlate-output-page-function))
>     "1"))

Thanks, but this change has been in the AUCTeX sources for three years
already and is part of the released version 11.86.  So this should not
be a problem if you have the current version and no old customizations
of the variable.

-- 
Ralf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]