GNU bug report logs -
#46930
[PATCH] gnu: Add emacs-multifiles.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46930 in the body.
You can then email your comments to 46930 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#46930
; Package
guix-patches
.
(Thu, 04 Mar 2021 19:58:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Reichör <stefan <at> xsteve.at>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 04 Mar 2021 19:58:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Fri, 05 Mar 2021 16:17:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Stefan Reichör <stefan <at> xsteve.at>
:
bug acknowledged by developer.
(Fri, 05 Mar 2021 16:17:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 46930-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 03 Apr 2021 11:24:05 GMT)
Full text and
rfc822 format available.
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.