Hi, I am trying to load remote file using ssh but emacs hangs after entering password. The only way is to kill emacs process.
Following are the messages in emacs '*Massages*' buffer : Tramp: Opening connection for mcho...@pinky using ssh... Tramp: Waiting 60s for local shell to come up... Tramp: Sending command `ssh pinky -l mchoube -q -e none && exit || exit' Tramp: Waiting for prompts from remote shell Tramp: Sending password My .emacs contents: (require 'tramp) ;; (custom-set-variables '(tramp-verbose 0)) (setq tramp-debug-buffer t) ;; (setq shell-prompt-pattern "[A-Za-z]* \[1\]: ") The remote machine has '/bin/csh' as the default shell. The shell prompt I get is "pinky [1]: " (on doing telnet/ssh using putty) I tried setting shell-prompt-pattern to "[A-Za-z]* \[1\]: " but it doesn't work. I am new to unix, emacs, regular expression so please pardon my ignorance. I am trying this on a freebsd box: > uname -a FreeBSD mehulsbox 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 [email protected]:/usr/obj/usr/src/sys/GENERIC i386 Do reply. Any help is greatly appritiated. Thanks, Mehul _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
