Guys, I've created a dockerized version of Lem (the CL editor):
https://github.com/40ants/lem-docker
If you didn't try it yet, it is time to give it a chance :)
help
or tutorial
command though)M-.
, go at definition. The lem.asd
at the project root depends on lem submodules, which have their asd in their subdirectories. So I can't just quickload :lem
, it misses those dependencies. I like the idea of separate asd though :]
defmain system is only available on Ultralisp. You need to either install this dist into the quicklisp or use Qlot with qlfile
having a line like this:
https://github.com/ultralisp/ultralisp/blob/master/qlfile#L1
Symbol "SYSTEM-VERSION" not found in the ASDF/INTERFACE package.
Line: 25, Column: 24, File-Position: 725
That is strange. I have this symbol in the package:
POFTHEDAY> (asdf:asdf-version)
"3.3.4"
POFTHEDAY> (find-symbol "SYSTEM-VERSION" (find-package "ASDF/INTERFACE"))
ASDF/SYSTEM:SYSTEM-VERSION
:EXTERNAL
POFTHEDAY> (find-symbol "SYSTEM-VERSION"
(find-package "ASDF/INTERFACE"))
ASDF/SYSTEM:SYSTEM-VERSION
:EXTERNAL
What does (asdf:asdf-version)
show?
log4cl question:<DEBUG> [07:45:28] weblocks/request-handler request-handler.lisp (handle-request app)
When I right click on a package in slime's repl (in emacs, for example on weblocks/request-handler as shown above)
I get this error
log4slime-popup-menu: Wrong type argument: listp, #[257 "ÁÀ9\0ÂÀÃNÄ\"\0ÅÀK!\0À\"" [log4slime-popup-menu x-popup-menu plist-get menu-prop :filter identity] 6 nil "@e"]
Has anyone encountered this error before?