Michael,

Some progress (I think).

Ater I type the password, it takes a few seconds, and 'emacs' shows "Tramp:
Waiting for prompts from remote shell" in the mini-buffer, but then hangs.

I type 'ctrl+g', "Find file: /user@machine:/" is displayed again in the
mini-buffer.

In the "*Messages*" there is:
"
Tramp: Opening connection for [email protected] using ssh2...
Tramp: Sending command `exec ssh -l arbor  -2 -e none dpa0002.dtc.intelig'

Tramp: Waiting for prompts from remote shell
"

And in the "*tramp/ssh2 [email protected]*" there is:

"
3^M
(DBUNIT11) [/intelig/home/arbor/arb_dev_1.0.0]
"

I think a proper anwser was given to the remote script, and a prompt was
supplied, but it does not appear in the mini-buffer, but only in the
"*tramp/ssh..." window.

I inserted "(setq tramp-default-method "ssh2")" in my ".emacs" file.



Again, thanks for your help!




    Rodrigo Canellas

    -----------
    Programador C++ <http://code.google.com/p/tenacitas/>
    Fotógrafo amador <http://photo.net/photos/RodrigoCanellas>






2011/12/12 Michael Albinus <[email protected]>

> Canellas <[email protected]> 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.
>
_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to