technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.87k stars 887 forks source link

pretty-fn pretties up fnil because it begins with fn, should not #129

Closed scgilardi closed 12 years ago

scgilardi commented 12 years ago

pretty-fn pretties up fnil because it begins with fn, it should not. pretty-lambda has the same issue. but the haskell boys got it right: http://www.haskell.org/haskellwiki/Haskell_mode_for_Emacs (section 3.1.2).