[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. bb9f42732d4037962e442
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. bb9f42732d4037962e44274a098283dab61e0b43 |
Date: |
Sun, 29 May 2016 16:36:48 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via bb9f42732d4037962e44274a098283dab61e0b43 (commit)
from a7c67570b35ef7fe7ab1052d0fd27e8090b38a3b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bb9f42732d4037962e44274a098283dab61e0b43
Author: Tassilo Horn <address@hidden>
Date: Sun May 29 18:35:42 2016 +0200
Grab focus on Evince inverse search
* tex.el (TeX-source-correlate-sync-source): Call `x-focus-frame'.
diff --git a/tex.el b/tex.el
index 8ea0b45..58c8a04 100644
--- a/tex.el
+++ b/tex.el
@@ -1885,7 +1885,8 @@ or newer."
(when (or (< pos (point-min))
(> pos (point-max)))
(widen))
- (goto-char pos)))))
+ (goto-char pos))
+ (x-focus-frame (selected-frame)))))
(define-minor-mode TeX-source-correlate-mode
"Minor mode for forward and inverse search.
-----------------------------------------------------------------------
Summary of changes:
tex.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. bb9f42732d4037962e44274a098283dab61e0b43,
Tassilo Horn <=