Stefan Monnier wrote: Does it make sense to have a :group for buffer-local minor modes?
I believe that currently, for a buffer-local minor mode foo-mode, define-minor-mode does not define a defcustom for the mode variable, but defines one for foo-mode-hook. I believe that this hook is global. One could argue whether these hooks deserve a defcustom at all, but if they do, then whether or not they get a real group should not be left to luck (by assigning a default which may or may not be real). Sincerely, Luc. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
