Avoid thing-at-point-looking-at for fontification
commit1541a097b572899edb30a5b207dee03ed332888f
authorJason Blevins <jrblevin@sdf.org>
Fri, 18 Dec 2015 16:29:11 +0000 (18 11:29 -0500)
committerJason Blevins <jrblevin@sdf.org>
Fri, 18 Dec 2015 16:29:11 +0000 (18 11:29 -0500)
treefd94c20ec36c5e19c4861f8069453c9de70121b5
parenteb075961f82a863a1e7fa333cf02692d4abfba1d
Avoid thing-at-point-looking-at for fontification

This function is too slow to be called repeatedly by font-lock.
Temporarily remove tests for overlap between italics and code and/or
bold. This re-introduces some possible font lock errors (and a failing
test), but should significantly reduce lag and improve performance while
other solutions are considered.
markdown-mode.el
tests/markdown-test.el