defunkt / coffee-mode

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

coffee-compile-file does not work over TRAMP #347

Closed AdamNiederer closed 8 years ago

AdamNiederer commented 8 years ago

It appears compiling a file over ssh with TRAMP isn't doable. Compiling a buffer (C-c C-k) works fine, and compiling files on my local machine works as well

I'm on the latest MELPA build with emacs 24.5 on Arch. When I invoke coffee-comple-file, this appears in the minibuffer:

File not found: /ssh:remotemachine:/path/to/file.coffee

AdamNiederer commented 8 years ago

Resolved in #348