unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54093] [PATCH] gnu: Add emacs-sink-el.
@ 2022-02-21 20:36 jgart via Guix-patches via
  2022-02-22 10:40 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: jgart via Guix-patches via @ 2022-02-21 20:36 UTC (permalink / raw)
  To: 54093; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-sink-el): New variable.
---

Hi Guixers,

Let me know if you think this is ready for upstream.

I have it packaged as a pre-release in Guix 'R Us.

all best,

jgart

gemini://whereis.xn--q9jyb4c/
https://whereis.xn--q9jyb4c/

 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3b909b8d0d..dc2bd198e3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30677,6 +30677,30 @@ (define-public emacs-alsamixer-el
 audio volume via amixer.")
     (license license:gpl3+)))
 
+(define-public emacs-sink-el
+  (let ((commit "d64ee23df974851352c48d17eeeb9376c40779a9")
+        (revision "0"))
+    (package
+      (name "emacs-sink-el")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri
+          (git-reference
+           (url "https://github.com/alcah/sink.el")
+           (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1bshm19cbsjn100nfjz2anmpgp9yml88701nfdal9a2b7g6dr5x9"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/alcah/sink.el")
+      (synopsis "Receive messages from Plan9's plumber in Emacs")
+      (description
+"@code{sink.el} provides a global minor mode allowing Emacs to receive and
+respond to messages from the Plan9 plumber via its ports interface.")
+      (license license:unlicense))))
+
 (define-public emacs-fennel-mode
   (package
     (name "emacs-fennel-mode")
-- 
2.35.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#54093] [PATCH] gnu: Add emacs-sink-el.
  2022-02-21 20:36 [bug#54093] [PATCH] gnu: Add emacs-sink-el jgart via Guix-patches via
@ 2022-02-22 10:40 ` Nicolas Goaziou
  2022-02-22 19:55   ` jgart via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2022-02-22 10:40 UTC (permalink / raw)
  To: 54093; +Cc: jgart

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-sink-el): New variable.

Thank you.

This relies on the "9p" executable, but I don't think we packaged it so
far. If we do, it should be provided as an input.

WDYT?

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#54093] [PATCH] gnu: Add emacs-sink-el.
  2022-02-22 10:40 ` Nicolas Goaziou
@ 2022-02-22 19:55   ` jgart via Guix-patches via
  2022-07-07 20:14     ` bug#54093: " Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: jgart via Guix-patches via @ 2022-02-22 19:55 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 54093

On Tue, 22 Feb 2022 11:40:25 +0100 Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> This relies on the "9p" executable, but I don't think we packaged it so
> far. If we do, it should be provided as an input.
> WDYT?

Sounds good to me. 

9p comes from:

https://github.com/9fans/plan9port/blob/master/src/cmd/9p.c

I'll try to package that soon.

Thanks for the review!

all best,

jgart

gemini://whereis.xn--q9jyb4c/
https://whereis.xn--q9jyb4c/




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#54093: [PATCH] gnu: Add emacs-sink-el.
  2022-02-22 19:55   ` jgart via Guix-patches via
@ 2022-07-07 20:14     ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2022-07-07 20:14 UTC (permalink / raw)
  To: jgart; +Cc: 54093-done, Nicolas Goaziou

Hi jgart,

jgart <jgart@dismail.de> writes:

> On Tue, 22 Feb 2022 11:40:25 +0100 Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>> This relies on the "9p" executable, but I don't think we packaged it so
>> far. If we do, it should be provided as an input.
>> WDYT?
>
> Sounds good to me. 
>
> 9p comes from:
>
> https://github.com/9fans/plan9port/blob/master/src/cmd/9p.c
>
> I'll try to package that soon.

OK.  Please send a new submission when you get around to it.  Closing
for now.

Thank you!

Maxim




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-07 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 20:36 [bug#54093] [PATCH] gnu: Add emacs-sink-el jgart via Guix-patches via
2022-02-22 10:40 ` Nicolas Goaziou
2022-02-22 19:55   ` jgart via Guix-patches via
2022-07-07 20:14     ` bug#54093: " Maxim Cournoyer

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).