emacs-devel
[Top][All Lists]
Advanced

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

Re: Tramp and `dired-listing-switches'


From: Emanuel Berg
Subject: Re: Tramp and `dired-listing-switches'
Date: Sun, 17 Dec 2023 21:05:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Michael Albinus wrote:

> It's an example host name, so pls replace it with the real
> one. If you don't care which host is meant, i.e. if you want
> the same setting for all remote machines, you could shorten
> the specification to
>
>           (connection-local-set-profiles
>            '(:application tramp)
>            'my-dired-profile)

I tried this (code last) but it seem now I only get the
'-Al' behavior, local and remote.

Even as `dired-listing-switches' is reported, with 'C-h v', as
the expected

  "-AGlX --group-directories-first -I \"*.meta\" -I \"#*#\" -I \"*.elc\""

Maybe you pushed your change onto some other branch? I'm on this

GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, cairo version 1.16.0)
of 2023-12-17 [commit 4fc2fcb37d62748ef5fbaeddde91447de69bf2a6]

(setq dired-listing-switches
  "-AGlX --group-directories-first -I \"*.meta\" -I \"#*#\" -I \"*.elc\"")

(connection-local-set-profile-variables
 'my-dired-profile
 '((dired-listing-switches . "-Al")))

(connection-local-set-profiles
 '(:application tramp)
 'my-dired-profile)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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