GNU bug report logs -
#75837
[PATCH] Add autosave timer to save-place in harmony with savehist
Previous Next
Reported by: Ship Mints <shipmints <at> gmail.com>
Date: Sat, 25 Jan 2025 19:29:02 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Ship Mints <shipmints <at> gmail.com>
> Date: Sat, 25 Jan 2025 14:26:40 -0500
>
> * lisp/saveplace.el (save-place-autosave-interval):
> Add supporting functions for save-place autosave idle timer.
>
> I have a private implementation of this that I rely on that other people might find helpful as a builtin.
Thanks, a few comments below.
> * lisp/saveplace.el (save-place-autosave-interval):
> Add supporting functions for save-place autosave idle timer.
This log message is incomplete. Please mention all the changes in all
the functions/variables.
> +(defcustom save-place-autosave-interval (* 5 60)
> + "The interval between autosaves of buffer places.
> +If set to nil, disables timer-based autosaving.
> +Use `setopt' or Customize commands to set this option."
> + :type '(choice (const :tag "Disabled" nil)
> + (integer :tag "Seconds"))
> + :version "31.1"
Why should we turn this on by default? I think it should be disabled
by default.
Finally, this needs a NEWS entry.
This bug report was last modified 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.