tramp-devel
[Top][All Lists]
Advanced

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

Re: answer to shell script question after login


From: Michael Albinus
Subject: Re: answer to shell script question after login
Date: Mon, 12 Dec 2011 14:09:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Canellas <address@hidden> writes:

> Michael,

Hi Rodrigo,

> I appreciate a lot your help, but it still does not work. I am
> confident the regex is correct, so I think it is something else.
>
> (defconst dpa-prompt "19- MDBACT.+")

Maybe there is a trailing newline at the end of the login
message. ".+" does not match newlines.

Therefore, a valid regexp might be "19- MDBACT[^[:nonascii:]]+".

> Thanks!
>
> Rodrigo Canellas

Best regards, Michael.



reply via email to

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