-
This seems to work, but binding some of these variables may not actually be necessary:
```diff
diff --git a/ement-room.el b/ement-room.el
index 0bd1b95..fd74e96 100644
--- a/ement-room.el
+++ b/e…
-
I'm having some trouble with electric-operator installs and I think it's coming from Names. Starting emacs with the following `.emacs` file and an empty `.emacs.d/` fails with an error in a Names func…
-
Tested on the LispWorks 8.0 and latest SLY (commit 19f4046decb9715907b8064807b9e97c87a278fa).
I've also added "advice" on `slynk:compile-string-for-emacs` inside the LispWorks, to measure how long …
-
The following:
```
(in-package :cl-user)
(defun infinity ()
(loop do (progn (print "Hello, World!")) (sleep 1)))
(infinity)
```
can be killed using the **Threads** tree view without any i…
-
Hi nic. it seems that nmcli changed its interface : the "nm" object vanished and some other options seem to have changed. I guess the more reliable way is to use dbus, which is what @tromey does at ht…
-
When I run just the simple example on the readme page, I get an error and backtrace like this:
```
Value of 'NIL in
(THE (OR STRING SB-DI::COMPILED-DEBUG-FUN) (PROGN 'NIL))
is
NIL,
not a
(O…
ghost updated
3 years ago
-
When treemacs is open, running `(magit-ediff)` results in showing two new windows, the original editing buffer, and treemacs' sidebar when treemacs was open. So, while I expect two windows showing dif…
kjmph updated
1 month ago
-
Once a gpu-function is done, by which I mean will not be recompiled interactively, there is no point having it perform a test compile when the macro is expanded. There is also no point in emitting cod…
-
This is related to https://github.com/casouri/eldoc-box/issues/92 but the author of that issue seemed to reach a resolution to their issue so I've created a new one.
When `eldoc-box` is triggered m…
-
Hi,
I am trying to configure the spaceline-all-hte-icons with Spacemacs, it seems that no matter how I change the segments options, it's still the same, is there any tutorial on configuring spaceline…