On 28 Mar 2001, Kai Großjohann wrote:

> On Wed, 28 Mar 2001, Mads Ipsen wrote:
> 
> > So TRAMP tries to cd to a file, instead of opening it?
> 
> Can you (setq tramp-debug-buffer t), then start Emacs, then invoke
> Tramp on a file (without filename completion, please), then send me
> the *debug tramp/foo* buffer as well as the *tramp/foo* buffer?

Hi,

I run: emacs /r@scp:[EMAIL PROTECTED]:.cshrc

Here's the output from the two buffers (apparently /bin/ksh get's invoked,
but I normally run /bin/tcsh on the remote machine):

*tramp
/u/ipsen
/bin/ksh: /.cshrc: not a directory

/////


*debug
$ /local/freeware/bin

$ /local/gnu/bin

$ /usr/freeware/bin

$ /usr/pkg/bin

$ EOF

/bin/ln
$ cd ~; pwd
$ ( cd /.cshrc ; echo tramp_exit_status $? )
/u/ipsen

Reply via email to