Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

My netbook is too slow to install Mathematica. I'm not set against working in a text editor, but I like having an automated highlighting/formatting environment; can anyone recommend a good gedit plugin or suggest an alternative solution?

To clarify: Unless there's something amazing online that can act as a virtual back-end using my login info, I can't use a front-end.

share|improve this question
1  
There's this for textmate on macs github.com/shadanan/mathematica-tmbundle... There might be some editors on ubuntu that can interpret textmate config files – rm -rf Nov 13 '12 at 17:09
4  
Sublime Text can use textmate plugins, and is cross-platform. It is not free, but has no limit on the trial period: sublimetext.com . – Malte Lenz Nov 13 '12 at 17:31
1  
Vim comes with a syntax highlighter for Mathematica. It's rather old though and you'll have to set it up to associate .m files with Mathematica (and not MATLAB or something else). – Szabolcs Nov 13 '12 at 19:51
2  
@Malte have you actually used that bundle? It appears to not display symbols in the symbol list (either in textmate or ST). I fixed it for my own use but if other people also use it I could clean it up and make it available. – acl Nov 13 '12 at 20:20
1  
@acl post that in a meta post! I'm sure it will be useful for a few users. – belisarius Nov 14 '12 at 3:24
show 4 more comments

1 Answer

If you're OK with using emacs, there's a mode which allows it to act as a front-end. There are also modes for editing m-files, eg this.

share|improve this answer
The second link looks promising, can you tell me how I would integrate it into emacs? There are instructions only for the front-end mode. – QuietThud Nov 14 '12 at 3:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.