emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Default :group in lisp/emacs-lisp/easy-mmode.el.


From: Lute Kamstra
Subject: Re: Default :group in lisp/emacs-lisp/easy-mmode.el.
Date: Tue, 05 Apr 2005 11:11:42 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

>     I think the current situation is best, it fixed the bug that the behavior
>     was different when loading the .el file than when loading the .elc file.
>
> Sorry, I've decided I won't let this change remain installed.
> We will not move towards increased use of custom-current-group.
>
> If there was a bug, we have to fix it some other way.
> What was the bug?

The bug was that a define-minor-mode call would behave different when
is was loaded from source then when loaded compiled.  If it was loaded
from an .el file it would actually use custom-current-group to
determine a default :group, whereas if it was loaded from an .elc
file, custom-current-group would never be used.

I fixed it by letting an .elc file use custom-current-group as well.

I'll change it now so that custom-current-group is never used.

Lute.




reply via email to

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