Recent Changes

Updates since 2025-02-03 10:44 UTC up to 2025-03-05 10:44 UTC

1 | 3 | 7 | 30 | 90 days
List all changes Include rollbacks Include minor changes
List later changes RSS RSS with pages RSS with pages and diff

2025-03-03

  • 17:02 UTC (new) (history) 2025-03-03 Applying some modification to selected files in a directory . . . . mbork Some time ago I had a rather specific need. I wanted to automatically modify a bunch of files in a directory, and I wanted to automate it as much as possible – but without writing any Elisp. Don’t get me wrong, I love coding in Elisp, but in that case I wanted a solution really quickly, faster than I could possibly code it.

2025-02-22

  • 08:17 UTC (new) (history) 2025-02-22 Inserting Ledger transactions even faster . . . . mbork After I wrote my mbork-ledger-insert-transaction command, bound it to C-c C-v (in Ledger mode only, of course) and started using it, I noticed a big problem with it. It only inserts the heading line of the transaction and its source account, leaving the line for the target account empty. The result is that I need to fill in that line manually, which defeats the purpose of inserting the whole transaction fast.

2025-02-18

2025-02-17

  • 05:57 UTC (new) (history) 2025-02-17 isearch-forward-thing-at-point . . . . mbork One thing which I do very often is isearching for some term, like a function or variable name. Recently I learned that Emacs has a nice feature which helps with that. Pressing M-s M-. (or M-s .) invokes the isearch-forward-thing-at-point command, which does exactly what you would expect. Very useful! In fact, pressing M-s C-h reveals even more usefulness. Try it out for yourself!

2025-02-10

  • 17:28 UTC (new) (history) 2025-02-10 Running one own's commands . . . . mbork One of the common complaints of Emacs users is “I defined this cool little command to make my life easier and then I forgot to use it”. Well, I found one way to help with that.

More...

Filters