* 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

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

Reply via email to