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

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

[Octave-bug-tracker] [bug #42705] Commands continue to be sent to the te


From: Torsten
Subject: [Octave-bug-tracker] [bug #42705] Commands continue to be sent to the terminal if breakpoint hit
Date: Mon, 21 Jul 2014 04:48:13 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #3, bug #42705 (project octave):

With comment #1 I wanted to say that if the selection is not split into single
lines but sent as one text block to the terminal, i.e.


emit execute_command_in_terminal_signal (selectedText ());


only the part before the first newline is evaluated. Your example then leads
to


>> x = 1
y = 5
x =  1
>>


and y is not evaluated:


>> y
error: 'y' undefined near line 1 column 1




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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