From: Roger Mason <rmason@sparky2.esd.mun.ca>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Tramp
Date: Wed, 25 Sep 2002 12:55:40 -0230 (NDDT) [thread overview]
Message-ID: <Pine.LNX.4.10.10209251255120.1972-100000@minnie.esd.mun.ca> (raw)
In-Reply-To: <vaf65wu17zy.fsf@lucy.cs.uni-dortmund.de>
That fixed it. Thanks.
Roger Mason
On Wed, 25 Sep 2002, Kai [iso-8859-15] Großjohann wrote:
> Michael Albinus <Michael.Albinus@alcatel.de> writes:
>
> > It's reproducible here with Tramp 2.0.23. Looks like the recent change
> > in acquiring the default method has side effects. For the time being
> > you should write the method explicitly like "/telnet:user@host:"
>
> Does this patch fix it?
>
> --- tramp.el.~2.227.~ Tue Sep 24 18:21:10 2002
> +++ tramp.el Wed Sep 25 16:03:19 2002
> @@ -4331,13 +4331,14 @@
>
> (defun tramp-action-password (p multi-method method user host)
> "Query the user for a password."
> + (let ((pw-prompt (match-string 0)))
> (when (tramp-method-out-of-band-p multi-method method user host)
> (kill-process (get-buffer-process (current-buffer)))
> (error (concat "Out of band method `%s' not applicable "
> "for remote shell asking for a password")
> method))
> (tramp-message 9 "Sending password")
> - (tramp-enter-password p (match-string 0)))
> + (tramp-enter-password p pw-prompt)))
>
> (defun tramp-action-succeed (p multi-method method user host)
> "Signal success in finding shell prompt."
>
> kai
> --
> ~/.signature is: umop 3p!sdn (Frank Nobis)
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
>
next prev parent reply other threads:[~2002-09-25 15:25 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1032957382.1320.help-gnu-emacs@gnu.org>
[not found] ` <nqfzvyjji1.fsf@alcatel.de>
2002-09-25 14:03 ` Tramp Kai Großjohann
2002-09-25 15:25 ` Roger Mason [this message]
2002-09-25 15:58 ` Tramp Kai Großjohann
2007-09-09 13:56 New start up splash screen annoyance Sascha Wilde
2007-09-09 20:07 ` Richard Stallman
2007-09-09 21:20 ` Chong Yidong
2007-09-09 23:52 ` Juri Linkov
2007-09-10 16:53 ` Richard Stallman
2007-09-10 17:28 ` David Kastrup
2007-09-11 20:31 ` Richard Stallman
2007-09-11 20:57 ` Chong Yidong
2007-09-12 2:48 ` Folding emacsclient into emacs (was: New start up splash screen annoyance...) Bill Wohler
2007-09-12 5:44 ` Folding emacsclient into emacs David Kastrup
2007-09-12 7:17 ` Tramp (was: Folding emacsclient into emacs) Bill Wohler
2007-09-12 8:03 ` Tramp David Kastrup
2007-09-12 8:17 ` Tramp Michael Albinus
-- strict thread matches above, loose matches on Subject: below --
2002-10-01 23:59 tramp ftrw
[not found] ` <nq8z1hl42y.fsf@alcatel.de>
2002-10-03 2:13 ` tramp ftrw
2002-09-25 12:34 Tramp Roger Mason
[not found] <mailman.1032894380.6606.help-gnu-emacs@gnu.org>
2002-09-24 20:11 ` tramp Kai Großjohann
2002-09-26 17:38 ` tramp Michael P. Soulier
2002-09-27 11:43 ` tramp Kai Großjohann
2002-09-27 12:15 ` tramp Roger Mason
2002-09-27 13:59 ` tramp Carsten Dominik
2002-09-27 14:19 ` tramp Kai Großjohann
2002-09-24 8:59 How to make emacs auto-recognize utf-8 encoded files upon visiting Charles Muller
2002-09-24 19:05 ` tramp Roger Mason
2002-08-02 1:29 tramp Miles Bader
2002-08-02 9:23 ` tramp Kai Großjohann
2002-08-13 5:52 ` tramp Miles Bader
2002-08-22 16:05 ` tramp Kai Großjohann
2002-08-23 1:26 ` tramp Miles Bader
2002-08-23 10:10 ` tramp Kim F. Storm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.10.10209251255120.1972-100000@minnie.esd.mun.ca \
--to=rmason@sparky2.esd.mun.ca \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.