unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: mthl@gnu.org
Cc: 33698@debbugs.gnu.org
Subject: [bug#33698] [PATCH v2 1/2] gnu: Add emacs-sesman.
Date: Tue, 11 Dec 2018 12:21:45 +0530	[thread overview]
Message-ID: <20181211065147.18404-2-arunisaac@systemreboot.net> (raw)
In-Reply-To: <20181211065147.18404-1-arunisaac@systemreboot.net>

From: Mathieu Lirzin <mthl@gnu.org>

* gnu/packages/emacs.scm (emacs-sesman): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
---
 gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 13588bf01..a7fbd7657 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -12729,3 +12729,29 @@ Emacs.")
 rooms.  It also provides an API which allows Emacs to seamlessly create
 RPC channels with users and other software.")
       (license license:gpl3+))))
+
+(define-public emacs-sesman
+  (package
+    (name "emacs-sesman")
+    (version "0.3.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/vspinu/sesman.git")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0r32f8ma9ddczxrrdz0nadp14j3zmk10q1ch02gb82synkx3xdra"))))
+    (build-system emacs-build-system)
+    (arguments
+     `(#:tests? #t
+       #:test-command '("make" "test")))
+    (home-page "https://github.com/vspinu/sesman")
+    (synopsis "Session manager for Emacs based IDEs")
+    (description "Sesman provides facilities for session management and
+interactive session association with the current contexts (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.)")
+    (license license:gpl3+)))
-- 
2.19.2

  reply	other threads:[~2018-12-11  6:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-10 22:17 [bug#33698] [PATCH 0/2] Update emacs-cider Mathieu Lirzin
2018-12-10 22:20 ` [bug#33698] [PATCH 1/2] gnu: Add emacs-sesman Mathieu Lirzin
2018-12-10 22:20   ` [bug#33698] [PATCH 2/2] gnu: emacs-cider: Update to 0.18.0 Mathieu Lirzin
2018-12-11  6:51 ` [bug#33698] [PATCH v2 0/2] Update emacs-cider Arun Isaac
2018-12-11  6:51   ` Arun Isaac [this message]
2018-12-11  6:51   ` [bug#33698] [PATCH v2 2/2] gnu: emacs-cider: Update to 0.18.0 Arun Isaac
2018-12-11  8:51   ` [bug#33698] [PATCH v2 0/2] Update emacs-cider Mathieu Lirzin
2018-12-11 17:44     ` bug#33698: " Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181211065147.18404-2-arunisaac@systemreboot.net \
    --to=arunisaac@systemreboot.net \
    --cc=33698@debbugs.gnu.org \
    --cc=mthl@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).