jed-users mailing list

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

Re: asynchronous process problem


Paul Boekholt <p.boekholt@xxxxxxxxx> wrote:
>define test_signal_handler(pid, flags, status)
>{
>   sw2buf("testbuf");
>   buffer_keystring("this is a test");
>   update(1);
>}

When the signal handler gets called, jed switches to the buffer
associated with the process.  In this case, that buffer is testbuf.
Then after the signal handler is called, jed will change the buffer
back to the original buffer.

What is desired result of your signal handler?  Is it to have a new
window opened?  Do you want that window to get "focus" after the
signal handler returns?  Or (better in my opinion), open another
window with focus in the window prior to the execution of the signal
handler?

Thanks,
--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>.


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