]> 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)
committerEshel Yaron <me@eshelyaron.com>
Mon, 11 Dec 2023 06:42:34 +0000 (07:42 +0100)
commitef702f4082be14d294bba4aa7af58eff8444cb93
treee284ec7844202acc3d17649b5ec600340efa7d38
parent3de8682926575ae7cb9bfc524d2fdbcfebc4c71a
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'.

(cherry picked from commit 1d5028ad0414cad458aac1102d3612e4956068c5)
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