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

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

[Octave-bug-tracker] [bug #53217] Can't close window popping up after "g


From: Rik
Subject: [Octave-bug-tracker] [bug #53217] Can't close window popping up after "gray" command while pager is active
Date: Tue, 27 Feb 2018 14:22:10 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #22, bug #53217 (project octave):

@Dan: All functions can also operate as commands.  If you don't use
parentheses then the arguments are passed as strings.  For example,


plus 1 2
ans =  99
>> double ("1")
ans =  49
>> double ("2")
ans =  50


The issue is that pause, and many other functions, expect numeric inputs and
for that you have to use parentheses.

For the other issue with callbacks, that should be a separate bug report; it
has hardly anything to do notionally with the summary of this one "Can't close
window popping up after "gray" command while pager is active".



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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