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

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

[Octave-bug-tracker] [bug #51324] disp is not printing till the end of t


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #51324] disp is not printing till the end of the script
Date: Tue, 27 Jun 2017 11:06:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Update of bug #51324 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Hi,

This is the expected default behavior. See "help page_output_immediately" and
"help page_screen_output". I generally set those as follows in my startup
script:


#Tell Octave to not wait until the end of the script to display outputs in the
terminal 
page_output_immediately (1)
#Tell Octave to not send terminal output to the pager so that long text won't
block the execution of my scripts
page_screen_output (0)


Closing report as invalid.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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