README.md 954 B

Table of Contents

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

Call emacs from Common Lisp

Usage

To open a slime connection:

(open-slime)

To use the debugger of emacs:

(let ((*debugger-hook* *default-emacs-debugger-hook*))
  (eval '(+ 3 4 a)))

To edit a file:

(emacs-edit "README.ORG")

To edit a file without waiting:

(emacs-edit "README.ORG" :wait-closed-p nil)

Installation

Clone the project into local-projects of quicklisp, then

(ql:quickload :lilu-emacs)

Author

  • Alessandro Serra

Licence

CC0

Copyright

Copyright (c) 2019 Alessandro Serra

ToDo