Re: Moving ledger-mode out of the main ledger repository

2016-08-02 Thread Jacob MacDonald
Big fan of the change! I'll be on the lookout for it as I pull it myself instead of using MELPA. On Tue, Aug 2, 2016 at 3:21 PM John Wiegley wrote: > Hi guys, > > Just wanted to let you know that I'll be splitting ledger-mode and the > Emacs > code into its own repository

Re: Moving ledger-mode out of the main ledger repository

2016-08-02 Thread Jacob MacDonald
I would suggest just using semver, treating a bump of the required Ledger version as a breaking change and noting the minimum required Ledger version in the release notes. I'm saying this with no knowledge of whether Ledger likes semver or has a problem with unsynchronized version numbers/large

Re: Moving ledger-mode out of the main ledger repository

2016-08-04 Thread Jacob MacDonald
Submitting a quick PR to MELPA here: https://github.com/melpa/melpa/pull/4099, unless @purcell is watching this mailing list? On Thu, Aug 4, 2016 at 12:10 PM Simon Michael wrote: > This is great. It will be clearer what's happening in each project. It's > also nice that

Re: How to handle bank transfer delays

2016-09-10 Thread Jacob MacDonald
I'm no accountant or Ledger expert, but as I understand it, this is why Ledger supports cleared, uncleared, and pending transactions. See http://ledger-cli.org/3.0/doc/ledger3.html#Transactions-and-Comments for details on how it works. Personally, I don't find the full spectrum of markings to be

Re: Virtual Accounts and Ledger-Mode Tab Completion

2016-10-25 Thread Jacob MacDonald
To be clear, you're seeing: 1) Accounts which have non-bracketed instances can be completed inside and outside of brackets. 2) Accounts which are only ever entered in bracketed form cannot be completed either inside or outside. Just had the chance to test the bug out and wanted to make sure

Re: building ledger on arch linux: python version

2016-11-12 Thread Jacob MacDonald
The solution I'm seeing online is to update the python symlink to point at python2 instead of 3. On Gentoo you could use eselect, not sure if Arch has an equivalent. Best, Jacob. On Sat, Nov 12, 2016, 10:48 AM Gina White wrote: > After finding it quite easy to build

Re: How to exclude uncleared and pending transactions when getting a Balance report

2017-07-24 Thread Jacob MacDonald
Use the --cleared flag with balance. For example, I use ledger -f ~/my/ledger/file.dat balance --cleared to get my current balances. On Mon, Jul 24, 2017 at 11:58 PM Justin wrote: > I am relatively new to ledger and I couldn't this anywhere. > > Thanks for helping me

Re: How to use ledger-cli in a Rust project? (A rust GTK ledger desktop app)

2018-04-29 Thread Jacob MacDonald
I'm no C++ or Rust guru, but as far as I know C++ bindings are far harder to generate than simple C ones. One advantage you do have is that Rust uses LLVM, so maybe you'll have luck using a Clang stack to build a shared Ledger library with sensible bindings? The Graal project on the JVM also has

Re: windows msys ledger strange ouput text

2018-01-06 Thread Jacob MacDonald
I believe those are color codes. Run in a different terminal or disable the coloring of output On Sat, Jan 6, 2018, 21:18 craig skinner wrote: > Hi, > > Using the msys version of ledger on windows I get the following type of > odd output in cmd terminal. > > ... >

Re: ledger.el *very* slow to load account names

2018-04-07 Thread Jacob MacDonald
7, 2018, 17:12 John Rakestraw <john.a.rakest...@gmail.com> wrote: > > > On Saturday, April 7, 2018 at 5:48:36 PM UTC-4, Jacob MacDonald wrote: >> >> I use ledger-mode and it's always instant, albeit with a much smaller >> input file. Have you used the Emac

Re: ledger.el *very* slow to load account names

2018-04-07 Thread Jacob MacDonald
I use ledger-mode and it's always instant, albeit with a much smaller input file. Have you used the Emacs profiler to see which functions are taking inordinate time? On Sat, Apr 7, 2018, 16:30 John Rakestraw wrote: > Hi, folks -- > > I'm a long-time user of ledger

Re: Is ledger available in debian or ubuntu package manager?

2020-02-17 Thread Jacob MacDonald
(On Pop!_OS here, but) Ledger seems to be in the Ubuntu universe list. Are those enabled in your docker images? I've had to manually allow them on every Debian-based install I've used. -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To

Re: Sample ledger file with all emacs faces

2022-09-12 Thread Jacob MacDonald
david kayal wrote: > Funny, I am not finding ledger-mode in ELPA. Looks like MELPA, MELPA Stable, or manually are the suggested ways to install it (https://github.com/ledger/ledger-mode/blob/8bad528d43007e0310b5e72e6e021b502b30495c/README.md). -- --- You received this message because you are

Re: Ledger mode source code

2023-04-04 Thread Jacob MacDonald
JPP wrote: > Does the emacs lisp code exist somewhere separate where I can install it? https://github.com/ledger/ledger-mode It's also in MELPA. -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop