ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: AUCTeX and ConTeXt
Date: Sun, 29 Jun 2008 12:34:36 +0200	[thread overview]
Message-ID: <85592913-BC35-4748-8F10-B97FC979CB83@uni-bonn.de> (raw)
In-Reply-To: <1214676504.7122.36.camel@elbereth>


On Jun 28, 2008, at 8:08 PM, Charles P. Schaum wrote:

> yields the message buffer:
>
> Updating define menu...
> Updating setup menu...
> Updating other macro's menu...
> Updating project structure menu...
> Updating section block menu...
> Updating section menu...
> Updating...done
> Type `C-c C-l' to display results of compilation.
> ConTeXt: problems after {1} page.
>
> The pdf generated is, however, entirely satisfactory, as are all  
> texted
> documents.
>
> My strategy is to ignore it. This appears specific to AUCTeX, in this
> case running on GTK Emacs 22 / Ubuntu 8.04. By contrast, I have  
> minimal
> to no problems on my OS X installation.
>
> Charles

I think this is a problem in context.el. David Kastrup helped me with  
this problem at last year's ConTeXt meeting. Open the file auctex/ 
context.el in your favorite text editor. Now search for this line:

	((re-search-forward "^ TeX\\(Exec\\|Util\\)" nil t) ;; strange regexp  
--pg


Insert a question mark right before TeX, so the line reads

	((re-search-forward "^ ?TeX\\(Exec\\|Util\\)" nil t) ;; strange  
regexp --pg


That should fix your problem. pg, a.k.a. Patrick Gundelach, are you  
reading this? :-)

Thomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  parent reply	other threads:[~2008-06-29 10:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-28 18:08 Charles P. Schaum
2008-06-28 18:25 ` Jesse Alama
2008-06-29 10:34 ` Thomas A. Schmitz [this message]
2008-06-30  6:10   ` Jean Magnan de Bornier
2008-06-30 22:29     ` Charles P. Schaum
2008-07-01  6:04   ` Patrick Gundlach

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=85592913-BC35-4748-8F10-B97FC979CB83@uni-bonn.de \
    --to=thomas.schmitz@uni-bonn.de \
    --cc=ntg-context@ntg.nl \
    /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).