ange-ftp and passive mode

2001-03-01 Thread Harry Putnam
[Off Topic alert... But where else to discuss using emacs for remote chores ] I have a remote host that requires my ftp client to be in `passive = off' mode or `ls' `dir' type command don't work and hang the process up. I've found I can connect with ncftp easily if I use its `set' option and se

ssh in *shell* (Re: plink in *shell*)

2001-03-01 Thread Mark A. Hershberger
> <[EMAIL PROTECTED]> writes: > I'm running GNU Emacs 20.7.1 (i386-*-nt5.0.2195) using > cmdproxy. I'd like to use 'plink' as an SSH client in *shell* > buffers. > * Can I avoid telnet-mode? Or should I install it? > * If I can avoid it, how do I fix the code? > *

Re: cygwin and nt-emacs

2001-03-01 Thread Mark A. Hershberger
> "KG" == Kai Großjohann <[EMAIL PROTECTED]> writes: KG> Mark, do you want to test if it works with the current stable KG> version? I'll check it out at work tomorrow (where the NT machine is). Mark. -- So what are you going to do with more money? Eat six meals a day?

Re: plink and tramp-2.0.2.1: more progress

2001-03-01 Thread Tom_Roche
<[EMAIL PROTECTED]> Thu, 01 Mar 2001 19:41:44 -0500 > *debug tramp/t [EMAIL PROTECTED]* (minus banner, broken for mail) > # Opening connection for [EMAIL PROTECTED] using t... > # Waiting 60s for shell or passwd prompt from ssh.ncsu.edu > You have 118 messages (596101 bytes) on uni00map.unity.ncsu

plink and tramp-2.0.2.1: more progress

2001-03-01 Thread Tom_Roche
[EMAIL PROTECTED] 02 Mar 2001 00:42:31 +0100 > the stable version is on the ftp server. OK, got that, put it in tramp-2.0.2.1-HACKED, updated _emacs, and hacked tramp::HACKED-tramp-open-connection-rsh (which is called by my tramp-methods). I also commented out 'set prompt' in .mycshrc and comment

documenting tramp-methods, was: Putty compatibility

2001-03-01 Thread Tom_Roche
On Thu, 01 Mar 2001, Tom Roche wrote: >>> *Backtrace* (broken for mail) >>> Signaling: (error "Out of band method `t' not applicable for >>> remote shell asking for a password") >> So why does tramp think I'm using an out-of-band method? Because >> the function's name is different? [EMAIL P

Re: Putty compatibility

2001-03-01 Thread Kai Großjohann
On Thu, 01 Mar 2001, Tom Roche wrote: > *Backtrace* (broken for mail) >> Signaling: (error "Out of band method `t' not applicable for >> remote shell asking for a password") > > So why does tramp think I'm using an out-of-band method? Because the > function's name is different? You set the

Re: plink and tramp: progress!

