[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 83e0442139f: There are no file modes on windows and dos
From: |
Michael Albinus |
Subject: |
Re: master 83e0442139f: There are no file modes on windows and dos |
Date: |
Mon, 02 Oct 2023 09:19:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Sam Steingold <sds@gnu.org> writes:
Hi Sam,
> * lisp/ls-lisp.el (ls-lisp-verbosity): Add `modes` on GNU & Unix
> (ls-lisp-format): When `modes` is not in `ls-lisp-verbosity',
> keep just the 1st character of `drwxrwxrwx`.
This breaks an Emacs test:
--8<---------------cut here---------------start------------->8---
# make -C test test-custom-opts
...
The following options might have problems:
variable: ls-lisp-verbosity
value: (links uid gid modes)
type: (set (const :tag "Show Link Count" links) (const :tag "Show User"
uid) (const :tag "Show Group" gid))
--8<---------------cut here---------------end--------------->8---
Best regards, Michael.
- Re: master 83e0442139f: There are no file modes on windows and dos,
Michael Albinus <=