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

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

[nongnu] elpa/inf-clojure 5abac0b 262/313: Tweak the REPL type documenta


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 5abac0b 262/313: Tweak the REPL type documentation
Date: Wed, 11 Aug 2021 10:00:30 -0400 (EDT)

branch: elpa/inf-clojure
commit 5abac0b0f4f88ab0fac6884f11e28a6d0e1590af
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Tweak the REPL type documentation
---
 README.md | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index ff6ef6e..8b49c2d 100644
--- a/README.md
+++ b/README.md
@@ -303,17 +303,21 @@ whichever process buffer you want to use.
 
 #### REPL Type
 
-An `inf-clojure` REPL has an associated type. The available types are
-`(mapcar 'car inf-clojure-repl-features) ->> (cljs lumo planck joker
-clojure babashka)`
-
-What does it mean that a REPL type is supported - well it means that
-`inf-clojure` would use the proper code internally to power commands
-like definition lookup and friends.  Those differ from REPL to REPL
-and can't be implemented in a REPL-independent way. At startup
-`inf-clojure` tries to detect the type of the REPL that was started
-and uses this type to dispatch the proper code for the respective REPL
-type.
+An `inf-clojure` REPL has an associated type. The available types can be
+obtained from `inf-clojure-repl-features`:
+
+```emacs-lisp
+(mapcar 'car inf-clojure-repl-features)
+
+;; => (cljs lumo planck joker clojure babashka)
+```
+
+What does it mean that a REPL type is supported? Well, it means that
+`inf-clojure` would use the proper Clojure(Script) code internally to power
+commands like definition lookup and friends.  Those differ from REPL to REPL 
and
+can't be implemented in a REPL-independent way. The REPL type is inferred on
+startup when using the `inf-clojure` command or is specified manually when 
using
+`inf-clojure-connect`.
 
 #### ElDoc
 



reply via email to

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