Steve Purcell
Steve Purcell
I'm happy with either GPLv3 or MIT.
This is because `macos-latest` is now ARM (Apple Silicon), and only Emacs >= 28.2 build on that platform. For a while, it would be possible to include `macos-11` to get...
BTW, easiest mechanism would be use `exclude` in the `matrix` portion of the github workflow, see https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations
I took a stab at fixing this -> #191
@jwiegley I didn't fix the Windows side of this, but the MacOS side should be resolved.
Probably @enderw88 would be better placed to comment on whether this is a desirable fix — I'm not sure about the history of indentation in ledger-mode
As far as I can tell, the default `indent-region-function` – `indent-region-line-by-line` – calls `indent-line-function` on each line. So what's the difference here, assuming that `indent-line-function` is set to `ledger-indent-line`?
ie. what you've implemented feels the same as simply not setting `indent-region-function` in the first place.
> ledger-post-align-postings is broken somehow I guess? Hmmm... do we have any tests for that, perhaps? You could consider pushing a failing test to show what you'd expect.
Sounds likely, want to fix it locally and submit a PR if it works for you?