Re: [NTG-context] Custom engine settings in AUCTEX

2022-07-02 Thread Lizardo Reyna via ntg-context
You can try adding a TeX-command with this: (eval-after-load "context" '(setq TeX-command-list (append '( ("context" "context --purgeall %t" TeX-run-command t :help "Run context (MarkIV)") ("luametatex" "context --purgeall %t" TeX-run-command t :hel

[NTG-context] context / auctex problem?

2024-06-17 Thread Lizardo Reyna via ntg-context
Hi, You can update the command for ConTeXt as follows: Graphically: M-x customize-variable *↵* TeX-command-list *↵* find the appropriate section for ConTeXt commands and change it with (e.g.) "context --purgeall %t" (see attached image). Apply and save. - Usin