GNU bug report logs - #19328
[PATCH] Add mechanism to prompt about unsaved customizations

Previous Next

Package: emacs;

Reported by: Cameron Desautels <camdez <at> gmail.com>

Date: Tue, 9 Dec 2014 15:47:01 UTC

Severity: wishlist

Tags: fixed, patch

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Drew Adams <drew.adams <at> oracle.com>
To: Cameron Desautels <camdez <at> gmail.com>, 19328 <at> debbugs.gnu.org
Subject: bug#19328: [PATCH] Add mechanism to prompt about unsaved customizations
Date: Tue, 9 Dec 2014 07:54:19 -0800 (PST)
Why is this in etc/TODO?

This already exists, no?  I've been using this for years:

(add-hook 'kill-emacs-query-functions
          (lambda ()
            (condition-case nil
                (customize-unsaved)
              (error t))))


> Implements the following, as requested in `etc/TODO`:
>
> ** A function to check for customizable options that have been
>    set but not saved, and ask the user whether to save them.
>    This could go in kill-emacs-query-functions, to remind people
>    to save their changes. If the user says yes, show them
>    in a Custom buffer using customize-customized.




This bug report was last modified 9 years and 95 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.