Closed esabol closed 4 years ago
Here's a patch you can try:
diff --git a/mmm-region.el b/mmm-region.el
index b518d59..ce7bbe7 100644
--- a/mmm-region.el
+++ b/mmm-region.el
@@ -514,6 +514,7 @@ is non-nil, don't quit if the info is already there."
(funcall mode)
(when (featurep 'font-lock)
(put mode 'mmm-font-lock-mode font-lock-mode)
+ (font-lock-set-defaults)
;; These can't be in the local variables list, because we
;; replace their actual values, but we want to use their
;; original values elsewhere.
If it doesn't help, though, a step-by-step scenario is needed.
Yes, I think that has eliminated the problem! Thanks!
Thanks for testing!
Sometimes when I
M-x mmm-parse-buffer
, I get the following messages:This does not happen when the file is first loaded. It only happens if I
M-x mmm-parse-buffer
after it is loaded and then only sometimes. Maybe it's file dependent. I'm not sure.(setq debug-on-error t)
shows this:Any insights into this?