|
| From: | Stefan Monnier |
| Subject: | Re: Specifying mode in file variables trouble |
| Date: | Tue, 23 Sep 2008 12:03:05 -0400 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> set to nil (see the sources for `run-mode-hooks'). I have no idea what
> delayed-mode-hooks is used for so I do not know if setting
It is used so that the parent mode hook is run at the end of the (child)
major mode, so that the user's hook functions (placed on the parent
hook) can take into account the variable values set by the child.
Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |