[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tex-mode.el
From: |
Christopher Dimech |
Subject: |
Re: tex-mode.el |
Date: |
Tue, 9 Feb 2021 18:45:27 +0100 |
Have been trying to disable the "suscript" option after it is
enabled (suscript places superscript and subscript at a higher
and lower height, see "tex-font-lock-suscript").
Did start with using (setq tex-fontify-script nil)
However, the suscript functionality remained unchanged.
Then tried calling "tex-font-lock-unfontify-region".
I nedd some function to disable because right now my only
option in to disable plain-tex-mode.
I also did play with re-setting "font-lock-defaults".
(setq font-lock-defaults
'(font-lock-unfontify-region-function . tex-font-lock-unfontify-region))
> Sent: Wednesday, February 10, 2021 at 5:22 AM
> From: "Emanuel Berg via Users list for the GNU Emacs text editor"
> <help-gnu-emacs@gnu.org>
> To: help-gnu-emacs@gnu.org
> Subject: Re: tex-mode.el
>
> Christopher Dimech wrote:
>
> > Emanuel, I would be grateful if you could help with
> > "tex-mode.el".
>
> Sure, if I can.
>
> What do you want it to do?
>
> And how far have you come?
>
> --
> 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 <=
- 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, 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