all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34600] [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1.
@ 2019-02-21  2:13 Brett Gilio
  2019-02-21 19:30 ` swedebugia
  2019-02-24  3:10 ` bug#34600: " 宋文武
  0 siblings, 2 replies; 7+ messages in thread
From: Brett Gilio @ 2019-02-21  2:13 UTC (permalink / raw)
  To: 34600

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1. --]
[-- Type: text/x-patch, Size: 1235 bytes --]

From f4ce2f1459ed5a3dc08094c03d98c4cc1eb91348 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Wed, 20 Feb 2019 19:55:07 -0600
Subject: [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1.

* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.3.1.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cedc1efbc..80dc9eb63 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7214,7 +7214,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
 (define-public emacs-which-key
   (package
     (name "emacs-which-key")
-    (version "3.3.0")
+    (version "3.3.1")
     (source
      (origin
        (method url-fetch)
@@ -7223,7 +7223,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
              version ".tar.gz"))
        (sha256
         (base32
-         "1lsj314111cp2hjjwnv3f46ws1za6bm39rgy3l19044xf6a68j5w"))
+         "1g8k0js21bc8mlw6hvmg93zgfjhil77c30cv1hf85y4qb9ldvika"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system emacs-build-system)
     (arguments
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [bug#34600] [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1.
  2019-02-21  2:13 [bug#34600] [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1 Brett Gilio
@ 2019-02-21 19:30 ` swedebugia
  2019-02-21 19:46   ` Brett Gilio
  2019-02-24  3:10 ` bug#34600: " 宋文武
  1 sibling, 1 reply; 7+ messages in thread
From: swedebugia @ 2019-02-21 19:30 UTC (permalink / raw)
  To: 34600, brettg

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

Brett Gilio <brettg@posteo.net> skrev: (21 februari 2019 03:13:40 CET)
>

Hi Brett
You send a patch series without first sending an email to get a bug number.
We do this to keep series together under 1 number.

Could you try again and close these?
-- 
Sent from my k-9 mail for Android.

[-- Attachment #2: Type: text/html, Size: 540 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#34600] [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1.
  2019-02-21 19:30 ` swedebugia
@ 2019-02-21 19:46   ` Brett Gilio
  2019-02-21 20:30     ` Leo Famulari
  2019-02-22  8:28     ` swedebugia
  0 siblings, 2 replies; 7+ messages in thread
From: Brett Gilio @ 2019-02-21 19:46 UTC (permalink / raw)
  To: swedebugia; +Cc: 34600


swedebugia writes:

> Brett Gilio <brettg@posteo.net> skrev: (21 februari 2019 03:13:40 CET)
>>
>
> Hi Brett
> You send a patch series without first sending an email to get a bug number.
> We do this to keep series together under 1 number.
>
> Could you try again and close these?

You're going to have to be more specific. Do all patch series go under a
single bug number?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#34600] [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1.
  2019-02-21 19:46   ` Brett Gilio
@ 2019-02-21 20:30     ` Leo Famulari
  2019-02-21 21:30       ` Brett Gilio
  2019-02-22  8:28     ` swedebugia
  1 sibling, 1 reply; 7+ messages in thread
From: Leo Famulari @ 2019-02-21 20:30 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34600

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

On Thu, Feb 21, 2019 at 01:46:03PM -0600, Brett Gilio wrote:
> You're going to have to be more specific. Do all patch series go under a
> single bug number?

If the patches are related, or depend on each other, then they should be
mailed to the same bug number. Otherwise it's more difficult to review
the patches.

You can send an intro email to <guix-patches@gnu.org>, wait for the
number to be assigned, and then send the patches to that numbered
address <NNN@debbugs.gnu.org>.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#34600] [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1.
  2019-02-21 20:30     ` Leo Famulari
@ 2019-02-21 21:30       ` Brett Gilio
  0 siblings, 0 replies; 7+ messages in thread
From: Brett Gilio @ 2019-02-21 21:30 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 34600


Leo Famulari writes:

> On Thu, Feb 21, 2019 at 01:46:03PM -0600, Brett Gilio wrote:
>> You're going to have to be more specific. Do all patch series go under a
>> single bug number?
>
> If the patches are related, or depend on each other, then they should be
> mailed to the same bug number. Otherwise it's more difficult to review
> the patches.
>
> You can send an intro email to <guix-patches@gnu.org>, wait for the
> number to be assigned, and then send the patches to that numbered
> address <NNN@debbugs.gnu.org>.

Understood. Thank you, I will fix this asap.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#34600] [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1.
  2019-02-21 19:46   ` Brett Gilio
  2019-02-21 20:30     ` Leo Famulari
@ 2019-02-22  8:28     ` swedebugia
  1 sibling, 0 replies; 7+ messages in thread
From: swedebugia @ 2019-02-22  8:28 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34600

On 02/21/2019 08:46 PM, Brett Gilio wrote:
> swedebugia writes:
>
>> Brett Gilio <brettg@posteo.net> skrev: (21 februari 2019 03:13:40 CET)
>> Hi Brett
>> You send a patch series without first sending an email to get a bug number.
>> We do this to keep series together under 1 number.
>>
>> Could you try again and close these?
> You're going to have to be more specific. Do all patch series go under a
> single bug number?

Sorry if I was unclear. Yes.

The details are here: 
http://guix.info/manual/en/Submitting-Patches.html#Sending-a-Patch-Series

It was a bad idea to tell you to send them again, but it is nice to have 
them together.

And thanks for the patches anyway :)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#34600: [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1.
  2019-02-21  2:13 [bug#34600] [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1 Brett Gilio
  2019-02-21 19:30 ` swedebugia
@ 2019-02-24  3:10 ` 宋文武
  1 sibling, 0 replies; 7+ messages in thread
From: 宋文武 @ 2019-02-24  3:10 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34600-done

Brett Gilio <brettg@posteo.net> writes:

>>From f4ce2f1459ed5a3dc08094c03d98c4cc1eb91348 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Wed, 20 Feb 2019 19:55:07 -0600
> Subject: [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1.

Applied, thanks!

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-02-24  3:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21  2:13 [bug#34600] [PATCH 1/5] gnu: emacs-which-key: Update to 3.3.1 Brett Gilio
2019-02-21 19:30 ` swedebugia
2019-02-21 19:46   ` Brett Gilio
2019-02-21 20:30     ` Leo Famulari
2019-02-21 21:30       ` Brett Gilio
2019-02-22  8:28     ` swedebugia
2019-02-24  3:10 ` bug#34600: " 宋文武

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.