Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . auctex (11.87-1.3) unstable; urgency=low . * Raise windows on reverse search. * Set evince forward search timestamp to zero. Author: Itaï BEN YAACOV --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- auctex-11.87.orig/tex.el +++ auctex-11.87/tex.el @@ -1508,7 +1508,8 @@ or newer." (goto-char (point-min)) (forward-line (1- line)) (unless (= col -1) - (move-to-column col))))) + (move-to-column col)) + (raise-frame)))) (define-minor-mode TeX-source-correlate-mode "Minor mode for forward and inverse search.