|
From: | Stefan Monnier |
Subject: | bug#23476: 25.0.93; Visiting C files on master signals an error |
Date: | Mon, 09 May 2016 08:01:56 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
> One possible solution would be to enhance `define-derived-mode' with > an :after-hook argument (define-minor-mode already has one), a lisp > form which gets evaluated after the mode hooks have been run. > `c-make-noise-macro-regexps' could be put into this form. No need for that. E.g. you can use `hack-local-variables-hook' to get the same result (especially with the new behavior of hack-local-variables). Or you can make the construction of this regexp more lazy. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |