From unknown Thu Jun 19 14:17:37 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#20738 <20738@debbugs.gnu.org> To: bug#20738 <20738@debbugs.gnu.org> Subject: Status: 25.0.50; grep/compilation output sometimes has text prop `compilation-message' on final line Reply-To: bug#20738 <20738@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:17:37 +0000 retitle 20738 25.0.50; grep/compilation output sometimes has text prop `com= pilation-message' on final line reassign 20738 emacs submitter 20738 Drew Adams severity 20738 minor tag 20738 unreproducible thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 05 02:45:25 2015 Received: (at submit) by debbugs.gnu.org; 5 Jun 2015 06:45:25 +0000 Received: from localhost ([127.0.0.1]:40981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0lNc-0000ZJ-R1 for submit@debbugs.gnu.org; Fri, 05 Jun 2015 02:45:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52066) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0lNZ-0000Z0-Uj for submit@debbugs.gnu.org; Fri, 05 Jun 2015 02:45:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0lNR-0007Jk-F4 for submit@debbugs.gnu.org; Fri, 05 Jun 2015 02:45:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:51937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0lNR-0007IG-D6 for submit@debbugs.gnu.org; Fri, 05 Jun 2015 02:45:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0lLs-0005Oj-Jj for bug-gnu-emacs@gnu.org; Fri, 05 Jun 2015 02:43:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0lLn-0006j0-7F for bug-gnu-emacs@gnu.org; Fri, 05 Jun 2015 02:43:36 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:44087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0lLn-0006iu-0Z for bug-gnu-emacs@gnu.org; Fri, 05 Jun 2015 02:43:31 -0400 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t556hTib018826 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 5 Jun 2015 06:43:30 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id t556hTaV022194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 5 Jun 2015 06:43:29 GMT Received: from abhmp0003.oracle.com (abhmp0003.oracle.com [141.146.116.9]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id t556hTH5030605 for ; Fri, 5 Jun 2015 06:43:29 GMT MIME-Version: 1.0 Message-ID: Date: Thu, 4 Jun 2015 23:43:28 -0700 (PDT) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 25.0.50; grep/compilation output sometimes has text prop `compilation-message' on final line X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) I seem not to see the problem if there are not a lot of lines output by `grep', but if there are a lot then I see the problem (don't ask me how much is a lot - I certainly see it if there are, say, 6000 lines). If I test `M-: (get-text-property (point) 'compilation-message)' with point at bol of the last line of the buffer, which is for example, this: Grep finished (matches found) at Thu Jun 4 23:26:06 Then I get this, for example: [cl-struct-compilation--message (nil 26 (("Grep finished (matches found) at Thu Jun 4 23" nil) nil (26 #1)) nil nil) 2 nil] IIUC, there should be no such text property on this line, as it is not an "error" message line. Here is what `C-u C-x =3D' shows wrt text properties at that position: There are text properties here: compilation-handle-exit t compilation-message [Show] face nil font-lock-face (compilation-info) fontified t help-echo "mouse-2: visit this file and line" keymap compilation-button-map mouse-face compilation-mouseover And clicking [Show] shows the vector value I wrote above. In GNU Emacs 25.0.50.1 (i686-pc-mingw32) of 2014-10-20 on LEG570 Bzr revision: 118168 rgm@gnu.org-20141020195941-icp42t8ttcnud09g Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --enable-checking=3Dyes,glyphs CPPFLAGS=3D-DGLYPH_DEBUG=3D1' From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 05 03:20:39 2015 Received: (at 20738) by debbugs.gnu.org; 5 Jun 2015 07:20:39 +0000 Received: from localhost ([127.0.0.1]:41026 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0lvh-0001Rj-Ef for submit@debbugs.gnu.org; Fri, 05 Jun 2015 03:20:38 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:17634) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z0lve-0001RW-J8 for 20738@debbugs.gnu.org; Fri, 05 Jun 2015 03:20:35 -0400 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t557KSbL019508 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <20738@debbugs.gnu.org>; Fri, 5 Jun 2015 07:20:28 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t557KQ6W006991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for <20738@debbugs.gnu.org>; Fri, 5 Jun 2015 07:20:27 GMT Received: from abhmp0003.oracle.com (abhmp0003.oracle.com [141.146.116.9]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id t557KQGk013174 for <20738@debbugs.gnu.org>; Fri, 5 Jun 2015 07:20:26 GMT MIME-Version: 1.0 Message-ID: Date: Fri, 5 Jun 2015 00:20:25 -0700 (PDT) From: Drew Adams To: 20738@debbugs.gnu.org Subject: RE: bug#20738: 25.0.50; grep/compilation output sometimes has text prop `compilation-message' on final line References: In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 20738 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I said: > I seem not to see the problem if there are not a lot of lines output > by `grep', but if there are a lot then I see the problem (don't ask > me how much is a lot - I certainly see it if there are, say, 6000 lines). Actually, it's not necessarily the case that the problem occurs only when there are a lot of output lines. It happens sometimes and not other times, but it's not clear to me what the criteria are. Also, I can reproduce it with Emacs versions as far back as 24.1 (I haven't tried further back. I think 24.1 is maybe when property `compilation-message' was first introduced anyway.) From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 20 13:03:48 2020 Received: (at 20738) by debbugs.gnu.org; 20 Aug 2020 17:03:48 +0000 Received: from localhost ([127.0.0.1]:43854 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8nyd-0003Rb-LN for submit@debbugs.gnu.org; Thu, 20 Aug 2020 13:03:47 -0400 Received: from quimby.gnus.org ([95.216.78.240]:59966) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8nyZ-0003RJ-Ki for 20738@debbugs.gnu.org; Thu, 20 Aug 2020 13:03:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Qcfb1aXAj4YIsss8mPRD6a/jb8ja7nt6HBcf9JuV6tU=; b=XAGtGDHn9qVUoPhnxC7IemHsfJ NgcXQqK2IZuQAzxt38YcqKi1U/igsMzDGQbWo+4r/gnhoO9yUqVBFc6AQgk/14S/ATK42kfL83E7b vFRDrM/4L3f1SnCDEKWEYPODSlwkTkf3/MfHf8KNV3x+tN55dFhDo3whQlqnMaOsT8N0=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k8nyQ-0007Bz-59; Thu, 20 Aug 2020 19:03:36 +0200 From: Lars Ingebrigtsen To: Drew Adams Subject: Re: bug#20738: 25.0.50; grep/compilation output sometimes has text prop `compilation-message' on final line References: X-Now-Playing: Sweeney's _Middle Ages_: "When He Went Away" Date: Thu, 20 Aug 2020 19:03:32 +0200 In-Reply-To: (Drew Adams's message of "Fri, 5 Jun 2015 00:20:25 -0700 (PDT)") Message-ID: <87eeo1p7vf.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Drew Adams writes: > I said: > >> I seem not to see the problem if there are not a lot of lines output >> by `grep', but if there are a lot then I see the problem (don't ask >> me how much is a lot - I certainly see it [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 20738 Cc: 20738@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Drew Adams writes: > I said: > >> I seem not to see the problem if there are not a lot of lines output >> by `grep', but if there are a lot then I see the problem (don't ask >> me how much is a lot - I certainly see it if there are, say, 6000 lines). > > Actually, it's not necessarily the case that the problem occurs only > when there are a lot of output lines. It happens sometimes and not > other times, but it's not clear to me what the criteria are. I've tried various greps (in the lisp directory), grepping for "defun" or "def", the latter giving 35K hits, and I'm unable to reproduce this bug. Do you have a recipe? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 20 13:49:39 2020 Received: (at 20738) by debbugs.gnu.org; 20 Aug 2020 17:49:39 +0000 Received: from localhost ([127.0.0.1]:43907 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8oh1-0004XU-0O for submit@debbugs.gnu.org; Thu, 20 Aug 2020 13:49:39 -0400 Received: from userp2130.oracle.com ([156.151.31.86]:39910) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8ogy-0004XG-CC for 20738@debbugs.gnu.org; Thu, 20 Aug 2020 13:49:37 -0400 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 07KHmOTq023972; Thu, 20 Aug 2020 17:49:30 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=mime-version : message-id : date : from : sender : to : cc : subject : references : in-reply-to : content-type : content-transfer-encoding; s=corp-2020-01-29; bh=msiR/znzJNJOFOr9YEDmSZuZxsSCqmOiMfVYBe20kck=; b=A7wC0yJSzPT+PkzKK8NQlUYw7omdYqdzwnXpxhQjbOeH0iwcBLU/P0yXlcJO9zEALmly zfpRAuGaXl8G4Wj46cI46Mf+RWBYdGcMcNg55mSXYIy+Kp/vATsicbQz0DDGyqcWNa+q +Wc6D1wrfgmQTcH3AjcEDupxjqyIlQncLmILqYMuEvTzxNq9FudLPiqWSp/ggSXfJuCj RUFvqZVqeIigG4OkGywW3mOthvuaSsufTAeSQXvHyR1X6NSg0ThPCRPIWMg8MM8cAHDJ cNAK9jM4KmYt5F+zTt2z12dgQvbkWkgwNnp3eaZlY5A6ITut2Jo9zKoPJDtJOKiMbGEs pw== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2130.oracle.com with ESMTP id 32x74rj2w8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 20 Aug 2020 17:49:30 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 07KHhrqT075571; Thu, 20 Aug 2020 17:49:29 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserp3020.oracle.com with ESMTP id 330pvpppug-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Aug 2020 17:49:29 +0000 Received: from abhmp0020.oracle.com (abhmp0020.oracle.com [141.146.116.26]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id 07KHnSax025107; Thu, 20 Aug 2020 17:49:29 GMT MIME-Version: 1.0 Message-ID: <7ed6a1db-34e0-4bac-95f6-bc3bb6f3b2fd@default> Date: Thu, 20 Aug 2020 10:49:28 -0700 (PDT) From: Drew Adams To: Lars Ingebrigtsen Subject: RE: bug#20738: 25.0.50; grep/compilation output sometimes has text prop `compilation-message' on final line References: <87eeo1p7vf.fsf@gnus.org> In-Reply-To: <87eeo1p7vf.fsf@gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.5017.0 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9718 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 mlxscore=0 phishscore=0 malwarescore=0 adultscore=0 bulkscore=0 suspectscore=0 mlxlogscore=984 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2008200143 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9718 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 impostorscore=0 mlxlogscore=978 priorityscore=1501 phishscore=0 spamscore=0 mlxscore=0 adultscore=0 suspectscore=0 lowpriorityscore=0 bulkscore=0 malwarescore=0 clxscore=1011 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2008200143 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 20738 Cc: 20738@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Do you have a recipe? No. From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 21 07:10:15 2020 Received: (at 20738) by debbugs.gnu.org; 21 Aug 2020 11:10:15 +0000 Received: from localhost ([127.0.0.1]:45117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k94w3-0000SF-JA for submit@debbugs.gnu.org; Fri, 21 Aug 2020 07:10:15 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k94w2-0000Rx-4i for 20738@debbugs.gnu.org; Fri, 21 Aug 2020 07:10:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=gie0ePFu+oeQ5lrVYHTBnztZPRufC4YAtKR6MpqIO/E=; b=QX4WT5wzXuhXNo/x9fq2yTawmb vG57brzg4AhPDMw54l+n6U/QpSaDgKv72isWLnnRUTFOvfz2rTzINKpg0a6vBGCXWaOW881Q393+5 yDAof9GKDG2bcPFn68KPRSpO7gUO5ui6fulaJLpzKwmZl0ff0vJxlPx96QoxgI7tC0as=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k94vt-0002mF-IS; Fri, 21 Aug 2020 13:10:08 +0200 From: Lars Ingebrigtsen To: Drew Adams Subject: Re: bug#20738: 25.0.50; grep/compilation output sometimes has text prop `compilation-message' on final line References: <87eeo1p7vf.fsf@gnus.org> <7ed6a1db-34e0-4bac-95f6-bc3bb6f3b2fd@default> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEXt49Tws6X3YVj/ //9yIEcRAAAAAWJLR0QDEQxM8gAAAAd0SU1FB+QIFQsDKup1aqwAAAE+SURBVCjPnZLBasMwDIbl 4oyuJwfiwnJfoX0KBZoedlIgDltOOaxj61P0tHM7KPQBktL6KScrTe6bwcaf/UeRfhngn0M5hyOU AHbYR+GS7pCMCx8GvVU4qFhU0qBSDlWv46OIHKwFWGy7tzKT73kuSOWIPbjXxpKABjh/lDNCwzAF db7oTUkBnlaT5khZQiF26o+HE1otMPcXrBC14dyh8C1xObpoGTJXkFkbVV0lgSXE68RubgIpzHUS vfQww0eyLh0gYkfuMMl5T6sAOT4TF2h3AeJrhcEsH0KbbWbYFPoJPzWzIkalslzA3nSo2DShOLPc BtgLLHwnVh7CWnifcdYghnwLTHt/a3+zCJ9KTIx3vj65dwkJD/bLseNGYIKJrfbNvZEEkcu7sXOR q9uh2ayox3ZbqWEYzv3l2fwCz29Ia1iemN0AAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDgtMjFU MTE6MDM6NDErMDA6MDD2+vyfAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTA4LTIxVDExOjAzOjQx KzAwOjAwh6dEIwAAAABJRU5ErkJggg== X-Now-Playing: Renaldo and the Loaf's _Songs for Swinging Larvae & Songs from the Surgery_: "A Sob Story" Date: Fri, 21 Aug 2020 13:10:04 +0200 In-Reply-To: <7ed6a1db-34e0-4bac-95f6-bc3bb6f3b2fd@default> (Drew Adams's message of "Thu, 20 Aug 2020 10:49:28 -0700 (PDT)") Message-ID: <87mu2o8dbn.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Drew Adams writes: >> Do you have a recipe? > > No. Then it seems unlikely that we'll make further progress here, and I'm closing this bug report. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 20738 Cc: 20738@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Drew Adams writes: >> Do you have a recipe? > > No. Then it seems unlikely that we'll make further progress here, and I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 21 07:10:28 2020 Received: (at control) by debbugs.gnu.org; 21 Aug 2020 11:10:28 +0000 Received: from localhost ([127.0.0.1]:45120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k94wF-0000Sl-Ri for submit@debbugs.gnu.org; Fri, 21 Aug 2020 07:10:28 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k94wD-0000SU-JU for control@debbugs.gnu.org; Fri, 21 Aug 2020 07:10:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=8P0ycJkeQdSC/Nyys979Ias+o0+RLN6gbZdmQqWL3XY=; b=tD+KtgPV/jDd3m746acL1dhnlU ID9SZ7cVQyjDwW31Wer5D/WRR57TjqXNbb+IbfmzBFyyR7QTxTo3+Qbn0dX7ewpEnTDAJrWvHXNx+ o7FAExhwUqrJiKVi12fGrw0AELaCU5ejs80N5G0RZ0ell9N6547LqBsG1nZCJEipGV0Y=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k94w5-0002mO-S1 for control@debbugs.gnu.org; Fri, 21 Aug 2020 13:10:20 +0200 Date: Fri, 21 Aug 2020 13:10:16 +0200 Message-Id: <87lfi88dbb.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #20738 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 20738 unreproducible close 20738 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 20738 unreproducible close 20738 quit From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 21 11:29:20 2020 Received: (at 20738) by debbugs.gnu.org; 21 Aug 2020 15:29:20 +0000 Received: from localhost ([127.0.0.1]:48098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k98ym-00082Z-Hu for submit@debbugs.gnu.org; Fri, 21 Aug 2020 11:29:20 -0400 Received: from userp2120.oracle.com ([156.151.31.85]:51034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k98yj-00082L-DL for 20738@debbugs.gnu.org; Fri, 21 Aug 2020 11:29:18 -0400 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 07LFMNgG019183; Fri, 21 Aug 2020 15:29:11 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=mime-version : message-id : date : from : sender : to : cc : subject : references : in-reply-to : content-type : content-transfer-encoding; s=corp-2020-01-29; bh=W/QvMEGbC6fEGoHUaGPu+rndk2lfoK+Zo4EgC3cTQVQ=; b=Wv06BZHPj0C7NWkhttzhlaKFFBS/0QdOgtrpSiJl9RQZwwjCuajiYgLfNcLd/AoGWe/u 9OKcF3WNRl1W/LqqYIQnaHgPHlAraeRPxV5gdscsMWMfvXAmxPlsvkHcLBrpceVa93jj H9A7kUuEG9LDdYZHSksQdgSUJV/iGk8/6tMN+FjG3T66LWqw1P5h+dIyXu6R62jOqfLv 1eHheNBmZjaDosm+vJh/Kh7sGtmTJXcrtV04gtPdZnkLtunA5/QJP+03uQx+Q6JUPDSL OpaRDFuJFUX5EZAYXWQQKnFS11AUjnFKJBuo6IoJi0HutbC6wtoMq+mlAIqvGHfoNJ9L 9w== Received: from userp3020.oracle.com (userp3020.oracle.com [156.151.31.79]) by userp2120.oracle.com with ESMTP id 3327gcae37-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 21 Aug 2020 15:29:11 +0000 Received: from pps.filterd (userp3020.oracle.com [127.0.0.1]) by userp3020.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 07LFCO45004251; Fri, 21 Aug 2020 15:29:11 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userp3020.oracle.com with ESMTP id 332536uenb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 21 Aug 2020 15:29:11 +0000 Received: from abhmp0001.oracle.com (abhmp0001.oracle.com [141.146.116.7]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id 07LFTAj0001565; Fri, 21 Aug 2020 15:29:10 GMT MIME-Version: 1.0 Message-ID: <11132197-46a1-4ea4-9add-1f4494cfeb13@default> Date: Fri, 21 Aug 2020 15:29:09 +0000 (UTC) From: Drew Adams To: Lars Ingebrigtsen Subject: RE: bug#20738: 25.0.50; grep/compilation output sometimes has text prop `compilation-message' on final line References: <87eeo1p7vf.fsf@gnus.org> <7ed6a1db-34e0-4bac-95f6-bc3bb6f3b2fd@default> <87mu2o8dbn.fsf@gnus.org> In-Reply-To: <87mu2o8dbn.fsf@gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.5017.0 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9719 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=2 mlxscore=0 spamscore=0 phishscore=0 malwarescore=0 adultscore=0 mlxlogscore=928 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2008210143 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9719 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=2 bulkscore=0 impostorscore=0 mlxscore=0 phishscore=0 mlxlogscore=915 clxscore=1015 adultscore=0 spamscore=0 malwarescore=0 lowpriorityscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2008210143 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 20738 Cc: 20738@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > >> Do you have a recipe? > > > > No. >=20 > Then it seems unlikely that we'll make further progress here, and I'm > closing this bug report. Dunno how you figure that it's unlikely. I said, at the outset: It happens sometimes and not other times, but it's not clear to me what the criteria are. Also, I can reproduce it with Emacs versions as far back as 24.1 (I haven't tried further back. I think 24.1 is maybe when property `compilation-message' was first introduced anyway.) The bug exists. I don't have recipe to repro it. There's no relation between not having a recipe and the frequency of the problem occurring - zero. The choices, IMO, are to either (1) leave the bug open, hoping that at some point someone will find or stumble upon a recipe or a solution or (2) close it, knowing that the bug exists. It's not uncommon for bugs to later get more info and be solved (#1). Of course, if the real aim is to keep down the bug count, as opposed to recording bugs in hopes of fixing them, then #2 can happen. That sometimes happens in organizations where QA is judged by the outstanding bug count. (IMHO, that has no place in free software.) From unknown Thu Jun 19 14:17:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 19 Sep 2020 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator