emacs-devel
[Top][All Lists]
Advanced

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

Re: Rename, delete and move current buffer and file


From: Stefan Monnier
Subject: Re: Rename, delete and move current buffer and file
Date: Fri, 11 May 2018 11:33:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> It's not atomic on any POSIX system, AFAIK: it first creates a second
>> name with `link` and then deletes the old name with `unlink`.
> That method has been obsolete for decades.  POSIX requires rename to be
> atomic.

Even when moving from one directory to another?


        Stefan



reply via email to

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