all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Apparently incorrect changes to custom-magic-alist.
@ 2005-02-15  0:39 Luc Teirlinck
  2005-02-22  8:42 ` Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: Luc Teirlinck @ 2005-02-15  0:39 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-02-23 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-15  0:39 Apparently incorrect changes to custom-magic-alist Luc Teirlinck
2005-02-22  8:42 ` Richard Stallman
2005-02-23 14:22   ` Luc Teirlinck

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.