unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jens Mølgaard" <jens@zete.tk>
To: 36713@debbugs.gnu.org
Subject: [bug#36713] [PATCH 1/6]
Date: Thu, 18 Jul 2019 21:12:06 +1200	[thread overview]
Message-ID: <877e8fu2op.fsf@zete.tk> (raw)
In-Reply-To: <87a7dbu4r1.fsf@zete.tk>


[-- Attachment #1.1: Type: text/plain, Size: 78 bytes --]

This adds emacs-bug-hunter, a tool to bisect the Emacs init file or
similar.


[-- Attachment #1.2: 0001-gnu-Add-emacs-bug-hunter.patch --]
[-- Type: text/x-patch, Size: 2128 bytes --]

From 9cb3ff48b9f6bdd280b97f4eea38def83dad5e57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Thu, 18 Jul 2019 19:43:04 +1200
Subject: [PATCH 1/6] gnu: Add emacs-bug-hunter.

* gnu/packages/emacs-xyz.scm (emacs-bug-hunter): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d6f43ecfef..96f8039a72 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -49,6 +49,7 @@
 ;;; Copyright © 2019 LaFreniere, Joseph <joseph@lafreniere.xyz>
 ;;; Copyright © 2019 Amar Singh <nly@disroot.org>
 ;;; Copyright © 2019 Baptiste Strazzulla <bstrazzull@hotmail.fr>
+;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -947,6 +948,33 @@ regexp-like arguments to @code{skip-chars-forward} and
 @code{skip-chars-backward}.")
     (license license:gpl3+)))
 
+(define-public emacs-bug-hunter
+  (let ((commit "b88d981afa9154b236c5a3a83b50d5889d46c6a7")
+        (revision "1"))
+    (package
+      (name "emacs-bug-hunter")
+      (version (git-version "1.3.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Malabarba/elisp-bug-hunter.git")
+               (commit commit)))
+         (file-name (git-file-name name commit))
+         (sha256
+          (base32
+           "134fj493sdn93pyyac8rpz1fzahzmayvphsrmqp3wvgysmfqm38l"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-seq" ,emacs-seq)))
+      (home-page "https://github.com/Malabarba/elisp-bug-hunter.git")
+      (synopsis "Hunt down errors by bisecting elisp files")
+      (description
+       "The Bug Hunter is an Emacs library that finds the source of an error
+or unexpected behavior inside an elisp configuration file (typically init.el
+or .emacs).")
+      (license license:gpl3+))))
+
 \f
 ;;;
 ;;; Web browsing.
-- 
2.22.0


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

  reply	other threads:[~2019-07-18  9:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-18  8:27 [bug#36713] [PATCH 0/6] Add six Emacs packages Jens Mølgaard
2019-07-18  9:12 ` Jens Mølgaard [this message]
2019-07-18  9:13 ` [bug#36713] [PATCH 2/6] Add emacs-gnus-alias Jens Mølgaard
2019-07-18  9:15 ` [bug#36713] [PATCH 3/6] Add emacs-ox-epub Jens Mølgaard
2019-07-18  9:16 ` [bug#36713] [PATCH 4/6] Add emacs-ox-pandoc Jens Mølgaard
2019-07-18  9:18 ` [bug#36713] [PATCH 5/6] Add emacs-wc-mode Jens Mølgaard
2019-07-18  9:19 ` [bug#36713] [PATCH 6/6] Add emacs-mastodon Jens Mølgaard
2019-07-28 19:19   ` Brett Gilio
2019-07-26 22:58 ` bug#36713: [PATCH 0/6] Add six Emacs packages Ludovic Courtès

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=877e8fu2op.fsf@zete.tk \
    --to=jens@zete.tk \
    --cc=36713@debbugs.gnu.org \
    /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).