[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#48582: Issue with font-latex-deactivated-keyword-classes
From: |
Arash Esbati |
Subject: |
bug#48582: Issue with font-latex-deactivated-keyword-classes |
Date: |
Fri, 29 Oct 2021 16:32:59 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 |
Arash Esbati <arash@gnu.org> writes:
> AUCTeX also gives you the ability to control fontification of certain
> keywords. From the manual[1]:
>
> Deactivating defaults of built-in keyword classes
>
> font-latex ships with predefined lists of keywords for the classes
> described above. You can disable these defaults per class by customizing
> the variable font-latex-deactivated-keyword-classes. [...]
>
> You can also get rid of certain keywords only. For example if you want
> to remove highlighting of footnotes as references you can put the
> following stanza into your init file:
>
> (eval-after-load "font-latex"
> '(setq-default
> font-latex-match-reference-keywords-local
> (remove (assoc-string "footnote"
> font-latex-match-reference-keywords-local)
> font-latex-match-reference-keywords-local)))
>
> Did you try the technique described above?
Some weeks passed since last message. I'm closing this report for now,
we can re-open it once new activities come up.
Best, Arash
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#48582: Issue with font-latex-deactivated-keyword-classes,
Arash Esbati <=