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

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

[Octave-bug-tracker] [bug #40600] edit: changing EDITOR after first call


From: Torsten
Subject: [Octave-bug-tracker] [bug #40600] edit: changing EDITOR after first call to edit() has no effect
Date: Sun, 17 Nov 2013 09:53:10 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

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

I can confirm this behavior. The initialization of the field EDITOR in edit is
done within a persistent declaration and only is evaluated the first time edit
is called. 

If edit should take the value from EDITOR() each time edit is called then a
value set by "edit EDTIOR some_editor" should also evaluate "EDITOR
(some_editor)". Otherwise a customized EDITOR field in edit would be
overwritten within the next edit call. If this is desired I could change
edit.m in that way.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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