GNU bug report logs -
#47873
[PATCH] gnu: Add emacs-ibuffer-vc.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 23 Apr 2021 11:10:48 +0200
with message-id <87o8e52wo7.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#47873] [PATCH] gnu: Add emacs-ibuffer-vc.
has caused the debbugs.gnu.org bug report #47873,
regarding [PATCH] gnu: Add emacs-ibuffer-vc.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
47873: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47873
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
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 1c449eb606..9074faf83b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27668,3 +27668,27 @@ quasi-prefix map, with many useful bindings. These bindings are
shorter than usual, using mostly unprefixed keys.")
(license license:gpl3+)))
+(define-public emacs-ibuffer-vc
+ (package
+ (name "emacs-ibuffer-vc")
+ (version "0.11")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/purcell/ibuffer-vc")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1mgn7b786j4hwq1ks012hxxgvrfn5rz90adi2j190gmjz60rc5g5"))))
+ (build-system emacs-build-system)
+ (home-page
+ "https://github.com/purcell/ibuffer-vc")
+ (synopsis
+ "Group ibuffer's list by VC project, or show VC status")
+ (description
+ "Adds functionality to ibuffer for grouping buffers by their parent
+vc root directory, and for displaying and/or sorting by the vc
+status of listed files.")
+ (license license:gpl3+)))
--
2.31.1
--
Alexandr Vityazev
[Message part 3 (message/rfc822, inline)]
Hello,
Alexandr Vityazev <avityazev <at> posteo.org> writes:
> ---
> gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
Thank you.
I moved the package definition elsewhere than the end of the file (to
prevent merge conflicts), added a proper commit message, made the
changes below and applied your patch.
> + (synopsis
> + "Group ibuffer's list by VC project, or show VC status")
I detailed what meant "VC".
> + (description
> + "Adds functionality to ibuffer for grouping buffers by their parent
> +vc root directory, and for displaying and/or sorting by the vc
> +status of listed files.")
Description ought to be a complete sentence, and therefore, cannot start
with "Adds". I reworded it accordingly.
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.