Re: ledger vs hledger vs beancount or how to choose the right cli client

2014-09-08 Thread Gour
On Sun, 7 Sep 2014 11:12:26 -0400 Martin Blais bl...@furius.ca wrote: Hello Martin, Again, what makes you think that the other softwares are running behind? In some of the ways that it differs, I view some of the new features I implement in Beancount as new and pushing the envelope forward.

Re: ledger vs hledger vs beancount or how to choose the right cli client

2014-09-08 Thread Martin Blais
On Mon, Sep 8, 2014 at 3:22 AM, Gour g...@atmarama.net wrote: On Sun, 7 Sep 2014 11:12:26 -0400 Martin Blais bl...@furius.ca wrote: Hello Martin, Again, what makes you think that the other softwares are running behind? In some of the ways that it differs, I view some of the new

Problem getting started with Ledger

2014-09-08 Thread Joseph Mornin
Here's my ledger.dat: 2014/09/29 Employer Assets:Checking $500.00 Income:Salary When I run ledger -f ledger.dat balance, I get this error: Error: Posting with null amount's account may be mispelled: Assets:Checking $500.00 Why? -- --- You received this message because you are

Re: Problem getting started with Ledger

2014-09-08 Thread Douglas Philips
you need two white space characters between the account name and amount. your sample looks like an accountname yhat ends in $500.00 -=Doug On 9/8/14 12:38 PM, Joseph Mornin wrote: Here's my ledger.dat: | 2014/09/29Employer Assets:Checking$500.00 Income:Salary | When I run ledger -f

Re: ledger vs hledger vs beancount or how to choose the right cli client

2014-09-08 Thread Simon Michael
On 9/7/14 8:12 AM, Martin Blais wrote: Ledger uses a rational number representation AFAIK. I had a quick look and I think it's here: https://github.com/ledger/ledger/blob/master/src/amount.h#L83 I'm not so familiar with HLedger's source code, all I see is a Haskell Double, which surprises me:

Re: Problem getting started with Ledger

2014-09-08 Thread Joseph Mornin
Thanks! On Monday, September 8, 2014 9:43:03 AM UTC-7, Doug wrote: you need two white space characters between the account name and amount. your sample looks like an accountname yhat ends in $500.00 -=Doug On 9/8/14 12:38 PM, Joseph Mornin wrote: Here's my ledger.dat: |

New fontification Scheme

2014-09-08 Thread Craig Earls
I have spent the last month overhauling ledger fontification. I gave up on using the standard REGEX based methods that most font lockers use. Instead I wrote a few functions that actually understand the semantics of a ledger xact then had jit-lock and font-lock call those. Overall there is much

Re: New fontification Scheme

2014-09-08 Thread Andrew Schwartzmeyer
On Sep 8, 2014, at 8:49 PM, Craig Earls ender...@gmail.com wrote: I have spent the last month overhauling ledger fontification. I gave up on using the standard REGEX based methods that most font lockers use. Instead I wrote a few functions that actually understand the semantics of a ledger

Re: New fontification Scheme

2014-09-08 Thread Craig Earls
Indentation is totally independent of font-lock. There is a bug noted already. I just haven't gotten to it. On Monday, September 8, 2014, Andrew Schwartzmeyer and...@schwartzmeyer.com wrote: On Sep 8, 2014, at 8:49 PM, Craig Earls ender...@gmail.com javascript:; wrote: I have spent the