Skip to content

Instantly share code, notes, and snippets.

@AkashaP
AkashaP / mqueue.asd
Last active April 13, 2022 16:12 — forked from artob/mqueue.asd
POSIX message queues for Common Lisp.
;; This is free and unencumbered software released into the public domain.
(asdf:defsystem :mqueue
:name "mqueue"
:description "POSIX message queues for Common Lisp."
:version "0.0.0"
:author "Arto Bendiken <arto@datagraph.org> modified by Akasha"
:depends-on (:cffi)
:serial t
:components ((:file "mqueue")))
@AkashaP
AkashaP / new-slydb-displayer.patch
Created February 3, 2022 20:59
Alternate Sly-db Display patch
diff --git a/sly.el b/sly.el
index 0dbd6bbf..006d3934 100644
--- a/sly.el
+++ b/sly.el
@@ -5509,13 +5509,24 @@ Also mark the window as a debugger window."
(let* ((action '(sly-db--display-in-prev-sly-db-window))
(buffer (current-buffer))
(win
- (if (cond ((eq sly-db-focus-debugger 'auto)
- (eq sly--send-last-command last-command))