all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* remotes
@ 2004-06-03 16:31 Kevin Dziulko
  2004-06-04  6:39 ` remotes Kai Grossjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Dziulko @ 2004-06-03 16:31 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 457 bytes --]

Hello
 
I use NTEmacs on Windows 2000.  I have files on a unix box that I'd like to work with.  Ange-ftp works fine.  But I'd like to use remote-compile, version control, and the debugging facilities locally on the remote files.  I hear that Tramp could help me with all this.  Is this true?  If so, how do I start on this setup.
 
Thanks in advance!
Kevin

		
---------------------------------
Do you Yahoo!?
Friends.  Fun. Try the all-new Yahoo! Messenger

[-- Attachment #1.2: Type: text/html, Size: 611 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

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

* Re: remotes
  2004-06-03 16:31 remotes Kevin Dziulko
@ 2004-06-04  6:39 ` Kai Grossjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Grossjohann @ 2004-06-04  6:39 UTC (permalink / raw)


Kevin Dziulko <weaselboy1976@yahoo.com> writes:

> I use NTEmacs on Windows 2000.  I have files on a unix box that I'd
> like to work with.  Ange-ftp works fine.  But I'd like to use
> remote-compile, version control, and the debugging facilities
> locally on the remote files.  I hear that Tramp could help me with
> all this.  Is this true?  If so, how do I start on this setup.

Tramp will help a little, but I'm afraid remote debugging is going to
be difficult.  I'm not sure what can be done for this.

Editing files via Tramp should be as easy as installing Tramp,
configuring Emacs to use it, and then typing C-x C-f
/ssh:user@host:/path/to/file RET, if you have an ssh login on that
Unix box.  But of course, it is often not that easy...  Just ask
about problems you have when you encounter them.

Regarding version control, that should work fairly seamlessly: you
just hit C-x v v as if editing a local file.  I've only tested this
with RCS, though.  Quite likely some tweaks are needed to make it
work with SCCS or CVS.  Perhaps you can help by reporting findings,
and then Tramp can be changed to support this?

Then there is remote compilation.  Tramp can help a little, but the
support is *far* from perfect.  There is a file tramp-util.el in the
contrib directory which contains a tramp-compile command.  The
problem with this one is that you will not see the output as it is
arriving -- you have to wait until the compilation is finished and
then you will see the whole output all at once.  I hope that M-x
next-error RET and its ilk will work on the result.

(Recent Tramp versions include support that ought to make it possible
to make the tramp-compile command a little nicer, showing output as
it is arriving, but AFAIK this hasn't happened yet.)

And, as I said, I don't have any idea what to do about remote
debugging.

Kai

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

end of thread, other threads:[~2004-06-04  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-03 16:31 remotes Kevin Dziulko
2004-06-04  6:39 ` remotes Kai Grossjohann

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.