unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: kai@emptydomain.de (Kai Großjohann)
Subject: Re: Disabling Tramp
Date: Wed, 09 Mar 2005 14:34:07 +0100	[thread overview]
Message-ID: <87fyz5osds.fsf@emptydomain.de> (raw)
In-Reply-To: m37jkhmdnq.fsf@kfs-l.imdomain.dk

storm@cua.dk (Kim F. Storm) writes:

> BTW, would it be possible to mention _why_ tramp is better than
> ange-ftp...?

I think that's difficult because Tramp isn't better.  It does a
different job.

Tramp consists of three parts.

One part groks filenames of the form "/method:user@host:/some/file"
and delegates the real work to backends based on the method.  As an
added value, you can omit the method, and then it will choose a
default method based on the user and the host.  One of the backends it
knows about is ange-ftp.

The second part is a backend which uses smbclient to access the files.

The third part is a backend which uses a remote login program to
access the files.

The added value for using Ange-FTP together with Tramp is that this
provides a unified filename syntax for remote files, regardless of how
the remote system is accessed.

One can remove the Tramp entries from file-name-handler-alist and
re-add the Ange-FTP entries there.  But it's also possible to just
type "/ftp:user@host:/some/file" as the filename, or to set
tramp-default-method, as Michael mentioned.

Kai

  reply	other threads:[~2005-03-09 13:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-09  1:21 Disabling Tramp Guy Gascoigne - Piggford
2005-03-09  6:22 ` Michael Albinus
2005-03-09  8:22   ` Kim F. Storm
2005-03-09 13:34     ` Kai Großjohann [this message]
2005-03-09 14:03       ` Kim F. Storm
2005-03-10  0:41       ` Kevin Rodgers
2005-03-11  1:48         ` Richard Stallman
2005-03-13 13:39         ` Kai Großjohann
2005-03-14 22:31           ` Kevin Rodgers
2005-03-10  6:42     ` Michael Albinus
2005-03-09 18:41   ` Guy Gascoigne - Piggford

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=87fyz5osds.fsf@emptydomain.de \
    --to=kai@emptydomain.de \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).