emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bug-hunter ce9dca6 12/95: Add commentary


From: Stefan Monnier
Subject: [elpa] externals/bug-hunter ce9dca6 12/95: Add commentary
Date: Fri, 27 Nov 2020 22:06:48 -0500 (EST)

branch: externals/bug-hunter
commit ce9dca6ae1e4f9771c0e0251a19bda7936dd1e2b
Author: Artur Malabarba <bruce.connor.am@gmail.com>
Commit: Artur Malabarba <bruce.connor.am@gmail.com>

    Add commentary
---
 bug-hunter.el | 35 +++++++++++++++++++++++++++++++++--
 1 file changed, 33 insertions(+), 2 deletions(-)

diff --git a/bug-hunter.el b/bug-hunter.el
index 9a90255..9c64efc 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -22,8 +22,39 @@
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
-
-;;
+;; `bug-hunter' is an Emacs library that finds the source of a bug inside
+;; any given `.el' file.
+;; 
+;; 
+;; Usage Examples
+;; ==============
+;; 
+;;   1. If your Emacs init file signals an error during startup, but you
+;;      don’t know why, simply issue
+;;      ,----
+;;      | M-x bug-hunter-init-file RET RET
+;;      `----
+;;      and `bug-hunter' will find it for you.
+;; 
+;;   2. If Emacs starts up without errors but something is not working as
+;;      it should, invoke the same command, but give it in an assertion:
+;;      ,----
+;;      | M-x bug-hunter-init-file RET (test-the-misbehaving-feature) RET
+;;      `----
+;; 
+;;   3. You can also use `bug-hunter-file' to hunt in other files, or even
+;;      `bug-hunter-hunt' to search in a list of expressions.
+;; 
+;; 
+;; Installation
+;; ============
+;; 
+;;   It is part of Emacs and is available trough GNU Elpa. To install,
+;;   issue
+;; 
+;;   ,----
+;;   | M-x package-install RET bug-hunter
+;;   `----
 
 ;;; Code:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]