ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Configure AUCTeX to run context not texec
@ 2013-11-08 17:47 Michael Ash
  2013-11-08 17:49 ` Peter Münster
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Michael Ash @ 2013-11-08 17:47 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 775 bytes --]

Dear all,

I have a working version of context

mash-laptop:~$ context --version

mtx-context     | ConTeXt Process Management 0.60
mtx-context     |
mtx-context     | main context file:
/usr/share/texmf/tex/context/base/context.mkiv
mtx-context     | current version: 2013.11.07 15:28


However, I edit files in emacs/AUCTeX and the compile command "C-c C-c"
calls "texexec" instead of "context" and so can't compile in emacs.  Does
anyone know how to change the command from "texexec" to "context" in
emacs/AUCTeX?

Thanks.

Best,
Michael



-- 
Michael Ash, Chair, Department of Economics
Professor of Economics and Public Policy
University of Massachusetts Amherst
Amherst, MA 01003
Email mash@econs.umass.edu
Tel +1-413-545-2590 Twitter https://twitter.com/michaelaoash

[-- Attachment #1.2: Type: text/html, Size: 1476 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-08 17:47 Configure AUCTeX to run context not texec Michael Ash
@ 2013-11-08 17:49 ` Peter Münster
  2013-11-08 18:19 ` Roland Thiers
  2013-11-08 21:03 ` Michael Ash
  2 siblings, 0 replies; 14+ messages in thread
From: Peter Münster @ 2013-11-08 17:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Nov 08 2013, Michael Ash wrote:

> Does anyone know how to change the command from "texexec" to "context"
> in emacs/AUCTeX?

I have this in my emacs init file:

--8<---------------cut here---------------start------------->8---
(eval-after-load 'tex
  '(add-to-list
      'TeX-command-list
      '("ConTeXt" "context --nonstopmode %t"
        TeX-run-TeX nil (context-mode) :help "Run ConTeXt")))
--8<---------------cut here---------------end--------------->8---

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-08 17:47 Configure AUCTeX to run context not texec Michael Ash
  2013-11-08 17:49 ` Peter Münster
@ 2013-11-08 18:19 ` Roland Thiers
  2013-11-08 21:03 ` Michael Ash
  2 siblings, 0 replies; 14+ messages in thread
From: Roland Thiers @ 2013-11-08 18:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Le 8 nov. 2013 à 18:47, Michael Ash a écrit :

> 
> 
>  Does anyone know how to change the command from "texexec" to "context" in emacs/AUCTeX?
> 
I have that  in my preference.el (I use aquamacs) :
--8<---------------cut here---------------start------------->8---
(defun rol-context () 
(interactive)
   (save-current-buffer
(save-buffer)
(TeX-save-document "")
(setq TeX-PDF-mode nil)
 (let ((nomdufichiersansextension (file-name-sans-extension (buffer-file-name))))

    (shell-command (format "context --autopdf %s.tex" nomdufichiersansextension))
(TeX-view))))
--8<---------------cut here---------------end--------------->8---

I have bound this function rol-context to the key "F7", it works fine but it's definitely non optimal !
Regards, 
Roland 
(math teacher in a high school)


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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-08 17:47 Configure AUCTeX to run context not texec Michael Ash
  2013-11-08 17:49 ` Peter Münster
  2013-11-08 18:19 ` Roland Thiers
@ 2013-11-08 21:03 ` Michael Ash
  2013-11-08 23:14   ` Peter Münster
  2013-11-09  2:09   ` Jean Magnan de Bornier
  2 siblings, 2 replies; 14+ messages in thread
From: Michael Ash @ 2013-11-08 21:03 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 2059 bytes --]

Thank you very much for the advice on configuring AUCTeX to compile context
files.

Inserting the following snippet in my .emacs (emacs configuration) file
worked.

--8<---------------cut here---------------start------------->8---
(eval-after-load 'tex
  '(add-to-list
      'TeX-command-list
      '("ConTeXt" "context --nonstopmode %t"
        TeX-run-TeX nil (context-mode) :help "Run ConTeXt")))
--8<---------------cut here---------------end--------------->8---

This fix is imperfect because even though context runs properly, AUCTeX
reports "ConTeXt: problems after [0] pages"

