projects
/
rrq
/
lsp-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daab5a6
)
added debugging support; commented out
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Tue, 18 Apr 2023 03:47:40 +0000
(13:47 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Tue, 18 Apr 2023 03:47:40 +0000
(13:47 +1000)
lsp-dbus/lsp-dbus-events.lsp
patch
|
blob
|
history
diff --git
a/lsp-dbus/lsp-dbus-events.lsp
b/lsp-dbus/lsp-dbus-events.lsp
index 5770604bd3752025102d91c64b548c2c01298be2..634ab07ae2b33a12fef672e637456536d8a9c324 100644
(file)
--- a/
lsp-dbus/lsp-dbus-events.lsp
+++ b/
lsp-dbus/lsp-dbus-events.lsp
@@
-64,8
+64,12
@@
))
"main-loop: "))
+(define (human-msg MSG)
+ (human-bytes (unpack (dup "b" (length MSG)) MSG)))
+
;; Send message, then keep reading messages until there is a reply
(define (send-recv-message MSG)
+ ;;(die nil (list 'send-recv-message (human-msg MSG)))
(net-send (:%socket SYSTEM-BUS) MSG)
(let ((REPLY nil))
(while (nil? REPLY)