[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `xterm-mouse-mode' has a bogus Custom group
From: |
Luc Teirlinck |
Subject: |
Re: `xterm-mouse-mode' has a bogus Custom group |
Date: |
Fri, 8 Apr 2005 19:28:37 -0500 (CDT) |
Nick Roberts wrote:
I recently changed tooltip-mode to a minor-mode which previously used a
function and a variable and keywords like:
:initialize 'custom-initialize-default
Have I created problems for customize here?
No, I believe the problem was already there before that change.
There are many customizable variables with similar problems.
Do `emacs -q', then `M-x customize-rogue'.
All the variables you see there suffer from the bug that if you
choose "Erase Customization" in Custom, they get reset to a wrong
(sometimes very wrong) default. I guess we should try to fix as many
of them as possible before the release.
This problem occurs whenever code run at startup changes the value
given in the defcustom. That should not happen. The value an option
has by default should be identical to the value one gets by evaluating
the defcustom.
I will fix this for tooltip-mode.
Sincerely,
Luc.
- Re: `xterm-mouse-mode' has a bogus Custom group, (continued)
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/05
- Re: `xterm-mouse-mode' has a bogus Custom group, Luc Teirlinck, 2005/04/06
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group, Luc Teirlinck, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group, Andreas Schwab, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group, Richard Stallman, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group, Luc Teirlinck, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group,
Luc Teirlinck <=
- Re: `xterm-mouse-mode' has a bogus Custom group, Luc Teirlinck, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/09
- Re: `xterm-mouse-mode' has a bogus Custom group, Eli Zaretskii, 2005/04/09
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/09
- Re: `xterm-mouse-mode' has a bogus Custom group, Luc Teirlinck, 2005/04/09
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/09
- Re: `xterm-mouse-mode' has a bogus Custom group, Richard Stallman, 2005/04/09
- Re: `xterm-mouse-mode' has a bogus Custom group, Richard Stallman, 2005/04/09
- Re: `xterm-mouse-mode' has a bogus Custom group, Eli Zaretskii, 2005/04/10
- Re: `xterm-mouse-mode' has a bogus Custom group, Luc Teirlinck, 2005/04/10