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. 0294affb12fe054cae7b9


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0294affb12fe054cae7b903e667b56514bf47abb
Date: Thu, 24 Dec 2020 08:02:44 -0500 (EST)

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  0294affb12fe054cae7b903e667b56514bf47abb (commit)
      from  5644ad0b52bcdf264a0a962f71a6bd2ffe617622 (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 0294affb12fe054cae7b903e667b56514bf47abb
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Thu Dec 24 21:58:53 2020 +0900

    Fixup dropping old implementations for viewers
    
    * tex-buf.el (TeX-output-style-check): Remove function only useful for
    old view implementations.

diff --git a/tex-buf.el b/tex-buf.el
index 155ac87..c7b7c8a 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -952,29 +952,6 @@ depending on the last command issued."
        (TeX-command "View" 'TeX-active-master 0)
       (message "Output file %S does not exist." output-file))))
 
-(defun TeX-output-style-check (styles)
-  "Check STYLES compared to the current view output file extension and
-the current style options."
-  (let ((ext  (TeX-output-extension))
-       (files (TeX-style-list)))
-    (while (and
-           styles
-           (or
-            (not (string-match (car (car styles)) ext))
-            (let ((style (nth 1 (car styles))))
-              (cond
-               ((listp style)
-                (while
-                    (and style
-                         (TeX-member (car style) files 'string-match))
-                  (setq style (cdr style)))
-                style)
-               ((not (TeX-member style files 'string-match)))))))
-      (setq styles (cdr styles)))
-    (if styles
-       (nth 2 (car styles))
-      "%v")))
-
 ;;; Command Hooks
 
 (defvar TeX-after-compilation-finished-functions nil

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

Summary of changes:
 tex-buf.el | 23 -----------------------
 1 file changed, 23 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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