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


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
    latex foo.tex
    dvips foo.dvi

--John


--------------------------
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]