all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57578] [PATCH] gnu: Add emacs-buffer-env.
@ 2022-09-04 14:32 rdes via Guix-patches via
  2022-09-04 18:35 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: rdes via Guix-patches via @ 2022-09-04 14:32 UTC (permalink / raw)
  To: 57578

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

* gnu/packages/emacs-xyz.scm (emacs-buffer-env): 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 6d89104226..e2740e4cc9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32488,3 +32488,25 @@ a way to pop up a frame at point.  Vertico-posframe is an Emacs package and
 a Vertico extension which provides a way to pop up a frame at point to show
 a vertical completion UI.")
     (license license:gpl3+)))
+
+(define-public emacs-buffer-env
+  (package
+    (name "emacs-buffer-env")
+    (version "0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://elpa.gnu.org/packages/buffer-env-"
+                                  version ".tar"))
+              (sha256
+               (base32
+                "0y8ik87dqldhn6q631zp2ln9z5byqgm9icrvr4xrdx6g8mr9c56z"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-compat))
+    (home-page "https://github.com/astoff/buffer-env")
+    (synopsis "Buffer-local process environments")
+    (description
+     "With this package, you can teach Emacs to call the correct version of external
+programs such as linters, compilers and language servers on a /per-project/
+basis.  Thus you can work on several projects in parallel with no undue
+interference and switch seamlessly between them.")
+    (license license:gpl3+)))
--
2.34.4

[-- Attachment #2: Type: text/html, Size: 2079 bytes --]

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

* [bug#57578] [PATCH] gnu: Add emacs-buffer-env.
  2022-09-04 14:32 [bug#57578] [PATCH] gnu: Add emacs-buffer-env rdes via Guix-patches via
@ 2022-09-04 18:35 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-09-04 18:35 UTC (permalink / raw)
  To: 57578; +Cc: 57578-done, rdes

Hello,

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

> * gnu/packages/emacs-xyz.scm (emacs-buffer-env): New variable.

Thank you. However the package already exists in Guix.

I'm closing the bug report.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-09-04 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-04 14:32 [bug#57578] [PATCH] gnu: Add emacs-buffer-env rdes via Guix-patches via
2022-09-04 18:35 ` Nicolas Goaziou

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.