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

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

[Octave-bug-tracker] [bug #44695] edit() doesn't open editor when --no-g


From: Rik
Subject: [Octave-bug-tracker] [bug #44695] edit() doesn't open editor when --no-gui used
Date: Thu, 02 Apr 2015 15:50:40 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #4, bug #44695 (project octave):

Attached is a cset that works for me.  I did use isguirunning() because it was
the smallest quantum change necessary to fix the bug.  Recoding
__octave_link_edit_file__ seems okay, but I didn't feel like tackling it and
finding the other instances where we have used this construct.

Just as second example, in doc.m


## if GUI is running, let it display the function
if (isguirunning ())
  __octave_link_show_doc__ (fname);
else




(file #33511)
    _______________________________________________________

Additional Item Attachment:

File name: edit_ext.cset                  Size:1 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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