From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9723 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: [Fwd: Texexec bug] Date: Tue, 05 Nov 2002 12:06:42 +0100 Sender: ntg-context-admin@ref.ntg.nl Message-ID: <5.1.0.14.1.20021105120531.03385ba8@server-1> References: <5.1.0.14.1.20021105094510.0365aa10@server-1> Reply-To: ntg-context@ref.ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1036494558 23624 80.91.224.249 (5 Nov 2002 11:09:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 5 Nov 2002 11:09:18 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1891a8-00068O-00 for ; Tue, 05 Nov 2002 12:09:16 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id F2E3B10AED; Tue, 5 Nov 2002 12:10:26 +0100 (MET) Original-Received: from mail.solcon.nl (mail.solcon.nl [212.45.33.11]) by ref.ntg.nl (Postfix) with ESMTP id 6CDBF10AED for ; Tue, 5 Nov 2002 12:09:12 +0100 (MET) Original-Received: from server-1.pragma-ade.nl (wc-58016.solcon.nl [212.45.58.16]) by mail.solcon.nl (8.12.5/pre1.0-MySQL/8.12.5) with ESMTP id gA5B1Ya9010456 for ; Tue, 5 Nov 2002 12:01:34 +0100 Original-Received: from LAPTOP-3.wxs.nl (laptop-3 [10.100.1.191]) by server-1.pragma-ade.nl (8.12.2/8.12.2) with ESMTP id gA5B99gk008354 for ; Tue, 5 Nov 2002 12:09:09 +0100 X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Original-To: ntg-context@ref.vet.uu.nl In-Reply-To: <3DC78B14.6030909@cs.yale.edu> X-RAVMilter-Version: 8.4.1(snapshot 20020919) (mail.solcon.nl) Errors-To: ntg-context-admin@ref.ntg.nl X-BeenThere: ntg-context@ref.ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:9723 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9723 At 04:10 AM 11/5/2002 -0500, Gregory D. Collins wrote: >The part which is causing the problem is the system() call, when we need >to escape the "&" under sh, but not when using the Windows shell. So >perhaps the following: > > # If $SHELL contains "sh", it is probably UNIXish > my $escapeshell = ($ENV{"SHELL"} =~ m/sh/i); > >... > ># Then later, instead of: >unless ($dosish) > { if ($TeXFormatFlag == "&") { $TeXFormatFlag = "\\&" } > if ($MpFormatFlag == "&") { $MpFormatFlag = "\\&" } } > ># We do: >unless ($dosish && !$escapeshell) > { if ($TeXFormatFlag == "&") { $TeXFormatFlag = "\\&" } > if ($MpFormatFlag == "&") { $MpFormatFlag = "\\&" } } > >What do you think? Did you test it? If it works we can do this (i don't have cygwin installed) Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------