Neil Okamoto
Neil Okamoto
Especially with the addition of the `:background` and `:both` modes, there's an opportunity to add more choice in what "dimming" actually does. Currently the dimmer does a “reduced contrast” adjustment...
While linting anzu.el: ``` anzu.el:43:Warning (check-declare): said ‘migemo-forward’ was defined in unknown file: Malformed declaration Indenting region... Indenting region...done anzu.el OK ``` That warning was generated by check-declare but not...
Or is there more to do, e.g.: > Also, if that variable is safe to be set as a file-local variable, then you should declare it as such. See https://github.com/gonewest818/adafruit-wisdom.el/pull/1#issuecomment-366513611
Here's an example. If you have code like this: ``` (def h{ ;; comment :this :is ;; comment :a :multi ; comment :line :hash-map ;;; comment }) ``` then `cljfmt...
Imagine the user does an `isearch-forward` and toggles a case sensitive search with `M-c`. The subsequent `anzu-isearch-query-replace` should not only search for the prior search string, but it should also...
1. In a buffer containing ``` AB ab AB ab AB ab. ``` Perform an `isearch-forward` for "ab" and the counter correctly shows 6 matches. Then perform an `anzu-isearch-query-replace` "ab"...
As reported in #93. With `case-fold-search` set to `t` in a buffer containing: ``` Gee AB ab AB ab AB ab. ``` Do, in sequence, 1. `anzu-query-replace e RET RET`...
As reported in #93. In a buffer containing ``` AB ab AB ab AB ab. ``` with `case-fold-search` set to t , perform `anzu-query-replace` "AB" to "CD". The search correctly...
Enabling `elisp-lint` made it clear the docstrings and comments in the package need some updating before `checkdoc` will pass. For now the `checkdoc` test is disabled.
Thank you all for your impressive and valuable work here! The library [emacs-deferred](https://github.com/kiwanami/emacs-deferred) introduces macros to express deferred chains of asynchronous tasks. The `deferred:$` macro uses the anaphoric `it`, which...