AUCTeX doesn't believe that the file has been compiled and C-c C-c offers
to run context again. It is necessary to select "View"

Some googling suggests that the return codes from context are not properly
interpreted by AUCTeX.  I'm not sure if this is a context
non-standardization or an AUCTeX problem.  thoughts?

Best,
Michael




On Fri, Nov 8, 2013 at 12:47 PM, Michael Ash <mash@econs.umass.edu> wrote:

> Dear all,
>
> I have a working version of context
>
> mash-laptop:~$ context --version
>
> mtx-context     | ConTeXt Process Management 0.60
> mtx-context     |
> mtx-context     | main context file:
> /usr/share/texmf/tex/context/base/context.mkiv
> mtx-context     | current version: 2013.11.07 15:28
>
>
> However, I edit files in emacs/AUCTeX and the compile command "C-c C-c"
> calls "texexec" instead of "context" and so can't compile in emacs.  Does
> anyone know how to change the command from "texexec" to "context" in
> emacs/AUCTeX?
>
> Thanks.
>
> Best,
> Michael
>
>
>
> --
> Michael Ash, Chair, Department of Economics
> Professor of Economics and Public Policy
> University of Massachusetts Amherst
> Amherst, MA 01003
> Email mash@econs.umass.edu
> Tel +1-413-545-2590 Twitter https://twitter.com/michaelaoash
>



-- 
Michael Ash, Chair, Department of Economics
Professor of Economics and Public Policy
University of Massachusetts Amherst
Amherst, MA 01003
Email mash@econs.umass.edu
Tel +1-413-545-2590 Twitter https://twitter.com/michaelaoash

