all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to compile on remote machine
@ 2008-07-01 13:24 Michal
  2008-07-01 18:44 ` Michael Albinus
  0 siblings, 1 reply; 3+ messages in thread
From: Michal @ 2008-07-01 13:24 UTC (permalink / raw
  To: emacs mailing list


hallo Group Members

I first thought of using tramp for this, but my tramp 2.1.12 does not
have tramp-compile function which is mentioned in tramp manual.
How to do this then?:

TRAMP provides commands for compilation of files on remote machines.
In order to get them loaded, you need to require `tramp-util.el':

     (require 'tramp-util)

   Afterwards, you can use the commands `tramp-compile' and
`tramp-recompile' instead of `compile' and `recompile', respectively;
*note (emacs)Compilation::.  This does not work for the `ftp' and `smb'
methods.




regards,
Michal




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how to compile on remote machine
  2008-07-01 13:24 how to compile on remote machine Michal
@ 2008-07-01 18:44 ` Michael Albinus
  2008-07-02  7:53   ` Michal
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Albinus @ 2008-07-01 18:44 UTC (permalink / raw
  To: Michal; +Cc: emacs mailing list

Michal <rabbit50@tenbit.pl> writes:

> hallo Group Members

Hi,

> I first thought of using tramp for this, but my tramp 2.1.12 does not
> have tramp-compile function which is mentioned in tramp manual.
> How to do this then?:

The manual text you quote is from Tramp 2.0. Tramp 2.1 doesn't need
`tramp-compile' anymore; it shall work with `compile' and friends, if
your current buffer is related to a remote directory.

> regards,
> Michal

Best regards, Michael.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: how to compile on remote machine
  2008-07-01 18:44 ` Michael Albinus
@ 2008-07-02  7:53   ` Michal
  0 siblings, 0 replies; 3+ messages in thread
From: Michal @ 2008-07-02  7:53 UTC (permalink / raw
  To: Michael Albinus; +Cc: emacs mailing list

Michael Albinus <michael.albinus@gmx.de> writes:

>  Tramp 2.1 doesn't need
> `tramp-compile' anymore; it shall work with `compile' and friends, if
> your current buffer is related to a remote directory.

Great!

Thank You for answer

regards,
Michal




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-02  7:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-01 13:24 how to compile on remote machine Michal
2008-07-01 18:44 ` Michael Albinus
2008-07-02  7:53   ` Michal

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.