comparison etc/TODO @ 71716:8dd983bf9226

Suggest consolidation with user customization when the system default of a customized variable changes.
author David Kastrup <dak@gnu.org>
date Sat, 08 Jul 2006 19:36:24 +0000
parents 9fc315417562
children c8ed266edc5e
comparison
equal deleted inserted replaced
71715:a1def5633224 71716:8dd983bf9226
169 set but not saved, and ask the user whether to save them. 169 set but not saved, and ask the user whether to save them.
170 This could go in kill-emacs-query-functions, to remind people 170 This could go in kill-emacs-query-functions, to remind people
171 to save their changes. If the user says yes, show them 171 to save their changes. If the user says yes, show them
172 in a Custom buffer using customize-customized. 172 in a Custom buffer using customize-customized.
173 173
174 ** Record the sxhash of the default value for customized variables
175 and notify the user (maybe by adding a menu item or toolbar button,
176 as the detection can occur during autoload time) when the default
177 changes (meaning that new versions of the Lisp source with a changed
178 default value got installed) and offer ediff on the respective
179 customization buffers.
180
174 ** Emacs Lisp mode could put an overlay on the defun for every 181 ** Emacs Lisp mode could put an overlay on the defun for every
175 function that has advice. The overlay could have `after-text' like " 182 function that has advice. The overlay could have `after-text' like
176 [Function has advice]". It might look like 183 " [Function has advice]". It might look like (defun foo [Function
177 (defun foo [Function has advice] (x y) 184 has advice] (x y) The overlay could also be a button that you could
178 The overlay could also be a button that you could use to view the advice. 185 use to view the advice.
179 186
180 ** ange-ftp 187 ** ange-ftp
181 *** understand sftp 188 *** understand sftp
182 This is hard to make work because sftp doesn't print status 189 This is hard to make work because sftp doesn't print status
183 messages. 190 messages.