On Mon, Jul 18, 2011 at 09:33, Roel van Dijk <[email protected]> wrote: > Does the font locking code inspect a character's category? > Perhaps it should use the general-category instead. Or maybe it's > a (simple?) regex problem.
The font lock machinery in emacs relies on syntax tables, which I don't think are fully populated from Unicode character tables. See C-h f modify-syntax-entry RET for details. -- brandon s allbery [email protected] wandering unix systems administrator (available) (412) 475-9364 vm/sms
_______________________________________________ Haskellmode-emacs mailing list [email protected] http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs
