unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: braydon fuller <courier@braydon.com>
To: help-gnu-emacs@gnu.org
Subject: Re: tramp hang
Date: Sun, 06 Jan 2008 03:27:52 -0800	[thread overview]
Message-ID: <4780BB38.3040508@braydon.com> (raw)
In-Reply-To: <874pdrwa6t.fsf@thievol.homelinux.org>

I finally got tramp working by using the following in my .emacs:
(setq shell-prompt-pattern "\b")

(if the above character between " " doesn't show up, it looked like "^H"
in my .emacs)

I copied the character it was repeating at the end of my prompt found by
looking in the buffer:
*tramp ssh:root@.......*

i got this buffer by enabling the following in my .emacs:
(setq tramp-debug-buffer t)


-----

To login I used the command:
C-x M-f
Find file: /root@sample.com:/

with the following in my .emacs:
(setq tramp-default-method "ssh")

-----

This worked for a GPLHost XEN VPS running Debian lenny/sid
I am using Emacs22 that has TRAMP packaged.

-----
I also used in my .emacs so tramp would previously be loaded, however
it's not required, emacs will load it on the fly:
(require 'tramp)

  parent reply	other threads:[~2008-01-06 11:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-06  8:36 tramp hang braydon fuller
2008-01-06  9:05 ` Thierry Volpiatto
2008-01-06  9:33   ` braydon fuller
     [not found]   ` <47809D21.5030401@braydon.com>
     [not found]     ` <874pdrwa6t.fsf@thievol.homelinux.org>
2008-01-06 11:27       ` braydon fuller [this message]
2008-01-06 10:41 ` Michael Albinus

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4780BB38.3040508@braydon.com \
    --to=courier@braydon.com \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).