lem icon indicating copy to clipboard operation
lem copied to clipboard

Error using M-x documentation-describe-bindings

Open rpx99 opened this issue 1 year ago • 5 comments

With Lem 2.1 windows release I get a crash when using M-x documentation-describe-bindings

lem_crash_bindings

The command M-x describe-bindings works.

rpx99 avatar Jul 21 '23 12:07 rpx99

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.

vindarel avatar Jul 22 '23 10:07 vindarel

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.

cxxxr avatar Jul 23 '23 02:07 cxxxr

(ping @rpx99 ) Is this issue still happening? (with the latest release)

Sasanidas avatar Dec 07 '23 14:12 Sasanidas

Yes, I tested it with LEM 2.1 release.

rpx99 avatar Dec 07 '23 19:12 rpx99

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).

Sasanidas avatar Dec 08 '23 20:12 Sasanidas