-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding ledger-hledger-mode #398
Comments
I always support new features as long as old ones are broken without really
good cause.
Craig, Corona De Tucson, AZ
[image: missile_flyout]
enderw88.wordpress.com
…On Sun, Feb 4, 2024 at 05:22 Damien Cassou ***@***.***> wrote:
Hi,
in hledger chat on matrix, I see several people using ledger-mode with
hledger <https://hledger.org/>. I also do. There is a completely
different hledger-mode <https://github.com/narendraj9/hledger-mode> but
some people prefer ledger-mode anyway.
The ledger-mode package doesn't perfectly work with hledger. For example,
it is not possible to type a payee in `ledger-add-transaction' because the
command calls ledger with some options that are not
available in hledger. Another limitation is that clicking on a transaction
in a report doesn't show the transaction in the journal file. There are
more little problems like this.
I was wondering if a ledger-hledger-mode would be appropriate inside your
repository. It would be a minor mode that configures different things so
ledger-mode works great with hledger. I guess some
refactorings of existing code will be necessary as well to avoid hacking
ugly workarounds in ledger-hledegr-mode.
What do you think?
—
Reply to this email directly, view it on GitHub
<#398>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGWWLBTKJQREC6MHEFQDL3YR54QNAVCNFSM6AAAAABCY2GIECVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYTOMBXGMYTINY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
No, it does not. |
This year I switched from ledger to hledger and I've wondered about this same question off-and-on.
Love the idea of somehow making ledger-mode compatible with multiple versions of ledger. I'm still developing a working understanding of elisp and emacs packages in general, but the idea of using a minor mode sounds interesting. I'm not exactly sure what it would look like, but it seems like there should be a way to create adapters to support different ledger behavior. |
Hi,
in hledger chat on matrix, I see several people using ledger-mode with hledger. I also do. There is a completely different hledger-mode but some people prefer ledger-mode anyway.
The ledger-mode package doesn't perfectly work with hledger. For example, it is not possible to type a payee in `ledger-add-transaction' because the command calls ledger with some options that are not
available in hledger. Another limitation is that clicking on a transaction in a report doesn't show the transaction in the journal file. There are more little problems like this.
I was wondering if a
ledger-hledger-mode
would be appropriate inside your repository. It would be a minor mode that configures different things so ledger-mode works great with hledger. I guess somerefactorings of existing code will be necessary as well to avoid hacking ugly workarounds in
ledger-hledegr-mode
.What do you think?
The text was updated successfully, but these errors were encountered: