From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19975 Path: news.gmane.org!not-for-mail From: David Munger Newsgroups: gmane.comp.tex.context Subject: Re: new beta Date: Tue, 19 Apr 2005 09:58:00 -0400 Message-ID: <1113919080.10209.4.camel@tempete.lac.qc.ca> References: <425D820E.5080003@wxs.nl> <57fe161a238be08bb18f9dd620796f33@uni-bonn.de> <7a5840f3fbb26f4c3e30df40260e8b6c@uni-bonn.de> <1113573811.3426.21.camel@tempete.lac.qc.ca> <425FDAAE.3010708@wxs.nl> <1113579818.10335.8.camel@m51.ASTRO.UMontreal.CA> <1113759127.18035.14.camel@tempete.lac.qc.ca> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1113919283 9148 80.91.229.2 (19 Apr 2005 14:01:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Apr 2005 14:01:23 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 19 16:01:16 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DNtF9-0006Af-PS for gctc-ntg-context-518@m.gmane.org; Tue, 19 Apr 2005 15:58:24 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E3A1F1277B; Tue, 19 Apr 2005 16:02:33 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03871-01; Tue, 19 Apr 2005 16:02:33 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0EA9912778; Tue, 19 Apr 2005 15:58:05 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1888F12778 for ; Tue, 19 Apr 2005 15:58:03 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03544-04 for ; Tue, 19 Apr 2005 15:58:02 +0200 (CEST) Original-Received: from tomts16-srv.bellnexxia.net (tomts16.bellnexxia.net [209.226.175.4]) by ronja.ntg.nl (Postfix) with ESMTP id 157D4126F8 for ; Tue, 19 Apr 2005 15:58:01 +0200 (CEST) Original-Received: from [69.156.160.22] by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050419135800.MKFN27508.tomts16-srv.bellnexxia.net@[69.156.160.22]> for ; Tue, 19 Apr 2005 09:58:00 -0400 Original-To: mailing list for ConTeXt users In-Reply-To: <1113759127.18035.14.camel@tempete.lac.qc.ca> X-Mailer: Evolution 2.2.1.1 X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:19975 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19975 Solved. Insert the usual escaping command before line 2769 of texexec.pl: ... unless ( $dosish && !$escapeshell ) { $cmd =~ s/[^\\]\&/\\\&/io ; } $Problems = system("$cmd $MpMpName"); David