Re: remote-compile and efs

Richard Martin <[email protected]> Wed, 17 Dec 2003 08:38:12 +0000
Newsgroups gmane.emacs.efs.general
Organization AePONA Ltd
Message-ID <[email protected]>
On Tue, 2003-12-16 at 18:55, Michael Sperber wrote:
> >>>>> "Richard" == Richard Martin <[email protected]> writes:
> 
> Richard> Hi,
> 
> Richard> I am a bit of newbie with emacs but I am trying to setup my development
> Richard> environment and I was wondering if this scenario was possible.
> 
> Richard> I have 2 machines one of which I run xemacs on and the other I compile
> Richard> on. Both machines have mounted dirs on which the code is. Every time I
> Richard> kick off a remote-compile and select and error it goes off and retrieves
> Richard> the file from the remote machine - even though my local machine can see
> Richard> it and it is exactly the same file. Any ideas if it is possible to stop
> Richard> xemacs from ftping the file and using the local one?
> 
> That behavior seems to be hardcoded in rcompile.  If you look for
> `efs' in rcompile, you should just be able to delete that portion of
> code, hopefully giving you local access.

Yes, to get round it I'm just using the remote-compile command in the compile command. 
It seems to work well for now and I would like to keep everything as standard as possible.

Thanks