From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bisecting display bugs Date: Sat, 23 Jul 2016 11:51:13 +0300 Message-ID: <8360rwwxdq.fsf@gnu.org> References: <5782E073.6000505@gmail.com> <837fcsdzkj.fsf@gnu.org> <20f2bf0b-8805-103d-9aeb-648317b270d6@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1469264743 8911 80.91.229.3 (23 Jul 2016 09:05:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Jul 2016 09:05:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?Cl=C3=A9ment?= Pit--Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 23 11:05:39 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bQssL-0002MN-W0 for ged-emacs-devel@m.gmane.org; Sat, 23 Jul 2016 11:05:38 +0200 Original-Received: from localhost ([::1]:51046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQssL-0003C0-9t for ged-emacs-devel@m.gmane.org; Sat, 23 Jul 2016 05:05:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQseK-0007Ju-9j for emacs-devel@gnu.org; Sat, 23 Jul 2016 04:51:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQseG-00084U-4H for emacs-devel@gnu.org; Sat, 23 Jul 2016 04:51:07 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQseG-00083n-0z; Sat, 23 Jul 2016 04:51:04 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2431 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bQseE-0006qq-45; Sat, 23 Jul 2016 04:51:02 -0400 In-reply-to: <20f2bf0b-8805-103d-9aeb-648317b270d6@gmail.com> (message from =?utf-8?Q?Cl=C3=A9ment?= Pit--Claudel on Fri, 22 Jul 2016 14:55:36 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:206063 Archived-At: > Cc: Emacs developers > From: Clément Pit--Claudel > Date: Fri, 22 Jul 2016 14:55:36 -0400 > > Thanks for your comments! I've attached an updated patch. LGTM, thanks. One comment: > +- You should produce the ‘../reproduce-your-bug.el’ script on your own > + (it should check if the bug exists, and return the right error code > + using ‘(kill-emacs EXIT-CODE)’). Suggest to say explicitly what is "the right error code" (yes, that means repeating what you said just 20 lines above, but the relation is not 100% clear).