GNU bug report logs - #36353
(no subject)

Previous Next

Package: guix-patches;

Reported by: Joseph LaFreniere <joseph <at> lafreniere.xyz>

Date: Mon, 24 Jun 2019 12:46:02 UTC

Severity: normal

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

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 36353 in the body.
You can then email your comments to 36353 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#36353; Package guix-patches. (Mon, 24 Jun 2019 12:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Joseph LaFreniere <joseph <at> lafreniere.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org.

Your message did not contain a Subject field. They are recommended and useful because the title of a $gBug is determined using this field. Please remember to include a Subject field in your messages in future.

(Mon, 24 Jun 2019 12:46:02 GMT) Full text and rfc822 format available.


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

From: Joseph LaFreniere <joseph <at> lafreniere.xyz>
To: guix-patches <at> gnu.org
Date: Mon, 24 Jun 2019 07:45:29 -0500
Subject: [PATCH] gnu: Add emacs-minions.
Date: Sun, 23 Jun 2019 02:53:22 -0500
From e7980e5e582d937301ea5fe0d76f57360cadc0ed Mon Sep 17 00:00:00 
2001
* gnu/packages/emacs-xyz.scm (emacs-minions): New variable.
---
gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm 
b/gnu/packages/emacs-xyz.scm
index 238b204b3c..bc261130b8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -433,6 +433,38 @@ these arguments.  The prototypical use is for 
the command to call an external
process, passing on the arguments as command line arguments.")
    (license license:gpl3+)))

+(define-public emacs-minions
+  (package
+    (name "emacs-minions")
+    (version "0.3.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url 
"https://github.com/tarsius/minions.git")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+ 
"0q2y37zfxlbfvgdn70ikg3abp8vljna4ir9nyqlz1awmz5i1c43s"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-dash" ,emacs-dash)))
+    (home-page "https://github.com/tarsius/minions")
+    (synopsis "Minor-mode menu for the mode line")
+    (description
+     "This package implements a menu that lists enabled 
minor-modes, as well
+as commonly but not currently enabled minor-modes.  It can be 
used to toggle
+local and global minor-modes, to access mode-specific menus, and 
to get help
+about modes.
+
+This menu is intended as a replacement for the incomplete yet 
wide list of
+enabled minor-modes that is displayed in the mode line by 
default.  To use the
+menu like this, enable Minions mode.
+
+Alternatively the menu can be bound globally, for example:
+@code{(global-set-key [S-down-mouse-3] 
'minions-minor-modes-menu)}.")
+    (license license:gpl3+)))
+
(define-public emacs-treepy
  (package
    (name "emacs-treepy")
--
2.22.0





Information forwarded to guix-patches <at> gnu.org:
bug#36353; Package guix-patches. (Mon, 24 Jun 2019 12:52:02 GMT) Full text and rfc822 format available.

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

From: "LaFreniere\, Joseph" <joseph <at> lafreniere.xyz>
To: 36353 <at> debbugs.gnu.org
Subject: Re: bug#36353: Acknowledgement ((no subject))
Date: Mon, 24 Jun 2019 07:51:12 -0500
[Message part 1 (text/plain, inline)]
I intended to attach the patch with the subject "[PATCH] gnu: Add 
emacs-minions."  Please find the corrected patch attached to this 
mail.

I apologize for the inconvenience;  I am still fighting with my 
mail setup to correctly send Git patches.

--
Joseph LaFreniere
[0001-gnu-Add-emacs-minions.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#36353; Package guix-patches. (Mon, 24 Jun 2019 17:44:01 GMT) Full text and rfc822 format available.

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

From: swedebugia <swedebugia <at> riseup.net>
To: guix-patches <at> gnu.org
Subject: Re: [bug#36353] Acknowledgement ((no subject))
Date: Mon, 24 Jun 2019 19:43:25 +0200
On 2019-06-24 14:51, LaFreniere, Joseph wrote:
> I intended to attach the patch with the subject "[PATCH] gnu: Add 
> emacs-minions."  Please find the corrected patch attached to this mail.
> 
> I apologize for the inconvenience;  I am still fighting with my mail 
> setup to correctly send Git patches.

None needed :)

Thanks for the patch! LGTM.

-- 
Cheers Swedebugia




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 02 Jul 2019 22:34:02 GMT) Full text and rfc822 format available.

Notification sent to Joseph LaFreniere <joseph <at> lafreniere.xyz>:
bug acknowledged by developer. (Tue, 02 Jul 2019 22:34:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: "LaFreniere\, Joseph" <joseph <at> lafreniere.xyz>
Cc: 36353-done <at> debbugs.gnu.org
Subject: Re: [bug#36353] Acknowledgement ((no subject))
Date: Wed, 03 Jul 2019 00:33:39 +0200
Hi Joseph,

"LaFreniere, Joseph" <joseph <at> lafreniere.xyz> skribis:

>>From e7980e5e582d937301ea5fe0d76f57360cadc0ed Mon Sep 17 00:00:00 2001
> From: Joseph LaFreniere <joseph <at> lafreniere.xyz>
> Date: Sun, 23 Jun 2019 02:53:22 -0500
> Subject: [PATCH] gnu: Add emacs-minions.
> To: guix-patches <at> gnu.org
>
> * gnu/packages/emacs-xyz.scm (emacs-minions): New variable.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 31 Jul 2019 11:24:05 GMT) Full text and rfc822 format available.

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

Previous Next


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