Re: tramp ($Id: tramp.el,v 1.427 2000/10/20 13:17:56 grossjoh Exp $); match-string problem still exists

2000-10-20 Thread Kai Großjohann
On Fri, 20 Oct 2000, David E. Young wrote: > > Greetings. That "args-out-of-range" problem caused by an invocation > to MATCH-STRING still exists. I received your email regarding the > fix and downloaded what I thought was the latest version (I also > tried the CVS incantation); no joy. Perhaps I

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

2000-10-20 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: ChangeLog tramp.el Log Message: (tramp-open-connection-telnet): Missed occurrences of match-string. (tramp-open-connection-rsh): Dito. (tramp-open-connect

Re: Windows instructions

2000-10-20 Thread Kai Großjohann
On Fri, 20 Oct 2000, Tom Roche wrote: > > 2 tramp, as last I recall, won't pass through the password prompt a > la ange-ftp. Only the out of band methods have this problem. You can use inline methods just fine, even if you need to enter a password or pass phrase. Lots of people appear to hat

Re: Windows instructions

2000-10-20 Thread Tom_Roche
[EMAIL PROTECTED] (Kai Großjohann) 20 Oct 2000 16:18 > Often people ask me about getting Tramp to work on Windows. Can't > help them, as I don't know Windows. Does anybody have some setup > instructions they could share? I wish. Unfortunately 0 NCSU is Kerberoscentric, so all the (non-Netware)

tramp ($Id: tramp.el,v 1.427 2000/10/20 13:17:56 grossjoh Exp $); match-string problem still exists

2000-10-20 Thread David E. Young
Enter your bug report in this message, including as much detail as you possibly can about the problem, what you did to cause it and what the local and remote machines are. If you can give a simple set of instructions to make this bug happen reliably, please include those. Thank you for helping

Windows instructions

2000-10-20 Thread Kai Großjohann
Often people ask me about getting Tramp to work on Windows. Can't help them, as I don't know Windows. Does anybody have some setup instructions they could share? I recall a patched binary from Joe Stoy or Tom Roche; is this still required, or is there an ssh implementation which will work with

Does Tramp play ball with Emacs 21?

2000-10-20 Thread Kai Großjohann
Could the Emacs 21 users amongst you please try the new version just checked into CVS? I used to have problems with Tramp not recognizing the EOL convention of the output from the shell connection. Thanks to Miles Bader who pointed out that no magic is necessary on Emacs 21. [time passes] Oh,

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

2000-10-20 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: ChangeLog tramp.el Log Message: (tramp-open-connection-telnet): Don't bind `coding-system-for-read' on Emacs 21. (tramp-open-connection-rsh): Dito. (tramp-

New TRAMP version: $Id: tramp.el,v 1.426 2000/10/20 13:06:17 grossjoh Exp $

2000-10-20 Thread Kai Großjohann
A new version of Tramp is now available at the usual URL: http://ls6-www.cs.uni-dortmund.de/~grossjoh/emacs/tramp.html Some of you may have gotten an `args out of range' error when Tramp was establishing a connection. Has this error gone away now? It seems to work for me (at least on Emacs 20)

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

2000-10-20 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: ChangeLog tramp.el Log Message: (tramp-wait-for-regexp): Return list of match-strings. This way, communication with callers isn't done via global state. (t