emacksnotes
emacksnotes
If there is an existing elegant way of doing `-
May be it shouldn't be a macro ```lisp (defmacro -> forms (--map `(->> ,x ,it))))) ``` just a defun like so ```lisp (defun -> fs (--map (funcall it x)))) ```...
On a related note, the name `-select-by-indices` is a bit too big. May be call it `-index`. Indexing is used for selecting values in R. See [https://adv-r.hadley.nz/subsetting.html](https://adv-r.hadley.nz/subsetting.html), and [subset: Subsetting...
I don't want to get in to politics. I had opened the following issue [Backtrace when M-x origami-recursively-toggle-node on xdisp.c@Emacs 26.2 ](https://github.com/gregsexton/origami.el/issues/86]) in the parent repo. It is clearly some...
It is possible that original author of `origami` has a signed assignment with FSF, and plans to put his project on GNU ELPA. If this is the case, there could...