Aaron Miller
Aaron Miller
Hello! I'm Aaron. Ben (@brudgers) and I have chatted briefly on this subject, and I intend at this time to assume the development role for an Electrolysis-compatible version of Firemacs....
Unfortunately not. The blockers we identified [back in June](https://github.com/firemacs/Firemacs/issues/1#issuecomment-308237683) didn't get prioritized highly enough for fixes to land in 57, and while it would be possible to provide incomplete functionality...
Yes. It's the event listener that is the problem - specifically, there being no way to apply it to the browser chrome as a whole, instead of having to inject...
Fair question. I'd really rather not, but the decision isn't mine: Org-mode's native fontification of source blocks happens, behind the scenes, in a buffer whose name starts with a space....
Not all Org-mode source blocks are small. For example, I discovered this issue in the process of using Org-mode to write a literate single-page web application in a single Org...
So something I hadn't really noticed before is that `org-src-font-lock-fontify-block` doesn't actually call major mode functions in fontification buffers unless it notices (by comparing with `major-mode`) that a given buffer...
I appreciate the PR! But I can't merge it as is; the tests haven't been updated to account for the modified behavior, and are consequently failing. There are also no...
Oh, fantastic! Thanks in particular for the link to the icon font -- I gave some thought to using something like that during the initial implementation, but couldn't find anything...