[EMAIL PROTECTED] Fri, 02 Mar 2001 18:05:29 -0500
>> Now tramp hangs at

>>> Starting remote shell `/bin/ksh' for tilde expansion...

>> *debug tramp/t [EMAIL PROTECTED]*
<big snip>
>>> $ while read d; do if test -x $d/ksh -a -f $d/ksh; 
>>> then echo $d/ksh; break; fi; done <<'EOF'
>>> $ /bin
>>> $ /usr/bin
>>> $ /usr/sbin
>>> $ /usr/local/bin
>>> $ /usr/ccs/bin
>>> $ /local/bin
>>> $ /local/freeware/bin
>>> $ /local/gnu/bin
>>> $ /usr/freeware/bin
>>> $ /usr/pkg/bin
>>> $ EOF
>>> /bin/ksh
>>> /////
>>> # Starting remote shell `/bin/ksh' for tilde expansion...
>>> $ PS1='$ ' ; exec /bin/ksh

[EMAIL PROTECTED] 03 Mar 2001 01:02:48 +0100
> please try the following patch. I haven't tested it, though.

More progress! M-x find-file /r@t:[EMAIL PROTECTED]:.emacs
cause much activity, until tramp dies with

*Backtrace*
> Signaling: (error "Wrong method specification for `t'")

which seems odd, but it manages to produce buffers

>  MR Buffer           Size  Mode         File
>  -- ------           ----  ----         ----
> .   .emacs              0  Text         
>     *tramp output*      0  Fundamental  

haven't seen those before :-) as well as

>  *% *Backtrace*      2600  Debugger     
>  *  *tramp/t [EMAIL PROTECTED]*  41 Fundamental 
>  *  *debug tramp/t [EMAIL PROTECTED]*  7185 Fundamental 

The non-empty buffers are getting huge, so, with the exception of

*tramp/t [EMAIL PROTECTED]*
> /ncsu/tlroche/.emacs
> tramp_exit_status 0

I've saved

*Backtrace* ->
http://www4.ncsu.edu/~tlroche/tramp/backtrace_buffer.txt

*debug tramp/t [EMAIL PROTECTED]* ->
http://www4.ncsu.edu/~tlroche/tramp/debug_buffer.txt

and the tramp-related part of my _emacs ->
http://www4.ncsu.edu/~tlroche/tramp/_emacs.txt

FWIW

* plink-ssh shows

> /ncsu/tlroche> dir .emacs
> -rw-------   1 tlroche  ncsu        14943 May  4  2000 .emacs
> /ncsu/tlroche> 

  I wouldn't want you to think the file was 0-length :-)

* it looks like tramp has done everything except load the file.
  Looking at my _emacs, I notice no decoding/encoding functions. Could
  that be the problem?

Hoping it's almost there, [EMAIL PROTECTED]

Reply via email to