jed-users mailing list

[2006 Date Index] [2006 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Start a process from within a signal handler


Hello John,

"John E. Davis" <davis@xxxxxxxxxxxxx> wrote:
> Jörg Sommer <joerg@xxxxxxxxxxxx> wrote:
>>can I start a new process while I'm in a signal handler?
>
> Not in the current implementation.  Have you considered running a
> process that invokes the actual processes you want to run?  The
> invoking process could start a new one if desired.  As a trivial
> example, this will run latex and after it exits, run dvips:
>
>     #!/bin/sh    
>     # Run LaTeX and than dvips
+set -e
>     latex foo.tex
+if grep rerun foo.log; then latex foo.tex; fi
>     dvips foo.dvi

And don't ask for index. Better I discard this feature.

Bye, Jörg.
-- 
Gienger's Law (http://www.bruhaha.de/laws.html):
Die Wichtigkeit eines Newspostings im Usenet ist reziprok zur Anzahl der
enthaltenenen, kumulierten Ausrufungszeichen.

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]