I tried the same thing with eshell... and it was a little more enlightening. I'm getting some kind of extra character that's causing very strange behavior.
Thanks for your help. Welcome to the Emacs shell c:/cygwin/home/brysons $ plink cerberus.mis.vanderbilt.edu -l brysons -ssh [EMAIL PROTECTED]'s password: ]0;[EMAIL PROTECTED]:[EMAIL PROTECTED] brysons]$ ls -ltr ls -ltr [00mtotal 760 -rwx------ 1 brysons games 768664 Sep 27 12:41 [00;32msite-lisp.zip[00m drwxr-xr-x 2 brysons games 4096 Oct 5 16:09 [00;34mbin[00m [m]0;[EMAIL PROTECTED]:[EMAIL PROTECTED] brysons]$ ]0;[EMAIL PROTECTED]:[EMAIL PROTECTED] brysons]$ unset HISTORY unset HISTORY ]0;[EMAIL PROTECTED]:[EMAIL PROTECTED] brysons]$ ]0;[EMAIL PROTECTED]:[EMAIL PROTECTED] brysons]$ unset correct unset correct ]0;[EMAIL PROTECTED]:[EMAIL PROTECTED] brysons]$ ]0;[EMAIL PROTECTED]:[EMAIL PROTECTED] brysons]$ unset autocorrect unset autocorrect ]0;[EMAIL PROTECTED]:[EMAIL PROTECTED] brysons]$ ]0;[EMAIL PROTECTED]:[EMAIL PROTECTED] brysons]$ exec env 'ENV=' 'PS1=$ ' /bin/sh exec env 'ENV=' 'PS1=$ ' /bin/sh $ $ -----Original Message----- From: Michael Albinus [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 4:11 PM To: Bryson, Stewart Cc: [email protected] Subject: Re: tramp (2.1.3); cannot open remote files or directories using plink method "Bryson, Stewart" <[EMAIL PROTECTED]> writes: > Here are the results. > > First... at the end of my .bash_profile, I placed: > > export PS1="$" > > That way... there shouldn't be an issue with the prompt. However... I > got basically the same results. Then it must be an unwanted echo. Hmm, I'll sleep about ... Maybe you can perform another test this time: Open a shell in Emacs with "M-x shell". Send "plink cerberus.mis.vanderbilt.edu -l brysons -ssh". Send password if needed. Send the following commands: unset HISTORY unset correct unset autocorrect exec env 'ENV=' 'PS1=$ ' /bin/sh Show the contents of the shell buffer (hide the password, if visible). Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
