From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: remote-compile Date: 08 Dec 2003 17:53:46 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <1070886390.31012.5.camel@comet.aepona.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070899006 21127 80.91.224.253 (8 Dec 2003 15:56:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Dec 2003 15:56:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 08 16:56:40 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 1ATNkV-0002iL-01 for ; Mon, 08 Dec 2003 16:56:40 +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 1ATOhX-00069G-7l for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Dec 2003 11:57:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ATOez-0005MO-Sa for help-gnu-emacs@gnu.org; Mon, 08 Dec 2003 11:55:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ATOeS-0005ET-7x for help-gnu-emacs@gnu.org; Mon, 08 Dec 2003 11:55:00 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1ATOdE-00052b-Uh for help-gnu-emacs@gnu.org; Mon, 08 Dec 2003 11:53:13 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: <1070886390.31012.5.camel@comet.aepona.com> (message from Richard Martin on Mon, 08 Dec 2003 12:26:31 +0000) 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:15050 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15050 > From: Richard Martin > Organization: AePONA Ltd > Date: Mon, 08 Dec 2003 12:26:31 +0000 > Sender: help-gnu-emacs-bounces+eliz=elta.co.il@gnu.org > > 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? The first thing I would try is to use `rsh' to compile on the remote machine. Then the messages spit by the compiler will mention file names as if they were local, so next-error will do what you want.