Re: ledger-mode - Bug and patch ledger-copy-transaction-at-point

2014-12-21 Thread guivho
The attached patch fixes the described problems for the current git version. On Wednesday, December 17, 2014 3:23:36 PM UTC+1, guivho wrote: Hi Craig, I am using the latest elpa version ledger-mode-20141216.41 ledger-copy-transaction-at-point has some issues for me: 1) it does not insert a

Re: osx python binding (PyThreadState_Get error)

2014-12-21 Thread Alexis
Hello zt on Sat, Dec 20, 2014 at 06:23:27PM CET, you wrote: Just got into using ledger and I love it. That's great! 1 .I have been able to compile the source code through the acmake command fine after enabling python, but it cannot find the python module when I do python import. Did you

Re: How to make faster posts on ledger

2014-12-21 Thread Chris Leyon
Emacs's ledger-mode features tab completion of account names which speeds up journal entry considerably. Another feature I use is predefined text in registers. This is a general capability of Emacs, not specific to ledger-mode. To define a string in register d related to Dining, I use

Re: How to make faster posts on ledger

2014-12-21 Thread thierry
Emacs's ledger-mode features tab completion of account names which speeds up journal entry considerably. In Emacs, type 4 spaces from beginning of line, then characters Ex, then TAB. This will complete up to expenses:. Then type character 'C', then TAB; This will complete up to

Re: How to make faster posts on ledger

2014-12-21 Thread o1bigtenor
Good Morning! On Sun, Dec 21, 2014 at 12:34 AM, Kev Lau superinterstel...@gmail.com wrote: Hello, Currently I am using nano to make my ledger entries and it takes a very long time as I have to write the full form for everything (Expenses:Car:Petrol) etc and get very tired making entries.

Re: osx python binding (PyThreadState_Get error)

2014-12-21 Thread zt
Did you pass the --python option to the acprep command? Yes, I did pass this option. The compile was successful but I could not see the ledger.so file being generated anywhere (I saw the ledger.dylib file). I abandoned this approach because there were a few things related to boost-python

Re: osx python binding (PyThreadState_Get error)

2014-12-21 Thread zt
I created a pull request on github with the homebrew instructions as I mentioned earlier. Want to take an active role in contributing where I can :) -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop

Re: How to make faster posts on ledger

2014-12-21 Thread Craig Earls
Ledger-mode only uses ledger xact in one very specific case. Tab completion of payees, accounts, tags and meta-data is done within emacs. On Sunday, December 21, 2014, Eric Abrahamsen e...@ericabrahamsen.net wrote: Kev Lau superinterstel...@gmail.com javascript:; writes: Hello,

Re: How to make faster posts on ledger

2014-12-21 Thread Simon Michael
On 12/20/14 10:34 PM, Kev Lau wrote: Currently I am using nano to make my ledger entries and it takes a very long time as I have to write the full form for everything (Expenses:Car:Petrol) etc and get very tired making entries. Is there something we can do to make entries on nano

Re: How to make faster posts on ledger

2014-12-21 Thread Martin Blais
I have it setup with ido-completing-read which allows you to type any subset of characters an account name (in order). It makes it really super easy to type account names, while being generally sloppy with typing. Something worth looking into. On Sun, Dec 21, 2014 at 4:33 AM, Chris Leyon

Re: How to make faster posts on ledger

2014-12-21 Thread Craig Earls
I think the real key here is using an editor slightly more capable than nano. emacs or vi. On Sun, Dec 21, 2014 at 1:21 PM, Martin Blais bl...@furius.ca wrote: I have it setup with ido-completing-read which allows you to type any subset of characters an account name (in order). It makes it

Re: How to make faster posts on ledger

2014-12-21 Thread Eric Abrahamsen
Craig Earls ender...@gmail.com writes: Ledger-mode only uses ledger xact in one very specific case. Tab completion of payees, accounts, tags and meta-data is done within emacs. Oh sure -- that's what I meant. What I was misunderstanding was what the OP was looking for, I think... On