auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: font-lock-compile-keywords: Font-lock trying to use keywords before


From: Arash Esbati
Subject: Re: font-lock-compile-keywords: Font-lock trying to use keywords before setting them up
Date: Thu, 06 Apr 2023 14:27:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hongyi Zhao <hongyi.zhao@gmail.com> writes:

> While loading auctex, the following problem occurred:
>
> Loading /home/werner/.emacs.d/straight/repos/auctex/style/listings.elc...done
> font-lock-compile-keywords: Font-lock trying to use keywords before
> setting them up

I have no idea about straight, but you can start Emacs with '-Q', eval
this in scratch

  (setq TeX-data-directory "/home/werner/.emacs.d/straight/repos/auctex"
        TeX-lisp-directory TeX-data-directory)
  (load "/home/werner/.emacs.d/straight/repos/auctex/auctex.el" nil t t)
  (setq debug-on-error t)

and open a .tex file and see what happens.

Best, Arash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]