[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Carets and underscores become red occasionally in math mode
From: |
Ivan Andrus |
Subject: |
Re: [AUCTeX] Carets and underscores become red occasionally in math mode . |
Date: |
Thu, 16 Aug 2018 23:19:47 -0600 |
You can see what face it's using with the function below. That might give some
clues.
-Ivan
(defun fontification-at-point (p)
(interactive "d")
(sit-for 0)
(message "Text properties: %s\nOverlays: %s"
(text-properties-at p)
(map 'list
(lambda (ov)
(overlay-properties ov))
(overlays-at p))))
> On Aug 14, 2018, at 2:20 PM, Arash Esbati <address@hidden> wrote:
>
> "Kourosh Kalayeh" <address@hidden> writes:
>
>> I disabled my loaded theme but the issue persists. Any other
>> suggestion?
>
> No, not really. I think it is time to get into debugging. My
> suggestion is to update your AUCTeX to latest version from ELPA. Then
> do `M-x list-load-path-shadows RET' and check that you don't have
> multiple installations. Then start Emacs from a shell with
>
> emacs -q &
>
> and in scratch buffer, insert
>
> (package-initialize)
>
> place the cursor after ) and hit `C-x C-e'. Then load you .tex file and
> try it again. Updating your Emacs might also help.
>
> Best, Arash
>
> _______________________________________________
> auctex mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/auctex
- [AUCTeX] Carets and underscores become red occasionally in math mode ., Kourosh Kalayeh, 2018/08/12
- Re: [AUCTeX] Carets and underscores become red occasionally in math mode ., Arash Esbati, 2018/08/13
- Re: [AUCTeX] Carets and underscores become red occasionally in math mode ., Kourosh Kalayeh, 2018/08/13
- Re: [AUCTeX] Carets and underscores become red occasionally in math mode ., Arash Esbati, 2018/08/15
- Re: [AUCTeX] Carets and underscores become red occasionally in math mode ., Kourosh Kalayeh, 2018/08/16
- Re: [AUCTeX] Carets and underscores become red occasionally in math mode .,
Ivan Andrus <=
- Re: [AUCTeX] Carets and underscores become red occasionally in math mode ., Kourosh Kalayeh, 2018/08/20
- Re: [AUCTeX] Carets and underscores become red occasionally in math mode ., Arash Esbati, 2018/08/22
- Re: [AUCTeX] Carets and underscores become red occasionally in math mode ., Ivan Andrus, 2018/08/22
- Re: [AUCTeX] Carets and underscores become red occasionally in math mode ., Kourosh Kalayeh, 2018/08/23