From bug-octave-request at bevo dot che dot wisc dot edu Tue Nov 12 11:05:15 2002 Subject: "exit;" as keyboard input terminates entire program From: "John W. Eaton" To: Jskud at jskud dot com Cc: bug-octave at bevo dot che dot wisc dot edu Date: Tue, 12 Nov 2002 11:04:35 -0600 On 4-Nov-2002, Joseph P. Skudlarek wrote: | Bug report for Octave 2.1.39 configured for i686-pc-linux-gnu | | Description: | ----------- | | The simple debugging method keyboard() looks for an input of just | "exit" (among other things) to terminate its special processing and | resume normal execution. However, if "exit;" (not the semicolon) is | provided, the trailing semicolon is not stripped, "exit;" does not | match "exit", so the command is evaluated, resulting in immediate | program termination rather than simply returning from the keyboard | command. I applied your patch. Thanks, jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------