[Haskell-cafe] implementing a text editor swap file

Martin DeMello martindemello at gmail.com
Wed Jan 18 02:34:10 CET 2012


I'm writing a gtk2hs-based text editor, and would like to implement
continuous (swap-file based) autosave the way vim and emacs do it. Any
suggestions for how to implement this in a cross-platform manner?

Also, is there a library that returns standard config file locations
on a per-platform basis?

martin



More information about the Haskell-Cafe mailing list