emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Apparently incorrect changes to custom-magic-alist.


From: Luc Teirlinck
Subject: Apparently incorrect changes to custom-magic-alist.
Date: Mon, 14 Feb 2005 18:39:28 -0600 (CST)

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.")
============================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]