bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#39563: default location of backup files


From: Lars Ingebrigtsen
Subject: bug#39563: default location of backup files
Date: Mon, 30 Aug 2021 03:22:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Pedro Moreira <pedro.moreira@ipbeja.pt> writes:

> if a user edits a php file using emacs directly at the webserver,
> emacs automatically saves a temp file at the same location, for
> example the user opens index.php, emacs stores a copy index.php~.

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

You can make Emacs save backup files somewhere else, like this, for
instance:

(setq backup-directory-alist
      '((".*" . "~/.emacs.d/aux/")))

While it's a concern that you could expose data if you're editing your
running php files directly, I don't there's anything much Emacs can do
to auto-detect that.  So I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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