Alessandro Serra 710f2782eb add line-no to edit | il y a 3 ans | |
---|---|---|
.. | ||
src | il y a 3 ans | |
tests | il y a 3 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 3 ans | |
README.org | il y a 3 ans | |
lilu-lem.asd | il y a 3 ans | |
packages.lisp | il y a 3 ans |
Call lem from Common Lisp
To open a slime connection:
(open-slime)
To use the debugger of lem:
(let ((*debugger-hook* *default-lem-debugger-hook*))
(eval '(+ 3 4 a)))
To edit a file:
(lem-edit "README.ORG")
To edit a file without waiting:
(lem-edit "README.ORG" :wait-closed-p nil)
Clone the project into local-projects of quicklisp, then
(ql:quickload :lilu-lem)
Copyright (c) 2019 Alessandro Serra