defunkt / coffee-mode

Emacs Major Mode for CoffeeScript
http://ozmm.org/posts/coffee_mode.html
574 stars 147 forks source link

Replace "\uFF00" with newline #318

Closed syohex closed 9 years ago

syohex commented 9 years ago

@cosmicexplorer How about this change ?

Original

before

With this change

after

cosmicexplorer commented 9 years ago

Absolutely! I've been thinking about making the coffeescript repl more like slime/cider; project-based, so that require calls don't get screwed up because of relative paths, and also un-caching require calls to reload files, which is why I wanted to avoid showing the output in the repl. But that's a lot more effort that I'll get to later; this definitely makes it a ton easier to read, I like it a lot.