]> git.eshelyaron.com Git - emacs.git/commit
dired-listing-switches handles connection-local values if exist
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 10 Dec 2023 11:26:38 +0000 (12:26 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 10 Dec 2023 11:26:38 +0000 (12:26 +0100)
commit1d5028ad0414cad458aac1102d3612e4956068c5
tree569d961db658812f9f6e054f818779966de72ec7
parent213d30b3eaad4ffbe9685005ecc92201ab8cb806
dired-listing-switches handles connection-local values if exist

* doc/emacs/dired.texi (Dired Enter):
* doc/misc/tramp.texi (Frequently Asked Questions):
* etc/NEWS: 'dired-listing-switches' handles connection-local
values if exist.

* doc/lispref/variables.texi (Applying Connection Local Variables):
Fix decription of connection-local-default-application.

* lisp/dired.el (dired-listing-switches): Adapt docstring.
(dired-internal-noselect, dired-mode):
* lisp/dired-x.el (dired-virtual):
* lisp/files.el (recover-file, recover-session):
* lisp/net/ange-ftp.el (ange-ftp-get-files): Use connection-local
value of `dired-listing-switches'.

* lisp/files-x.el (connection-local-value): Adapt docstring.

* lisp/man.el (Man-shell-file-name): Use `connection-local-value'.
doc/emacs/dired.texi
doc/lispref/variables.texi
doc/misc/tramp.texi
etc/NEWS
lisp/dired-x.el
lisp/dired.el
lisp/files-x.el
lisp/files.el
lisp/man.el
lisp/net/ange-ftp.el