GNU bug report logs - #57578
[PATCH] gnu: Add emacs-buffer-env.

Previous Next

Package: guix-patches;

Reported by: rdes <rdes <at> protonmail.com>

Date: Sun, 4 Sep 2022 14:33:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57578 in the body.
You can then email your comments to 57578 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57578; Package guix-patches. (Sun, 04 Sep 2022 14:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to rdes <rdes <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 04 Sep 2022 14:33:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: rdes <rdes <at> protonmail.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add emacs-buffer-env.
Date: Sun, 04 Sep 2022 14:32:10 +0000
[Message part 1 (text/plain, inline)]
* 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
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#57578; Package guix-patches. (Sun, 04 Sep 2022 18:36:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: rdes via Guix-patches via <guix-patches <at> gnu.org>
Cc: 57578-done <at> debbugs.gnu.org, rdes <rdes <at> protonmail.com>
Subject: Re: [bug#57578] [PATCH] gnu: Add emacs-buffer-env.
Date: Sun, 04 Sep 2022 20:35:06 +0200
Hello,

rdes via Guix-patches via <guix-patches <at> 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




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 04 Sep 2022 18:36:02 GMT) Full text and rfc822 format available.

Notification sent to rdes <rdes <at> protonmail.com>:
bug acknowledged by developer. (Sun, 04 Sep 2022 18:36:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 Oct 2022 11:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 200 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.