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

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

[Octave-bug-tracker] [bug #44202] Some documentation items are accessibl


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #44202] Some documentation items are accessible using "doc" in cli but not in GUI
Date: Tue, 7 Feb 2017 19:47:57 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #1, bug #44202 (project octave):

I was playing with this in 4.2.0 and it seems that the GUI intercepts calls to
doc. I made some changes to doc.m (displaying random text, etc), and it seemed
that they are ignored. I put 'keyboard' as the first line in the function,
well before the:


    if (isguirunning ())
      __octave_link_show_doc__ (function_name);
    else


and the window jumped right over to the Documentation tab showing the
requested function, nothing different in the interpreter.  I was thinking of
stepping through doc.m to see why it works from the cli but not the gui, but
doc.m seems to not matter.

So, how is a doc call handled in the GUI?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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