branch: master
commit 6812418d98104eeb6294f4c6864bb5a8e90b04d0
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Add a FIXME
---
mmm-noweb.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/mmm-noweb.el b/mmm-noweb.el
index ba14895..a1dd811 100644
--- a/mmm-noweb.el
+++ b/mmm-noweb.el
@@ -50,7 +50,10 @@
"*Major mode for editing code chunks.
This is set to FUNDAMENTAL-MODE by default, but you might want to change
this in the Local Variables section of your file to something more
-appropriate, like C-MODE, FORTRAN-MODE, or even INDENTED-TEXT-MODE.")
+appropriate, like C-MODE, FORTRAN-MODE, or even INDENTED-TEXT-MODE."
+ ;; FIXME: Any of CC Mode modes aren't really appropriate:
+ ;; https://github.com/purcell/mmm-mode/issues/57
+ )
(defvar mmm-noweb-quote-mode nil
"*Major mode for quoted code chunks within documentation chunks.