GNU bug report logs - #26448
[PATCH] gnu: Add emacs-strace-mode.

Previous Next

Package: guix-patches;

Reported by: Mathieu Othacehe <m.othacehe <at> gmail.com>

Date: Tue, 11 Apr 2017 17:53:02 UTC

Severity: normal

Tags: patch

Done: Kei Kebreau <kei <at> openmailbox.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 26448 in the body.
You can then email your comments to 26448 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#26448; Package guix-patches. (Tue, 11 Apr 2017 17:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mathieu Othacehe <m.othacehe <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 11 Apr 2017 17:53:02 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Mathieu Othacehe <m.othacehe <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-strace-mode.
Date: Tue, 11 Apr 2017 19:51:58 +0200
* gnu/packages/emacs.scm (emacs-strace-mode): New variable.
---
 gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ff33daf71..9fdbcad7f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4137,3 +4137,25 @@ abbreviation of the mode line displays (lighters) of minor modes.")
 configuration in your @file{.emacs} file in a way that is both
 performance-oriented and tidy.")
     (license license:gpl2+)))
+
+(define-public emacs-strace-mode
+  (let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
+         (revision "1"))
+    (package
+      (name "emacs-strace-mode")
+      (version (string-append "0.0.2-" revision "." (string-take commit 7)))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/pkmoore/strace-mode")
+                      (commit commit)))
+                (file-name (string-append name "-" version "-checkout"))
+                (sha256
+                 (base32
+                  "1lbk2kzdznf2bkfazizfbimaxxzfzv00lrz1ran9dc2zqbc0bj9f"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/pkmoore/strace-mode")
+      (synopsis "Emacs major mode to highlight strace outputs")
+      (description "@code{emacs-strace-mode} provides an Emacs major mode
+ highlighting strace outputs.")
+      (license license:gpl3+))))
-- 
2.12.2





Information forwarded to guix-patches <at> gnu.org:
bug#26448; Package guix-patches. (Tue, 11 Apr 2017 18:41:02 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kei <at> openmailbox.org>
To: Mathieu Othacehe <m.othacehe <at> gmail.com>
Cc: 26448 <at> debbugs.gnu.org
Subject: Re: bug#26448: [PATCH] gnu: Add emacs-strace-mode.
Date: Tue, 11 Apr 2017 14:40:46 -0400
[Message part 1 (text/plain, inline)]
Mathieu Othacehe <m.othacehe <at> gmail.com> writes:

> * gnu/packages/emacs.scm (emacs-strace-mode): New variable.
> ---
>  gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index ff33daf71..9fdbcad7f 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -4137,3 +4137,25 @@ abbreviation of the mode line displays (lighters) of minor modes.")
>  configuration in your @file{.emacs} file in a way that is both
>  performance-oriented and tidy.")
>      (license license:gpl2+)))
> +
> +(define-public emacs-strace-mode
> +  (let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
> +         (revision "1"))
> +    (package
> +      (name "emacs-strace-mode")
> +      (version (string-append "0.0.2-" revision "." (string-take commit 7)))
> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url "https://github.com/pkmoore/strace-mode")
> +                      (commit commit)))
> +                (file-name (string-append name "-" version "-checkout"))
> +                (sha256
> +                 (base32
> +                  "1lbk2kzdznf2bkfazizfbimaxxzfzv00lrz1ran9dc2zqbc0bj9f"))))
> +      (build-system emacs-build-system)
> +      (home-page "https://github.com/pkmoore/strace-mode")
> +      (synopsis "Emacs major mode to highlight strace outputs")
> +      (description "@code{emacs-strace-mode} provides an Emacs major mode
> + highlighting strace outputs.")
> +      (license license:gpl3+))))

Pushed to master. Thanks for the package!
[signature.asc (application/pgp-signature, inline)]

Reply sent to Kei Kebreau <kei <at> openmailbox.org>:
You have taken responsibility. (Tue, 11 Apr 2017 18:42:02 GMT) Full text and rfc822 format available.

Notification sent to Mathieu Othacehe <m.othacehe <at> gmail.com>:
bug acknowledged by developer. (Tue, 11 Apr 2017 18:42:02 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kei <at> openmailbox.org>
To: bug#26448 <26448-done <at> debbugs.gnu.org>
Subject: Re: Status: [PATCH] gnu: Add emacs-strace-mode.
Date: Tue, 11 Apr 2017 14:41:34 -0400
[Message part 1 (text/plain, inline)]
bug#26448 <26448 <at> debbugs.gnu.org> writes:

> retitle 26448 [PATCH] gnu: Add emacs-strace-mode.
> reassign 26448 guix-patches
> submitter 26448 Mathieu Othacehe <m.othacehe <at> gmail.com>
> severity 26448 normal
> tag 26448 patch
>
> thanks

This package has been pushed to master.
[signature.asc (application/pgp-signature, inline)]

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

This bug report was last modified 8 years and 38 days ago.

Previous Next


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