[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/csv2ledger c8939a4422 188/190: Fix c2l-read-account-matche
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/csv2ledger c8939a4422 188/190: Fix c2l-read-account-matchers |
Date: |
Sun, 2 Jun 2024 16:00:05 -0400 (EDT) |
branch: elpa/csv2ledger
commit c8939a44220d39377a105debeeb9a4f54637a40e
Author: Joost Kremers <joostkremers@fastmail.com>
Commit: Joost Kremers <joostkremers@fastmail.com>
Fix c2l-read-account-matchers
- Add interactive spec.
- Add a message to let the user know that the account matchers have been
re-read.
---
csv2ledger.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/csv2ledger.el b/csv2ledger.el
index 475fda6944..a34efa2679 100644
--- a/csv2ledger.el
+++ b/csv2ledger.el
@@ -502,7 +502,9 @@ new buffer is created."
(defun c2l-read-account-matchers ()
"(Re)read the account matchers file."
- (c2l-set-matcher-regexps 'force))
+ (interactive)
+ (c2l-set-matcher-regexps 'force)
+ (message "[Csv2Ledger] Reading account matchers file... Done."))
;;;###autoload
(defun c2l-csv-entry-as-kill ()
- [nongnu] elpa/csv2ledger 09e02e84a5 036/190: Expand README.md, (continued)
- [nongnu] elpa/csv2ledger 09e02e84a5 036/190: Expand README.md, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 4f7505922c 037/190: Update regex in `c2l-has-header`., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 18413f1c36 076/190: Fix typo in doc string of c2l-matcher-regexes., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 565e1a1c43 070/190: Add comment line denoting section for user option functions., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 8d18e53ee5 142/190: Fix highlighting in README.md, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 144a966942 150/190: Add section on multiple configurations to the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger b57b06d3a0 163/190: Update the README., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger b0da62c00b 153/190: Small update to the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 058bd5c96d 148/190: Declare safety predicates for defcustoms., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 8b5aa6ee00 156/190: Fix two typos in the documentation, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger c8939a4422 188/190: Fix c2l-read-account-matchers,
ELPA Syncer <=
- [nongnu] elpa/csv2ledger 03e33d295f 107/190: Replace README with a placeholder., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 1ab230f07d 181/190: Update doc string of c2l--csv-line-to-ledger, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 579acc2d00 032/190: Do not require a match when asking for an account name., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 80e39156a9 101/190: Fix c2l-amount-is-amount., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 463fa78c33 047/190: Rename internal functions with double dash., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger eb05c12358 183/190: Fix typo in the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 7cc8fa2ecf 182/190: Update version number., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger 4f6bb9e1bd 184/190: Update example function jk/c2l-convert-amount in the README, ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger be1366e6d4 031/190: c2l-payee-or-sender: first check if `c2l-account-holder` is even set., ELPA Syncer, 2024/06/03
- [nongnu] elpa/csv2ledger eaf2ad4fee 028/190: Do not test if file exists if file is nil., ELPA Syncer, 2024/06/03