help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.2.4 - Notepad ++ strange behaviour


From: Benjamin Lindner
Subject: Re: Octave 3.2.4 - Notepad ++ strange behaviour
Date: Wed, 23 Jun 2010 13:16:41 +0200

 
> Hello everyone, I've a question about a strange behaviour of the Notepad++
> editor when using the new (3.2.4) Octave version on Windows.
> 
> When I used the previous (3.2.3) version I used to create a new .m file by
> typing on the shell edit helloworld.m , and I used the same instruction to
> open an existing file. In the new version I can create new files in the
> same
> way, but when I try yo open an existing one I have the following error :
> 
> error: cstrcat: expecting arguments to character strings
> error: called from:
> error:   C:\Program
> Files\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\strings\cstrcat.m at
> line
> 60, column 7
> error:   C:\Program
> Files\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\miscellaneous\edit.m at
> line 445, column 12
> 
> How can I solve this problem? Thank you so much, have a nice day.

I can't reproduce this with octave 3.2.4 on wxp:
> edit plot
> edit plot.m
both open the existing 'plot.m'
> edit "myfunc.m"
> edit myfunc
both create a new function 'myfunc' and open it in the editor.

which function do you try to edit, and it fails?

benjamin
 

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01


reply via email to

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