>> If I do C-x C-b before running tramp the buffer list shows following: >> >> .% *GNU Emacs* 806 Fundamental >> * *Messages* 127 Fundamental >> *scratch* 191 Lisp Interaction >> >> So what I do is >> >> emacs >> C-3 >> C-o >> C-2 >> C-x C-b ----> at this point I see only above buffer list. No *tramp >> ...* or *tramp debug ...*. >> I think tramp command is not called so they shouldn't be >> there rite? >> C-x b *Messages* >> C-x C-f /ssh:mcho...@pinky:/home/mchoube/work/src/Makefile ---> at >> this point emacs hangs. I have to do C-g for emacs to respond.
>Tramp buffers are available only when Tramp was active. So you must inspect your buffer list here. This time instead of ssh I tried pscp and I am using emacsclient. But it is continuously prompting me for password though I enter correct password. Also this time I was able to get tramp buffers. *Messages* contents: Loading tramp...done For information about GNU Emacs and the GNU system, type C-h C-a. Invalid image size (see `max-image-size') [12 times] Tramp: Opening connection for mcho...@pinky using pscp... Tramp: Waiting 60s for local shell to come up... Tramp: Sending command `plink pinky -l mchoube -ssh && exit || exit' Tramp: Waiting for prompts from remote shell Tramp: Sending password [10 times] Tramp: Waiting for prompts from remote shell Tramp: Sending password [2 times] Tramp: Waiting for prompts from remote shell Tramp: Sending password QuitInvalid image size (see `max-image-size') Invalid image size (see `max-image-size') *debug tramp/pscp mcho...@pinky* contents: 10:42:45.018150 tramp-get-connection-property (7) # check-remote-echo nil 10:42:45.018339 tramp-get-connection-property (7) # check-remote-echo nil 10:42:45.018658 tramp-process-one-action (5) # Looking for regexp "\(^.*\([pP]assword\|[pP]assphrase\).*: 10:42:45.018844 tramp-get-connection-property (7) # check-remote-echo nil 10:42:45.019025 tramp-get-connection-property (7) # check-remote-echo nil 10:42:45.019217 tramp-process-one-action (5) # Call `tramp-action-password' 10:42:45.019399 tramp-get-connection-property (7) # check-remote-echo nil 10:42:45.019578 tramp-get-connection-property (7) # check-remote-echo nil 10:42:45.019943 tramp-action-password (3) # Sending password 10:42:45.020140 tramp-get-connection-property (7) # check-remote-echo nil 10:42:45.020317 tramp-get-connection-property (7) # check-remote-echo nil 10:42:45.020532 tramp-get-connection-property (7) # first-password-request nil 10:42:45.020718 tramp-get-connection-property (7) # first-password-request nil *tramp/pscp mcho...@pinky* contents: plink pinky -l mchoube -ssh && exit || exit Using username "mchoube". mcho...@pinky's password: Thanks, Mehul _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
