all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64419] [PATCH] gnu: Add emacs-eldoc-box.
@ 2023-07-02 12:27 Hilton Chain via Guix-patches via
  2023-07-10  6:33 ` bug#64419: " Andrew Tropin
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-02 12:27 UTC (permalink / raw)
  To: 64419; +Cc: Hilton Chain, Andrew Tropin, Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-eldoc-box): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6c86ee3793..9754a762b8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18623,6 +18623,28 @@ (define-public emacs-eldoc
 variable instead, to remind you of that variable's meaning.")
     (license license:gpl3+)))
 
+(define-public emacs-eldoc-box
+  (package
+    (name "emacs-eldoc-box")
+    (version "1.10.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/casouri/eldoc-box")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "076bbn2nnrx02zk2hs4b39q0w3s7afbgfdxnwk2y2s8lkq1l6l87"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/casouri/eldoc-box")
+    (synopsis "Childframe doc for eglot and anything that uses eldoc")
+    (description
+     "This package displays ElDoc documentations in a childframe.  The
+childfrme is selectable and scrollable with mouse, even thought the cursor is
+hidden.")
+    (license license:gpl3+)))
+
 ;; Tests for ert-runner have a circular dependency with ecukes, and therefore
 ;; cannot be run
 (define-public emacs-ert-runner

base-commit: a919a16898e7219fdd26bdfe33a9959e7156d59d
-- 
2.40.1





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

* bug#64419: [PATCH] gnu: Add emacs-eldoc-box.
  2023-07-02 12:27 [bug#64419] [PATCH] gnu: Add emacs-eldoc-box Hilton Chain via Guix-patches via
@ 2023-07-10  6:33 ` Andrew Tropin
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Tropin @ 2023-07-10  6:33 UTC (permalink / raw)
  To: Hilton Chain, 64419-done; +Cc: Hilton Chain, Liliana Marie Prikler

[-- Attachment #1: Type: text/plain, Size: 1778 bytes --]

On 2023-07-02 20:27, Hilton Chain wrote:

> * gnu/packages/emacs-xyz.scm (emacs-eldoc-box): New variable.
> ---
>  gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 6c86ee3793..9754a762b8 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -18623,6 +18623,28 @@ (define-public emacs-eldoc
>  variable instead, to remind you of that variable's meaning.")
>      (license license:gpl3+)))
>  
> +(define-public emacs-eldoc-box
> +  (package
> +    (name "emacs-eldoc-box")
> +    (version "1.10.1")
> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://github.com/casouri/eldoc-box")
> +                    (commit (string-append "v" version))))
> +              (file-name (git-file-name name version))
> +              (sha256
> +               (base32
> +                "076bbn2nnrx02zk2hs4b39q0w3s7afbgfdxnwk2y2s8lkq1l6l87"))))
> +    (build-system emacs-build-system)
> +    (home-page "https://github.com/casouri/eldoc-box")
> +    (synopsis "Childframe doc for eglot and anything that uses eldoc")
> +    (description
> +     "This package displays ElDoc documentations in a childframe.  The
> +childfrme is selectable and scrollable with mouse, even thought the cursor is
> +hidden.")
> +    (license license:gpl3+)))
> +
>  ;; Tests for ert-runner have a circular dependency with ecukes, and therefore
>  ;; cannot be run
>  (define-public emacs-ert-runner
>
> base-commit: a919a16898e7219fdd26bdfe33a9959e7156d59d

Applied, pushed as 6663eb9aa7, thank you!

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2023-07-10  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02 12:27 [bug#64419] [PATCH] gnu: Add emacs-eldoc-box Hilton Chain via Guix-patches via
2023-07-10  6:33 ` bug#64419: " Andrew Tropin

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.