ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Ed L Cashin <ecashin@coe.uga.edu>
Cc: ntg-context@ntg.nl (ConTeXt List)
Subject: Re: launch texexec in a new terminal
Date: 20 Feb 2001 16:59:33 -0500	[thread overview]
Message-ID: <m3elwt10e2.fsf@coe.uga.edu> (raw)
In-Reply-To: Han The Thanh's message of "Tue, 20 Feb 2001 21:01:23 +0100 (MET)"

Han The Thanh <thanh@informatics.muni.cz> writes:

> Hi all,
>
> does anyone know how to launch texexec in a new xterm (or in
> background so during running texexec I can still do further
> editing)?

The command below will run an xterm in the background; in the xterm
the shell will launch texexec and then launch "read", which waits for
you to hit enter so that the xterm doesn't immediately vanish:

    xterm -e sh -c 'texexec --help; read input' &

You could create a simple Bourne shell script as a wrapper:

    #! /bin/sh
    # x-texexec

    xterm -e sh -c "texexec $*; read input" &

... where "read input" makes the window stay open until you hit
enter. 

-- 
--Ed Cashin                    integrit file verification system
  ecashin@coe.uga.edu          http://integrit.sourceforge.net/


  parent reply	other threads:[~2001-02-20 21:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-20 20:01 Han The Thanh
2001-02-20 21:14 ` Berend de Boer
2001-02-21 11:40   ` Han The Thanh
2001-02-21 16:44     ` James Ramsey
2001-02-21 17:13       ` ``Slightly'' off topic: [Was: Re: launch texexec in a new terminal] Marc van Dongen
2001-02-21 17:36         ` Han The Thanh
2001-02-22  7:54           ` Hans Hagen
2001-02-22  4:53         ` Johannes Huesing
2001-02-23 10:54           ` Hans Hagen
2001-02-20 21:59 ` Ed L Cashin [this message]
2001-02-21 11:42   ` launch texexec in a new terminal Han The Thanh

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=m3elwt10e2.fsf@coe.uga.edu \
    --to=ecashin@coe.uga.edu \
    --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).