Re: tramp ($Id: tramp.el,v 1.438 2001/01/13 12:32:14 grossjoh Exp $); (load /r:host:~/.gnus nil t) fails on XEmacs 21.1.12

2001-02-16 Thread Kai Großjohann
On Thu, 18 Jan 2001, [EMAIL PROTECTED] wrote: I noticed that you hardwired TERM to be "dumb". If you are interested, here is a simple patch that allows the user to set TERM via tramp-terminal-type. I personally use "tramp" because then I can catch that in my .zlogin and make sure I don't

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

2001-02-16 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: tramp.el ChangeLog Log Message: (tramp-find-executable): Use a shell-based implementation for tramp-find-executable. Suggestion from Francesco Potortì.

Re: tramp ($Id: tramp.el,v 1.438 2001/01/13 12:32:14 grossjoh Exp $); (load /r:host:~/.gnus nil t) fails on XEmacs 21.1.12

2001-02-16 Thread Stefan Monnier
[EMAIL PROTECTED] writes: I noticed that you hardwired TERM to be "dumb". If you are interested, here is a simple patch that allows the user to set TERM via tramp-terminal-type. I personally use "tramp" because then I can catch that in my .zlogin and make sure I don't prompt for a terminal

Re: odd search order looking for perl?

2001-02-16 Thread Edward J. Sabol
I was afraid that this which-like command might be known by various names on various systems, and the output might vary. I tried this, and I think it should work on any bourne shell: echo $PATH | tr : \\n | while read dir; do if [ -x $dir/perl ]; then echo $dir/perl; break; fi; done

Re: tramp ($Id: tramp.el,v 1.440 2001/01/18 23:20:57 grossjoh Exp $); couldn't find exit status of ls -d /

2001-02-16 Thread Kai Großjohann
On Wed, 31 Jan 2001, Neils Grosser wrote: Probably no bug, what am I doing wrong? tried connecting with inline method sm: /r@sm:myusername@remote-machine:mydir/myfile after entering my password, I got the error message: couldn't find exit status of ls -d / I think Daniel has fixed

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

2001-02-16 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: tramp.el ChangeLog Log Message: New todo item. (tramp-buffer-name, tramp-buffer-name-multi-method, tramp-debug-buffer-name): Better buffer name format for

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

2001-02-16 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: tramp.el ChangeLog Log Message: (tramp-find-executable): Make sure that file is not a directory. Reported by Ed Sabol.

Re: odd search order looking for perl?

2001-02-16 Thread Francesco Potorti`
do if [ -x $dir/perl ! -d $dir/perl ] instead of just do if [ -x $dir/perl ] Yes. The correct way is: -f $dir/perl -a -x $dir/perl

Re: End of file during parsing

2001-02-16 Thread Kai Großjohann
On 09 Oct 2000, Paul Stevenson wrote: I get the error as in the subject when trying to visit a file on a remote machine with scp. I just tested it, and it works. So could you try again with the most recent Tramp? I wonder if the error is still there. I really should work harder on Tramp,

Re: odd search order looking for perl?

2001-02-16 Thread Kai Großjohann
On Wed, 24 Jan 2001, Francesco Potorti` wrote: I was afraid that this which-like command might be known by various names on various systems, and the output might vary. I tried this, and I think it should work on any bourne shell: echo $PATH | tr : \\n | while read dir; do if

Re: tramp ($Id: tramp.el,v 1.436 2000/12/15 23:36:40 grossjoh Exp $); only telnet methods work

2001-02-16 Thread Kai Großjohann
On 17 Jan 2001, Mark A. Hershberger wrote: I've tried tu, su, sudu, multiu/telnet/sudo and of all these connection methods, only tu seems to work. This is a new (to me) machine, so it is possible that I'm doing something wacky. I think that Daniel's recent fix might solve your problem.

Re: odd search order looking for perl?

2001-02-16 Thread Francesco Potorti`
Any other functions which should be optimized in this way? Maybe. Proposals?

Re: tramp ($Id: tramp.el,v 1.440 2001/01/18 23:20:57 grossjoh Exp $); unnecessary fail while finding file exists command

2001-02-16 Thread Kai Großjohann
On Sat, 27 Jan 2001, Matt Swift wrote: The following portion of `tramp-find-shell' makes no sense to me: (unless (tramp-wait-for-output 5) (unless (tramp-wait-for-output 5) Why not simply write (tramp-wait-for-output 10)? Ah. I wish I knew. A long time ago, I actually

Re: tramp ($Id: tramp.el,v 1.436 2000/12/15 23:36:40 grossjoh Exp $); only telnet methods work

2001-02-16 Thread Mark A. Hershberger
"KG" == Kai Grojohann [EMAIL PROTECTED] writes: KG I think that Daniel's recent fix might solve your problem. KG Thanks, Daniel. Mark, could you try the most recent version KG to see if it works? Yep, it's fixed. Thanks. Mark. -- So what are you going to do with more money?