2021-03-10 03:07:48 +00:00
|
|
|
;;; userlock.el --- handle file access contention between multiple users -*- lexical-binding: t -*-
|
1992-05-30 20:24:49 +00:00
|
|
|
|
2023-01-01 10:31:12 +00:00
|
|
|
;; Copyright (C) 1985-1986, 2001-2023 Free Software Foundation, Inc.
|
1992-07-22 02:58:48 +00:00
|
|
|
|
2014-02-25 18:32:52 +00:00
|
|
|
;; Author: Richard King
|
|
|
|
;; (according to authors.el)
|
2019-05-25 20:43:06 +00:00
|
|
|
;; Maintainer: emacs-devel@gnu.org
|
1992-07-17 18:53:44 +00:00
|
|
|
;; Keywords: internal
|
2012-07-18 11:44:13 +00:00
|
|
|
;; Package: emacs
|
1992-07-16 21:47:34 +00:00
|
|
|
|
1989-10-31 16:00:07 +00:00
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
|
2008-05-06 08:06:51 +00:00
|
|
|
;; GNU Emacs is free software: you can redistribute it and/or modify
|
1989-10-31 16:00:07 +00:00
|
|
|
;; it under the terms of the GNU General Public License as published by
|
2008-05-06 08:06:51 +00:00
|
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
|
|
;; (at your option) any later version.
|
1989-10-31 16:00:07 +00:00
|
|
|
|
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;; GNU General Public License for more details.
|
|
|
|
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
2017-09-13 22:52:52 +00:00
|
|
|
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
1989-10-31 16:00:07 +00:00
|
|
|
|
1992-07-16 21:47:34 +00:00
|
|
|
;;; Commentary:
|
1989-10-31 16:00:07 +00:00
|
|
|
|
1992-07-16 21:47:34 +00:00
|
|
|
;; This file is autoloaded to handle certain conditions
|
1989-10-31 16:00:07 +00:00
|
|
|
;; detected by the file-locking code within Emacs.
|
|
|
|
;; The two entry points are `ask-user-about-lock' and
|
|
|
|
;; `ask-user-about-supersession-threat'.
|
|
|
|
|
1992-07-16 21:47:34 +00:00
|
|
|
;;; Code:
|
1989-10-31 16:00:07 +00:00
|
|
|
|
Explicitly require cl-lib where needed
Rather than relying on the byte-compiler happening to use it.
* lisp/completion.el, lisp/ffap.el, lisp/loadhist.el:
* lisp/userlock.el, lisp/emacs-lisp/debug.el, lisp/emacs-lisp/rx.el:
* lisp/emacs-lisp/testcover.el, lisp/mail/rfc2231.el:
* lisp/net/newst-treeview.el, lisp/net/puny.el:
* lisp/net/tramp-archive.el, lisp/net/tramp-gvfs.el:
* lisp/net/tramp-sh.el, lisp/net/tramp-smb.el, lisp/org/org-ctags.el:
* lisp/org/org-macs.el, lisp/progmodes/grep.el:
* lisp/progmodes/perl-mode.el, lisp/progmodes/ruby-mode.el:
* lisp/textmodes/dns-mode.el, lisp/textmodes/mhtml-mode.el:
* lisp/vc/pcvs-parse.el: Explicitly require cl-lib as needed.
2018-03-17 00:41:17 +00:00
|
|
|
(eval-when-compile (require 'cl-lib))
|
|
|
|
|
2019-10-08 13:41:00 +00:00
|
|
|
;;;###autoload
|
|
|
|
(put 'create-lockfiles 'safe-local-variable 'booleanp)
|
|
|
|
|
* lisp/subr.el (define-error): New function.
* doc/lispref/control.texi (Signaling Errors): Refer to define-error.
(Error Symbols): Add `define-error'.
* doc/lispref/errors.texi (Standard Errors): Don't refer to `error-conditions'.
* lisp/progmodes/ada-xref.el (ada-error-file-not-found): Rename from
error-file-not-found and define with define-error.
* lisp/emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
and define with define-error.
* lisp/userlock.el (file-locked, file-supersession):
* lisp/simple.el (mark-inactive):
* lisp/progmodes/js.el (js-moz-bad-rpc, js-js-error):
* lisp/progmodes/ada-mode.el (ada-mode-errors):
* lisp/play/life.el (life-extinct):
* lisp/nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
* lisp/nxml/xmltok.el (xmltok-markup-declaration-parse-error):
* lisp/nxml/rng-util.el (rng-error):
* lisp/nxml/rng-uri.el (rng-uri-error):
* lisp/nxml/rng-match.el (rng-compile-error):
* lisp/nxml/rng-cmpct.el (rng-c-incorrect-schema):
* lisp/nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
* lisp/nxml/nxml-rap.el (nxml-scan-error):
* lisp/nxml/nxml-outln.el (nxml-outline-error):
* lisp/net/soap-client.el (soap-error):
* lisp/net/gnutls.el (gnutls-error):
* lisp/net/ange-ftp.el (ftp-error):
* lisp/mpc.el (mpc-proc-error):
* lisp/json.el (json-error, json-readtable-error, json-unknown-keyword)
(json-number-format, json-string-escape, json-string-format)
(json-key-format, json-object-format):
* lisp/jka-compr.el (compression-error):
* lisp/international/quail.el (quail-error):
* lisp/international/kkc.el (kkc-error):
* lisp/emacs-lisp/ert.el (ert-test-failed):
* lisp/calc/calc.el (calc-error, inexact-result, math-overflow)
(math-underflow):
* lisp/bookmark.el (bookmark-error-no-filename):
* lisp/epg.el (epg-error): Define with define-error.
2013-08-09 21:22:44 +00:00
|
|
|
(define-error 'file-locked "File is locked" 'file-error)
|
1989-10-31 16:00:07 +00:00
|
|
|
|
1991-05-09 21:50:55 +00:00
|
|
|
;;;###autoload
|
1997-09-02 17:12:46 +00:00
|
|
|
(defun ask-user-about-lock (file opponent)
|
|
|
|
"Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
|
1989-10-31 16:00:07 +00:00
|
|
|
This function has a choice of three things to do:
|
2015-11-17 23:28:50 +00:00
|
|
|
do (signal \\='file-locked (list FILE OPPONENT))
|
1989-10-31 16:00:07 +00:00
|
|
|
to refrain from editing the file
|
|
|
|
return t (grab the lock on the file)
|
|
|
|
return nil (edit the file even though it is locked).
|
1997-09-02 17:12:46 +00:00
|
|
|
You can redefine this function to choose among those three alternatives
|
|
|
|
in any way you like."
|
1989-10-31 16:00:07 +00:00
|
|
|
(discard-input)
|
|
|
|
(save-window-excursion
|
1997-09-02 17:12:46 +00:00
|
|
|
(let (answer short-opponent short-file)
|
|
|
|
(setq short-file
|
|
|
|
(if (> (length file) 22)
|
|
|
|
(concat "..." (substring file (- (length file) 22)))
|
|
|
|
file))
|
|
|
|
(setq short-opponent
|
|
|
|
(if (> (length opponent) 25)
|
|
|
|
(save-match-data
|
|
|
|
(string-match " (pid [0-9]+)" opponent)
|
|
|
|
(concat (substring opponent 0 13) "..."
|
|
|
|
(match-string 0 opponent)))
|
|
|
|
opponent))
|
1989-10-31 16:00:07 +00:00
|
|
|
(while (null answer)
|
2021-11-22 10:45:44 +00:00
|
|
|
(message (substitute-command-keys
|
2022-01-11 16:50:53 +00:00
|
|
|
"%s locked by %s: (\\`s', \\`q', \\`p', \\`?')? ")
|
2021-11-22 10:45:44 +00:00
|
|
|
short-file short-opponent)
|
2017-04-15 01:18:07 +00:00
|
|
|
(if noninteractive (error "Cannot resolve lock conflict in batch mode"))
|
1989-10-31 16:00:07 +00:00
|
|
|
(let ((tem (let ((inhibit-quit t)
|
|
|
|
(cursor-in-echo-area t))
|
|
|
|
(prog1 (downcase (read-char))
|
|
|
|
(setq quit-flag nil)))))
|
|
|
|
(if (= tem help-char)
|
|
|
|
(ask-user-about-lock-help)
|
|
|
|
(setq answer (assoc tem '((?s . t)
|
|
|
|
(?q . yield)
|
|
|
|
(?\C-g . yield)
|
|
|
|
(?p . nil)
|
|
|
|
(?? . help))))
|
|
|
|
(cond ((null answer)
|
|
|
|
(beep)
|
2021-11-22 10:45:44 +00:00
|
|
|
;; FIXME: Why do we use "?" here and "C-h" below?
|
|
|
|
(message (substitute-command-keys
|
|
|
|
"Please type \\`q', \\`s', or \\`p'; or \\`?' for help"))
|
1989-10-31 16:00:07 +00:00
|
|
|
(sit-for 3))
|
|
|
|
((eq (cdr answer) 'help)
|
|
|
|
(ask-user-about-lock-help)
|
|
|
|
(setq answer nil))
|
|
|
|
((eq (cdr answer) 'yield)
|
1997-09-02 17:12:46 +00:00
|
|
|
(signal 'file-locked (list file opponent)))))))
|
1989-10-31 16:00:07 +00:00
|
|
|
(cdr answer))))
|
|
|
|
|
|
|
|
(defun ask-user-about-lock-help ()
|
|
|
|
(with-output-to-temp-buffer "*Help*"
|
2021-03-10 02:29:50 +00:00
|
|
|
(with-current-buffer standard-output
|
|
|
|
(insert
|
2021-11-22 10:45:44 +00:00
|
|
|
(substitute-command-keys
|
2021-03-10 02:29:50 +00:00
|
|
|
"It has been detected that you want to modify a file that someone else has
|
2006-11-27 16:49:39 +00:00
|
|
|
already started modifying in Emacs.
|
1989-10-31 16:00:07 +00:00
|
|
|
|
2021-11-22 10:45:44 +00:00
|
|
|
You can <\\`s'>teal the file; the other user becomes the
|
1989-10-31 16:00:07 +00:00
|
|
|
intruder if (s)he ever unmodifies the file and then changes it again.
|
2021-11-22 10:45:44 +00:00
|
|
|
You can <\\`p'>roceed; you edit at your own (and the other user's) risk.
|
|
|
|
You can <\\`q'>uit; don't modify this file."))
|
1994-11-09 05:45:49 +00:00
|
|
|
(help-mode))))
|
1989-10-31 16:00:07 +00:00
|
|
|
|
* lisp/subr.el (define-error): New function.
* doc/lispref/control.texi (Signaling Errors): Refer to define-error.
(Error Symbols): Add `define-error'.
* doc/lispref/errors.texi (Standard Errors): Don't refer to `error-conditions'.
* lisp/progmodes/ada-xref.el (ada-error-file-not-found): Rename from
error-file-not-found and define with define-error.
* lisp/emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
and define with define-error.
* lisp/userlock.el (file-locked, file-supersession):
* lisp/simple.el (mark-inactive):
* lisp/progmodes/js.el (js-moz-bad-rpc, js-js-error):
* lisp/progmodes/ada-mode.el (ada-mode-errors):
* lisp/play/life.el (life-extinct):
* lisp/nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
* lisp/nxml/xmltok.el (xmltok-markup-declaration-parse-error):
* lisp/nxml/rng-util.el (rng-error):
* lisp/nxml/rng-uri.el (rng-uri-error):
* lisp/nxml/rng-match.el (rng-compile-error):
* lisp/nxml/rng-cmpct.el (rng-c-incorrect-schema):
* lisp/nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
* lisp/nxml/nxml-rap.el (nxml-scan-error):
* lisp/nxml/nxml-outln.el (nxml-outline-error):
* lisp/net/soap-client.el (soap-error):
* lisp/net/gnutls.el (gnutls-error):
* lisp/net/ange-ftp.el (ftp-error):
* lisp/mpc.el (mpc-proc-error):
* lisp/json.el (json-error, json-readtable-error, json-unknown-keyword)
(json-number-format, json-string-escape, json-string-format)
(json-key-format, json-object-format):
* lisp/jka-compr.el (compression-error):
* lisp/international/quail.el (quail-error):
* lisp/international/kkc.el (kkc-error):
* lisp/emacs-lisp/ert.el (ert-test-failed):
* lisp/calc/calc.el (calc-error, inexact-result, math-overflow)
(math-underflow):
* lisp/bookmark.el (bookmark-error-no-filename):
* lisp/epg.el (epg-error): Define with define-error.
2013-08-09 21:22:44 +00:00
|
|
|
(define-error 'file-supersession nil 'file-error)
|
1989-10-31 16:00:07 +00:00
|
|
|
|
2019-11-09 22:43:09 +00:00
|
|
|
(defun userlock--check-content-unchanged (filename)
|
2016-09-02 15:44:13 +00:00
|
|
|
(with-demoted-errors "Unchanged content check: %S"
|
2019-11-09 22:43:09 +00:00
|
|
|
;; Even tho we receive `filename', we know that `filename' refers to the current
|
2016-09-02 15:44:13 +00:00
|
|
|
;; buffer's file.
|
2021-08-27 02:00:58 +00:00
|
|
|
(cl-assert (equal (expand-file-name filename)
|
|
|
|
(expand-file-name buffer-file-truename)))
|
2016-09-02 15:44:13 +00:00
|
|
|
;; Note: rather than read the file and compare to the buffer, we could save
|
|
|
|
;; the buffer and compare to the file, but for encrypted data this
|
|
|
|
;; wouldn't work well (and would risk exposing the data).
|
|
|
|
(save-restriction
|
|
|
|
(widen)
|
|
|
|
(let ((buf (current-buffer))
|
|
|
|
(cs buffer-file-coding-system)
|
|
|
|
(start (point-min))
|
|
|
|
(end (point-max)))
|
|
|
|
;; FIXME: To avoid a slow `insert-file-contents' on large or
|
|
|
|
;; remote files, it'd be good to include file size in the
|
|
|
|
;; "visited-modtime" check.
|
|
|
|
(when (with-temp-buffer
|
|
|
|
(let ((coding-system-for-read cs)
|
|
|
|
(non-essential t))
|
2019-11-09 22:43:09 +00:00
|
|
|
(insert-file-contents filename))
|
2016-09-02 15:44:13 +00:00
|
|
|
(when (= (buffer-size) (- end start)) ;Minor optimization.
|
|
|
|
(= 0 (let ((case-fold-search nil))
|
|
|
|
(compare-buffer-substrings
|
|
|
|
buf start end
|
|
|
|
(current-buffer) (point-min) (point-max))))))
|
|
|
|
(set-visited-file-modtime)
|
|
|
|
'unchanged)))))
|
|
|
|
|
|
|
|
;;;###autoload
|
2019-11-09 22:43:09 +00:00
|
|
|
(defun userlock--ask-user-about-supersession-threat (filename)
|
2016-09-02 15:44:13 +00:00
|
|
|
;; Called from filelock.c.
|
2019-11-09 22:43:09 +00:00
|
|
|
(unless (userlock--check-content-unchanged filename)
|
|
|
|
(ask-user-about-supersession-threat filename)))
|
2016-09-02 15:44:13 +00:00
|
|
|
|
1991-05-09 21:50:55 +00:00
|
|
|
;;;###autoload
|
2019-11-09 22:43:09 +00:00
|
|
|
(defun ask-user-about-supersession-threat (filename)
|
1989-10-31 16:00:07 +00:00
|
|
|
"Ask a user who is about to modify an obsolete buffer what to do.
|
|
|
|
This function has two choices: it can return, in which case the modification
|
2015-11-17 23:28:50 +00:00
|
|
|
of the buffer will proceed, or it can (signal \\='file-supersession (file)),
|
1989-10-31 16:00:07 +00:00
|
|
|
in which case the proposed buffer modification will not be made.
|
|
|
|
|
|
|
|
You can rewrite this to use any criterion you like to choose which one to do.
|
|
|
|
The buffer in question is current when this function is called."
|
|
|
|
(discard-input)
|
|
|
|
(save-window-excursion
|
2012-09-07 10:19:58 +00:00
|
|
|
(let ((prompt
|
2021-11-22 10:45:44 +00:00
|
|
|
;; FIXME: Why do we use "C-h" here and "?" above?
|
|
|
|
(format (substitute-command-keys
|
|
|
|
"%s changed on disk; \
|
|
|
|
really edit the buffer? (\\`y', \\`n', \\`r' or \\`C-h') ")
|
|
|
|
(file-name-nondirectory filename)))
|
2012-09-07 10:19:58 +00:00
|
|
|
(choices '(?y ?n ?r ?? ?\C-h))
|
|
|
|
answer)
|
2017-04-15 01:18:07 +00:00
|
|
|
(when noninteractive
|
|
|
|
(message "%s" prompt)
|
|
|
|
(error "Cannot resolve conflict in batch mode"))
|
1989-10-31 16:00:07 +00:00
|
|
|
(while (null answer)
|
2020-12-30 09:54:01 +00:00
|
|
|
(setq answer (read-char-choice prompt choices))
|
2012-09-07 10:19:58 +00:00
|
|
|
(cond ((memq answer '(?? ?\C-h))
|
|
|
|
(ask-user-about-supersession-help)
|
|
|
|
(setq answer nil))
|
|
|
|
((eq answer ?r)
|
|
|
|
;; Ask for confirmation if buffer modified
|
|
|
|
(revert-buffer nil (not (buffer-modified-p)))
|
|
|
|
(signal 'file-supersession
|
2019-11-09 22:43:09 +00:00
|
|
|
(list "File reverted" filename)))
|
2012-09-07 10:19:58 +00:00
|
|
|
((eq answer ?n)
|
|
|
|
(signal 'file-supersession
|
2021-10-10 17:27:29 +00:00
|
|
|
(list "File changed on disk" filename)))
|
|
|
|
((eq answer ?y))
|
|
|
|
(t (setq answer nil))))
|
1989-10-31 16:00:07 +00:00
|
|
|
(message
|
2012-09-07 10:19:58 +00:00
|
|
|
"File on disk now will become a backup file if you save these changes.")
|
1989-10-31 16:00:07 +00:00
|
|
|
(setq buffer-backed-up nil))))
|
|
|
|
|
|
|
|
(defun ask-user-about-supersession-help ()
|
|
|
|
(with-output-to-temp-buffer "*Help*"
|
2021-09-24 13:32:01 +00:00
|
|
|
(with-current-buffer standard-output
|
|
|
|
(insert
|
2021-11-22 10:45:44 +00:00
|
|
|
(substitute-command-keys
|
2021-09-24 13:32:01 +00:00
|
|
|
"You want to modify a buffer whose disk file has changed
|
1989-10-31 16:00:07 +00:00
|
|
|
since you last read it in or saved it with this buffer.
|
|
|
|
|
2021-11-22 10:45:44 +00:00
|
|
|
If you say \\`y' to go ahead and modify this buffer,
|
1989-10-31 16:00:07 +00:00
|
|
|
you risk ruining the work of whoever rewrote the file.
|
2021-11-22 10:45:44 +00:00
|
|
|
If you say \\`r' to revert, the contents of the buffer are refreshed
|
1996-06-29 20:04:54 +00:00
|
|
|
from the file on disk.
|
2021-11-22 10:45:44 +00:00
|
|
|
If you say \\`n', the change you started to make will be aborted.
|
|
|
|
|
|
|
|
Usually, you should type \\`r' to get the latest version of the
|
|
|
|
file, then make the change again."))
|
2021-09-24 13:32:01 +00:00
|
|
|
(help-mode))))
|
1989-10-31 16:00:07 +00:00
|
|
|
|
2021-02-19 23:39:15 +00:00
|
|
|
;;;###autoload
|
|
|
|
(defun userlock--handle-unlock-error (error)
|
|
|
|
"Report an ERROR that occurred while unlocking a file."
|
|
|
|
(display-warning
|
|
|
|
'(unlock-file)
|
|
|
|
;; There is no need to explain that this is an unlock error because
|
2021-07-08 19:13:40 +00:00
|
|
|
;; ERROR is a `file-error' condition, which explains this.
|
2021-02-19 23:39:15 +00:00
|
|
|
(message "%s, ignored" (error-message-string error))
|
|
|
|
:warning))
|
|
|
|
|
1992-05-30 20:24:49 +00:00
|
|
|
;;; userlock.el ends here
|