Den 2010-10-20 18:53 skrev Peter Rosin:
> Den 2010-10-20 17:55 skrev Charles Wilson:
>> if we (MSYS) want to preserve existing popup-showing behavior at all --
>> which I think we do.  MAYBE the following (pseudo-bat-code, where
>> MSYS_NOPOP is set based on --no-popups arg to .bat file):
>>
>>    if "x%MSYS_NOPOP%" == "x" goto startrp
>>    start %WD%error_mode -cgf /bin/rxvt {other args}

Forgot to say that I think that this needs to be something like

    start %WD%error_mode -cgf %WD%rxvt {other args}

since error_mode must be a MinGW app, and thus does not understand
MSYS paths.

Cheers,
Peter

Reply via email to