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

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

[Octave-bug-tracker] [bug #42571] Run *.m file before save


From: Armin Müller
Subject: [Octave-bug-tracker] [bug #42571] Run *.m file before save
Date: Mon, 16 Jun 2014 13:27:07 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0

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

                 Summary: Run *.m file before save
                 Project: GNU Octave
            Submitted by: arm_in
            Submitted on: Mo 16 Jun 2014 13:27:05 GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Example code:

1) Create some folder "D:\Octave"

2) Change current directory to this folder

cd "D:/Octave"


3) Create a new empty *.m file in the GUI editor, enter some code

function hello

for x=1:5
  fprintf('Hello\n');
end


4) Click on the blue triangle (Save File and Run)

Now, a "Save As" dialog will open for the second file, since it is still
"unnamed". This is as expected. But in addition, another dialog will pop up.
It says "The file C:/Users/MuellerA/ does not exist in the load path. [...]".
Screenshot attached.

=> It seems that the still "unnamed" file is provisionally located in the
folder %HOMEPATH%.

=> Since there is no filename, the text of the dialog is erroneously shortened
to just the folder name of %HOMEPATH%.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mo 16 Jun 2014 13:27:05 GMT  Name: the_file_does_not_exist.png  Size:
25kB   By: arm_in

<http://savannah.gnu.org/bugs/download.php?file_id=31568>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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