Re: where is tramp-compile?

2001-05-23 Thread Kai Großjohann
On Tue, 22 May 2001, Chris Majewski wrote: 1. Where is tramp-compile? My emacs finds no match for M-x tramp-compile. This is $Id: tramp.el,v 2.0.2.3 2001/03/28 21:44:30 grossjoh Exp $ Do you have a file tramp-util.el? If not, then maybe I should do something about the stable version...

Re: where is tramp-compile?

2001-05-23 Thread Krzys Majewski
On 23 May 2001, Kai Großjohann wrote: On Tue, 22 May 2001, Chris Majewski wrote: 1. Where is tramp-compile? My emacs finds no match for M-x tramp-compile. This is $Id: tramp.el,v 2.0.2.3 2001/03/28 21:44:30 grossjoh Exp $ Do you have a file tramp-util.el? If not, then maybe I

Re: where is tramp-compile?

2001-05-23 Thread Kai Großjohann
On Wed, 23 May 2001, Chris Majewski wrote: On 23 May 2001, Kai [iso-8859-1] Großjohann wrote: On Wed, 23 May 2001, Chris Majewski wrote: Cool, that worked. I had to put (require 'tramp-util) in my .emacs. Now, how can I tell C-x C-e to run tramp-compile in a remote buffer, and

Re: where is tramp-compile?

2001-05-23 Thread Chris Majewski
This works *but* I get Symbol's value as variable is void: compilation-read-command unless I do a M-x compile first (or run the function in a local buffer). -chris On 23 May 2001, Kai [iso-8859-1] Großjohann wrote: On Wed, 23 May 2001, Chris Majewski wrote: On 23 May 2001, Kai

Re: where is tramp-compile?

2001-05-23 Thread Kai Großjohann
On Wed, 23 May 2001, Chris Majewski wrote: Symbol's value as variable is void: compilation-read-command unless I do a M-x compile first (or run the function in a local buffer). Put (require 'compile) in your ~/.emacs. kai -- ~/.signature: No such file or directory

tramp gud-mode?

2001-05-23 Thread Chris Majewski
Does tramp have any support for remote debugging? So if I say M-x gdb file in a remote buffer I get a remote gdb session? -chris

Re: breakpoints

2001-05-23 Thread Kai Großjohann
On Mon, 21 May 2001, bruce ingalls wrote: I regret, if someone replied; I may have lost some email during a recent backup. I'm sorry that I have been unable to keep up with my mail in the past several months. :-( EFS.el is ignoring Tramp's Advice() in the recent XEmacs 21.4.0. How can I

Re: where is tramp-compile?

2001-05-23 Thread Kai Großjohann
On Wed, 23 May 2001, Chris Majewski wrote: Cool, that worked. I had to put (require 'tramp-util) in my .emacs. Now, how can I tell C-x C-e to run tramp-compile in a remote buffer, and compile otherwise? (defun cm-compile-maybe-remote () (interactive) (if (and (buffer-file-name)

Re: where is tramp-compile?

2001-05-23 Thread Chris Majewski
Thanks, I think that works. On the other hand, every once in a while I get an error like the following (the last line is the meaningful one). -chris Determining coding system Waiting 30s for `HISTFILE=$HOME/.tramp_history; HISTSIZE=1' Waiting 30s for `set +o vi +o emacs' Waiting 30s for

Re: where is tramp-compile?

2001-05-23 Thread Kai Großjohann
On Wed, 23 May 2001, Chris Majewski wrote: On the other hand, every once in a while I get an error like the following (the last line is the meaningful one). Argh. Looks like a timing problem. Please do (setq tramp-debug-buffer t), wait for the problem to reappear, then have a look at the