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

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

[Octave-bug-tracker] [bug #60693] When octave is invoked with -i option,


From: Alan
Subject: [Octave-bug-tracker] [bug #60693] When octave is invoked with -i option, plot window resizing fails
Date: Fri, 28 May 2021 21:57:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0

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

                 Summary: When octave is invoked with -i option, plot window
resizing fails
                 Project: GNU Octave
            Submitted by: asb0656
            Submitted on: Sat 29 May 2021 01:57:37 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Alan
        Originator Email: 
             Open/Closed: Open
                 Release: 5.2.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I'm running Ubuntu 20.04
emacs 26.3 (the same behavior has been observed using emacs 28).

I want to run octave from emacs as an inferior process. 

When I ran emacs and typed

M-x run-octave

emacs opened a buffer called *Inferior octave*
with octave running.  (octave is invoked with the "-i" option.)

I then issued the octave plot command:
octave>plot(1:100)

The plot window appeared, but the pull-down menus, the buttons at the
bottom, and the close (x) button did not respond to mouse clicks.

The minimize button worked correctly.
The full-screen toggle button worked, but was buggy.
When I pushed the full-screen toggle button, the plot window did expand,
but the plot remained the same size and the menu bar and bottom buttons
were not displayed.
Manually changing the plot window size with the mouse resulted in the
same behavior.

The octave plot window exhibits the same behavior when octave is invoked from
a terminal using the "-i" option, e.g.
> octave -i
but it behaves correctly when invoked from the console without the "-i"
option:
> octave

correctly when octave is run from a
console instead of from emacs.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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