all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Jean Louis <bugs@gnu.support>
Cc: 43695@debbugs.gnu.org
Subject: bug#43695: 28.0.50; FTP tramp fails with some dired listing switches
Date: Sat, 14 Nov 2020 10:10:31 +0100	[thread overview]
Message-ID: <875z68wbg8.fsf@gmx.de> (raw)
In-Reply-To: <X5la2aprxRUgK5Sr@protected.rcdrun.com> (Jean Louis's message of "Wed, 28 Oct 2020 14:49:45 +0300")

Jean Louis <bugs@gnu.support> writes:

> * Michael Albinus <michael.albinus@gmx.de> [2020-09-30 19:58]:
>> Jean Louis <bugs@gnu.support> writes:
>> 
>> Hi Jean,
>> 
>> >> Could you pls send a backtrace when the error happens to you?
>> >
>> > How do I make backtrace? From debug?
>> 
>> Eval (setq debug-on-error t) prior your test.
>
> I understand that dired switches -al works well with FTP, but I have
> these dired switches and they do not work.

This is discussed in the Tramp manual (info "(tramp) Frequently Asked Questions")

   • Remote host does not understand default options for directory
     listing

     Emacs computes the ‘dired’ options based on the local host but if
     the remote host cannot understand the same ‘ls’ command, then set
     them with a hook as follows:

          (add-hook
           'dired-before-readin-hook
           (lambda ()
             (when (file-remote-p default-directory)
               (setq dired-actual-switches "-al"))))

Best regards, Michael.





      reply	other threads:[~2020-11-14  9:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-29  6:47 bug#43695: 28.0.50; FTP tramp fails with some dired listing switches Jean Louis
2020-09-29 18:01 ` Michael Albinus
2020-09-30 11:06   ` Jean Louis
2020-09-30 11:29     ` Michael Albinus
2020-09-30 15:01       ` Jean Louis
2020-09-30 16:58         ` Michael Albinus
2020-10-18 15:09           ` Michael Albinus
2020-10-18 16:20             ` Jean Louis
2020-10-18 16:35               ` Michael Albinus
2020-10-28 11:49           ` Jean Louis
2020-11-14  9:10             ` Michael Albinus [this message]

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=875z68wbg8.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=43695@debbugs.gnu.org \
    --cc=bugs@gnu.support \
    /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.