The reconcile mode depends on some formatting that was not available prior to V3, I am concerned that if I relax this check then some poor soul will grab this and try to use it with 2.6.3. I will look into a better way.
For now, I added a customization variable ledger-mode-should-check-version. If t it will make sure ledger is greater than 3. If nil, you are on your own, so hledger should work. I proposed a change to the MELPA recipe. As far as compiling, I need to look into that more carefully. I am using macros that need to be expanded several times during runtime, and compilation messes with that. I think this is my relative lack of experience with lisp creeping in. Better off not compiling for now. On Wed, Jul 3, 2013 at 12:08 PM, Simon Michael <[email protected]> wrote: > PS one more note, a wishlist item: > > it would be nicer if it did not fail (or give a loud warning, I'm not sure > which it's doing) at startup when it can't find the ledger executable in the > path. Also if I give it hledger, it gives me a disapproving "Bad ledger > version!" warning. I guess it needs ledger only for some advanced features > which most of us don't use (yet) so ideally those warnings could be > deferred. > > > -- > > --- You received this message because you are subscribed to the Google > Groups "Ledger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Craig, Corona De Tucson, AZ enderw88.wordpress.com -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
