how to avoid blocking side effect of a menu shell command

Jenô Balaskó (IJ/ETH) jeno.balasko at ericsson.com
Tue Aug 31 19:16:15 CEST 2004


Hi Scott,

It works fine on Solaris and on win2000 -> cygwin -> nedit 5.4

Thanks 
Attila

> -----Original Message-----
> From: discuss-bounces at nedit.org [mailto:discuss-bounces at nedit.org]On
> Behalf Of Scott Tringali
> Sent: Tuesday, August 31, 2004 6:00 PM
> To: General NEdit discussion list
> Subject: Re: how to avoid blocking side effect of a menu shell command
> 
> 
> Jenô Balaskó (IJ/ETH) wrote:
> 
> > I should execute a command 'xclearcase' from Shell menu.
> > I choosed dialog as output.
> > Unfortunately the control is blocked by this application until
> > it has been finished. Therefore the editing is stopped.
> 
> NEdit is waiting for the output to finish, as output to a 
> dialog is not 
> asynchronous.  If you don't care about the output, then this 
> will work:
> 
>    xclearcase >& /dev/null &
> 
> There is a bug in 5.4 and previos where you will still see the watch 
> cursor, but you can still type.  This is fixed in 5.5.
> -- 
> NEdit Discuss mailing list - Discuss at nedit.org
> http://www.nedit.org/mailman/listinfo/discuss
> 



More information about the Discuss mailing list