auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 16f3dd415aa0ef1c870f9


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 16f3dd415aa0ef1c870f9724dda9f895f2467133
Date: Mon, 08 Feb 2016 09:31:44 +0000

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  16f3dd415aa0ef1c870f9724dda9f895f2467133 (commit)
      from  2cca33f68a2df99cd3600b1d3193b2b3727ced80 (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 16f3dd415aa0ef1c870f9724dda9f895f2467133
Author: Mosè Giordano <address@hidden>
Date:   Mon Feb 8 10:30:24 2016 +0100

    Add support for Zathura viewer
    
    * tex.el (TeX-view-program-list-builtin): Add Zathura.
    * doc/changes.texi: Mention Zathura support and reworked error parsing.

diff --git a/doc/changes.texi b/doc/changes.texi
index 2905400..b4d5954 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -12,6 +12,14 @@
 
 @itemize @bullet
 @item
+Parsing of the compilation log has been reworked.  You should encounter
+fewer mistaken files while navigating through errors and warnings.
+
address@hidden
+Added support for Zathura viewer.  Forward and inverse search requires a
+recent version of the program to work (3.4 or later).
+
address@hidden
 A new function, @code{TeX-documentation-texdoc}, for reading
 documentation with @samp{texdoc} has been added.  @code{TeX-doc} is
 still available but now @kbd{C-c ?} runs
diff --git a/tex.el b/tex.el
index 3633fd3..ee11202 100644
--- a/tex.el
+++ b/tex.el
@@ -1304,7 +1304,12 @@ the requirements are met."
                                  " -p %(outpage)")) " %o")) "evince")
       ("Okular" ("okular --unique %o" (mode-io-correlate "#src:%n%a")) 
"okular")
       ("xdg-open" "xdg-open %o" "xdg-open")
-      ("PDF Tools" TeX-pdf-tools-sync-view))))
+      ("PDF Tools" TeX-pdf-tools-sync-view)
+      ("Zathura"
+       ("zathura %o"
+       (mode-io-correlate
+        " --synctex-forward %n:0:%b -x \"emacsclient +%{line} %{input}\""))
+       "zathura"))))
   "Alist of built-in viewer specifications.
 This variable should not be changed by the user who can use
 `TeX-view-program-list' to add new viewers or overwrite the

-----------------------------------------------------------------------

Summary of changes:
 doc/changes.texi |    8 ++++++++
 tex.el           |    7 ++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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