Re: [OctDev] Password to Octave wiki

2009-10-08 Thread etienne
Hi Kim, Quoting Kim Hansen (Thu, 8 Oct 2009 18:28:24 +0200): > Hello > > Can I get login/password to the Octave wiki? yes you can! Here is a password: [snip], which you can memorize as [snip] Thanks for proposing to contribute to the wiki. Cheers, Etienne > Thanks, > -- > Kim Ha

[OctDev] Password to Octave wiki

2009-10-08 Thread Kim Hansen
Hello Can I get login/password to the Octave wiki? Thanks, -- Kim Hansen Vadgårdsvej 3, 2.tv 2860 Søborg Fastnet: 3956 2437 -- Mobil: 3091 2437 -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA i

[OctDev] textread: comment out lines starting with #

2009-10-08 Thread Eric Chassande-Mottin
matlab textreads has a "commentstyle" option where all lines starting with a "#" or "%" or "//" are commented out when flag is set to "matlab" or "shell" or "c++" resp. this should be simple to implement. I gave a try (see patch below) but haven't succeed so far. textread.cc uses classes and I am