From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Martin Newsgroups: gmane.emacs.help Subject: remote-compile Date: Mon, 08 Dec 2003 12:26:31 +0000 Organization: AePONA Ltd Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1070886390.31012.5.camel@comet.aepona.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1070890516 1744 80.91.224.253 (8 Dec 2003 13:35:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Dec 2003 13:35:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 08 13:30:23 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ATKWd-0003Vp-00 for ; Mon, 08 Dec 2003 13:30:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ATLSI-0007V9-Gp for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Dec 2003 08:29:42 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ATLRg-0007TK-Kq for help-gnu-emacs@gnu.org; Mon, 08 Dec 2003 08:29:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ATLR9-0007KI-0q for help-gnu-emacs@gnu.org; Mon, 08 Dec 2003 08:29:02 -0500 Original-Received: from [194.46.24.5] (helo=mailhost1.aepona.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ATLR8-0007Bx-De for help-gnu-emacs@gnu.org; Mon, 08 Dec 2003 08:28:30 -0500 Original-Received: from comet ([10.10.15.11]) by mailhost1.aepona.com with esmtp (Exim 4.24) id 1ATKT9-0005do-8G for help-gnu-emacs@gnu.org; Mon, 08 Dec 2003 12:26:31 +0000 Original-To: help-gnu-emacs@gnu.org X-Mailer: Ximian Evolution 1.4.5 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15046 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15046 Hi, I am a bit of newbie with emacs but I am trying to setup my development environment and I was wondering if this scenario was possible. I have 2 machines one of which I run emacs on and the other I compile on. Both machines have mounted dirs on which the code is. Every time I kick off a remote-compile and select and error it goes off and retrieves the file from the remote machine - even though my local machine can see it and it is exactly the same file. Any ideas if it is possible to stop emacs from ftping the file and using the local one? I think emacs is using efs to ftp the file. Many thanks Richard