defunkt / coffee-mode

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

move point to the first error on coffee-compile-region/buffer #336

Closed cosmicexplorer closed 8 years ago

cosmicexplorer commented 8 years ago

coffee-compile-file moves point to the first error produced by the compiler, if there is an error. These commits add that functionality to coffee-compile-region and coffee-compile-buffer.

syohex commented 8 years ago

Thanks