Hi Stefan,
Stefan Reichör <[EMAIL PROTECTED]> writes:
> Some days ago I played a bit with the new tla--run-tla... functions.
> I tried to use them in tla-log-edit-insert-log-for-merge. But I
> couldn't make it work.
>
> So I just left the old code:
>
> (tla--run-arch nil t 'log-for-merge "log-for-merge")
> (insert (tla-get-process-output))
>
> How can I implement this functionality with the new functions?
This should be the same as:
(tla--run-tla-sync '("log-for-merge")
:finished (lambda (output error status)
(insert-buffer output)))
I think :o)
Mark
--
Mark Triggs
<[EMAIL PROTECTED]>