From bug-octave-request at bevo dot che dot wisc dot edu Tue Nov 12 15:13:54 2002 Subject: Ctrl-C when .octaverc is running From: "John W. Eaton" To: Miroslaw Kwasniak Cc: bug-octave at bevo dot che dot wisc dot edu Date: Tue, 12 Nov 2002 15:13:40 -0600 On 25-Mar-2002, Miroslaw Kwasniak wrote: | | To: bug-octave at bevo dot che dot wisc dot edu | Cc: mirek | Subject: Ctrl-C when .octaverc is running | | Bug report for Octave 2.1.35 configured for i686-pc-linux-gnu | | Description: | ----------- | | You can't break octave when it runs a rc-file. | 2.1 and 2.0 affected :( | | Repeat-By: | --------- | | cat .octaverc | while 1,1,end I just made some changes that will allow you to interrupt Octave when it is in a loop like this inside a startup file. It simply exits on the interrupt signal, which may not be what you were hoping for, but I see no other way to handle this in a reasonable way without doing a lot of work that I think is not really worth the effort. 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 -------------------------------------------------------------