I propose the changes to cus-edit.el contained in the patch below. They essentially constitute a partial revert to the previous version.
Part of recent changes to custom-magic-alist are wrong. Do `emacs -q'. M-x customize-group auto-revert RET Now toggle Auto Revert Verbose to off and set for the current session. Now erase the `5' in Auto Revert Interval. Now it says: you have edited something in this group, but not set anything yet. But I _did_ set Auto Revert Verbose. I can not give an `emacs -q' example showing that the message: you have set something in this group, but not saved anything yet. suffers from the same problem (because in `emacs -q', you can not save), but in an ordinary Emacs, it may tell you that you did not save anything, whereas you saved plenty of stuff. ===File ~/cus-edit.el-diff================================== *** cus-edit.el 14 Feb 2005 15:38:32 -0600 1.212 --- cus-edit.el 14 Feb 2005 17:52:21 -0600 *************** *** 1671,1680 **** the value displayed for this %c is invalid and cannot be set.") (modified "*" custom-modified-face "\ you have edited the value as text, but you have not set the %c." "\ ! you have edited something in this group, but not set anything yet.") (set "+" custom-set-face "\ you have set this %c, but not saved it for future sessions." "\ ! you have set something in this group, but not saved anything yet.") (changed ":" custom-changed-face "\ this %c has been changed outside the customize buffer." "\ something in this group has been changed outside customize.") --- 1671,1680 ---- the value displayed for this %c is invalid and cannot be set.") (modified "*" custom-modified-face "\ you have edited the value as text, but you have not set the %c." "\ ! you have edited something in this group, but not set it.") (set "+" custom-set-face "\ you have set this %c, but not saved it for future sessions." "\ ! you have set something in this group, but not saved it.") (changed ":" custom-changed-face "\ this %c has been changed outside the customize buffer." "\ something in this group has been changed outside customize.") ============================================================ _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel