Re: kludging remote compilation

2001-03-09 Thread Kai Großjohann
On Wed, 07 Mar 2001, Tom Roche wrote: It works, of course :-) Thanks! If you ever get the urge to extend it, it would be nice if it did one more thing: sense local compile-command. I have now added tramp-util.el to the devel version, and I'll let you be the guinea pig to try it out. You did

Re: kludging remote compilation

2001-03-09 Thread Stefan Monnier
"Kai" == Kai Grojohann [EMAIL PROTECTED] writes: Normally, you can do things like this: M-! ghostview ~/foo.ps RET Note the ampersand. It does what you think it does: the same as on a shell. Have you tried M-! (gv ~/foo.ps ) RET ? It should DTRT, but it might also seriously screw up

pscp error? was: kludging remote compilation

2001-03-09 Thread Tom_Roche
[EMAIL PROTECTED] 09 Mar 2001 22:48:26 +0100 I have now added tramp-util.el to the devel version, and I'll let you be the guinea pig to try it out. More later, but perhaps someone could advise me about a mechanical detail: does the following sound like a bug in 'pscp', or am I doing something

Re: kludging remote compilation

2001-03-07 Thread Kai Großjohann
On Tue, 06 Mar 2001, Tom Roche wrote: On Tue, 06 Mar 2001, Tom Roche wrote: * typing that [shell-]command string the first time is painful [EMAIL PROTECTED] 06 Mar 2001 22:56:56 +0100 Nonono. Try "perl -cw driveAnalysis.pl". Doesn't that work? I thought that Tramp would do shell-command

Re: kludging remote compilation

2001-03-07 Thread Tom_Roche
[EMAIL PROTECTED] 06 Mar 2001 22:56:56 +0100 I thought that Tramp would do shell-command automagically. On Tue, 06 Mar 2001, Tom Roche wrote: Wish _I'd_ thought of that. What I now think is snip * it would be quite nice to have (kludged or otherwise :-) a tramp-compile that would -

kludging remote compilation

2001-03-06 Thread Tom_Roche
On Mon, 05 Mar 2001, Tom Roche wrote: However, although CPerl seems happy to edit remote files without problem, I can't seem to compile them. [EMAIL PROTECTED] 06 Mar 2001 13:19:19 +0100 That's because the function compile-internal uses start-process to start the compilation, and

Re: kludging remote compilation

2001-03-06 Thread Kai Großjohann
On Tue, 06 Mar 2001, Tom Roche wrote: Well, perhaps a quick hack for the interim ?-) Oh, you want to *kluge* it. I didn't realize. Try M-!, enter the shell command for compiling, wait until finished, go to the shell output buffer, do M-x compilation-minor-mode RET. Does this in principle do

Re: kludging remote compilation

2001-03-06 Thread Tom_Roche
[EMAIL PROTECTED] 06 Mar 2001 22:14:14 +0100 Oh, you want to *kluge* it. I don't _want_ to kludge it :-) I want get work done, for which I want to compile files in tramp buffers. If there's a clean, pretty way to do this, I would be delighted to use it. Otherwise, Try M-!, enter the shell

Re: kludging remote compilation

2001-03-06 Thread Kai Großjohann
On Tue, 06 Mar 2001, Tom Roche wrote: * typing that command string plink -ssh -pw password [EMAIL PROTECTED] "cd /local/dev/tlroche/webassign ; perl -cw driveAnalysis.pl" the first time is painful :-) Nonono. Try "perl -cw driveAnalysys.pl". Doesn't that work? I thought that