mjkalyan

Results 5 comments of mjkalyan

> Moving cursors would result in unexpected side effects, for instance [jcs/xbanish#40](https://github.com/jcs/xbanish/issues/40) > > I wonder if it's possible to make the X window ignore mouse hover event when the...

Seconded, would help with any type of packaging!

I am not 100% sure about this but I think it has to do with `cl` being deprecated. Elfeed still uses `cl-loop` to process `elfeed-search-face-list`.

```lisp (defmacro run-all-examples () `(progn ,@(mapcar (lambda (example) (loop for s being the external-symbols of example when (fboundp s) collect (funcall s))) (list-system-packages #:claylib/examples)))) ; TODO define list-system-packages ``` This...