Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding -F to dired-listing-switches breaks ignored subtree files #180

Open
chambln opened this issue Mar 19, 2021 · 0 comments
Open

Adding -F to dired-listing-switches breaks ignored subtree files #180

chambln opened this issue Mar 19, 2021 · 0 comments

Comments

@chambln
Copy link

chambln commented Mar 19, 2021

Reproduce

(setq dired-ls-sorting-switches "-alF")

Then try dired-subtree-toggle on, say, any directory. You should see ./ and ../ listed under it, when the expectation is that they are excluded.

I suspect this has something to do with the trailing forward slash that ls -F appends to file names.

Version information

;;; dired-subtree.el --- Insert subdirectories in a tree-like fashion
;; Package-Version: 20210105.1127
;; Package-Commit: d1a2bda6aa8f890cb367297ed93aee6d3b5ba388
;; Version: 0.0.1
;; Package-requires: ((dash "2.5.0") (dired-hacks-utils "0.0.1"))

GNU Emacs 28.0.50 (build 4, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) of 2021-03-03

@Fuco1 Fuco1 added this to Triage Mar 18, 2024
@github-project-automation github-project-automation bot moved this to To triage in Triage Mar 18, 2024
@Fuco1 Fuco1 moved this from To triage to Backlog in Triage Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants