-
This have been working without issue for months. Then, over the weekend, I set up a fresh Linux box. Now, when I save an Elixir file, I get
```
replace-regexp-in-string: Wrong type argument: stringp,…
-
Suggested by Tamas K. Papp.
Prototype code:
(defmethod translate-from-foreign (ptr (type complex-float-type))
(complex (mem-aref ptr :float 0) (mem-aref ptr :float 1)))
(defun complex-float-aref (…
-
Hi manateelazycat,
我使用 [perspective](https://github.com/nex3/perspective-el?tab=readme-ov-file#buffer-switchers) 来在多个frame中显示独立的buffer清单,目前可以在不同的frame中看到switch-to-buffer中的buffer清单是不同的,但是awesome-tab…
-
When editing other people's code, I would like to disable the hook on a per buffer basis so I don't change their whitespace or other aspects of their code.
Are you open to a change like this in py-au…
-
```emacs-lisp
(run-at-time
1 nil
(lambda ()
(eros--make-result-overlay
"hi"
:format " => %s"
:where (point)
:duration 'command)))
```
I expect it to show overlay…
-
It would be nice to have some equivalent to Common Lisp’s [`progn`](http://clhs.lisp.se/Body/s_progn.htm) / Scheme’s [`begin`](https://docs.racket-lang.org/reference/begin.html) / Clojure’s [`do`](htt…
-
```
Hello,
Why is get-gl-attribute not implemented? I'm not necessarily looking for a fix,
but was just curious when I found the following code in:
lispbuilder-sdl/sdl/video.lisp:
(defun get-gl-att…
-
I currently use the below configuration to emulate `insert-pair` from `lisp.el` with `puni-wrap-next-sexps`. I figured it may be useful to add to puni itself. I'm happy to open a PR, but wanted to get…
-
**Describe the bug**
When I open a PDF-File from an Org File the PDF gets opened in a new Buffer. But the Buffer with the Org-File gets replaced by the following warning: _Warning (pdf-view): These m…
-
It looks like `THREADS:DESTROY-THREAD` does not evaluate cleanup forms, but simply terminates the thread.
Test case:
```
(defparameter *test* nil)
(defun thread-termination-test ()
(setf …