GNU bug report logs - #46930
[PATCH] gnu: Add emacs-multifiles.

Previous Next

Package: guix-patches;

Reported by: Stefan Reichör <stefan <at> xsteve.at>

Date: Thu, 4 Mar 2021 19:58:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#46930: closed ([PATCH] gnu: Add emacs-multifiles.)
Date: Fri, 05 Mar 2021 16:17:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 05 Mar 2021 17:16:19 +0100
with message-id <87zgzhefu4.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#46930] [PATCH] gnu: Add emacs-multifiles.
has caused the debbugs.gnu.org bug report #46930,
regarding [PATCH] gnu: Add emacs-multifiles.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
46930: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46930
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Reichör <stefan <at> xsteve.at>
To: guix-patches <at> gnu.org
Cc: Stefan Reichör <stefan <at> xsteve.at>
Subject: [PATCH] gnu: Add emacs-multifiles.
Date: Thu,  4 Mar 2021 20:57:42 +0100
* gnu/packages/emacs-xyz.scm (emacs-multifiles): New variable.
---
 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 85a612296c..98b827177c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5801,6 +5801,30 @@ interactive searches to move multiple fake cursors.")
 simultaneous cursors.")
     (license license:gpl3+)))
 
+(define-public emacs-multifiles
+  (let ((commit "dddfe64b8e1c1cd1f9ccc1f03405477fc0d53897")
+        (revision "1"))
+    (package
+      (name "emacs-multifiles")
+      (version (git-version "0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/magnars/multifiles.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "065l04ylplng1vgykkbn2vnkcs3sn1k2cikx1ha2q8wmgx6bkvai"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-dash" ,emacs-dash)))
+      (home-page "https://github.com/magnars/multifiles.el")
+      (synopsis "Edit multiple files in a single emacs buffer")
+      (description
+       "View and edit parts of multiple files in one emacs buffer.")
+      (license license:gpl3+))))
+
 (define-public emacs-mc-extras
   (let ((commit "053abc52181b8718559d7361a587bbb795faf164")
         (revision "1"))
-- 
2.25.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Stefan Reichör <stefan <at> xsteve.at>
Cc: 46930-done <at> debbugs.gnu.org
Subject: Re: [bug#46930] [PATCH] gnu: Add emacs-multifiles.
Date: Fri, 05 Mar 2021 17:16:19 +0100
Hello,

Stefan Reichör <stefan <at> xsteve.at> writes:

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

Applied. I added a comment explaining why we are using a specific
commit. I also turned the description into a full sentence.

Thanks!

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 4 years and 138 days ago.

Previous Next


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