Andrey Listopadov
Andrey Listopadov
Running the `(dotimes [i 200000] (println i))` snippet results in a significant slowdown in the REPL, making emacs hang completely at some point (tested with `emacs -Q`). Doing a CPU...
It seems that spaces in targets aren't supported:  Also, note orange `)`, might be some variable regex match? Here as well:  Other than that everything looks fine so...
```Makefile clean distclean: @echo "Cleaning common libraries.. ($(MAKECMDGOALS))" @for i in $(SUBDIRS); do \ $(MAKE) -C $$PWD/$$i $(MAKECMDGOALS); \ done $(MAKE) -C $$PWD/../tools $(MAKECMDGOALS); \ rm -rf build *.lock ```
About several formatting suggestions mentioned in reviews. Just wondering, why not set up git hooks or add file with rules for formatting program (clang-format for example). It works for such...
I like the idea, but most of my plugins, which added keybindings, either did it via user modes, or had a dedicated buffer for the plugin where I was free...
I've also noticed that `diff show-diff` command adds a flag column that has background color that doesn't match theme background.
sure. This is hand-constructed, but I've managed to reproduce the issue with it: [album.zip](https://github.com/Taiko2k/TauonMusicBox/files/13550024/album.zip)  Strawberry (Clementine fork) shows it like this:  but I know for sure that it...
I have updated to the 7.7.1 release and unfortunately the problem persists.
Note, [Borkdude's deps.add-lib](https://github.com/borkdude/deps.add-lib) works when `enrich-classpath` is `t`
I guess there are more problems than that. For instance, at work I regularly experience problems with downloading missing libraries through a proxy if I jack-in and some libraries are...