tramp-devel
[Top][All Lists]
Advanced

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

Re: plink to a CentOS box


From: Stewart Bryson
Subject: Re: plink to a CentOS box
Date: Tue, 14 Apr 2009 11:44:56 -0400

That worked Michael. Thanks very much, as always.

Stewart



On Tue, Apr 14, 2009 at 10:12 AM, Michael Albinus <address@hidden> wrote:
Stewart Bryson <address@hidden> writes:

> Although you are right that this is a problem, I'm not certain it's THE
> problem. Both the default value for 'tramp-shell-prompt-pattern' and your
> recommended modification actually match the screen output higher up. They
> both match the first '#' in the output portion:

See the code in `tramp-process-one-action':

       (setq pattern (format "\\(%s\\)\\'" (symbol-value (nth 0 item))))

That means, "\\'" is appended, which stands for end-of-buffer in this case.

> Thanks.

Best regards, Michael.


reply via email to

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