Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-30 Thread Fabrice Couvreur
Hi Tobias, (2) Possible completions are: ConTeXt-close-environment ConTeXt-close-xml-tag ConTeXt-environment ConTeXt-etexshow ConTeXt-find-matching-start ConTeXt-find-matching-stop ConTeXt-insert-item ConTeXt-mark-environment ConTeXt-mode ConTeXt-mode-command-menu

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-30 Thread Michael Eidenbenz
It looks like auctex is still choosing the wrong command. Please read this information: https://www.gnu.org/software/auctex/manual/auctex/Selecting-a-Command.html maybe this helps (eval-after-load "tex" '(add-to-list 'TeX-command-list '("context_standalone"

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-30 Thread Fabrice Couvreur
​Hi Michael, ​ Thank you for your help but it does not work, maybe a problem with the Emacs shell. Running `ConTeXt' on `ntg32' with ``context --once --texutil --nonstop ntg32.tex'' resolvers | trees | analyzing 'home:texmf' mtx-context | run 1: luatex

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-30 Thread Tobias Berndt
@ Fabrice: If you’re working under a Linux, use „home“ instead of „Users“ (I’m under macOS, therefore I left „Users“) and forget about the add-to-list line. So: (1) M-x context-mode (2) M-x ConTeXt-Mark-version (switch to mkIV) If there is no such command: update auctex; if this gives an error

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-30 Thread Peter Münster
On Sun, Oct 30 2016, Fabrice Couvreur wrote: > (setenv „PATH" „/home/fab/tex/texmf-linux-64/bin/:$PATH" t) > > I do not understand this symbol „ and how to access You should replace „ with ". -- Peter

Re: [NTG-context] Emacs24 + AucTeX + ConTeXt

2016-10-30 Thread Tobias Berndt
Ok, your problem is more auctex than ConTeXt. So, try this: (1) Add to .emacs: ;; SERVER Download (MELPA): (when (>= emacs-major-version 24) (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/;) t) (package-initialize)) to get connection to