From 4c0bb6f75c4efd9801a27a54d3dfeded1310e999 Mon Sep 17 00:00:00 2001 From: dickmao Date: Sun, 9 Feb 2020 17:36:27 -0500 Subject: [PATCH] add debug-on-error to README advice --- README.in.rst | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.in.rst b/README.in.rst index b23814c..aba80c4 100644 --- a/README.in.rst +++ b/README.in.rst @@ -61,7 +61,7 @@ How do I... ... report a bug? File an issue using ``M-x ein:dev-bug-report-template``. - First try ``emacs -Q -f package-initialize`` and reproduce the bug. The ``-Q`` skips any user configuration that might interfere with EIN. + First try ``emacs -Q -f package-initialize --eval "(setq debug-on-error t)"`` and reproduce the bug. The ``-Q`` skips any user configuration that might interfere with EIN. Note EIN is tested only for *released* GNU Emacs versions .. CI VERSION (see Makefile) diff --git a/README.rst b/README.rst index 4e4a770..4638c24 100644 --- a/README.rst +++ b/README.rst @@ -70,7 +70,7 @@ How do I... ... report a bug? File an issue using ``M-x ein:dev-bug-report-template``. - First try ``emacs -Q -f package-initialize`` and reproduce the bug. The ``-Q`` skips any user configuration that might interfere with EIN. + First try ``emacs -Q -f package-initialize --eval "(setq debug-on-error t)"`` and reproduce the bug. The ``-Q`` skips any user configuration that might interfere with EIN. Note EIN is tested only for *released* GNU Emacs versions 25.1