rainthree
rainthree
To fix, replace sb-thread:\*current-thread\* with (sb-thread::current-vmthread-id) here: https://github.com/kraison/vivace-graph-v3/blob/master/skip-list.lisp#L375
Q:Is copy pasting possible ? Copying something in the host os clipboard and pasting in the medley repl ```meta-C for copy meta-V for paste``` Q: How to ask in the...
in Medley how to get help on a certain keybinding ? For example if I want to know what Ctrl-U does how to bind keys such as F1,F2,... to actions...
### How to use with-transaction-log ### Examples: ```lisp ;;; first clone the latest version of clobber from github (ql:quickload :clobber) #+(or)(in-package :clobber-demo/demo1) ; works too #+(or)(in-package :clobber-demo/demo2) ; works too...