Alessandro Serra 710f2782eb add line-no to edit 2 years ago
..
src 710f2782eb add line-no to edit 2 years ago
tests 37e8f06a17 move folders 2 years ago
LICENSE 37e8f06a17 move folders 2 years ago
README.md 37e8f06a17 move folders 2 years ago
README.org 37e8f06a17 move folders 2 years ago
lilu-lem.asd 56df4a0177 improve lem 2 years ago
packages.lisp f21fa81639 remove launcher 2 years ago

README.md

Table of Contents

  1. Usage
  2. Installation
  3. Author
  4. Licence
  5. Copyright
  6. ToDo

Call lem from Common Lisp

Usage

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)

Installation

Clone the project into local-projects of quicklisp, then

(ql:quickload :lilu-lem)

Author

  • Alessandro Serra

Licence

CC0

Copyright

Copyright (c) 2019 Alessandro Serra

ToDo