[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18496: 24.4.50; RefTeX modes should use font-lock-face instead of fa
From: |
Tassilo Horn |
Subject: |
bug#18496: 24.4.50; RefTeX modes should use font-lock-face instead of face |
Date: |
Sun, 21 Sep 2014 11:36:08 +0200 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) |
Sebastian Wiesner <swiesner@lunaryorn.com> writes:
> The following RefTeX modes should use the font-lock-face text property
> instead of face:
>
> - reftex-toc-mode
> - reftex-select-label-mode
> - reftex-select-bib-mode
>
> Using face directly breaks fontification if special minor modes are
> enabled that add extra fontification.
Indeed, thanks for the hint.
> On a related note, it seems as if these modes should probably inherit
> special-mode, shouldn't they?
Yes, right.
I've done both in revision 117907.
Thanks,
Tassilo