On 26 January 2011 06:07, Julian Gilbey <[email protected]> wrote: > I've been editing literate (LaTeX-based) Haskell code using Emacs and > MMM-mode, using the instructions posted in > http://www.haskell.org/pipermail/haskell/2006-April/017855.html > > There's one annoyance, however: the $ operator in Haskell code ends up > being interpreted as the beginning of math mode, completely messing up > any font-lock colo(u)ring. > > Has anyone else found this, and has anyone come up with a good > solution?
Last time I tried this, I ended up inserting extra $ just to fix up the syntax highlighting :s Maybe try something like http://www.loveshack.ukfsn.org/emacs/haskell-latex.el instead? -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
