Re: [AUCTeX] feature request: autogenerate a Makefile?

2016-09-02 Thread Sivaram Neelakantan
On Sun, Aug 21 2016,Mosè Giordano wrote: > Hi Sivaram, > [snipped 26 lines] >> when I share my Latex files, I'd like to share a Makefile instead of >> Texing instructions > > Unless I want to specify a static chain of commands, I use tools like > "latexmk" in my Makefiles, that dynamically deter

Re: [AUCTeX] ConTeXt MkIV Support

2016-09-02 Thread Mosè Giordano
2016-09-02 14:16 GMT+02:00 Tobias Berndt : > ... I could use the "context "compilation (instead of mkii "texexec") already > before via a hack: > > (add-hook 'ConTeXt-mode-hook (lambda() > (add-to-list 'TeX-command-list '("ConTeXt MKIV" "context %t" TeX-run-TeX > nil (context-mode) )) > (setq TeX-

Re: [AUCTeX] ConTeXt MkIV Support

2016-09-02 Thread Tobias Berndt
... I could use the "context "compilation (instead of mkii "texexec") already before via a hack: (add-hook 'ConTeXt-mode-hook (lambda() (add-to-list 'TeX-command-list '("ConTeXt MKIV" "context %t" TeX-run-TeX nil (context-mode) )) (setq TeX-command-default "ConTeXt MKIV") (setq TeX-save-query ni

Re: [AUCTeX] ConTeXt MkIV Support

2016-09-02 Thread Mosè Giordano
2016-09-02 12:45 GMT+02:00 Tobias Berndt : > ... now it works => THANKS! Good to know, thanks for the report! > (cannot see any differences, yet, but I'll see) The only differences are: * compilation with "context" instead of "texexec" * fatal error messages in compilation output are recognized

Re: [AUCTeX] ConTeXt MkIV Support

2016-09-02 Thread Mosè Giordano
Hi Toias, 2016-09-02 12:18 GMT+02:00 Tobias Berndt : > Hey Mosè, > > thanks for the prompt answer. Meanwhile, I tried `M-x customize-variable RET > ConTeXt-Mark-version RET', but Emacs says: > > Wrong type argument: symbolp, "string" > > :((( Oops, that was my fault indeed, I'm going to fix it i

Re: [AUCTeX] ConTeXt MkIV Support

2016-09-02 Thread Mosè Giordano
Hi Tobias, 2016-09-02 8:40 GMT+02:00 Tobias Berndt : > > > > Hello AucTeX TeAm, > > > > since your release note: > > > > Basic support to ConTeXt Mark IV has been added. Users can now select the > Mark version to be used with new option ConTeXt-Mark-version, and AUCTeX is > able to catch error m

[AUCTeX] ConTeXt MkIV Support

2016-09-02 Thread Tobias Berndt
Hello AucTeX TeAm, since your release note: Basic support to ConTeXt Mark IV has been added. Users can now select the Mark version to be used with new option ConTeXt-Mark-version, and AUCTeX is able to catch error messages in the output log of a Mark IV document. I have been tried the most cu