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

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

[Octave-bug-tracker] [bug #56075] PS2() and PS4() are empty in GUI


From: Rik
Subject: [Octave-bug-tracker] [bug #56075] PS2() and PS4() are empty in GUI
Date: Thu, 4 Apr 2019 17:29:14 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

URL:
  <https://savannah.gnu.org/bugs/?56075>

                 Summary: PS2() and PS4() are empty in GUI
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 04 Apr 2019 02:29:12 PM PDT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The prompt strings PS2 and PS4 are empty in the GUI.  Whereas, in the CLI they
are "> " and "+ ", respectively.

Is there a particular reason for this?

Here is a test script which is attached to this report


echo on
a = 1
b = 2
c = 3


when run in the CLI I get


a =  1
+ b = 2
b =  2
+ c = 3
c =  3
+ 


The first echo of "a = 1" is missing because of related bug #56068.

When executed in the GUI I get


a =  1
b = 2
b =  2
c = 3
c =  3



Checking PS4 shows that it is empty


double (PS4())
ans = [](0x0)






    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 04 Apr 2019 02:29:12 PM PDT  Name: tst_ps4.m  Size: 26B   By: rik5

<http://savannah.gnu.org/bugs/download.php?file_id=46721>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56075>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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