summaryrefslogtreecommitdiff
path: root/debian/patches/auto-1.3.1+repack-3-6ebaf87d7442f468b1c979ada7c3cb845fde9b5e-1566689700
blob: 03c1c58d816c8fd9bb1e4b7c9477f5c746140959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
From: David Bremner <bremner@debian.org>
Subject: Automatically generated patch (1.3.1+repack-3)

Last (up to) 3 git changes, FYI:

commit 6ebaf87d7442f468b1c979ada7c3cb845fde9b5e
Author: David Bremner <david@tethera.net>
Date:   Sat Aug 24 20:34:58 2019 -0300

    changelog for rebuild with current dh-elpa

commit 5070c19f249a6d07be10bdc6a2deb7187df1324f
Author: David Bremner <david@tethera.net>
Date:   Fri Jun 1 20:56:10 2018 -0300

    changelog for byte compilation rebuild

commit d6c1cc7151942d942b5abed8eaf07f965c529f8d
Author: Lev Lamberov <dogsleg@debian.org>
Date:   Sat Apr 7 15:13:53 2018 +0500

    Fix Vcs URLs
---

--- elisp-bug-hunter-1.3.1+repack.orig/README.org
+++ elisp-bug-hunter-1.3.1+repack/README.org
@@ -1,5 +1,5 @@
 #+OPTIONS: toc:nil num:nil
-#+TITLE: The Bug Hunter
+#+TITLE: [[file:hunter.png]] The Bug Hunter [[https://travis-ci.org/Malabarba/elisp-bug-hunter][file:https://travis-ci.org/Malabarba/elisp-bug-hunter.svg?branch=master]]
 
 /Automatically debug and bisect your init (.emacs) file!/
 
@@ -7,6 +7,8 @@ The Bug Hunter is an Emacs library that
 or unexpected behavior inside an elisp configuration file (typically
 ~init.el~ or ~.emacs~).
 
+[[file:hunter-screencast.gif]]
+
 * Usage Examples
 
 ** Automated error hunting
@@ -48,6 +50,7 @@ M-x bug-hunter-init-file RET a (featurep
 
 *That’s it!* You’ll be given a nice buffer reporting the results:
 
+[[file:cl-example.png]]
 - Are you getting obscure errors when trying to open /“.tex”/ files?
   - Don’t despair! Just use ~(and (find-file "dummy.tex") nil)~ as the assertion.
 - Did ~ox-html~ stop working due to some arcane misconfiguration?