Summary
Sesman provides facilities for session management and interactive session association with the current contexts (e.g. project, directory, buffers). While sesman can be used to manage arbitrary "sessions", it primary targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.) For Emacs based IDEs, session are commonly composed of one or more physical processes (sub-processes, sockets, websockets etc). For example in the current implementation of CIDER a session would be composed of one or more sesman connections (Clojure or ClojureScript). Each CIDER connection consists of user REPL buffer and two sub-processes, one for user eval communication and another for tooling (completion, inspector etc).
Versions
v0.3.4 :: 0 :: gentoo
- Modified
- License
- GPL-3+
- Keywords
- amd64 ~x86
Runtime Dependencies
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
Depending packages
app-emacs / cider : Clojure Interactive Development Environment for GNU Emacs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-emacs/sesman: Stabilize 0.3.4 amd64, #903679
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Smith · gentoo
app-emacs/*: drop redundant NEED_EMACS
Not needed after elisp-common.eclass changed the default to 25.3 (the oldest currently in tree). Signed-off-by: Matthew Smith <matthew@gentoo.org> [Whitespace: removed double empty lines] Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Maciej Barć · gentoo
app-emacs/sesman: new package; add 0.3.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>