check in by grossjoh: ' .cvsignore,2.0'

2001-02-28 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot In directory lucy:/export/home/grossjoh/work/emacs-tramp Modified Files: Tag: 2.0 .cvsignore Log Message: Start a new release

Re: Time for Tramp 2.0?

2001-02-28 Thread Francesco Potorti`
Kai Maybe `::' could be the end of the connect list? Maybe nobody uses VMS and DECNET anymore, but isn't "::" a separator between host and path components in a DECNET address? (It's been a *long* while since I've seen a VMS system...) It's also a separator for Mac file

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

2001-02-28 Thread Owns all emacs-rcp files in CVS
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory bonny:/tmp/cvs-serv14859/lisp Modified Files: tramp.el Added Files: tramp2-ops.el tramp2.el Log Message: Initial checkin of the *NOT WORKING* tramp2 shell. Even if you just updated to this version, though, tramp

Re: Time for Tramp 2.0?

2001-02-28 Thread Daniel Pittman
On Wed, 28 Feb 2001, Francesco Potorti` wrote: Kai Maybe `::' could be the end of the connect list? Maybe nobody uses VMS and DECNET anymore, but isn't "::" a separator between host and path components in a DECNET address? (It's been a *long* while since I've seen a VMS

Re: Time for Tramp 2.0?

2001-02-28 Thread Daniel Pittman
On 28 Feb 2001, Kai Grojohann wrote: On 28 Feb 2001, Daniel Pittman wrote: Well... I bow to Kai on this. My personal feeling is that having a branch for the new development and retaining the older tramp for bug-fixing 'til the new one works is good. I prefer to have the development be

Re: Time for Tramp 2.0?

2001-02-28 Thread Kai Großjohann
On 28 Feb 2001, Daniel Pittman wrote: Unless the '::' is actually significant in a host name or a user name, I don't think there will be problems. Right. So, is there a host name or a user name in any kind of naming scheme which contains "::"? And this is a variable anyway, so we can still

doc bug in tramp-open-connection-rsh?

2001-02-28 Thread Tom_Roche
The docstring for tramp-open-connection-rsh for tramp-1.449 says (in part) "Open a connection using an rsh METHOD. This starts the command `rsh HOST -l USER'[*], then waits for a remote password or shell prompt. If a password prompt is seen, the user is queried for a password, this

check in by grossjoh: 'tramp/lisp tramp.el,2.2 ChangeLog,2.1'

2001-02-28 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/kai/tramp-devel/tramp/lisp Modified Files: tramp.el ChangeLog Log Message: (tramp-open-connection-rsh): Doc bug. Reported by Tom Roche.

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

2001-02-28 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/kai/tramp-stable/tramp/lisp Modified Files: Tag: stable tramp.el ChangeLog Log Message: (tramp-open-connection-rsh): Doc bug. Reported by Tom Roche.

Re: Putty compatibility

2001-02-28 Thread Tom_Roche
[EMAIL PROTECTED] 28 Feb 2001 15:18:41 +0100 The right command for putty is plink -ssh username@hostname But the current tramp-open-connection-rsh code wants to do plink -ssh hostname -l username Clearly, this is bad. At least, it's not general. (To assume standards-compliance

Re: Putty compatibility

2001-02-28 Thread Daniel Pittman
On 28 Feb 2001, Kai Grojohann wrote: The right command for putty is plink -ssh username@hostname But the current tramp-open-connection-rsh code wants to do plink -ssh hostname -l username Clearly, this is bad. So my idea is to change tramp-methods so that the rsh-args list

Re: Putty compatibility

2001-02-28 Thread Kai Großjohann
On Wed, 28 Feb 2001, Tom Roche wrote: * "feature" suggestion: I have (setq rcp-verbose 10) (setq rcp-debug-buffer t) With verbose debugging thus enabled, IMHO it would be nice to have tramp print to the buffer exactly what command it's uttering. With `tramp' rather than `rcp',

parameterize wait time?

2001-02-28 Thread Tom_Roche
Dunno if this is already implemented, but it's apparently not done in tramp-1.449 (I see a lotta 60s in tramp.el): IMHO it would be good to parameterize the wait time (e.g. setq tramp-wait-seconds), so as to expose that to the user. I suppose if one's testing is going well, this is not a

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

2001-02-28 Thread Henrik Holm
[Kai Grossjohann] Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/kai/tramp-stable/tramp/lisp Modified Files: Tag: stable tramp.el ChangeLog being a chicken, I guess I prefer staying with the stable version of Tramp. since

Re: parameterize wait time?

2001-02-28 Thread Daniel Pittman
On Wed, 28 Feb 2001, Tom Roche wrote: Dunno if this is already implemented, but it's apparently not done in tramp-1.449 (I see a lotta 60s in tramp.el): IMHO it would be good to parameterize the wait time (e.g. setq tramp-wait-seconds), so as to expose that to the user. I suppose if one's

tramp with 'plink -pw'

2001-02-28 Thread Tom_Roche
Bill Pringlemeir [EMAIL PROTECTED] 28 Feb 2001 13:43:25 However, you can use the "-pw secret" option to allow plink to connect. This worked on my NTEmacs 20.7.3. [EMAIL PROTECTED] Wed, 28 Feb 2001 16:30:10 -0500 And for me on GNU Emacs 20.7.1 (i386-*-nt5.0.2195). I.e. in GNU Emacs 20.7.1

Re: tramp with 'plink -pw'

2001-02-28 Thread Daniel Pittman
On Wed, 28 Feb 2001, Tom Roche wrote: Bill Pringlemeir [EMAIL PROTECTED] 28 Feb 2001 13:43:25 However, you can use the "-pw secret" option to allow plink to connect. This worked on my NTEmacs 20.7.3. [EMAIL PROTECTED] Wed, 28 Feb 2001 16:30:10 -0500 And for me on GNU Emacs 20.7.1

cygwin and nt-emacs

2001-02-28 Thread Mark A. Hershberger
A while back I said I was going to try to get tramp working on ntemacs. I would like to use the ssh that comes with the cygwin toolset, though, instead of putty. 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

Re: tramp with 'plink -pw'

2001-02-28 Thread Tom_Roche
On Wed, 28 Feb 2001, Tom Roche wrote: One thing I'm wondering: since the error is *Backtrace* Signaling: (error "Couldn't find remote shell or passwd prompt") is there a problem with my shell-prompt-pattern? It's currently set to (setq shell-prompt-pattern "^[^#$%\n]*[#$] *") Daniel