yare: ssh with no net

2000-07-19 Thread Mark A. Hershberger
Here is Yet Another RegExp to add: If I've lost my 'Net connection or mistype a hostname, (open)ssh will respond with `Name or service not known'. Example: $ ssh foobar ssh: foobar: Name or service not known $ HTH, Mark. -- The worst thing about new books is that they keep us

tramp ($Id: tramp.el,v 1.393 2000/06/06 12:58:27 grossjoh Exp $); win98, scp.exe; can't open file on unix machine

2000-07-19 Thread Larry Warner
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

multi hop with some peculiar shells

2000-07-19 Thread Ted Stern
I'm having a peculiar problem with multihop access to a file. Perhaps I haven't configured things correctly (in my .cshrc, .kshrc or .login). I'm trying to access an SV1 running UNICOS, "wind", via a secure gateway "troll". I need to ssh to troll, and my password there changes every minute. I

tramp ($Id: tramp.el,v 1.393 2000/06/06 12:58:27 grossjoh Exp $); Wrong type argument: stringp, nil when opening remote file

2000-07-19 Thread Walt Mankowski
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

Re: tramp ($Id: tramp.el,v 1.393 2000/06/06 12:58:27 grossjoh Exp $); Wrong type argument: stringp, nil when opening remote file

2000-07-19 Thread Walt Mankowski
On Thu, Jul 20, 2000 at 12:25:50PM +1000, Daniel Pittman wrote: Can you please execute '(setq stack-trace-on-error t)', then reproduce the issue and send the associated backtrace? string-to-number(nil) vc-find-cvs-master("/r@su:[EMAIL PROTECTED]:/web/uslawdev/tcl/" "uslaw-akamai.tcl")

Re: tramp ($Id: tramp.el,v 1.393 2000/06/06 12:58:27 grossjoh Exp $); Wrong type argument: stringp, nil when opening remote file

2000-07-19 Thread Walt Mankowski
On Thu, Jul 20, 2000 at 01:35:16PM +1000, Daniel Pittman wrote: Can you try the attached patch and see if that fixes the issue? It worked! Thanks for your help. Walt

check in by daniel: 'tramp/lisp tramp-vc.el,1.6 tramp.el,1.395'

2000-07-19 Thread Owns all emacs-rcp files in CVS
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory bonny:/tmp/cvs-serv5246/lisp Modified Files: tramp-vc.el tramp.el Log Message: Do (save-match-data) at a higher level to try and avoid screwing up anyone else who depends on their match data. This should fix the