Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8c9676fb
Commit
8c9676fb
authored
Jul 08, 2006
by
David Kastrup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suggest consolidation with user customization when the
system default of a customized variable changes.
parent
89fb9154
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
etc/ChangeLog
etc/ChangeLog
+5
-0
etc/TODO
etc/TODO
+11
-4
No files found.
etc/ChangeLog
View file @
8c9676fb
2006-07-08 David Kastrup <dak@gnu.org>
* TODO: Suggest consolidation with user customization when the
system default of a customized variable changes.
2006-07-08 Thien-Thi Nguyen <ttn@gnu.org>
* compilation.txt: Add an example "Compilation started ..." line.
...
...
etc/TODO
View file @
8c9676fb
...
...
@@ -171,11 +171,18 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
to save their changes. If the user says yes, show them
in a Custom buffer using customize-customized.
** Record the sxhash of the default value for customized variables
and notify the user (maybe by adding a menu item or toolbar button,
as the detection can occur during autoload time) when the default
changes (meaning that new versions of the Lisp source with a changed
default value got installed) and offer ediff on the respective
customization buffers.
** Emacs Lisp mode could put an overlay on the defun for every
function that has advice. The overlay could have `after-text' like
"
[Function has advice]". It might look like
(defun foo [Function has advice] (x y)
The overlay could also be a button that you could
use to view the advice.
function that has advice. The overlay could have `after-text' like
"
[Function has advice]". It might look like
(defun foo [Function
has advice] (x y) The overlay could also be a button that you could
use to view the advice.
** ange-ftp
*** understand sftp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment