octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Saving an editor file while closing the related tab is broken


From: Torsten Lilge
Subject: Re: Saving an editor file while closing the related tab is broken
Date: Fri, 01 Nov 2019 13:51:52 +0100

On Sun, 2019-10-20 at 15:35 +0200, Torsten Lilge wrote:
> Hi John,
> 
> after changeset 
> http://hg.savannah.gnu.org/hgweb/octave/rev/27967cb3dea5
> , saving a modified file while closing the related tab does not work
> anymore. It seems, that now, where the sequential flow is partly
> paralleled, the tab is removed before the thread crossing signal/slot
> mechanism is completed (in this case: "do_save_file_signal" from
> intergreter thread). Directly calling "do_save_file" from the
> interpreter instead of emitting the related signal fixes the bug, but
> it
> this safe?
> 
> Torsten
> 

Restructuring the closing procedure of editor and/or editor tabs in
changeset http://hg.savannah.gnu.org/hgweb/octave/rev/60cecb3fed04
should fix this issue

Torsten






reply via email to

[Prev in Thread] Current Thread [Next in Thread]