Ian Tuomi
Ian Tuomi
Thank you Dan! The added documentation is very useful :)
Have you tried with latest TTF fonts in v1.2?
> Perhaps I should be looking at creating a specialized ChucK coding typeface as a fork of Hasklig This is something I'd like to see happening more :+1: I'll do...
Nice idea! In a nutshell yes, but it would be tricky to get it to work really well. Using simple rules, your example would transform into 1 000 00, and...
The pictures you saw were from a [modification of Haskell-font-lock](https://gist.github.com/i-tu/3e835955d0db554d76b7) (part of Haskell-mode). It works by assigning the ligatures custom unicode code points and substituting to them. (ie. /= to...
> So if I understand this right, the proper solution would be emacs ligature support. Such that fi would be turned into fi and likewise -> would be turned into...
@ticviking Thanks for the offer! Making the functionality in [the gist I mentioned above](https://gist.github.com/i-tu/3e835955d0db554d76b7) available in either [haskell-mode](https://github.com/haskell/haskell-mode) or as a standalone emacs module would probably be the best way...
I agree with @yawnt, standalone is definitely preferable.
@Tritlo , see this gist, which shows how to augment `haskell-font-lock.el`, part of emacs haskell-mode, to enable ligature support: https://gist.github.com/i-tu/3e835955d0db554d76b7#file-gistfile1-el-L112 What that script does is pattern match ligatures and then...
Not at all @matthew-piziak , feel free :)