lem
lem copied to clipboard
Error using M-x documentation-describe-bindings
With Lem 2.1 windows release I get a crash when using M-x documentation-describe-bindings
The command M-x describe-bindings
works.
This appears to be an issue with a release, which doesn't know about an ASDF Lem system.
(asdf:component-children (asdf:find-component :lem "commands"))
^^^ => NIL in a release
If using Deploy, we could do (when (deploy:deployed-p) …)
. I think we need to run this collector function at compile/build time, save the list in a variable, which will be available in the binary release.
Hmm, I see.
If using Deploy, we could do (when (deploy:deployed-p) …). I think we need to run this collector function at compile/build time, save the list in a variable, which will be available in the binary release.
Since Lem have a variable called lem-core::*deployed*
, maybe we could use that.
(ping @rpx99 ) Is this issue still happening? (with the latest release)
Yes, I tested it with LEM 2.1 release.
I guess this is the same problem as with other window https://github.com/lem-project/lem/issues/1174#issuecomment-1842933266 (basically that the Lem source code is not visible for quicklisp).