[-- Attachment #1.2: Type: text/html, Size: 4625 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-08 21:03 ` Michael Ash
@ 2013-11-08 23:14   ` Peter Münster
  2014-06-27  7:16     ` Gour
  2013-11-09  2:09   ` Jean Magnan de Bornier
  1 sibling, 1 reply; 14+ messages in thread
From: Peter Münster @ 2013-11-08 23:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Nov 08 2013, Michael Ash wrote:

> This fix is imperfect because even though context runs properly, AUCTeX
> reports "ConTeXt: problems after [0] pages"

It's on my todo-list to fix it, but at very low priority.
In this case "problems after [0] pages" just means "success", so it's
only a cosmetic issue.


> AUCTeX doesn't believe that the file has been compiled and C-c C-c offers to
> run context again. It is necessary to select "View" 

Also on my todo-list, but again at low priority: "View" is in my
history, so just pressing "up" does it. And once the viewer (evince
in my case) is launched, there is no further need for "View".


> Some googling suggests that the return codes from context are not properly
> interpreted by AUCTeX.

I don't think so, the return code is 0 (success). It's probably more a
matter of parsing the last lines of the terminal output.


> I'm not sure if this is a context non-standardization or an AUCTeX
> problem. thoughts?

An AUCTeX problem. If you have some time (I don't) and you like to
program with Emacs Lisp, then you could solve it.

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-08 21:03 ` Michael Ash
  2013-11-08 23:14   ` Peter Münster
@ 2013-11-09  2:09   ` Jean Magnan de Bornier
  2013-11-09 10:13     ` Peter Münster
  1 sibling, 1 reply; 14+ messages in thread
From: Jean Magnan de Bornier @ 2013-11-09  2:09 UTC (permalink / raw)
  To: ntg-context

Le 08 novembre à 22:03:40 Michael Ash <mash@econs.umass.edu> écrit notamment:

| Thank you very much for the advice on configuring AUCTeX to compile
| context files.
>
| Inserting the following snippet in my .emacs (emacs configuration)
| file worked. 
>
| --8<---------------cut here---------------start------------->8---
| (eval-after-load 'tex
| '(add-to-list
| 'TeX-command-list
| '("ConTeXt" "context --nonstopmode %t"
| TeX-run-TeX nil (context-mode) :help "Run ConTeXt")))
| --8<---------------cut here---------------end--------------->8---
>
| This fix is imperfect because even though context runs properly,
| AUCTeX reports "ConTeXt: problems after [0] pages"
>
| AUCTeX doesn't believe that the file has been compiled and C-c C-c
| offers to run context again. It is necessary to select "View" 

This problem does not appear on my machine where instead of "context
--nonstopmode %t" I wrote "PATH=~/context/tex/texmf-linux/bin:$PATH 
context %s"

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-09  2:09   ` Jean Magnan de Bornier
@ 2013-11-09 10:13     ` Peter Münster
  2013-11-09 14:32       ` Jean Magnan de Bornier
  0 siblings, 1 reply; 14+ messages in thread
From: Peter Münster @ 2013-11-09 10:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Nov 09 2013, Jean Magnan de Bornier wrote:

> This problem does not appear on my machine where instead of "context
> --nonstopmode %t" I wrote "PATH=~/context/tex/texmf-linux/bin:$PATH 
> context %s"

Interesting. What's your ConTeXt version, AUCTeX version and
Emacs version?

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-09 10:13     ` Peter Münster
@ 2013-11-09 14:32       ` Jean Magnan de Bornier
  2013-11-10 21:38         ` Peter Münster
  0 siblings, 1 reply; 14+ messages in thread
From: Jean Magnan de Bornier @ 2013-11-09 14:32 UTC (permalink / raw)
  To: ntg-context

Le 09 novembre à 11:13:13 Peter Münster <pmlists@free.fr> écrit notamment:

| On Sat, Nov 09 2013, Jean Magnan de Bornier wrote:
>
| > This problem does not appear on my machine where instead of "context
| > --nonstopmode %t" I wrote "PATH=~/context/tex/texmf-linux/bin:$PATH 
| > context %s"
>
| Interesting. What's your ConTeXt version, AUCTeX version and
| Emacs version?

emacs 24.3.1 ubuntu
context minimal many versions (I update about once a week)
auctex 11.87.2 (installed via elpa and frequently updated)

I added the PATH thing so emacs can be started by the session manager.

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-09 14:32       ` Jean Magnan de Bornier
@ 2013-11-10 21:38         ` Peter Münster
  2013-11-11  8:10           ` Jean Magnan de Bornier
  0 siblings, 1 reply; 14+ messages in thread
From: Peter Münster @ 2013-11-10 21:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Nov 09 2013, Jean Magnan de Bornier wrote:

> emacs 24.3.1 ubuntu
> context minimal many versions (I update about once a week)
> auctex 11.87.2 (installed via elpa and frequently updated)

Strange. I use also the latest versions, but I observe the same
behaviour as the OP...

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-10 21:38         ` Peter Münster
@ 2013-11-11  8:10           ` Jean Magnan de Bornier
  2013-11-11 22:36             ` Peter Münster
  0 siblings, 1 reply; 14+ messages in thread
From: Jean Magnan de Bornier @ 2013-11-11  8:10 UTC (permalink / raw)
  To: ntg-context

Le 10 novembre à 22:38:33 Peter Münster <pmlists@free.fr> écrit notamment:

| On Sat, Nov 09 2013, Jean Magnan de Bornier wrote:
>
| > emacs 24.3.1 ubuntu
| > context minimal many versions (I update about once a week)
| > auctex 11.87.2 (installed via elpa and frequently updated)
>
| Strange. I use also the latest versions, but I observe the same
| behaviour as the OP...

Here is my complete customization regarding ConTeXt:
............................................
 '(ConTeXt-engine "luatex")
 '(TeX-PDF-mode t)
 '(TeX-command-list (quote (("ConTeXt" "PATH=~/context/tex/texmf-linux/bin:$PATH 
context %s" TeX-run-command nil t :help "Run context (MarkIV)") ("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (plain-tex-mode texinfo-mode ams-tex-mode) :help "Run plain TeX") ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode doctex-mode) :help "Run LaTeX") ("Makeinfo" "makeinfo %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with Info output") ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with HTML output") ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX") ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run BibTeX") ("View" "%V" TeX-run-discard-or-function t t :help "Run Viewer") ("Print" "%p" TeX-run-command t t :help "Print the file") ("Queue" "%q" TeX-run-background nil t :help "View the printer queue" :visible TeX-queue-command) ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help "Generate PostScript file") ("Index" "makeindex %s" TeX-run-command nil t :help "Create index file") ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for correctness") ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil t :help "Spell-check the document") ("Clean" "TeX-clean" TeX-run-function nil t :help "Delete generated intermediate files") ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help "Delete generated intermediate and output files") ("Other" "" TeX-run-command t t :help "Run an arbitrary command"))))

.............................................

As you can see I deleted all standard context commands in auctex, but I doubt that
explains anything. 
-- 
Jean
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-11  8:10           ` Jean Magnan de Bornier
@ 2013-11-11 22:36             ` Peter Münster
  2013-11-12  7:21               ` Jean Magnan de Bornier
  0 siblings, 1 reply; 14+ messages in thread
From: Peter Münster @ 2013-11-11 22:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Nov 11 2013, Jean Magnan de Bornier wrote:

> Here is my complete customization regarding ConTeXt:
> [...]
> context %s" TeX-run-command nil t :help "Run context (MarkIV)") ("TeX"

You use "TeX-run-command" instead of "TeX-run-TeX". Thus you're not able
to handle errors the usual way.

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-11 22:36             ` Peter Münster
@ 2013-11-12  7:21               ` Jean Magnan de Bornier
  0 siblings, 0 replies; 14+ messages in thread
From: Jean Magnan de Bornier @ 2013-11-12  7:21 UTC (permalink / raw)
  To: ntg-context

Le 11 novembre à 23:36:08 Peter Münster <pmlists@free.fr> écrit notamment:

| On Mon, Nov 11 2013, Jean Magnan de Bornier wrote:
>
| > Here is my complete customization regarding ConTeXt:
| > [...]
| > context %s" TeX-run-command nil t :help "Run context (MarkIV)") ("TeX"
>
| You use "TeX-run-command" instead of "TeX-run-TeX". Thus you're not able
| to handle errors the usual way.

I must admit I was not aware of there being a difference there...
-- 
Jean
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2013-11-08 23:14   ` Peter Münster
@ 2014-06-27  7:16     ` Gour
  2014-06-27  8:13       ` Peter Münster
  0 siblings, 1 reply; 14+ messages in thread
From: Gour @ 2014-06-27  7:16 UTC (permalink / raw)
  To: ntg-context

Peter Münster <pmlists@free.fr> writes:

> Also on my todo-list, but again at low priority: "View" is in my
> history, so just pressing "up" does it. And once the viewer (evince
> in my case) is launched, there is no further need for "View".

What is the recommnded way to configure one's preferred viewer in AUCTeX
to by used when processing ConTeXt files?


Sincerely,
Gour


-- 
As the ignorant perform their duties with attachment to results, 
the learned may similarly act, but without attachment, for the 
sake of leading people on the right path.

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Configure AUCTeX to run context not texec
  2014-06-27  7:16     ` Gour
@ 2014-06-27  8:13       ` Peter Münster
  0 siblings, 0 replies; 14+ messages in thread
From: Peter Münster @ 2014-06-27  8:13 UTC (permalink / raw)
  To: ntg-context

On Fri, Jun 27 2014, Gour wrote:

> What is the recommnded way to configure one's preferred viewer in AUCTeX
> to by used when processing ConTeXt files?

I don't know what is recommended, but this works for me:

(setq-default
 TeX-PDF-mode                           t
 TeX-default-mode                       'context-mode
 TeX-view-program-list
 '(("Okular" ("okular %(oo)" (mode-io-correlate "#src:%n%a"))))
 TeX-view-program-selection
 '(((output-dvi style-pstricks) "dvips and gv") (output-dvi "xdvi")
   (output-pdf "Okular") (output-html "xdg-open")))

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-06-27  8:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-08 17:47 Configure AUCTeX to run context not texec Michael Ash
2013-11-08 17:49 ` Peter Münster
2013-11-08 18:19 ` Roland Thiers
2013-11-08 21:03 ` Michael Ash
2013-11-08 23:14   ` Peter Münster
2014-06-27  7:16     ` Gour
2014-06-27  8:13       ` Peter Münster
2013-11-09  2:09   ` Jean Magnan de Bornier
2013-11-09 10:13     ` Peter Münster
2013-11-09 14:32       ` Jean Magnan de Bornier
2013-11-10 21:38         ` Peter Münster
2013-11-11  8:10           ` Jean Magnan de Bornier
2013-11-11 22:36             ` Peter Münster
2013-11-12  7:21               ` Jean Magnan de Bornier

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).