bymoz089
bymoz089
As requested a detailed reproduction recipe: 1. run emacs via `emacs -Q -L . -l sly-autoloads --eval '(setq inferior-lisp-program "sbcl")' -f sly` 2. call `sly-inspector` via `C-c I` `'defmacro` ``...
I can not confirm this issue, when using the same software versions and Linux. What OS are you using?
Some more explanation: First: Peter Norvig says in his "Tutorial on Good Lisp Programming Style" on page 104. > Remember `#'f` is just `(function f)` Because `#'` is a reader...
Same issue with this code: ``` #if 0 { } #endif ``` > origami-fold-node: Tried to construct a node where the children overlap or are not distinct regions: ([1 11...
Looks like `origami-fold-shallow-merge` generates a wrong fold-tree. What it generates is following: ``` [1 536870911 0 t ( ;; file start end [1 37 6 t nil #] ;; #if...
Following functions will fix this bug (I hope). Now trees which are a result of two merged trees will be correct sorted trees. The fix is hackish, because I lack...
Hi @vmatare, thanks for considering the PR. 1. yes. I made some programming mistakes (with threads and loops) resulting in running hot all CPU cores very fast, with thinkfan running...
In case you reject this PR, maybe it is something for the documentation. It is possible, that the system admin defines a systemd service override, where this realtime scheduling gets...
Just wanted to post my solution. This project seems still to be used by some users. Maybe zst123 got some personal matters and has time later.