octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C


From: Rik
Subject: [Octave-bug-tracker] [bug #37672] GUI doesn't react to CTRL+C
Date: Mon, 18 Nov 2013 17:50:04 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #47, bug #37672 (project octave):

The current situation is that long-running Octave functions can be interrupted
in the CLI, --no-gui, and GUI versions of Octave.

Example Code 1 : Internal function


sleep (10);


For commands outside of Octave, the function can be interrupted in the CLI and
--no-gui versions, but not in the GUI.

Example Code 2 : External function


system ("sleep 10");


This is still listed as a blocker on the 3.8. Bug Fix list.  Do we still
consider that to be the case, or is this fixed enough for the release?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37672>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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