On Tuesday, June 29, 2004 at 10:16:33, Matthieu Moy wrote: > Quoting Robert Widhopf-Fenk <[EMAIL PROTECTED]>: > > > IMHO if (/= status 0) it should display the related error buffer. > > No: This is the role of the default error handler.
O.k. I see. But as the code is now, STATUS is always a number and thus the other two cond-cases in tla--status-handler will never be true. As far as I read the code, it was causing an error in case of a non-number and non-abnormal exit status. Was this intended, or was it just a wrapper transforming the string that was returned by tla--run-process-async into an number? Robert
