Alessandro Serra 710f2782eb add line-no to edit | 3 lat temu | |
---|---|---|
.. | ||
examples | 3 lat temu | |
src | 3 lat temu | |
tests | 3 lat temu | |
LICENSE | 3 lat temu | |
README.md | 3 lat temu | |
README.org | 3 lat temu | |
lilu-emacs.asd | 3 lat temu | |
packages.lisp | 3 lat temu |
Call emacs from Common Lisp
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)
Clone the project into local-projects of quicklisp, then
(ql:quickload :lilu-emacs)
Copyright (c) 2019 Alessandro Serra