charJe
charJe
I tried to do this, but it seems to me that with-trivial-source-form is not the right tool for this job. errors and warnings emited from the compiler (like "wrong number...
Upon further testing, this is not a full solution to nesting. It updates `mmm-current-submode` flawlessly (I wonder if this can be used to our advantage), but with enough edits to...
It can be `t` or `nil`. Mode specialization last slightly longer with `t`. I have also tried periodically calling `mmm-update-submode-region`, but it seems to have no effect.
I really appreciate it. By semi-reliable repo do you mean containing samples?
My mistake. I just realized what is causing this and it is a completely unrelated thing. This pull request is not the problem at all.
In case anyone is interested. The problem was caused by programatically calling ```lisp (progn (mmm-update-current-submode) mmm-current-submode) ``` in order to get the current submode. My somewhat of a solution is...
I you would still like some samples: there is [retro-games](https://github.com/charJe/retro-games/blob/master/index.htmlisp) and the sample code from #114. Here is a sample table that has a fair amount of nesting: ```html ,@(mapcar...
Do you have any idea where in the source I would start looking to implement it?
Thanks for the tip. I have made some progress: [commit](https://github.com/charJe/mmm-mode/commit/9e47f56ab3a4bd02f35ba4849c1d25f65ee70b75). But I'm stuck on some stubborn parenthesis; I thought I could use some help.  See how...
Upon further inspection, I have determined that the mode regions are being applied correctly. The red parenthesis are due to `rainbow-delimiters-mode` not using `widen`. So think this issue is solved....