"Mehul Choube" <[email protected]> writes:
> me...@mehulsbox(FreeBSD)/usr/mehul
>> plink pinky -l mchoube -ssh && exit || exit
> Using username "mchoube".
> mcho...@pinky'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 [email protected]. #
> # #
> # /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.
_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel