branch: externals/auctex
commit deb1a644dd929c2215d406b1bbe13d31004ea5e4
Author: Arash Esbati <[email protected]>
Date: Tue Nov 18 10:34:36 2014 +0100
Use more consistent fontification in some styles
* style/zlmtt.el (font-latex-add-keywords): Use more consistent
fontification.
* style/textcomp.el (font-latex-add-keywords): Ditto.
* style/fontaxes.el (font-latex-add-keywords): Ditto.
* style/XCharter.el (font-latex-add-keywords): Ditto.
Signed-off-by: Tassilo Horn <[email protected]>
---
ChangeLog | 11 +++++++++++
style/XCharter.el | 4 ++--
style/fontaxes.el | 2 +-
style/textcomp.el | 2 +-
style/zlmtt.el | 2 +-
5 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e3cd0cf..af8baec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2014-11-18 Arash Esbati <[email protected]>
+
+ * style/zlmtt.el (font-latex-add-keywords): Use more consistent
+ fontification.
+
+ * style/textcomp.el (font-latex-add-keywords): Ditto.
+
+ * style/fontaxes.el (font-latex-add-keywords): Ditto.
+
+ * style/XCharter.el (font-latex-add-keywords): Ditto.
+
2014-11-18 Tassilo Horn <[email protected]>
* tex-buf.el (TeX-region-create): Disable finding of appropriate
diff --git a/style/XCharter.el b/style/XCharter.el
index 6a7653a..df88f97 100644
--- a/style/XCharter.el
+++ b/style/XCharter.el
@@ -61,11 +61,11 @@
("textlf" "{")
("textosf" "{")
("textosfI" "{"))
- 'textual)
+ 'type-command)
(font-latex-add-keywords '(("sustyle" "")
("lfstyle" "")
("osfstyle" ""))
- 'italic-declaration)))
+ 'type-declaration)))
LaTeX-dialect)
(defvar LaTeX-XCharter-package-options
diff --git a/style/fontaxes.el b/style/fontaxes.el
index 3a05a18..95dafb4 100644
--- a/style/fontaxes.el
+++ b/style/fontaxes.el
@@ -96,7 +96,7 @@
("liningfigures" "{")
("tabularfigures" "{")
("proportionalfigures" "{"))
- 'textual)
+ 'type-command)
(font-latex-add-keywords '(("textsw" "{")
("textssc" "{")
("textulc" "{"))
diff --git a/style/textcomp.el b/style/textcomp.el
index 7bbbf1f..7f9a441 100644
--- a/style/textcomp.el
+++ b/style/textcomp.el
@@ -168,7 +168,7 @@
(when (and (featurep 'font-latex)
(eq TeX-install-font-lock 'font-latex-setup))
(font-latex-add-keywords '(("oldstylenums" "{"))
- 'italic-declaration)))
+ 'type-command)))
LaTeX-dialect)
(defvar LaTeX-textcomp-package-options
diff --git a/style/zlmtt.el b/style/zlmtt.el
index 6b8bbb1..02e6204 100644
--- a/style/zlmtt.el
+++ b/style/zlmtt.el
@@ -47,7 +47,7 @@
(font-latex-add-keywords '(("proptt" "{")
("monott" "{")
("lctt" "{"))
- 'textual)))
+ 'type-command)))
LaTeX-dialect)
(defvar LaTeX-zlmtt-package-options