ChimeraCoder / MLang

Other
4 stars 0 forks source link

Write an emacs mode for mlang #13

Closed tinkcode closed 12 years ago

ChimeraCoder commented 12 years ago

I'm deferring this for the moment, since it's not part of the language itself and we have some very pressing issues to settle before we can go for 'brownie points'.

tinkcode commented 12 years ago

I've anyway finished with it. I've pushed the code and commands to add it to emacs. do check it and let me know if its okay.

ChimeraCoder commented 12 years ago

It's not - you have an absolute path hard-coded into it, and I don't see the definition file itself - just a description of what commands to run. That should really just be in an appendix to the documentation, though as it is the commands won't even work.

That said, we shouldn't spend any time trying to fix this now. Any Scheme syntax highlighting and indentation configuration should work decently well for MLang as well, and we have far, far bigger things to be focusing on right now.

tinkcode commented 12 years ago

I guess I retained the path by mistake. That depends on where you place your .el file. But what do you mean by you don't see the defn file? There is an mlang-mode.el file.