xelb
xelb copied to clipboard
X protocol Emacs Lisp Binding
* xcb-icccm.el (xcb:unmarshal) assert value according to value-len ---- ``` (xcb:+request+reply connection (make-instance 'xcb:ewmh:get-_NET_ACTIVE_WINDOW :window root))) ``` Error message: `Debugger entered--Lisp error: (cl-assertion-failed ((= 1 (length value)) nil))` Some debugging:...
I'm just posting the makefile I use to see byte-compilation warnings. Is this * The dependencies allow parallel making (`make -jN`). * I like the byte-compilation warnings on xelb-gen. This...
Several types define expressions to be evaluated at runtime. E.g.: 1. Switch statements where we have to eval the expression then find the matching case. 2. List sizes. 3. Struct...
I'm pretty sure it's supposed to put any unread messages back in the message cache, but it doesn't.