auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 8aa5381 14/23: Delete kernel comm


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 8aa5381 14/23: Delete kernel commands from styles
Date: Sat, 23 Jan 2021 04:10:08 -0500 (EST)

branch: externals/auctex
commit 8aa53811454e6b80d1544ac350b1928f3ab2f37f
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Delete kernel commands from styles
    
    * style/scrbase.el ("scrbase"):
    * style/scrpage2.el ("scrpage2"): Delete support for macros
    provided by LaTeX kernel.
---
 style/scrbase.el  | 8 +-------
 style/scrpage2.el | 4 +---
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/style/scrbase.el b/style/scrbase.el
index ef13aff..e5cc853 100644
--- a/style/scrbase.el
+++ b/style/scrbase.el
@@ -1,6 +1,6 @@
 ;;; scrbase.el --- AUCTeX style for the KOMA-Script bundle.  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2002, 2004, 2005, 2007, 2014, 2018, 2020 Free Software 
Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2005, 2007, 2014, 2018-2021 Free Software 
Foundation, Inc.
 
 ;; Author: Mark Trettin <Mark.Trettin@gmx.de>
 ;; Created: 2002-09-26
@@ -62,7 +62,6 @@
                        '("maketitle" [ "Pagenumber" ])
                        '("marginline" t)
                        '("publishers" "Publishers")
-                       '("sectionmark" "Running head")
                        '("setbibpreamble" "Preamble")
                        '("setcaphanging")
                        '("setcapindent" "Indent")
@@ -73,8 +72,6 @@
                        '("setindexpreamble" "Preamble")
                        '("setkomafont" TeX-arg-KOMA-fontelements t)
                        '("subject" "Subject")
-                       '("subsectionmark" "Running head")
-                       '("textsubscript" "Text")
                        '("thanks" "Footnote")
                        '("thefootnotemark")
                        '("titlehead" t)
@@ -158,11 +155,8 @@
                                                    ("marginline" "{")
                                                    ("publishers" "{")
                                                    ("subject" "{")
-                                                   ("sectionmark" "{")
                                                    ("setbibpreamble" "{")
                                                    ("setindexpreamble" "{")
-                                                   ("subsectionmark" "{")
-                                                   ("textsubscript" "{")
                                                    ("titlehead" "{")
                                                    ("uppertitleback" "{"))
                                                  'textual)
diff --git a/style/scrpage2.el b/style/scrpage2.el
index 2ee9b2c..33cc7c5 100644
--- a/style/scrpage2.el
+++ b/style/scrpage2.el
@@ -65,8 +65,6 @@
     '("headmark")
     '("manualmark")
     '("pagemark")
-    '("leftmark")
-    '("rightmark")
     '("setfootwidth" [ "Offset" ] "Width")
     '("setheadwidth" [ "Offset" ] "Width")
     '("setfootbotline" [ "Length" ] "Thickness")
@@ -83,7 +81,7 @@
     '("renewpagestyle" "Name" "Head definition" "Foot definition")
     '("providepagestyle" "Name" "Head definition" "Foot definition"))
 
-    ;; Fontification
+   ;; Fontification
    (when (and (featurep 'font-latex)
               (eq TeX-install-font-lock 'font-latex-setup))
      (font-latex-add-keywords '(("lehead" "[{")




reply via email to

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