emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] externals/sly deafdc6 4/7: Close #273: Discuss completion UIs a


From: Stefan Monnier
Subject: [nongnu] externals/sly deafdc6 4/7: Close #273: Discuss completion UIs and mention Helm-SLY in README
Date: Sat, 21 Nov 2020 01:34:52 -0500 (EST)

branch: externals/sly
commit deafdc689e2e9ae2f2da79120c4aaad50aec4a59
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Close #273: Discuss completion UIs and mention Helm-SLY in README
    
    * README.md (Completion UIs): new section.
---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 134b45a..921b01c 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,17 @@ Additional Contribs
 * https://github.com/mmgeorge/sly-asdf
 * https://github.com/40ants/sly-package-inferred
 
+Completion UIs
+--------------
+
+SLY works with most Emacs "completion UIs" out of the box, providing completion
+in source files and inputting Common Lisp symbol names from the minibuffer.
+[Company][14], Emacs 27's Fido-mode, and Helm are well-supported, as is
+"vanilla" completion.  For consistency, SLY defaults to its own UI,
+`sly-symbol-completion-mode`, useful if you don't have or like any of those.
+You can turn it off.  Also, if you use Helm and wish to have even more
+Helm-based fanciness, you can use [helm-sly][15].
+
 License
 -------
 
@@ -159,6 +170,7 @@ first part [CONTRIBUTING.md][5] file for instructions on 
how to contribute.
 [12]: https://github.com/joaotavora/sly-macrostep
 [13]: https://github.com/joaotavora/sly-quicklisp
 [14]: https://github.com/company-mode/company-mode
+[15]: https://github.com/emacs-helm/helm-sly
 [documentation]: http://joaotavora.github.io/sly
 [tutorial]: http://joaotavora.github.io/sly/#A-SLY-tour-for-SLIME-users
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]