tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs hangs entering password


From: Michael Albinus
Subject: Re: emacs hangs entering password
Date: Tue, 17 Nov 2009 09:58:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

"Mehul Choube" <address@hidden> writes:

> address@hidden(FreeBSD)/usr/mehul
>> plink pinky -l mchoube  -ssh && exit || exit
> Using username "mchoube".
> address@hidden's password:
> Last login: Mon Nov 16 07:01:46 2009 from 10.209.174.135
> #####################################################
> #              ROS Build Box - restricted use       #
> #
> #  All system changes to this box must be           #
> #   approved by address@hidden              #
> #                                                   #
> #  /xxx/xxxxx_xxxxxxxxxx is for Production Backups  #
> #                                                   #
> #  /xxx/xxxxx_xxxx is for test installs,            #
> #    change the /xxx/xxxxx link as appropriate      #
> #                                                   #
> #####################################################
>
> pinky [1]:

Your prompt does not match `tramp-shell-prompt-pattern', which has as
value "\\(?:^\\|
\\)[^#$%>\n]*[#$%>] *\\(\\[[0-9;]*[a-zA-Z] *\\)*".

If you add ":" as trailing prompt character in your .emacs, it shall work:

(setq tramp-shell-prompt-pattern
      "\\(?:^\\|
\\)[^:#$%>\n]*[:#$%>] *\\(\\[[0-9;]*[a-zA-Z] *\\)*")

Best regards, Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]