[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proposed patch: allow user to disable lockfile creation
From: |
Daniel Colascione |
Subject: |
Re: Proposed patch: allow user to disable lockfile creation |
Date: |
Sat, 30 Jul 2011 07:20:35 -0700 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
On 7/26/11 7:42 PM, Dave Abrahams wrote:
> Those symlinks that emacs creates to help avoid collisions between users
> editing simultaneously cause me lots of pain and no gain, so I propose
> the enclosed patch that allows me to disable the feature.
Count me among those who would like to disable clash detection. I would prefer,
however, that instead of a simple disabling mechanism we provide a generic Lisp
hook, i.e., a new lock-file-function variable, which could be set to 'ignore.
This way, we provide mechanism, not policy, at the C level, and allow more
experimentation with alternate locking strategies.
signature.asc
Description: OpenPGP digital signature
- Re: Proposed patch: allow user to disable lockfile creation, (continued)
- Re: Proposed patch: allow user to disable lockfile creation, Dave Abrahams, 2011/07/30
- Re: Proposed patch: allow user to disable lockfile creation, chad, 2011/07/28
- Re: Proposed patch: allow user to disable lockfile creation, Richard Stallman, 2011/07/28
- Re: Proposed patch: allow user to disable lockfile creation, Paul Eggert, 2011/07/28
- Re: Proposed patch: allow user to disable lockfile creation, Richard Stallman, 2011/07/29
- Re: Proposed patch: allow user to disable lockfile creation, David Kastrup, 2011/07/29
- Re: Proposed patch: allow user to disable lockfile creation, Richard Stallman, 2011/07/30
- Re: Proposed patch: allow user to disable lockfile creation, David Kastrup, 2011/07/30
- Re: Proposed patch: allow user to disable lockfile creation, Stephen J. Turnbull, 2011/07/28
- Re: Proposed patch: allow user to disable lockfile creation, Evil Boris, 2011/07/28
- Re: Proposed patch: allow user to disable lockfile creation,
Daniel Colascione <=