diff options
| author | Michael Albinus | 2024-04-19 12:15:47 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-04-19 12:15:47 +0200 |
| commit | 52d3ee46dbc6fb0fbcfbb8e446fb385aef189893 (patch) | |
| tree | 6478b28caf0b2b62c20dab74695f46ac5e7db7f9 /doc | |
| parent | 2675c2824f77f46476831e637e4bc0fec692a0f1 (diff) | |
| download | emacs-52d3ee46dbc6fb0fbcfbb8e446fb385aef189893.tar.gz emacs-52d3ee46dbc6fb0fbcfbb8e446fb385aef189893.zip | |
New user option tramp-inhibit-errors-if-setting-file-attributes-fail
* doc/misc/tramp.texi (Frequently Asked Questions):
Explain tramp-inhibit-errors-if-setting-file-attributes-fail.
* lisp/net/tramp.el
(tramp-inhibit-errors-if-setting-file-attributes-fail): New defcustom.
(tramp-skeleton-set-file-modes-times-uid-gid): Use it.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 131a23b7423..b503ce13373 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -5888,6 +5888,17 @@ as above in your @file{~/.emacs}: | |||
| 5888 | 5888 | ||
| 5889 | 5889 | ||
| 5890 | @item | 5890 | @item |
| 5891 | How to ignore errors when changing file attributes? | ||
| 5892 | |||
| 5893 | @vindex tramp-inhibit-errors-if-setting-file-attributes-fail | ||
| 5894 | Sometimes, for example while saving remote files, errors appear when | ||
| 5895 | changing file attributes like permissions, time stamps, or ownership. | ||
| 5896 | If these errors can be ignored, set user option | ||
| 5897 | @code{tramp-inhibit-errors-if-setting-file-attributes-fail} to a | ||
| 5898 | non-@code{nil} value. This transforms the error into a warning. | ||
| 5899 | |||
| 5900 | |||
| 5901 | @item | ||
| 5891 | How to disable other packages from calling @value{tramp}? | 5902 | How to disable other packages from calling @value{tramp}? |
| 5892 | 5903 | ||
| 5893 | There are packages that call @value{tramp} without the user ever | 5904 | There are packages that call @value{tramp} without the user ever |