From: Artur Malabarba Date: Tue, 19 Apr 2016 05:56:39 +0000 (-0300) Subject: bug-hunter: Improve the error message when emacs -Q fails X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/1134e93bec383448e38f2d0453a5abb998506c62 bug-hunter: Improve the error message when emacs -Q fails --- diff --git a/packages/bug-hunter/bug-hunter.el b/packages/bug-hunter/bug-hunter.el index d6de15de1..9a29f2fb1 100644 --- a/packages/bug-hunter/bug-hunter.el +++ b/packages/bug-hunter/bug-hunter.el @@ -4,7 +4,7 @@ ;; Author: Artur Malabarba ;; URL: https://github.com/Malabarba/elisp-bug-hunter -;; Version: 1.2 +;; Version: 1.3 ;; Keywords: lisp ;; Package-Requires: ((seq "1.3") (cl-lib "0.5")) @@ -431,9 +431,11 @@ link for some examples: (if assertion (concat "Assertion returned non-nil even on emacs -Q:" bug-hunter--assertion-reminder) - "Detected a signaled error even on emacs -Q. I'm sorry, but there -is something seriously wrong with your Emacs installation. -There's nothing more I can do here.") + "Detected a signaled error even on emacs -Q. This could mean three +things things: +1. The problem happens inside `package-initialize'. +2. You wrote the assertion wrong. +3. There's something seriously wrong with your Emacs installation.") (or assertion ""))) (t