all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: michael.albinus@gmx.de
Cc: 19192@debbugs.gnu.org
Subject: bug#19192: 25.0.50; TRAMP uses `dired-listing-switches' for ftp-connection
Date: Sat, 29 Nov 2014 12:16:43 +0100	[thread overview]
Message-ID: <87mw7afe90.fsf@gmx.us> (raw)
In-Reply-To: <877fye2spw.fsf@gmx.de> (Michael Albinus's message of "Sat, 29 Nov 2014 11:42:35 +0100")

Hi,

Sorry for asking so many questions.

Michael Albinus <michael.albinus@gmx.de> writes:

> Rasmus <rasmus@gmx.us> writes:
>>> A possible fix might be to give a user an option, whether global
>>> dired-listing-switches shall be used everywhere, or whether there shall
>>> be special settings connection-oriented.
>>
>> So it turns out that arguments are tested via `ange-ftp-switches-ok'.
>> So the easiest fix would probably be to extend this function to do a
>> better job of checking.  Unfortunately, I don't know if one can easily
>> predict which ls commands will be understood and which not?  E.g. does
>> ftp ls depend on the host systems version of ls?
>
> I don't know exactly. But I guess the most stable patch would be to not
> expect too much from ftp's ls.

So according to the note in `ange-ftp-get-files' there's the following
node on using dired-actual-switches or dired-listing-switches

    ;; This is an efficiency hack. We try to
    ;; anticipate what sort of listing dired
    ;; might want, and cache just such a listing.

Switches are checked with `ange-ftp-switches-ok'.  (man "sftp") has a nice list of
switches supported.  Unfortunately, I don't really find anything on
supported ls in the manpage of ftp or the info manual...

Option I: I can limit accepted ls flags by ange-ftp to the subset
supported by sftp.  

Option I+: I could add a defcustom to allow the current more liberal
behavior akin to ange-ftp-passive-host-alist and
ange-ftp-try-passive-mode.

Option II would be to add build-in support for something like the
--group-directories-first in dired, since now, if scrub off
--group-directories-first, a dired-ftp buffer will look different from a
local dired buffer...

For now I will go with Option I.

Thanks,
Rasmus

-- 
The Kids call him Billy the Saint






  reply	other threads:[~2014-11-29 11:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-26 12:03 bug#19192: 25.0.50; TRAMP uses `dired-listing-switches' for ftp-connection Rasmus
2014-11-26 13:35 ` Michael Albinus
2014-11-26 23:45   ` Rasmus
2014-11-29 10:42     ` Michael Albinus
2014-11-29 11:16       ` Rasmus [this message]
2014-11-29 12:21         ` Rasmus
2014-11-29 12:47           ` Rasmus
2014-11-30 11:10         ` Michael Albinus
2014-11-30 12:43           ` Rasmus
2014-12-09 13:56             ` Michael Albinus
2014-12-10 13:16               ` Rasmus
2014-12-10 14:15                 ` Andreas Schwab
2014-12-10 15:28                   ` Rasmus
2014-12-10 16:49                     ` 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

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

  git send-email \
    --in-reply-to=87mw7afe90.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --cc=19192@debbugs.gnu.org \
    --cc=michael.albinus@gmx.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 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.