Ikumi Keita <[email protected]> writes: > To developers: > `LaTeX-common-initialization' sets up some variables including > `outline-regexp' and `outline-heading-alist' before `run-mode-hooks', > which is responsible for parsing and applying the file local variables. > Shouldn't we move such set-up codes after `run-mode-hooks'? (And if so, > similar argument applies for other AUCTeX major modes as well.)
That sounds reasonable in the current case. OTOH, it could be that users set things like outline-regexp in those mode-hooks which would then be overridden by our set-up code if that ran after the hooks... Bye, Tassilo _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
