mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-29 11:02:01 +00:00
; Better document changes in ls-lisp default behavior
* etc/NEWS: Explain in more detail the effects of the new default sorting in ls-lisp on Dired display. (Bug#22561)
This commit is contained in:
parent
dc6eed2592
commit
c32c16f875
10
etc/NEWS
10
etc/NEWS
@ -1553,8 +1553,14 @@ counterparts `string-lessp' and `string-equal'.
|
||||
|
||||
---
|
||||
*** The ls-lisp package uses `string-collate-lessp' to sort file names.
|
||||
If you want the old, locale-independent sorting, customize the new
|
||||
option `ls-lisp-use-string-collate' to a nil value.
|
||||
The effect is that, on systems that use ls-lisp for Dired, the default
|
||||
sort order of the files in Dired is now different from what it was in
|
||||
previous versions of Emacs. In particular, the file names are sorted
|
||||
disregarding punctuation, accents, and diacritics, and letter case is
|
||||
ignored. For example, files whose name begin with a period will no
|
||||
longer appear near the beginning of the directory listing. If you
|
||||
want the old, locale-independent sorting, customize the new option
|
||||
`ls-lisp-use-string-collate' to the nil value.
|
||||
|
||||
+++
|
||||
*** The MS-Windows specific variable `w32-collate-ignore-punctuation',
|
||||
|
Loading…
Reference in New Issue
Block a user