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

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

[Octave-bug-tracker] [bug #40260] edit_history doing run_history instead


From: Rik
Subject: [Octave-bug-tracker] [bug #40260] edit_history doing run_history instead
Date: Mon, 14 Oct 2013 01:20:51 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

URL:
  <http://savannah.gnu.org/bugs/?40260>

                 Summary: edit_history doing run_history instead
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sun 13 Oct 2013 06:20:50 PM PDT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

edit_history() is supposed to open a temporary file with the history list of
commands for editing.  When the user exits the editor the commands are run in
Octave.

Currently, however, Octave is running the commands in the temporary file and
then opening up the file for editing.

Sample code assuming a brand new Octave session:


octave:1> ls
edit_history 1001
## At this point it will run 'ls' again and open up an editor.






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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