I tried

  (modify-syntax-entry ?ℤ "w" table)

in haskell-mode.el, but it has no effect. Strangely, when I do

  (modify-syntax-entry ?ℤ "_" table)

my ℤ's turn blue. So it has some effect.

2011/7/18 Brandon Allbery <[email protected]>:
> 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.

_______________________________________________
Haskellmode-emacs mailing list
[email protected]
http://projects.haskell.org/cgi-bin/mailman/listinfo/haskellmode-emacs

Reply via email to