Here just an inelegant half-solution:

I added the whole program path to the 'TeX-command-list and it works, but this is hardly satisfying. At least it suggests that nothing else is wrong except that emacs 29.3 and auctex 14.0.5 together decide not to find a path, which is in .bashrc and works fine when called from a shell (not from eshell though).

Thanks again for the tips,
Jürgen



----- Nachricht von Lizardo Reyna via ntg-context <ntg-context@ntg.nl> ---------
     Datum: Tue, 18 Jun 2024 00:34:32 -0500
       Von: Lizardo Reyna via ntg-context <ntg-context@ntg.nl>
Antwort an: mailing list for ConTeXt users <ntg-context@ntg.nl>
   Betreff: [NTG-context] context / auctex problem?
        An: ntg-context@ntg.nl
        Cc: Lizardo Reyna <far...@disroot.org>


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.

-----------------------------

Using the init.el you can also create your own commands:


(custom-set-variables
   '(ConTeXt-Mark-version "lmtx")
   '(ConTeXt-engine "lmtx"))


(eval-after-load "context"
  '(setq TeX-command-list
    (append
      '(
        ("context"
"context --purgeall %t"
          TeX-run-command t :help "Run context (lmtx)")
        ("luametatex"
"context --purgeall %t"
          TeX-run-command t :help "Run context (lmtx)")
      ) TeX-command-list
    )
  )
  )

I hope this helps.


Lizardo R.


----- Ende der Nachricht von Lizardo Reyna via ntg-context <ntg-context@ntg.nl> -----



---

Prof. Dr. Juergen Hanneder
Philipps-Universitaet Marburg
FG Indologie u. Tibetologie
Deutschhausstr.12
35032 Marburg
Germany
Tel. 0049-6421-28-24930
hanne...@staff.uni-marburg.de

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to