[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Flymake support for C/C++
From: |
Stefan Monnier |
Subject: |
Re: [PATCH] Flymake support for C/C++ |
Date: |
Thu, 12 Oct 2017 14:45:39 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
> What is stopping the needed setup and initialisation being in a
> function to be added to one of the mode's hooks: say c-mode-common-hook,
> or even c-initialization-hook (which are documented in the CC Mode
> manual)?
The same could apply to font-lock support in CC-mode, or indentation
support in CC-mode, or imenu support, or ...
I'm not saying that the flymake support for C code has to be in CC-mode,
but I think it's a natural place for it.
Stefan
Re: [PATCH] Flymake support for C/C++, Richard Stallman, 2017/10/13