Vincent van Ravesteijn - TNW wrote:
> >iirc its an ugly hack to postpone displaying of the messages.
> >i have tried your proposal and anything directly written into
> >message() get immediately overwritten by the next multiple
> >messages on the top of the processed dispatch machinery.
> >
>
> This works perfectly for me:
not for me (in branch). current messages trunk are b0rken due to the
lfun movement and i still didn't have time to fix. what will happen
with this patch after fix i really dont know :)
pavel
>
> string SVN::checkOut()
> {
> docstring log;
> [..]
> theLyXFunc().setMessage("SVN: " + log);
> }
>
> If it is a hack, it's a nicer one than returning log messages IMHO.
>
> Vincent