Anakreon <[EMAIL PROTECTED]> writes:

> I use tramp to edit files on a remote host from within emacs.
> This works fine but I'd prefer to call the [Alt+x compile] command on those
> files. Now I use ssh to call 'make' on the remote host which has the 
> disadvantage
> that the errors found during compilation are reported on the console.
>
> Is there a way to convince the compile command to call 'make' on the remote 
> host
> via ssh?

M-x compile RET C-a ssh remote  RET
M-x compile RET C-a ssh remote 'cd remotedir ; C-e ' RET


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
Kitty like plastic.
Confuses for litter box.
Don't leave tarp around.
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to