GNU bug report logs - #29637
[PATCH] gnu: Add emacs-grep-a-lot.

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Sun, 10 Dec 2017 04:34:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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 29637 in the body.
You can then email your comments to 29637 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#29637; Package guix-patches. (Sun, 10 Dec 2017 04:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 10 Dec 2017 04:34:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add emacs-grep-a-lot.
Date: Sat, 09 Dec 2017 23:32:42 -0500
[Message part 1 (text/plain, inline)]
Hello!

This package enables multiple grep buffers (as in M-x rgrep) in Emacs,
for times when one is not enough...

It can be enabled with the following in your .emacs:

--8<---------------cut here---------------start------------->8---
;; Grep-a-lot
(require 'grep-a-lot)
(grep-a-lot-setup-keys)
--8<---------------cut here---------------end--------------->8---

Maxim
[0001-gnu-Add-emacs-grep-a-lot.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29637; Package guix-patches. (Sun, 10 Dec 2017 04:38:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: 29637 <at> debbugs.gnu.org
Subject: [PATCHv2] gnu: Add emacs-grep-a-lot.
Date: Sat, 09 Dec 2017 23:37:28 -0500
[Message part 1 (text/plain, inline)]
Oops, I forgot to stage a fix for the sha256 hash, so here's a v2 with it.

[0001-gnu-Add-emacs-grep-a-lot.patch (text/x-patch, attachment)]
[Message part 3 (text/plain, inline)]
Maxim
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29637; Package guix-patches. (Mon, 11 Dec 2017 16:03:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 29637 <at> debbugs.gnu.org
Subject: Re: [bug#29637] [PATCH] gnu: Add emacs-grep-a-lot.
Date: Mon, 11 Dec 2017 17:02:32 +0100
I get:

--8<---------------cut here---------------start------------->8---
Cloning into '/gnu/store/2g48isa7zdknc1zgqynkbnfn5rx5pylp-emacs-grep-a-lot-1.0.7-checkout'...
Note: checking out '9f9f645b9e308a0d887b66864ff97d0fca1ba4ad'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 9f9f645... updated copyright years and minor version
environment variable `PATH' unset
r:sha256 hash mismatch for output path `/gnu/store/2g48isa7zdknc1zgqynkbnfn5rx5pylp-emacs-grep-a-lot-1.0.7-checkout'
  expected: 1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb
  actual:   1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw
@ build-failed /gnu/store/31cfgzahfccb92sggjxq5d0q9m8s16ix-emacs-grep-a-lot-1.0.7-checkout.drv - 1 r:sha256 hash mismatch for output path `/gnu/store/2g48isa7zdknc1zgqynkbnfn5rx5pylp-emacs-grep-a-lot-1.0.7-checkout'
  expected: 1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb
  actual:   1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw
--8<---------------cut here---------------end--------------->8---

Could you check what’s going on?

Otherwise the patch LGTM.

Thanks,
Ludo’.




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Mon, 11 Dec 2017 16:04:01 GMT) Full text and rfc822 format available.

Notification sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
bug acknowledged by developer. (Mon, 11 Dec 2017 16:04:01 GMT) Full text and rfc822 format available.

Message #16 received at 29637-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 29637-done <at> debbugs.gnu.org
Subject: Re: [bug#29637] [PATCHv2] gnu: Add emacs-grep-a-lot.
Date: Mon, 11 Dec 2017 17:03:29 +0100
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> skribis:

> Oops, I forgot to stage a fix for the sha256 hash, so here's a v2 with it.

I had overlooked that v2.

> From acd421b4c514d4d2ae6501a8a8f87cf6485de572 Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
> Date: Sat, 9 Dec 2017 23:08:12 -0500
> Subject: [PATCHv2] gnu: Add emacs-grep-a-lot.
>
> * gnu/packages/emacs.scm (emacs-grep-a-lot): New variable.

Applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 09 Jan 2018 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 161 days ago.

Previous Next


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