defunkt / coffee-mode

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

modifications to compiling buffer or region #331

Closed cosmicexplorer closed 8 years ago

cosmicexplorer commented 8 years ago

Add defcustom for switching to the compiled buffer after compiling a buffer or region. Also remove (forward-line 1) in sentinel because it's not helpful (check commit for details).

syohex commented 8 years ago

Thanks for PR. I have merged your commits. forward-line is for sourcemap package. However it is better to set --no-header option by default.

Thanks