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

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

[Octave-bug-tracker] [bug #41509] editor's context-menu edit command can


From: Torsten
Subject: [Octave-bug-tracker] [bug #41509] editor's context-menu edit command can't find existing m files
Date: Sat, 08 Feb 2014 14:43:31 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

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

* Case 1:
This should be handled by the edit command, since it also affects the
cli-mode: class functions are found by help but not by edit.
* Case 2:
Here I see two possible solutions (and prefer the second one):
** Always setting the octave directory to the directory of the actual editor
file and afterwards calling edit which has a chance to find the function
** Before calling edit, check via "which" if the function file is found. If
yes, call "edit function"; if not, call "edit /path_of_editor_file/function"


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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