emacksnotes

Results 15 comments of emacksnotes

> @emacksnotes Thanks for your patience! I've merged that into my copy at https://github.com/sachac/planet.emacsen.org , which is available at https://planet.emacslife.com . @sachac Thanks.

Here is another variation of the above `advice` ... This uses `eval`. ```lisp (use-package use-package :config (advice-add 'pp-macroexpand-last-sexp :around (defun pp-macroexpand-last-sexp--around (orig-fun &rest orig-args) (pcase-let* ((`(,arg) orig-args) (sexp (pp-last-sexp)) (env...

See [Emacs Notes: Migrating to `use-package`—TIP 1: Do NOT use a naive `macroexpand` to grok a `use-package` declaration; use this wrapper instead](https://emacsnotes.wordpress.com/2023/07/02/migrating-to-use-package-tip-1-do-not-use-a-naive-macroexpand-to-grok-a-use-package-declaration-use-this-wrapper-instead/)

To my untrained ears, the description sounds similar to https://github.com/ch11ng/exwm/issues/617#issuecomment-520210875. If you look at the issue, I have linked to a screen-recording of the issue. 1. What application are you...

You may also consider sharing `XELB-DEBUG` log See 1. https://github.com/ch11ng/exwm/wiki/EXWM-User-Guide#how-to-report-a-bug 2. https://github.com/ch11ng/exwm/issues/671#issuecomment-541388417

> `Error in post-comand-hook (package-menu--post-refresh): (void-function nil)` >> Pleas post a back-trace (debug-on-error enabled). I followed your suggestion. I am getting _no_ backtrace. I am not sure if the bug...

R call these functions `which.min` and `which.max`. See [https://www.rdocumentation.org/packages/base/versions/3.6.2/topics/which.min](https://www.rdocumentation.org/packages/base/versions/3.6.2/topics/which.min) See also [Proposal add -which -- Return indices where the list entry is non-nil](https://github.com/magnars/dash.el/issues/409)

> See also [collect-cond! a variant of -separate ](https://github.com/magnars/dash.el/issues/331) and [-separate-multi](https://github.com/magnars/dash.el/issues/230) The following thing was implicit in the discussion, but was never openly stated: _The resulting subsets are disjoint, and...

> > See also [collect-cond! a variant of -separate ](https://github.com/magnars/dash.el/issues/331) and [-separate-multi](https://github.com/magnars/dash.el/issues/230) > > The following thing was implicit in the discussion, but was never openly stated: _The resulting subsets...

Few more examples ```lisp (defun -avg (values) (->> (-