help-octave
[Top][All Lists]
Advanced

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

Re: testing binary of octave-3.3.90 (mingw32) is uploaded


From: Tatsuro MATSUOKA
Subject: Re: testing binary of octave-3.3.90 (mingw32) is uploaded
Date: Sun, 30 Jan 2011 07:29:30 +0900 (JST)

Hello

Confirmed.

First Ctrl+C works as expected but  from second time, it is not accepted.

On octave 3.2.4, this works correctly.

Hmmm.  I cannot figure out the reason why.

I will register to the bug tracker.

Regards

Tatsuro

 
--- fork  wrote:

> Tatsuro MATSUOKA <tmacchant <at> yahoo.co.jp> writes:
> 
> > 
> > Hello
> > 
> > Can you show the sample script to reproduce what you met?
> 
> If it is a loop defined at the command line, it is fine (I canceled out of the
> following):
> 
> 1> for i = 1:10
> ...> plot(1:10)
> ...> x = input('...? ')
> ...> endfor
> ...?
> 
> But if you put the loop into a function (defined at the command line here, but
> my first example was from an m-file), it won't cancel:
> 
> 1> function f
> ...> for i=1:10
> ...> x = input('...')
> ...> endfor
> ...> end
> 
> Thanks!
> 
> 
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
> 


--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


reply via email to

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