unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kei@openmailbox.org>
To: Mathieu Othacehe <m.othacehe@gmail.com>
Cc: 26448@debbugs.gnu.org
Subject: bug#26448: [PATCH] gnu: Add emacs-strace-mode.
Date: Tue, 11 Apr 2017 14:40:46 -0400	[thread overview]
Message-ID: <87r30y23f5.fsf@openmailbox.org> (raw)
In-Reply-To: <20170411175158.15557-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Tue, 11 Apr 2017 19:51:58 +0200")

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

Mathieu Othacehe <m.othacehe@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!

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

  reply	other threads:[~2017-04-11 18:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-11 17:51 bug#26448: [PATCH] gnu: Add emacs-strace-mode Mathieu Othacehe
2017-04-11 18:40 ` Kei Kebreau [this message]
2017-04-11 18:41 ` bug#26448: Status: " Kei Kebreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r30y23f5.fsf@openmailbox.org \
    --to=kei@openmailbox.org \
    --cc=26448@debbugs.gnu.org \
    --cc=m.othacehe@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).