<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><br><div style="margin-left: 40px;">Hi,<br><br>> Running Octave scripts from Textmate using Matlab bundle works<br>> fine, but I'm not sure what sort of output I should use. I have set<br>> it to 'Show as HTML', since I don't want to create a new file for<br>> each run and the tooltip option is too volatile. The only problem<br>> is the text comes out without any line breaks, which is very<br>> painful to read especially when it comes to vectors and matrices.<br><br>You could try wrapping the output in a <pre> tag<br></div><br><br>Hi,<br><br>i missed your reply until now for some reason, thanks. I'm not quite sure how to do what you suggest, though. My 'runOctave' command is the following,<br><br><div style="margin-left: 40px;"># just to remind you of some useful environment variables<br>#
 see Help / Environment Variables for the full list<br>echo File: "$TM_FILEPATH"<br>echo Word: "$TM_CURRENT_WORD"<br>echo Selection: "$TM_SELECTED_TEXT"<br><br>octave -f -q<br></div><br>i tried adding the strings "<pre>, pre, | pre, ..." randomly around that, but with no success. Could you give me further hint or link me some help page?<br><br>I also get a very annoying problem: my code calls some functions located in other files, many of them are not read correctly for some reason and generate an error due to a wrong line ending apparently. If i just open them and save them, it works fine. Since running a code in Octave can call many functions, i'd save a lot of time in fixing that problem.<br><br><br>Many thanks,<br><br>baptiste<br></div><br>__________________________________________________<br>Do You Yahoo!?<br>En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités <br>http://mail.yahoo.fr Yahoo! Mail
 </body></html>