ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Gregory D. Collins" <gcollins@cs.yale.edu>
Subject: Re: [Fwd: Texexec bug]
Date: Tue, 05 Nov 2002 14:50:43 -0500	[thread overview]
Message-ID: <3DC82113.6090702@cs.yale.edu> (raw)
In-Reply-To: <5.1.0.14.1.20021105120531.03385ba8@server-1>

Hans Hagen wrote:
> 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)

I just tested it, it works on my system.

-- 
Gregory D. Collins <gcollins@cs.yale.edu>
GPG key available at pgp.mit.edu keyserver, id 0xD2EECA60

      reply	other threads:[~2002-11-05 19:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-03 17:11 Gregory D. Collins
2002-11-05  8:29 ` Fabrice Popineau
2002-11-05  8:45 ` Hans Hagen
2002-11-05  9:10   ` Gregory D. Collins
2002-11-05  9:46     ` Taco Hoekwater
2002-11-05 11:06     ` Hans Hagen
2002-11-05 19:50       ` Gregory D. Collins [this message]

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=3DC82113.6090702@cs.yale.edu \
    --to=gcollins@cs.yale.edu \
    --cc=ntg-context@ref.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).