]> code.delx.au - gnu-emacs/commitdiff
* doc/emacs/trouble.texi (Understanding Bug Reporting): Minor update.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 24 Dec 2013 03:07:21 +0000 (11:07 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 24 Dec 2013 03:07:21 +0000 (11:07 +0800)
doc/emacs/ChangeLog
doc/emacs/trouble.texi

index 80619f3a007f3175e7ab741e29478696efe5e2f7..09a8f1c8f0b12f3ff9a68f83fbe9b2ac54f6a0ce 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-24  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * trouble.texi (Understanding Bug Reporting): Minor update.
+
 2013-12-23  Xue Fuqiao  <xfq.free@gmail.com>
 
        * regs.texi (Bookmarks): Document `bookmark-default-file'.
index 347837968995aa817651727c3b18937e52aa3ab4..083f211bd2360024871178290f2f259b1bcb8f53 100644 (file)
@@ -631,6 +631,13 @@ easily reproducible at all.  In that case, you should report what you
 have---but, as before, please stick to the raw facts about what you
 did to trigger the bug the first time.
 
+  Please do not stack multiple issues into one report unless it is
+really necessary.  For example, jamming @code{electric-indent-mode}
+and @code{electric-pair-mode} into one report, reporting multiple key
+binding problems into one report (e.g., @kbd{C-i} doesn't indent the
+current line, @code{M-h} doesn't set mark, etc.).  Please make one
+report for each individual problem.
+
 @node Checklist
 @subsection Checklist for Bug Reports