Andreas Röhler <[EMAIL PROTECTED]> writes:

> Thanks a lot, that works when starting shell while in a
> remote dired buffer.
>
> With ssh starting from local shell buffer, it's
> unchanged for shell and eshell.

That was not intended with the patch. What it does is:

- You start eshell or shell, let's say from your home directory. The
  buffer list shows

. * *eshell*                32  EShell            ~/

- You go to another directory, for example in Eshell via "cd /sudo::". The
  buffer list shows

. * *eshell*               113  EShell            /sudo:[EMAIL PROTECTED]:/root/

<promotion>

And, btw, if you are on a remote directory in eshell, you can even call
programs on the remote host. Something like this:

~ $ id
uid=1000(albinus) gid=114(admin) 
groups=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),100(users),109(lpadmin),111(scanner),114(admin)
~ $ cd /sudo::
/sudo:[EMAIL PROTECTED]:/root $ id
uid=0(root) gid=0(root) groups=0(root)
/sudo:[EMAIL PROTECTED]:/root $ hostname
arthur
/sudo:[EMAIL PROTECTED]:/root $ cd /ssh:ford:
/ssh:[EMAIL PROTECTED]:/home/albinus $ hostname
LKG29808F
/ssh:[EMAIL PROTECTED]:/home/albinus $ 

</promotion>

> Thanks again

Best regards, Michael.


_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to