summaryrefslogtreecommitdiff
path: root/lisp/ledger-complete.el
Commit message (Collapse)AuthorAgeFilesLines
* ledger-complete clean byte compileCraig Earls2014-06-281-20/+4
|
* don't add a space when completingChristophe Rhodes2014-06-131-1/+2
| | | | | | | | | | | | | | completing payees with ledger-magic-tab would add a space when there was only one possible completion. That space, in ledger's file format, would always need to be deleted again it might be helpful when completing accounts to add two spaces, but the current completion code organization can't (easily) distinguish between payee and account completion. Adding one space is harmful to account completion too, in that `ledger-account.*regex' parse accounts by looking for two spaces, and treat an account name ending with a single space before the newline as having the space as part of the account name.
* Indent & untabifythdox2014-05-171-97/+97
| | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify
* Update old FSF addressJamie Nguyen2014-03-231-2/+2
|
* Add option ledger-complete-ignore-caseMarcin Borkowski2014-02-031-36/+42
| | | | and change ledger-pcomplete accordingly
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Fix issue in ledger-fully-complete-xact to deal with possible trailing ↵Craig Earls2014-01-131-8/+13
| | | | spaces after a payee
* Backed out recent changes that broke the complete cycling behavior.Craig Earls2014-01-071-50/+5
|
* Context-aware pcomplete rules.4ourbit2013-12-311-4/+49
| | | | | | | | | Provide completions based on information retrieved with 'ledger-context-at-point'. To support step-by-step completion of transactions some more patterns were added to 'ledger-line-config'. The actual completion rules mostly reuse some of the convenient input commands that are buried in ledger-mode. Using the standard pcomplete termination string (" ") to allow a "context switch" at the end of each completion step.
* ledger-mode: Fix a number of byte-compilation warningsSteve Purcell2013-12-111-1/+1
|
* Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-07-021-82/+82
| | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el
* Finished changing name to ledger-*Craig Earls2013-07-021-0/+257
All files and references changed ldg-* to ledger-*