lawlist
lawlist
I get this error when quitting -- I am using (global-ethan-wspace-mode 1) let: Wrong number of arguments: #[nil "Á ÂŽŠebˆÃÄÅÆ#…3�ÇÈŠÉyˆ`)\"ˆÁ ÊŽËÌ!ƒ*�É•bˆ*`É•|ˆ‚ � +‡" [save-match-data-internal match-data ((bytecode "Á Â\"‡" [save-match-data-internal set-matchdata...
In a `ledger-mode` or `report-mode` *register* buffer, place the cursor on a transaction and type: `M-x ledger-edit-fn` or `C-M-s-RET` [with the `s` being the `super` / `Command` key on Apple...
The following are just some suggestions. I already made the changes in my own setup. Please feel free to incorporate or simply close out this suggestion/issue as deemed approrpiate. From...
(defun ledger-toggle-current-transaction (&optional style) "Toggle the transaction at point using optional STYLE." (interactive) (save-excursion (when (or (looking-at "^[0-9]") (re-search-backward "^[0-9]" nil t)) (skip-chars-forward "0-9./=\\-") (delete-horizontal-space) (let ((current-state (ledger-state-from-char (char-after)))) (when...
**Step 1**: The last entry in the `ledger-mode` buffer is the following -- with `(point-max)` being immediately after the word "Checking"; i.e., no new line / no final new line...
Nothing too major, but I spent some time debugging this morning trying to figure out why `C-c C-p` was not working. It turned out that my having narrowed the ledger...
Nothing major, but if `ledger-highlight-xact-under-point` is nil, then there would be no need to have the `post-command-hook` calling a function that automatically exits every command loop. E.g., Change `(add-hook 'post-command-hook...
First off, let me please take this opportunity to say how grateful I am that you invested the time to write such a useful library. It is truly AWESOME! I...
As a feature request, please consider adding the options to simultaneously both underline and highlight -- with both foreground and background color settings. If possible, without creating a new color...
I had a little difficulty figuring out that a read-only buffer could not be modified because `wgrep-change-readonly-file` was `nil` and the `condition-case-nil` section of `wgrep-commit-buffer` suppresses the error message that...