emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: set-file-extended-attributes and backups


From: Stefan Monnier
Subject: Re: set-file-extended-attributes and backups
Date: Sun, 23 Dec 2012 08:37:52 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> > +       (ignore-errors
>> > +   (set-file-extended-attributes to-name extended-attributes))))
>> I'd use something like with-demoted-errors instead.
> What about the race condition pointed out by Paul?  Should we try
> set-file-extended-attributes first, and fall back on set-file-modes if
> that fails (after displaying a message)?

That sounds fine, yes.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]