summaryrefslogtreecommitdiff
path: root/itches/emacs/language-support.org
diff options
context:
space:
mode:
Diffstat (limited to 'itches/emacs/language-support.org')
-rw-r--r--itches/emacs/language-support.org16
1 files changed, 16 insertions, 0 deletions
diff --git a/itches/emacs/language-support.org b/itches/emacs/language-support.org
index 76f1f5e..145786e 100644
--- a/itches/emacs/language-support.org
+++ b/itches/emacs/language-support.org
@@ -86,3 +86,19 @@ Things decreased: \textcolor{green}{-49.22%} (514 $\searrow$ 261)
#+END_SRC
Can workaround it with =\catcode36= instead of =\catcode`$=.
+*** saving does not add a final newline
+*** TeX-auto-write does not handle absent parent folders
+E.g. =.auctex/auto=.
+*** faces
+It would be nice if AUCTeX defined more faces, inheriting from the
+ones it currently uses, so that users could set them independently.
+**** description labels
+Currently using font-lock-variable-name-face.
+**** texttt
+Currently using font-lock-type-face.
+**** footnote
+Currently using font-lock-constant-face.
+**** macros
+Maybe font-latex-sedate-face should be moved before
+font-lock-keyword-face? Otherwise if the latter has a foreground, the
+former has no effect.