From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/41972 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: AUCTeX and ConTeXt Date: Sun, 29 Jun 2008 12:34:36 +0200 Message-ID: <85592913-BC35-4748-8F10-B97FC979CB83@uni-bonn.de> References: <1214676504.7122.36.camel@elbereth> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1214735925 28927 80.91.229.12 (29 Jun 2008 10:38:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2008 10:38:45 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Jun 29 12:39:30 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KCuJd-0001os-SF for gctc-ntg-context-518@m.gmane.org; Sun, 29 Jun 2008 12:39:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 851E81FC1B; Sun, 29 Jun 2008 12:38:37 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28427-02; Sun, 29 Jun 2008 12:38:03 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C37F81FB8C; Sun, 29 Jun 2008 12:35:28 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B58EA1FB89 for ; Sun, 29 Jun 2008 12:35:22 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26664-02-5 for ; Sun, 29 Jun 2008 12:34:49 +0200 (CEST) Original-Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by ronja.ntg.nl (Postfix) with ESMTP id 2C2871FB30 for ; Sun, 29 Jun 2008 12:34:47 +0200 (CEST) Original-Received: from fwd31.aul.t-online.de by mailout10.sul.t-online.de with smtp id 1KCuF4-0007lm-01; Sun, 29 Jun 2008 12:34:46 +0200 Original-Received: from [192.168.0.2] (ToSo0yZpZhohOgD0b5HMmNN7XcPkUS-fBrYDz+5Ym9AQlWgnKldoBZ0AJ+a4wIcZSb@[87.178.113.244]) by fwd31.aul.t-online.de with esmtp id 1KCuEv-1kQDaa0; Sun, 29 Jun 2008 12:34:37 +0200 In-Reply-To: <1214676504.7122.36.camel@elbereth> X-Mailer: Apple Mail (2.924) X-ID: ToSo0yZpZhohOgD0b5HMmNN7XcPkUS-fBrYDz+5Ym9AQlWgnKldoBZ0AJ+a4wIcZSb@t-dialin.net X-TOI-MSGID: fe78f6b9-4e37-4f73-995e-3241c81d3bf4 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:41972 Archived-At: 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 ___________________________________________________________________________________