[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 49c71f9 44/67: ; Silence the compiler in styles
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 49c71f9 44/67: ; Silence the compiler in styles for `LaTeX-x?color-definecolor-list' |
Date: |
Fri, 8 Feb 2019 11:40:37 -0500 (EST) |
branch: externals/auctex
commit 49c71f96335b6d6625328e5f52cdb09e5db6eb6d
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
; Silence the compiler in styles for `LaTeX-x?color-definecolor-list'
* style/breqn.el:
* style/fontspec.el:
* style/fvextra.el:
* style/mdframed.el:
* style/menukeys.el:
* style/minted.el:
* style/ntheorem.el:
* style/tcolorbox.el:
* style/textpos.el: Silence the compiler in the style files for
the functions `LaTeX-color-definecolor-list' and
`LaTeX-xcolor-definecolor-list'.
---
style/breqn.el | 4 ++++
style/fontspec.el | 3 +++
style/fvextra.el | 3 +++
style/mdframed.el | 3 +++
style/menukeys.el | 2 ++
style/minted.el | 3 +++
style/ntheorem.el | 8 ++++++++
style/tcolorbox.el | 2 ++
style/textpos.el | 4 ++++
9 files changed, 32 insertions(+)
diff --git a/style/breqn.el b/style/breqn.el
index 03fee3b..63821f2 100644
--- a/style/breqn.el
+++ b/style/breqn.el
@@ -48,6 +48,10 @@
;;; Code:
+;; Silence the compiler:
+(declare-function LaTeX-color-definecolor-list "color" ())
+(declare-function LaTeX-xcolor-definecolor-list "xcolor" ())
+
(defvar LaTeX-breqn-key-val-options
'(("style" ("\\tiny" "\\scriptsize" "\\footnotesize" "\\small"
"\\normalsize" "\\large" "\\Large" "\\LARGE"
diff --git a/style/fontspec.el b/style/fontspec.el
index 234e9b8..03e5178 100644
--- a/style/fontspec.el
+++ b/style/fontspec.el
@@ -39,6 +39,9 @@
"font-latex"
(keywords class))
+(declare-function LaTeX-color-definecolor-list "color" ())
+(declare-function LaTeX-xcolor-definecolor-list "xcolor" ())
+
(defvar LaTeX-fontspec-font-features
'(;; 5 Font selection
("Extension" (".otf" ".ttf" ".ttc" ".dfont"))
diff --git a/style/fvextra.el b/style/fvextra.el
index 7f49d6c..0bdcbbc 100644
--- a/style/fvextra.el
+++ b/style/fvextra.el
@@ -35,6 +35,9 @@
(eval-when-compile
(require 'cl-lib))
+(declare-function LaTeX-color-definecolor-list "color" ())
+(declare-function LaTeX-xcolor-definecolor-list "xcolor" ())
+
(defvar LaTeX-fvextra-key-val-options
'(;; 3 General options
("curlyquotes" ("true" "false"))
diff --git a/style/mdframed.el b/style/mdframed.el
index bdbfb14..ec5e73a 100644
--- a/style/mdframed.el
+++ b/style/mdframed.el
@@ -49,6 +49,9 @@
"font-latex"
(keywords class))
+(declare-function LaTeX-color-definecolor-list "color" ())
+(declare-function LaTeX-xcolor-definecolor-list "xcolor" ())
+
(defvar LaTeX-mdframed-key-val-options
'(;; 6.2. Restoring the settings
("style" ("defaultoptions"))
diff --git a/style/menukeys.el b/style/menukeys.el
index c696c32..8134b7c 100644
--- a/style/menukeys.el
+++ b/style/menukeys.el
@@ -39,6 +39,8 @@
"font-latex"
(keywords class))
+(declare-function LaTeX-xcolor-definecolor-list "xcolor" ())
+
(defvar LaTeX-menukeys-input-separators-list
'("/" "=" "*" "+" "," ";" ":" "-" ">" "<" "bslash")
"List of input separators for macros of menukeys package.")
diff --git a/style/minted.el b/style/minted.el
index e06c74a..6cb2f65 100644
--- a/style/minted.el
+++ b/style/minted.el
@@ -41,6 +41,9 @@
"font-latex"
(&optional syntactic-kws))
+(declare-function LaTeX-color-definecolor-list "color" ())
+(declare-function LaTeX-xcolor-definecolor-list "xcolor" ())
+
(defvar font-latex-syntactic-keywords-extra)
(defvar LaTeX-minted-key-val-options
diff --git a/style/ntheorem.el b/style/ntheorem.el
index 0edd4cf..19e0dbf 100644
--- a/style/ntheorem.el
+++ b/style/ntheorem.el
@@ -41,6 +41,14 @@
"font-latex"
(keywords class))
+(declare-function LaTeX-color-definecolor-list
+ "color"
+ ())
+
+(declare-function LaTeX-xcolor-definecolor-list
+ "xcolor"
+ ())
+
(defvar LaTeX-ntheorem-theoremstyle-list
'(("plain") ("break") ("change") ("changebreak") ("margin")
("marginbreak") ("nonumberplain") ("nonumberbreak") ("empty"))
diff --git a/style/tcolorbox.el b/style/tcolorbox.el
index 16f6a12..d8e9ffb 100644
--- a/style/tcolorbox.el
+++ b/style/tcolorbox.el
@@ -52,6 +52,8 @@
"font-latex"
(keywords class))
+(declare-function LaTeX-xcolor-definecolor-list "xcolor" ())
+
;; FIXME: Anything missing?
(defvar LaTeX-tcolorbox-keyval-options
'(;; 4.1 Title
diff --git a/style/textpos.el b/style/textpos.el
index 437ca5a..86f9728 100644
--- a/style/textpos.el
+++ b/style/textpos.el
@@ -31,6 +31,10 @@
;;; Code:
+;; Silence the compiler:
+(declare-function LaTeX-color-definecolor-list "color" ())
+(declare-function LaTeX-xcolor-definecolor-list "xcolor" ())
+
(defun LaTeX-env-arg-textpos-textblock (env)
"Query for the arguments of `textblock' environment and insert
them."
- [elpa] externals/auctex 4617caa 26/67: Remove compatibility code for older emacsen, (continued)
- [elpa] externals/auctex 4617caa 26/67: Remove compatibility code for older emacsen, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex b13bebb 28/67: Remove compatibility code for older emacsen, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 7030681 29/67: * tex-buf.el (TeX-special-mode): Use `define-derived-mode'., Tassilo Horn, 2019/02/08
- [elpa] externals/auctex d2b0547 16/67: Fix not to run wrong style hooks, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 0a05b39 22/67: Use `declare-function' without `fboundp' test, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 6610f48 42/67: ; Silence the compiler in styles for `font-latex-add-to-syntax-alist', Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 5551227 30/67: Remove XEmacs compatibility code in tex-bar.el, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 993326c 40/67: ; Silence the compiler in styles for `font-latex-syntactic-keywords-extra', Tassilo Horn, 2019/02/08
- [elpa] externals/auctex a4576a1 49/67: ; * tex.el (TeX-math-toggle-off-input-method): Fix doc string., Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 9c42b43 52/67: Use ASCII apostrophe in code expample, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 49c71f9 44/67: ; Silence the compiler in styles for `LaTeX-x?color-definecolor-list',
Tassilo Horn <=
- [elpa] externals/auctex 4fed4a7 64/67: Remove combatibility code for older emasen, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex de3b5f7 47/67: ; * doc/preview-latex.texi (preview-cache-preamble): Use @url{}., Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 449ec06 43/67: ; Silence the compiler in styles for `reftex-compile-variables', Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 761ffc3 27/67: Remove compatibility code for older emacsen, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 33329c3 57/67: ; * doc/auctex.texi (Completion): Fix typo., Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 2c73857 51/67: ; * style/pst-plot.el (LaTeX-pstplot-cleanup): Fix typo., Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 3b5cea2 56/67: Improve completion for \url between url.el and hyperref.el, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex bbe53ed 53/67: Fix document, Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 6e8aa67 41/67: ; Silence the compiler in styles for `font-latex-add-quotes', Tassilo Horn, 2019/02/08
- [elpa] externals/auctex 5147a27 48/67: Revise description about CJK support, Tassilo Horn, 2019/02/08