[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tex-mode.el
From: |
Emanuel Berg |
Subject: |
Re: tex-mode.el |
Date: |
Tue, 09 Feb 2021 19:37:37 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Christopher Dimech wrote:
> tex-font-lock-match-suscript matches superscripts (matching
> part following ^) and subscripts (matching part following
> _). An example is "\alpha^i" and "\beta_j".
OK, one step at a time, As you see from the source, that
function doesn't do anything if you set `tex-fontify-script'
to nil.
(setq tex-fontify-script nil)
Now what happens?
--
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal
- tex-mode.el, Christopher Dimech, 2021/02/09
- Re: tex-mode.el, Emanuel Berg, 2021/02/09
- Re: tex-mode.el, Christopher Dimech, 2021/02/09
- Re: tex-mode.el, Emanuel Berg, 2021/02/09
- Re: tex-mode.el, Christopher Dimech, 2021/02/09
- Re: tex-mode.el,
Emanuel Berg <=
- Re: tex-mode.el, Christopher Dimech, 2021/02/09
- Re: tex-mode.el, Emanuel Berg, 2021/02/09
- Re: tex-mode.el, Christopher Dimech, 2021/02/09
- Re: tex-mode.el, Christopher Dimech, 2021/02/09
- Re: tex-mode.el, Christopher Dimech, 2021/02/10
- Re: tex-mode.el, Emanuel Berg, 2021/02/10
- Re: tex-mode.el, Christopher Dimech, 2021/02/10
- Re: tex-mode.el, Stefan Monnier, 2021/02/10
- Re: tex-mode.el, Christopher Dimech, 2021/02/10
- Re: tex-mode.el, Stefan Monnier, 2021/02/10