From maintainers-request at octave dot org Sat Feb 18 12:05:17 2006 Subject: How to break out of a computation? From: "John W. Eaton" To: "Sebastien Loisel" Cc: "octave maintainers mailing list" Date: Sat, 18 Feb 2006 13:05:11 -0500 On 18-Feb-2006, Sebastien Loisel wrote: | Hello, | | I'm tweaking the I/O right now so that | | 1) You can see the result of any disp() as soon as it's done (instead of | batched together at the end of the computation) Isn't that just a matter of setting page_output_immediately = 1? | 2) You can hit Ctrl+C. | | I've got 1) done, but now I'm trying to figure out how to tell Octave to | stop computing. How do I do that? Throw an exception? The way I do it now is | when Octave does a octave_stdout<