Gary King gwking@metabang.com writes:
To answer my own question, I find that I can evaluate something like
(setf cl-user::*foo* <some frame variable>)
to do what I want. Is there an _easier_ way?
Inspect the value, then use M-RET on the header of the inspector page (the #<FOO {...}>.)
If you use the slime-presentations contrib, the locals are presentations, and you can use C-c C-v C-r on them (or right-click and select "Copy to REPL".)
HTH,
-T.