Bill Allombert on Wed, 10 Mar 2004 17:01:23 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Two questions |
On Wed, Mar 10, 2004 at 04:31:40PM +0100, Karim Belabas wrote: > * Jon Perry [2004-02-22 11:41]: > > 2. How about a feature that allows the Pari window to pop-up when a program > > has finished? > > This is not possible in a window manager-independant way. I.e. a lot of effort > for a (IMHO) rather minor gain. In fact, PARI does not know about a PARI window. PARI know about the underlying terminal, which may be a terminal emulator window. The proper way to implement what you ask would be to set up the terminal emulator to pop-up the window when new output is received. This is certainly possible, but does not belong to PARI. Cheers, Bill.