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

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

Re: ange-ftp


From: Eric Marsden
Subject: Re: ange-ftp
Date: Mon, 26 Nov 2001 20:38:44 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.6

>>>>> "mdt" == Marcelo Dias de Toledo <mtole@ig.com.br> writes:

  mdt> i tried the same thing you tried and it worked pretty well...
  mdt> could someone using GNU Emacs 21.1.1 please try it too and
  mdt> report ?

I suspect (but can't test on 21.1) that to reproduce the problem you
need to have something like

   (setq dired-listing-switches "-alF")

With these switches, dired assumes (in dired-move-to-end-of-filename)
that directories will have a trailing slash, that it deletes. Now, you
could say that this is a bug in the ftp server, since it isn't
respecting the "-F" switch (older versions of wu-ftpd did). Still,
if you tell ange-ftp that this is a dumb-unix-host, it will use dir
instead of ls, but dired will still strip off the trailing character. 

-- 
Eric Marsden                          <URL:http://www.laas.fr/~emarsden/>



reply via email to

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