ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Jürgen Hanneder via ntg-context" <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: hanneder@staff.uni-marburg.de
Subject: [NTG-context] Re: context / auctex problem? half-solved
Date: Tue, 18 Jun 2024 16:12:49 +0200	[thread overview]
Message-ID: <20240618161249.Horde.fiw_KMlqgeQTTalG1yBf-Ja@home.staff.uni-marburg.de> (raw)
In-Reply-To: <b2fb92dd-bff6-4b7c-8a8f-2a9d7e7bdf2e@disroot.org>



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 <farliz@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
hanneder@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
___________________________________________________________________________________

      parent reply	other threads:[~2024-06-18 14:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17 12:15 [NTG-context] context / auctex problem? Jürgen Hanneder via ntg-context
2024-06-17 17:23 ` [NTG-context] " Henning Hraban Ramm
2024-06-17 17:41   ` seyal zavira
2024-06-17 17:55     ` Joaquín Ataz López
2024-06-17 19:04       ` Peter Münster
2024-06-18  5:34 ` [NTG-context] " Lizardo Reyna via ntg-context
2024-06-18  9:23   ` [NTG-context] " Jürgen Hanneder via ntg-context
2024-06-19 13:43     ` Jim
2024-06-18 14:12   ` Jürgen Hanneder via ntg-context [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240618161249.Horde.fiw_KMlqgeQTTalG1yBf-Ja@home.staff.uni-marburg.de \
    --to=ntg-context@ntg.nl \
    --cc=hanneder@staff.uni-marburg.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).