[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Custom/define-minor-mode problem
From: |
Stefan Monnier |
Subject: |
Re: Custom/define-minor-mode problem |
Date: |
Wed, 24 Aug 2005 07:33:17 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
> a :require to the defcustom.
> I don't remember the precise details of the bug that that change fixed,
> but it certainly fixed one. So your change is definitely not correct.
> Please do not install it.
The bug it fixed is the one where customizing font-lock-mode would add in
your .emacs a custom setting that requires font-core which of course breaks
when the same .emacs is read with some older Emacs.
AFAIK Michael's problem should be fixed by Luc Van Eycken
<address@hidden>'s patch. I thought it had been installed
already, but it seems like that's not the case. I'll do that now.
Stefan