Re: error while changing file’s mode when saving file with ACL permissions
Michael Albinus <[email protected]>
| Newsgroups | gmane.emacs.tramp |
|---|---|
| Message-ID | <[email protected]> |
Tijs Mallaerts <[email protected]> writes: > Hi Michael, Hi Tijs, > Would it be an idea to check first if the user can run the chmod > command before calling the tramp-sh-handle-set-file-modes function? Too much hassle, because this would be checked for everybody, with performance degradation. What about a user option, which (when non-nil) transforms the error into a warning? > Thank you, > Tijs Best regards, Michael.