From: Xue Fuqiao Date: Tue, 24 Dec 2013 03:07:21 +0000 (+0800) Subject: * doc/emacs/trouble.texi (Understanding Bug Reporting): Minor update. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65faed732bd8faf0864f70351ff6312bc49f2f06;p=emacs.git * doc/emacs/trouble.texi (Understanding Bug Reporting): Minor update. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 80619f3a007..09a8f1c8f0b 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2013-12-24 Xue Fuqiao + + * trouble.texi (Understanding Bug Reporting): Minor update. + 2013-12-23 Xue Fuqiao * regs.texi (Bookmarks): Document `bookmark-default-file'. diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 34783796899..083f211bd23 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -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