Stefan Monnier <[EMAIL PROTECTED]> writes: [...]
> While I think that org-mode should use define-derived-mode, I'm wondering > why it's a problem that after-change-major-mode-hook is run at the > wrong time. After all, such manual mode derivation (without using > define-derived-mode) is pretty common, so if there's a problem with it, we > should fix it. It is a problem in combination with a global minor mode defined with define-global-minor-mode since this change: 2005-05-22 Luc Teirlinck <[EMAIL PROTECTED]> * emacs-lisp/easy-mmode.el (define-global-minor-mode): Use `after-change-major-mode-hook' instead of `find-file-hook'. See another message of mine in this thread. Lute. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel