Alessandro Serra 710f2782eb add line-no to edit 2 years ago
..
examples 37e8f06a17 move folders 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 f21fa81639 remove launcher 2 years ago
lilu-emacs.asd 9638abcdcd improve emacs 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 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