emacs-pretest-bug
[Top][All Lists]
Advanced

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

the addition of tramp to Emacs broke my ability to use ange-ftp for some


From: Chris Moore
Subject: the addition of tramp to Emacs broke my ability to use ange-ftp for some hosts
Date: 30 Apr 2003 01:41:44 +0100

In Emacs 21.2 I used to be able to find-file on
"/address@hidden:/" and have ange-ftp transparently connect
to that host via FTP.

With a recent Emacs build, however, I just get an error message
telling me "ssh not found" or some such.

Upon investigating the cause of this, it turns out that 'tramp' is
deciding when to use FTP and when to use SSH according to what the
hostname looks like.

tramp-default-method-alist controls this.

By default I would expect tramp to know that any hostname starting
with 'ftp' followed by some numbers would be an FTP server.  Currently
I think it has to begin with "ftp." to be recognised.  Perhaps
removing the dot would be appropriate, or perhaps "\\`ftp[0-9]*\\." is
a better RE to use as the default.

Chris.



In GNU Emacs 21.3.50.1 (i386-mingw-nt5.1.2600)
 of 2003-04-22 on CHRISLAP
configured using `configure --with-gcc (3.2)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENG
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t






reply via email to

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