Masatake YAMATO <[EMAIL PROTECTED]> writes: > My proposal is: > > (defun tla--default-error-function (output error status cmd) > "Default function called when a tla process ends with a non-zero > status." > (tla--show-error-buffer error) > (error "\"%s\" failed: %s" cmd status))
I'm taking care of that. Better than passing a string, I'll pass the list of arguments, as a list of strings. -- Matthieu
