Phil Hagelberg wrote: > I'm working on documenting the whole thing since the Emacs maintainers > have requested this as a prerequisite to getting it included in > Emacs. But I'd also like to work on cleaning up the codebase; according > to an earlier post in here there's a good deal of indentation code > (mostly undecipherable to me) that is redundant and needs to be removed. > > Since I'm working on code I don't understand well, I'm writing a test > suite for this so such edits can be done without fear of breakage and > compatibility can be easily checked across several versions of Emacs. I > meant to mention this earlier with your heredoc patch; you might find it > useful for future hacking. Unfortunately I'm kind of in the middle of > some destabilizing changes in elunit[1], my test framework, but if > you're interested in working with it I can let you know when I wrap that > up. I would love to get some help with the test suite and maintenance. > I'd love to help out with those tests and the documentation effort. Do you have a repo set up somewhere for your changes? > Phil > http://technomancy.us > > [1] - http://github.com/technomancy/dotfiles/tree/master/.emacs.d/elunit.el > > >