You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: emacs-ide.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -522,6 +522,9 @@ Other bindings which may be useful:
522
522
-**C-c C-d #** for reader macros
523
523
-**C-c C-d ~** for format directives
524
524
525
+
You can enhance the help buffer with the Slime extension [slime-doc-contribs](https://github.com/mmontone/slime-doc-contribs). It will show more information in a nice looking buffer.
526
+
527
+
525
528
#### Inspect
526
529
527
530
You can call `(inspect 'symbol)` from the REPL or call it with `C-c I` from a source file.
@@ -639,6 +642,13 @@ ASDF is the de-facto build facility. It is shipped in most Common Lisp implement
639
642
*[ASDF](https://common-lisp.net/project/asdf/)
640
643
*[ASDF best practices](https://gitlab.common-lisp.net/asdf/asdf/blob/master/doc/best_practices.md)
641
644
645
+
#### Searching Quicklisp libraries
646
+
647
+
From the REPL, we can use `,ql` to install a package known by name already.
648
+
649
+
In addition, we can use the [Quicklisp-systems](https://github.com/mmontone/quicklisp-systems) Slime extension to search, browse and load Quicklisp systems from Emacs.
0 commit comments