From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michal Newsgroups: gmane.emacs.help Subject: how to compile on remote machine Date: Tue, 01 Jul 2008 15:24:19 +0200 Organization: education Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214924075 21688 80.91.229.12 (1 Jul 2008 14:54:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Jul 2008 14:54:35 +0000 (UTC) To: emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 01 16:55:21 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KDhG4-00043d-E8 for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Jul 2008 16:55:04 +0200 Original-Received: from localhost ([127.0.0.1]:42411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDhFE-0003DO-1S for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Jul 2008 10:54:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDhEx-0003C2-8U for help-gnu-emacs@gnu.org; Tue, 01 Jul 2008 10:53:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDhEw-0003Bp-6Z for help-gnu-emacs@gnu.org; Tue, 01 Jul 2008 10:53:54 -0400 Original-Received: from [199.232.76.173] (port=52659 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDhEw-0003Bm-2C for help-gnu-emacs@gnu.org; Tue, 01 Jul 2008 10:53:54 -0400 Original-Received: from cg-01.tenbit.pl ([213.180.131.136]:56838 helo=tenbit.pl) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KDhEv-0000oj-OZ for help-gnu-emacs@gnu.org; Tue, 01 Jul 2008 10:53:53 -0400 Original-Received: from [157.25.157.162] (account rabbit50 HELO localhost.localdomain) by tenbit.pl (CommuniGate Pro SMTP 4.1.8) with ESMTP id 87259679 for help-gnu-emacs@gnu.org; Tue, 01 Jul 2008 15:25:20 +0200 X-MAILER: KMail/1.7.1 User-Agent: mozilla news reader X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55176 Archived-At: 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