Aaron Zeng
Aaron Zeng
As mentioned in the title, the two functions `configuration-layer/package-used-p` and `cfgl-package-used-p` have inconsistent behavior with respect to certain packages. In particular, if a package is disabled through a `:toggle` keyword...
Fix #29
Example error: ``` Wrong number of arguments: (((dates (26140 42560) (25658 8512)) (now 26130 61652 191446 0)) (_string _predicate _all) (list (concat (ledger-format-date (cl-find-if #'(lambda (date) (not (time-less-p now date)))...
ledger-complete-at-point currently seems completely broken for date completion (e.g., "19" completes to the 19th of the current month, or the previous month, whichever date is in the past from today)....
test.yml specifies a checkdoc step (whose errors are currently suppressed), but at the moment it doesn't actually do anything (and fails silently) because https://download.tuxfamily.org/user42/checkdoc-batch.el is a broken link.
When `browse-url-browser-function` signals an error, `link-hint-open-link` and related commands replace the error with a wrong-number-of-arguments error, due to `link-hint--apply` calling the function several times with different numbers of arguments. This...
See https://github.com/magit/emacsql/issues/113. Emacsql 4.0.0 has been released and should now be used in the package-requires header.
Actually calling the fundamental-mode function can be a bit slow, because it involves running change-major-mode-hook and also doing a mode-line redisplay. When the lv buffer is re-created over and over,...