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
[Message part 1 (text/plain, inline)]
I'll wait on this until we settle the timer discussion.
On Sat, Feb 1, 2025 at 9:22 AM Ship Mints <shipmints <at> gmail.com> wrote:
> I need to go back and double space those sentences. My attempt to automate
> didn't work. Gimme a minute.
>
> On Sat, Feb 1, 2025 at 8:15 AM Ship Mints <shipmints <at> gmail.com> wrote:
>
>> Thank you for the review. Revised patch attached.
>>
>> On Sat, Feb 1, 2025 at 6:06 AM Eli Zaretskii <eliz <at> gnu.org> wrote:
>>
>>> > 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.
>>>
>>
[Message part 2 (text/html, inline)]
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.