2001-03-01 Thread Kai Großjohann
[[ Removed putty list from Cc, on the assumption that they're not so interestd in all this. ]] On Thu, 01 Mar 2001, Tom Roche wrote: > The following was the last line (and was all one line): > >> $ ( echo "/bin";echo "/usr/bin";echo "/usr/sbin";echo >> "/usr/local/bin";echo "/usr/ccs/bin";echo

plink, tramp, NtEmacs...

2001-03-01 Thread Tom_Roche
Bill Pringlemeir <[EMAIL PROTECTED]> 28 Feb 2001 16:22:57 > Now I can edit source remotely in colour! Yay! So I believe this establishes one fact: one _can_ run tramp in emacs using plink. (I just wish that one was me :-) > Here is some code that I added to my .emacs, > [begin] > ;; Tramp file p

plink and tramp: progress!

2001-03-01 Thread Tom_Roche
Re: putty, tramp, NtEmacs... Bill Pringlemeir <[EMAIL PROTECTED]> 28 Feb 2001 16:22:57 > Here is some code that I added to my .emacs, > [begin] > ;; Tramp file processing. > (require 'tramp) > (setq tramp-methods > (cons '("putty" > (tramp-connection-function tramp-open-c

Re: putty, tramp, NtEmacs...

2001-03-01 Thread Tom_Roche
"Gerrit Niestijl" <[EMAIL PROTECTED]> Wed, 28 Feb 2001 10:02:49 +0100 > I am using NTEmacs with Tramp succesfully using the Cygwin version > of ssh and scp. I can edit files on remote Linux servers without > providing passwords using the following syntax: > /r@scp:root@domino:/home/dbloader/load/

plink in *shell*

2001-03-01 Thread Tom_Roche
I'm running GNU Emacs 20.7.1 (i386-*-nt5.0.2195) using cmdproxy. I'd like to use 'plink' as an SSH client in *shell* buffers. (And ultimately with TRAMP, but that's another problem.) plink is part of PuTTY, from which I got the following suggestion: Owen Dunn <[EMAIL PROTECTED]> Thu, 01 Mar 2001

Re: Putty compatibility

2001-03-01 Thread Tom_Roche
On Wed, 28 Feb 2001, Tom Roche wrote: >> ; TLR: hacked for PuTTY compatibility 28 Feb 01 >> ;host "-l" user >> user "@" host [EMAIL PROTECTED] 01 Mar 2001 12:08:25 +0100 > I think you want (concat user "@" host) or (format "%s@%s" user > host) here. Be

Re: check in by grossjoh: 'tramp/lisp tramp.el,2.0.2.1 ChangeLog,2.0.2.1'

2001-03-01 Thread Henrik Holm
[Stefan Monnier] > To switch to another branch (the trunk being a sort of branch itself) > you just need to do `cvs update -r '. > PCL-CVS doesn't have any specific support for it, so you'll need > to do (I believe) C-u M-u RET -r RET I tried this yesterday, then it didn't work (due to wron

Re: check in by grossjoh: 'tramp/lisp tramp.el,2.0.2.1 ChangeLog, 2.0.2.1'

2001-03-01 Thread Stefan Monnier
> "Henrik" == Henrik Holm <[EMAIL PROTECTED]> writes: > since I know very little about cvs, I've let Emacs/pcl-cvs > handle updating from the CVS repository. does pcl-cvs have > any command for updating to a specific version, or a specific > branch (and is the 2.0.x.x branch the one I should

Re: check in by grossjoh: 'tramp/lisp tramp.el,2.0.2.1 ChangeLog,2.0.2.1'

2001-03-01 Thread Henrik Holm
[Kai Großjohann] > Hm. Should this have been "co -r stable" rather than "-r stable co"? > I think so. yes, now it works. thanks! -- Henrik Q: Why did the chicken enter the Klein Bottle?

Re: check in by grossjoh: 'tramp/lisp tramp.el,2.0.2.1 ChangeLog, 2.0.2.1'

2001-03-01 Thread Kai Großjohann
On 01 Mar 2001, Henrik Holm wrote: >> mkdir foo >> cd foo >> cvs -d ... -r stable co tramp > > I'm sorry for bothering the mailing list with this... but does > "..." stand for > > :pserver:[EMAIL PROTECTED]:/services/emacs-rcp/cvsroot > > here? Yes. > when I issue the command as stated

Re: check in by grossjoh: 'tramp/lisp tramp.el,2.0.2.1 ChangeLog,2.0.2.1'

2001-03-01 Thread Henrik Holm
[Kai Großjohann] > On 28 Feb 2001, Henrik Holm wrote: > > > being a chicken, I guess I prefer staying with the stable > > version of Tramp. > > mkdir foo > cd foo > cvs -d ... -r stable co tramp I'm sorry for bothering the mailing list with this... but does "..." stand for :pserver

Re: cygwin and nt-emacs

2001-03-01 Thread Kai Großjohann
Thanks very much, Joe, for providing the pointer yet again. I have included the pointer in the documentation, now (both stable and head branches). So I don't have to ask again. Mark, do you want to test if it works with the current stable version? I've put a new tarball on the ftp server, too.

check in by grossjoh: 'tramp/texi tramp.texi,2.1 ChangeLog,2.1'

2001-03-01 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/texi In directory lucy:/export/home/grossjoh/work/kai/tramp-devel/tramp/texi Modified Files: tramp.texi ChangeLog Log Message: (Frequently Asked Questions): Pointer to Joe Stoy's documentation for NT.

check in by grossjoh: 'tramp/texi .cvsignore,2.0.2.1'

2001-03-01 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/texi In directory lucy:/export/home/grossjoh/work/kai/tramp-stable/tramp/texi Modified Files: Tag: stable .cvsignore Log Message:

check in by grossjoh: 'tramp/texi tramp.texi,2.0.2.1 ChangeLog,2.0.2.1'

2001-03-01 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/texi In directory lucy:/export/home/grossjoh/work/kai/tramp-stable/tramp/texi Modified Files: Tag: stable tramp.texi ChangeLog Log Message: (Frequently Asked Questions): Pointer to Joe Stoy's documentation for NT.

Re: cygwin and nt-emacs

2001-03-01 Thread Joe Stoy
> > problem is that ssh under ntemacs complains that it doesn't have a > > tty even if I give it the '-t'. > > I think Joe Stoy did this before, and he had to patch ssh such that it > obeys the `-t' argument. You should be able to find the URL in the > archives by searching for `Joe Stoy' and `rc

Re: tramp ($Id: tramp.el,v 1.448 2001/02/18 10:37:36 grossjoh Exp $); End of file during parsing...

2001-03-01 Thread Paul Stevenson
K Großjohann writes: > On 21 Feb 2001, Kai Großjohann wrote: > > > I will have to reformulate the command to do: > > > > while read d; do > > > > done < > I have now tried to do this, can you please test? New version in > CVS. Holler if you want it via FTP. Works beautifu

check in by daniel: 'tramp/lisp tramp2.el,2.3'

2001-03-01 Thread Owns all emacs-rcp files in CVS
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory bonny:/tmp/cvs-serv24061/lisp Modified Files: tramp2.el Log Message: Remote command execution now works when running a single '/bin/sh -i' session and the 'noop' handler. It seems to hang on the second hop connection running l

Re: cygwin and nt-emacs

2001-03-01 Thread Kai Großjohann
On 28 Feb 2001, Mark A. Hershberger wrote: > I spent a little bit on it, but I'd like to get it done. The > problem is that ssh under ntemacs complains that it doesn't have a > tty even if I give it the '-t'. I think Joe Stoy did this before, and he had to patch ssh such that it obeys the `-t'

Re: tramp with 'plink -pw'

2001-03-01 Thread Kai Großjohann
On 01 Mar 2001, Daniel Pittman wrote: > On Wed, 28 Feb 2001, Tom Roche wrote: >> >> is there a problem with my shell-prompt-pattern? It's currently set >> to >> >>> (setq shell-prompt-pattern "^[^#$%>\n]*[#$>] *") > > Yeah, that fails to match: > > [...] > >>> Running user customized standar

Re: check in by grossjoh: 'tramp/lisp tramp.el,2.0.2.1 ChangeLog, 2.0.2.1'

2001-03-01 Thread Kai Großjohann
On 28 Feb 2001, Henrik Holm wrote: > being a chicken, I guess I prefer staying with the stable > version of Tramp. mkdir foo cd foo cvs -d ... -r stable co tramp You only need to do the above once. After this, you just go to the foo directory and do `cvs update' or M-x cvs-update RET. kai --

Re: Putty compatibility

2001-03-01 Thread Kai Großjohann
On Wed, 28 Feb 2001, Tom Roche wrote: >> ; TLR: hacked for PuTTY compatibility 28 Feb 01 >> ;host "-l" user >> user "@" host I think you want (concat user "@" host) or (format "%s@%s" user host) here. Because yours issues a command `... user @ host'

check in by daniel: 'tramp/lisp tramp2-ops.el,2.2 tramp2.el,2.2'

2001-03-01 Thread Owns all emacs-rcp files in CVS
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory bonny:/tmp/cvs-serv23701/lisp Modified Files: tramp2-ops.el tramp2.el Log Message: TRAMP2 now establishes remote connections, in so far as '/bin/sh -i' is a remote connection. This works for one and two hop connections, using