-
I just noticed that the patch should check that mmm-current-overlay is not nil.
The new patch (mmm_fontify_region_bug_v2.diff) checks ovl before using it.
File Added: mmm_fontify_region_bug_v2.diff.
2007-08-07 04:02:45 UTC by edloper
-
In mmm version 0.4.8, the call to (mmm-update-submode-region) at the end of mmm-fontify-region is commented out, with the justification that it will be called anyway by post-command-hook. But in some versions of emacs (eg xemacs 21.4), fontification is performed *after* the post-command-hook is called; so mmm-update-submode-region never gets called.
But just uncommenting it's not enough --...
2007-08-07 03:48:51 UTC by edloper
-
Attaching mmm_include_back_bug.el, which demonstrates the problem.
File Added: mmm_include_back_bug.el.
2007-08-07 03:21:00 UTC by edloper
-
There is a bug mmm-mode (0.4.7) which causes it to break when modes are defined that use :include-back to be true (or do anything equivalent, such as using :back-offset past the end of the match).
The cause appears to be in mmm-apply-all. After it calls mmm-apply-classes, it makes a call to (mmm-update-current-submode) that should probably be (mmm-update-submode-region) instead. If the...
2007-08-07 03:20:20 UTC by edloper
-
Using mmm-mode version 0.4.8 on a Linux FC5 platform,
with GNU emacs version 21.4.1 ...
I'm using the following
(setq c-mode-common-hook
'(lambda ()
(setq comment-column 40)
(auto-fill-mode 1)
;; (or (file-exists-p "makefile") (file-exists-p
"Makefile")
;; (progn (make-local-variable 'compile-command)
;; (setq compile-command
;; (concat...
2006-11-09 20:51:21 UTC by werschulz
-
alanshutko committed patchset 278 of module mmm-mode to the MMM Mode CVS repository, changing 1 files.
2004-11-19 02:36:04 UTC by alanshutko
-
alanshutko committed patchset 277 of module mmm-mode to the MMM Mode CVS repository, changing 4 files.
2004-11-19 02:33:36 UTC by alanshutko
-
alanshutko committed patchset 276 of module mmm-mode to the MMM Mode CVS repository, changing 4 files.
2004-06-16 14:14:18 UTC by alanshutko
-
alanshutko committed patchset 275 of module mmm-mode to the MMM Mode CVS repository, changing 6 files.
2004-06-16 14:04:26 UTC by alanshutko
-
alanshutko committed patchset 274 of module mmm-mode to the MMM Mode CVS repository, changing 2 files.
2004-06-11 00:31:07 UTC by alanshutko