From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 06 18:25:11 2011 Received: (at submit) by debbugs.gnu.org; 6 Dec 2011 23:25:11 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RY4Nr-00060x-10 for submit@debbugs.gnu.org; Tue, 06 Dec 2011 18:25:11 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RY4No-00060q-Ei for submit@debbugs.gnu.org; Tue, 06 Dec 2011 18:25:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RY4N9-0000AM-BE for submit@debbugs.gnu.org; Tue, 06 Dec 2011 18:24:28 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:43358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RY4N9-0000AG-9i for submit@debbugs.gnu.org; Tue, 06 Dec 2011 18:24:27 -0500 Received: from eggs.gnu.org ([140.186.70.92]:43483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RY4N7-0006vs-Tz for bug-gnu-emacs@gnu.org; Tue, 06 Dec 2011 18:24:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RY4N6-00009u-OS for bug-gnu-emacs@gnu.org; Tue, 06 Dec 2011 18:24:25 -0500 Received: from hapkido.dreamhost.com ([66.33.216.122]:41569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RY4N6-00009q-E3 for bug-gnu-emacs@gnu.org; Tue, 06 Dec 2011 18:24:24 -0500 Received: from homiemail-a37.g.dreamhost.com (caiajhbdcaid.dreamhost.com [208.97.132.83]) by hapkido.dreamhost.com (Postfix) with ESMTP id 5BC74182685 for ; Tue, 6 Dec 2011 15:14:45 -0800 (PST) Received: from homiemail-a37.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a37.g.dreamhost.com (Postfix) with ESMTP id 27824208069 for ; Tue, 6 Dec 2011 15:14:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=jidanni.org ; b=DFGNsiKGT8Yfd0YIRz74ZWt/Ekl6lqhk0aH0dwq9ZBVnQ5FRV61kR+rb9AiV KU6Mc+CmRZulk3fFgYFKvuzuWjTepvYMQFcw5RJIk3wQQiTEWJkwu+L/YNikYvDM BskqqyBPdcLAxmgZhAZncGdExhLV6yAT1dyG1iPcgJrdO/E= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=enm2cn3al/id1z4XqIV7LrBxU/k=; b=FfdEtmG8O1j2BGuS dE2Jf5IntvgP15qcZgrytstpFwLbeMLhboS5oUsn0QMwYE5yMJjBoD0tOCBNJshA 2ybUMP1E+q81yYkBmW8+mzfNwhy59Wm82KPmaF51I/zXV3MYVIP/LzGpSTwkHUat SOJdWyMcQEc6KhJX6psNYeecr2I= Received: from jidanni.org (218-163-18-91.dynamic.hinet.net [218.163.18.91]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a37.g.dreamhost.com (Postfix) with ESMTPSA id C2EC9208063 for ; Tue, 6 Dec 2011 15:14:44 -0800 (PST) From: jidanni@jidanni.org To: bug-gnu-emacs@gnu.org Subject: compilation-auto-jump-to-first-error vs. giant binary executables Date: Wed, 07 Dec 2011 07:14:41 +0800 Message-ID: <87y5upfg2m.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.4 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.4 (-----) $ cat Makefile a:;set -Y $ emacs -Q -eval '(setq compilation-auto-jump-to-first-error t)' -f compile RET /bin/sh: line 0: set: -Y: invalid option Wham pow! We are looking at a whole megabyte of binary ELF /bin/sh executable. I didn't try it on lager files or with ones with strings the colorizer would try to color etc. From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 05 22:06:40 2013 Received: (at control) by debbugs.gnu.org; 6 Aug 2013 02:06:40 +0000 Received: from localhost ([127.0.0.1]:42217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V6WfY-00047n-2m for submit@debbugs.gnu.org; Mon, 05 Aug 2013 22:06:40 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:54988 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V6WfV-00047e-9u for control@debbugs.gnu.org; Mon, 05 Aug 2013 22:06:37 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1V6WfU-0007qr-U6 for control@debbugs.gnu.org; Mon, 05 Aug 2013 22:06:37 -0400 Date: Mon, 05 Aug 2013 22:06:36 -0400 Message-Id: Subject: control message for bug 15032 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control 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: -5.0 (-----) forcemerge 10239 15032 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 21 22:25:39 2014 Received: (at control) by debbugs.gnu.org; 22 Jan 2014 03:25:39 +0000 Received: from localhost ([127.0.0.1]:60090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W5oRc-0001wj-Ow for submit@debbugs.gnu.org; Tue, 21 Jan 2014 22:25:38 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:41842) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W5oRZ-0001wX-GZ for control@debbugs.gnu.org; Tue, 21 Jan 2014 22:25:33 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1W5oRZ-0004kq-4Z for control@debbugs.gnu.org; Tue, 21 Jan 2014 22:25:33 -0500 Date: Tue, 21 Jan 2014 22:25:33 -0500 Message-Id: Subject: control message for bug 16218 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.6 (-----) X-Debbugs-Envelope-To: control 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: -5.6 (-----) forcemerge 10239 16218 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 02 02:11:13 2017 Received: (at control) by debbugs.gnu.org; 2 Jan 2017 07:11:13 +0000 Received: from localhost ([127.0.0.1]:38989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cNwm0-0001Tp-SE for submit@debbugs.gnu.org; Mon, 02 Jan 2017 02:11:13 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36724) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cNwlz-0001Tc-QQ for control@debbugs.gnu.org; Mon, 02 Jan 2017 02:11:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cNwlt-0004TO-U1 for control@debbugs.gnu.org; Mon, 02 Jan 2017 02:11:06 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cNwlt-0004TK-RM for control@debbugs.gnu.org; Mon, 02 Jan 2017 02:11:05 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cNwlt-0003vZ-AQ for control@debbugs.gnu.org; Mon, 02 Jan 2017 02:11:05 -0500 Subject: control message for bug 25329 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Mon, 02 Jan 2017 02:11:05 -0500 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-Spam-Score: -8.2 (--------) 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: -8.2 (--------) forcemerge 10239 25329 From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 10 07:59:46 2017 Received: (at control) by debbugs.gnu.org; 10 Aug 2017 11:59:46 +0000 Received: from localhost ([127.0.0.1]:54044 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dfm7u-00069p-I0 for submit@debbugs.gnu.org; Thu, 10 Aug 2017 07:59:46 -0400 Received: from mail-io0-f177.google.com ([209.85.223.177]:35477) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dfm7s-00069S-UL for control@debbugs.gnu.org; Thu, 10 Aug 2017 07:59:45 -0400 Received: by mail-io0-f177.google.com with SMTP id m88so8679329iod.2 for ; Thu, 10 Aug 2017 04:59:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version; bh=dEt3JG2NHfZ3AhyULHdVuvBCRN5i5STo/xQ6qU/WiYE=; b=UIf52N3rtUr3U6v60dOyVtWC6ihkPf57bH3xJrNh6+aLpOvqGT+otfloDhHb5dJq2Y uOjhgNI0IlXoKBh/QQUHKuTeyy83Q1ogqksus14MTxs6cwrjgb4wk7p260rsHEMTOCJs ZuiJ9A2Mxq0xnbqOYuFy/V1T2XfnFUeEB/SLA4TcvjAzBqtEaHQChNBRA+R3gzBjJbjS vv8LULXpOwqiu8RSawNZroN+Aa7I+Q5itLPD3hOW/eifaz+lMgrjlk56JOzWEChaSmc3 Zq8E+7DmAaHdhu/dtQOSvIrW3k7K2VyusZl3E168rMAuAL9WbzV9beU41n2ky5pfmfe/ 6eBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version; bh=dEt3JG2NHfZ3AhyULHdVuvBCRN5i5STo/xQ6qU/WiYE=; b=MAjUF2DQ7lFeQNo1Esc+5D464KQ9bwx8jCCWxukZ46gt0e8rPQHCpcU1H3WgM7mRN+ WkfhKi+NoNaK0me2sFo/9WLSvvdc9KiE1E7HB7xdPweqWutGA/ctoloSv3T2U7SXDXlq 38agtOQsMKt9BQZWLLa28GDU0O2gvOVwAHA8IWPmxHY4yr+u9U3ornjaxW6B/nIg4JXb hn8Lg2U6JPd4L4NAWI9P3uxow51dvVEFkg3lluZSaZizaraPpdTgQ314jF1HKvTfE/EW RgdY+rzldU5KoF26h3a+W3kF2ZOwGnHBoOQSVH2Ang5zqLwg90LIA5DrHjOCAVfiOcxc sJ5Q== X-Gm-Message-State: AHYfb5gKcJhEj2pxLbHJleMuSX3Xlho72SCYr3ssidxhiUMgMVGH4jt0 mxhLDF30T5p/vZoX X-Received: by 10.107.33.202 with SMTP id h193mr8766882ioh.1.1502366379076; Thu, 10 Aug 2017 04:59:39 -0700 (PDT) Received: from zony ([45.2.119.49]) by smtp.googlemail.com with ESMTPSA id n67sm3118967itg.39.2017.08.10.04.59.38 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 10 Aug 2017 04:59:38 -0700 (PDT) From: npostavs@users.sourceforge.net To: control@debbugs.gnu.org Subject: control message for bug #28035 Date: Thu, 10 Aug 2017 08:00:56 -0400 Message-ID: <87lgmr3a4n.fsf@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) 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: -2.1 (--) forcemerge 25329 28035 quit From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 07 11:12:33 2018 Received: (at control) by debbugs.gnu.org; 7 Oct 2018 15:12:33 +0000 Received: from localhost ([127.0.0.1]:39533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g9AjR-0005sL-86 for submit@debbugs.gnu.org; Sun, 07 Oct 2018 11:12:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g9AjP-0005s9-E6 for control@debbugs.gnu.org; Sun, 07 Oct 2018 11:12:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g9AjI-0000EE-C7 for control@debbugs.gnu.org; Sun, 07 Oct 2018 11:12:26 -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 fencepost.gnu.org ([2001:4830:134:3::e]:42254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g9AjG-0000DA-JC for control@debbugs.gnu.org; Sun, 07 Oct 2018 11:12:24 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1g9AjG-0000B0-Cy for control@debbugs.gnu.org; Sun, 07 Oct 2018 11:12:22 -0400 Subject: control message for bug 10239 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Sun, 07 Oct 2018 11:12:22 -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-Spam-Score: -5.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: -6.0 (------) merge 32968 10239 From debbugs-submit-bounces@debbugs.gnu.org Wed May 15 07:39:39 2019 Received: (at control) by debbugs.gnu.org; 15 May 2019 11:39:39 +0000 Received: from localhost ([127.0.0.1]:51281 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQsG3-0001xE-CG for submit@debbugs.gnu.org; Wed, 15 May 2019 07:39:39 -0400 Received: from mail-io1-f54.google.com ([209.85.166.54]:39199) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQsFz-0001x0-CQ for control@debbugs.gnu.org; Wed, 15 May 2019 07:39:36 -0400 Received: by mail-io1-f54.google.com with SMTP id m7so1930620ioa.6 for ; Wed, 15 May 2019 04:39:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=Eq3/v2KovxplQUkQu9ufZ447IaWV9RBzBE+FGCA2DWo=; b=WE05Nk/Kl5d1IIvMAItm/jG5/wCMfgu2whD1ALoMFc/jrSt18GwILYjIZRaWS8VT/4 axmscvcJNyGGkm1ggBseXkdf25WJLNvT6mWL1NLhytHPTVg1+8lsk0GyjScT141CjTdF suPkdeW4Lan8ypPfdpmv0B3HrPMVvpo+U3+Yq45Xgul0MgJ146OsLL+ZuxmPPdSHp+f7 CZNGUbITUZjpOXXFGUM9XH1zGrdRQEQZQA624Hq1Wxo2pR3RAJwCtqWLuVYqP0s1ePng Riu1pIpJ1VSXErNOfYus3jcTBZcDbjQMDS9wPzBayV0CQHFfiMSQRnV7XBdcGIrNekAw 7KKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=Eq3/v2KovxplQUkQu9ufZ447IaWV9RBzBE+FGCA2DWo=; b=liXlOM5RKMjDnYNzcejV8M86CK1isTlVzb95vd0VLz/+I0cQ0jSRaiD2mUaRUxHIEa jIX+6weokzH7sCYDEkIAu39mxc/haZqvWZN17Bk1rdiDWLo9w90PHkqvZ0/DAHcQcDZJ hRPUHcH+NOdjjT6kfxjpl73wzAKarIYsE3LhkTmzNJ53qBjmhc7/SZe4SXJ/Plv/OzUq fvfXR7CjYA5lrp/6jdUYtzNFlDyQvQ9XuKjKmNHhS7yml7B0mRw9FMv+W2i22WOPhB0H PLYiBa+xNUo9K0tgw562DK04F54ifqbGmF8I4LyEPfir0UetNMrSoaBZXyLaNSed7Kwg 9q4w== X-Gm-Message-State: APjAAAXflzxtXg40ZwxkX/jVO4KZIRDNcl63tJ3OYhScGUIvPm2VWbyD JWSQUPgXowAHJT6aAI1PdxDk6PD5 X-Google-Smtp-Source: APXvYqwqfdugM4RAQZkuCezpXgucHELF8kn6equoowSdSLEfGrSoiaHc6TpYFvDoFNJS0+RZe2DMzQ== X-Received: by 2002:a5e:8d13:: with SMTP id m19mr23943773ioj.304.1557920369679; Wed, 15 May 2019 04:39:29 -0700 (PDT) Received: from minid (cbl-45-2-119-34.yyz.frontiernetworks.ca. [45.2.119.34]) by smtp.gmail.com with ESMTPSA id h191sm6922ith.5.2019.05.15.04.39.28 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 15 May 2019 04:39:28 -0700 (PDT) From: Noam Postavsky To: control@debbugs.gnu.org Subject: control message for bug #35745 Date: Wed, 15 May 2019 07:39:28 -0400 Message-ID: <87h89weykv.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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 (-) forcemerge 35745 10239 quit From debbugs-submit-bounces@debbugs.gnu.org Wed May 15 11:34:55 2019 Received: (at control) by debbugs.gnu.org; 15 May 2019 15:34:55 +0000 Received: from localhost ([127.0.0.1]:53213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQvvi-000874-Oj for submit@debbugs.gnu.org; Wed, 15 May 2019 11:34:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33221) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQvvg-00086s-Ks for control@debbugs.gnu.org; Wed, 15 May 2019 11:34:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQvvb-0002ib-GU for control@debbugs.gnu.org; Wed, 15 May 2019 11:34:47 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1hQvvb-00069l-5m for control@debbugs.gnu.org; Wed, 15 May 2019 11:34:47 -0400 Subject: control message for bug 35745 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Wed, 15 May 2019 11:34:47 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) 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: -3.3 (---) severity 35745 wishlist From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 29 13:08:48 2019 Received: (at 10239) by debbugs.gnu.org; 29 Sep 2019 17:08:48 +0000 Received: from localhost ([127.0.0.1]:55753 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEcgh-0002A5-QK for submit@debbugs.gnu.org; Sun, 29 Sep 2019 13:08:48 -0400 Received: from quimby.gnus.org ([80.91.231.51]:59176) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEcgf-00029r-Kp; Sun, 29 Sep 2019 13:08:46 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iEcgb-0003ff-30; Sun, 29 Sep 2019 19:08:43 +0200 From: Lars Ingebrigtsen To: jidanni@jidanni.org Subject: Re: bug#10239: compilation-auto-jump-to-first-error vs. giant binary executables References: <87y5upfg2m.fsf@jidanni.org> Date: Sun, 29 Sep 2019 19:08:40 +0200 In-Reply-To: <87y5upfg2m.fsf@jidanni.org> (jidanni@jidanni.org's message of "Wed, 07 Dec 2011 07:14:41 +0800") Message-ID: <87tv8vav3b.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: jidanni@jidanni.org writes: > $ cat Makefile > a:;set -Y > $ emacs -Q -eval '(setq compilation-auto-jump-to-first-error t)' -f compile > RET > /bin/sh: line 0: set: -Y: invalid option > Wham pow! We are looking at a whole megaby [...] 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: 10239 Cc: 10239@debbugs.gnu.org, 25329@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 (-) jidanni@jidanni.org writes: > $ cat Makefile > a:;set -Y > $ emacs -Q -eval '(setq compilation-auto-jump-to-first-error t)' -f compile > RET > /bin/sh: line 0: set: -Y: invalid option > Wham pow! We are looking at a whole megabyte of binary ELF /bin/sh executable. > I didn't try it on lager files or with ones with strings the colorizer > would try to color etc. The problem is that compilation mode interprets this /bin/sh: 1: test: -gt: unexpected operator as an error (which is right), but believes that this error originates in /bin/sh, so when you jump to the first error in the buffer, you're presented with /bin/sh in a buffer, which isn't very helpful. In addition, it identifies this line: make: *** [Makefile:1: a] Error 2 as another error, which is even more right, but it thinks that the file name is "*** [Makefile", which is wrong. So I took a whack at fixing both these things with a new mechanism that allows transformation of detected file names (and ignoring them in the case of /bin/sh). Patch included below. Does this seems like a good mechanism for doing this stuff? diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index d80fef3103..a29dc5cc47 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -58,6 +58,16 @@ compilation-window-height :type '(choice (const :tag "Default" nil) integer)) +(defcustom compilation-transform-file-match-alist + '(("/bin/[a-z]*sh\\'" nil) + ("\\*+ \\[\\(Makefile\\)" "\\1")) + "Alist of regexp/replacements to alter file names in compilation errors. +If the replacement is nil, the file will not be considered an +error after all. If not nil, it should be a regexp replacement +string." + :type '(repeat (list regexp string)) + :version "27.1") + (defvar compilation-filter-hook nil "Hook run after `compilation-filter' has inserted a string into the buffer. It is called with the variable `compilation-filter-start' bound @@ -1155,19 +1165,36 @@ compilation-error-properties (setq end-col (match-string-no-properties end-col)) (- (string-to-number end-col) -1))) (and end-line -1))) - (if (consp type) ; not a static type, check what it is. + (if (consp type) ; not a static type, check what it is. (setq type (or (and (car type) (match-end (car type)) 1) (and (cdr type) (match-end (cdr type)) 0) 2))) - - (when (and compilation-auto-jump-to-next - (>= type compilation-skip-threshold)) - (kill-local-variable 'compilation-auto-jump-to-next) - (run-with-timer 0 nil 'compilation-auto-jump - (current-buffer) (match-beginning 0))) - - (compilation-internal-error-properties - file line end-line col end-col type fmt))) + ;; Remove matches like /bin/sh and do other file name transforms. + (save-match-data + (let ((transformed nil)) + (dolist (f file) + (let ((match + (cl-loop for (regexp replacement) + in compilation-transform-file-match-alist + when (string-match regexp f) + return (or replacement t)))) + (cond ((not match) + (push f transformed)) + ((stringp match) + (push (replace-match match nil nil f) transformed))))) + (setq file (nreverse transformed)))) + (if (not file) + ;; If we ignored all the files with errors on this line, then + ;; return nil. + nil + (when (and compilation-auto-jump-to-next + (>= type compilation-skip-threshold)) + (kill-local-variable 'compilation-auto-jump-to-next) + (run-with-timer 0 nil 'compilation-auto-jump + (current-buffer) (match-beginning 0))) + + (compilation-internal-error-properties + file line end-line col end-col type fmt)))) (defun compilation-beginning-of-line (&optional n) "Like `beginning-of-line', but accounts for lines hidden by `selective-display'." -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 29 13:08:54 2019 Received: (at control) by debbugs.gnu.org; 29 Sep 2019 17:08:54 +0000 Received: from localhost ([127.0.0.1]:55756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEcgo-0002AX-6r for submit@debbugs.gnu.org; Sun, 29 Sep 2019 13:08:54 -0400 Received: from quimby.gnus.org ([80.91.231.51]:59190) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEcgl-0002AN-VC for control@debbugs.gnu.org; Sun, 29 Sep 2019 13:08:52 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iEcgj-0003fp-8I for control@debbugs.gnu.org; Sun, 29 Sep 2019 19:08:51 +0200 Date: Sun, 29 Sep 2019 19:08:49 +0200 Message-Id: <87sgofav32.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #25329 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 25329 + patch 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 25329 + patch quit From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 29 13:30:49 2019 Received: (at 10239) by debbugs.gnu.org; 29 Sep 2019 17:30:49 +0000 Received: from localhost ([127.0.0.1]:55793 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEd21-0004pZ-FQ for submit@debbugs.gnu.org; Sun, 29 Sep 2019 13:30:49 -0400 Received: from black.elm.relay.mailchannels.net ([23.83.212.19]:47844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEd1z-0004pO-Fs; Sun, 29 Sep 2019 13:30:48 -0400 X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 0B264141752; Sun, 29 Sep 2019 17:30:46 +0000 (UTC) Received: from pdx1-sub0-mail-a100.g.dreamhost.com (100-96-84-44.trex.outbound.svc.cluster.local [100.96.84.44]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 89721141F25; Sun, 29 Sep 2019 17:30:45 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from pdx1-sub0-mail-a100.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.1); Sun, 29 Sep 2019 17:30:45 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jidanni@jidanni.org X-MailChannels-Auth-Id: dreamhost X-Army-Zesty: 6982fd171230d9ae_1569778245789_3445666580 X-MC-Loop-Signature: 1569778245789:2712302078 X-MC-Ingress-Time: 1569778245788 Received: from pdx1-sub0-mail-a100.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a100.g.dreamhost.com (Postfix) with ESMTP id 36F867EBD3; Sun, 29 Sep 2019 10:30:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=jidanni.org; bh=q2BgU0gujCI4rCXqKbCksf3msfw=; b=ExWKMGa5/MB4V Sl/yFwDCf/cVu+okZkJedqe5kVNIYelWIvc48emQfZWp9EMnk/wg7b3kHqqCzF6J wJLsYlMnvRzAkZzKHIFZdaST5A0vlOLRsBR5H4nLIaMnSlJe0mL3gCYw8cumf1Pm KkTWcsVCqcyTMbKuj4LHJxDMZ6uYQI= Received: from jidanni.org (220-140-6-101.dynamic-ip.hinet.net [220.140.6.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by pdx1-sub0-mail-a100.g.dreamhost.com (Postfix) with ESMTPSA id 64D8180D7C; Sun, 29 Sep 2019 10:30:39 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a100 From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson To: Lars Ingebrigtsen Subject: Re: bug#10239: compilation-auto-jump-to-first-error vs. giant binary executables References: <87y5upfg2m.fsf@jidanni.org> <87tv8vav3b.fsf@gnus.org> Date: Mon, 30 Sep 2019 01:30:36 +0800 Message-ID: <87tv8vf1s3.5.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-VR-OUT-STATUS: OK X-VR-OUT-SCORE: -100 X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedufedrgedtgdduudejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuggftfghnshhusghstghrihgsvgdpffftgfetoffjqffuvfenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufhffffkgggtsehttdertddttdejnecuhfhrohhmpejnnjjnucffrghnucflrggtohgsshhonhcuoehjihgurghnnhhisehjihgurghnnhhirdhorhhgqeenucfkphepvddvtddrudegtddriedruddtudenucfrrghrrghmpehmohguvgepshhmthhppdhhvghlohepjhhiuggrnhhnihdrohhrghdpihhnvghtpedvvddtrddugedtrdeirddutddupdhrvghtuhhrnhdqphgrthhhpeeprehuthhfqdekreeureehiehmpfehnfhiheehsgevkeerpecuffgrnhculfgrtghosghsohhnuceojhhiuggrnhhnihesjhhiuggrnhhnihdrohhrgheqpdhmrghilhhfrhhomhepjhhiuggrnhhnihesjhhiuggrnhhnihdrohhrghdpnhhrtghpthhtohepvdehfedvleesuggvsggsuhhgshdrghhnuhdrohhrghenucevlhhushhtvghrufhiiigvpedt X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 10239 Cc: 10239@debbugs.gnu.org, 25329@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 (-) >>>>> "LI" == Lars Ingebrigtsen writes: LI> Patch included below. LI> Does this seems like a good mechanism for doing this stuff? I bet it will. Thanks for fixing it! From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 29 13:43:56 2019 Received: (at 10239) by debbugs.gnu.org; 29 Sep 2019 17:43:56 +0000 Received: from localhost ([127.0.0.1]:55814 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEdEi-0005B9-4L for submit@debbugs.gnu.org; Sun, 29 Sep 2019 13:43:56 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:43932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEdEg-0005Aw-16; Sun, 29 Sep 2019 13:43:55 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 46hCZG6BTWz1rJDD; Sun, 29 Sep 2019 19:43:50 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 46hCZG4NQ3z1qqkH; Sun, 29 Sep 2019 19:43:50 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id oPOJfXcnn9Vk; Sun, 29 Sep 2019 19:43:49 +0200 (CEST) X-Auth-Info: l9GPaDTF7rMy6Bn2oz9OASwGobbSuDBk6gC6+tO0TC8fAV1KYbcuUd8n1NRJMq2p Received: from igel.home (ppp-46-244-165-209.dynamic.mnet-online.de [46.244.165.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Sun, 29 Sep 2019 19:43:49 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 36E232C0203; Sun, 29 Sep 2019 19:43:49 +0200 (CEST) From: Andreas Schwab To: Lars Ingebrigtsen Subject: Re: bug#10239: compilation-auto-jump-to-first-error vs. giant binary executables References: <87y5upfg2m.fsf@jidanni.org> <87tv8vav3b.fsf@gnus.org> X-Yow: Is it 1974? What's for SUPPER? Can I spend my COLLEGE FUND in one wild afternoon?? Date: Sun, 29 Sep 2019 19:43:49 +0200 In-Reply-To: <87tv8vav3b.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 29 Sep 2019 19:08:40 +0200") Message-ID: <87d0fjngkq.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 10239 Cc: 10239@debbugs.gnu.org, 25329@debbugs.gnu.org, jidanni@jidanni.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.7 (-) On Sep 29 2019, Lars Ingebrigtsen wrote: > diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el > index d80fef3103..a29dc5cc47 100644 > --- a/lisp/progmodes/compile.el > +++ b/lisp/progmodes/compile.el > @@ -58,6 +58,16 @@ compilation-window-height > :type '(choice (const :tag "Default" nil) > integer)) > > +(defcustom compilation-transform-file-match-alist > + '(("/bin/[a-z]*sh\\'" nil) > + ("\\*+ \\[\\(Makefile\\)" "\\1")) That doesn't make sense. "Makefile" can be anything. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 29 14:48:32 2019 Received: (at 10239) by debbugs.gnu.org; 29 Sep 2019 18:48:32 +0000 Received: from localhost ([127.0.0.1]:55862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEeFD-0002ac-Uh for submit@debbugs.gnu.org; Sun, 29 Sep 2019 14:48:32 -0400 Received: from quimby.gnus.org ([80.91.231.51]:60908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEeFC-0002aP-JB; Sun, 29 Sep 2019 14:48:31 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iEeF6-0004uQ-Qt; Sun, 29 Sep 2019 20:48:27 +0200 From: Lars Ingebrigtsen To: Andreas Schwab Subject: Re: bug#10239: compilation-auto-jump-to-first-error vs. giant binary executables References: <87y5upfg2m.fsf@jidanni.org> <87tv8vav3b.fsf@gnus.org> <87d0fjngkq.fsf@igel.home> Date: Sun, 29 Sep 2019 20:48:24 +0200 In-Reply-To: <87d0fjngkq.fsf@igel.home> (Andreas Schwab's message of "Sun, 29 Sep 2019 19:43:49 +0200") Message-ID: <87zhin9bwn.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: Andreas Schwab writes: >> +(defcustom compilation-transform-file-match-alist >> + '(("/bin/[a-z]*sh\\'" nil) >> + ("\\*+ \\[\\(Makefile\\)" "\\1")) > > That doesn't make sense. "Makefile" can be anything. 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: 10239 Cc: 10239@debbugs.gnu.org, 25329@debbugs.gnu.org, jidanni@jidanni.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 (-) Andreas Schwab writes: >> +(defcustom compilation-transform-file-match-alist >> + '(("/bin/[a-z]*sh\\'" nil) >> + ("\\*+ \\[\\(Makefile\\)" "\\1")) > > That doesn't make sense. "Makefile" can be anything. I wanted to be conservative when introducing the feature. If we decide to add this feature, the regexps will evolve over the years. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 09 19:20:15 2019 Received: (at 10239) by debbugs.gnu.org; 9 Oct 2019 23:20:15 +0000 Received: from localhost ([127.0.0.1]:54430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iILFf-0003PN-5n for submit@debbugs.gnu.org; Wed, 09 Oct 2019 19:20:15 -0400 Received: from quimby.gnus.org ([80.91.231.51]:46760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iILFc-0003P1-Ay; Wed, 09 Oct 2019 19:20:13 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iILFV-0005xA-MY; Thu, 10 Oct 2019 01:20:09 +0200 From: Lars Ingebrigtsen To: Andreas Schwab Subject: Re: bug#25329: bug#10239: compilation-auto-jump-to-first-error vs. giant binary executables References: <87y5upfg2m.fsf@jidanni.org> <87tv8vav3b.fsf@gnus.org> <87d0fjngkq.fsf@igel.home> <87zhin9bwn.fsf@gnus.org> Date: Thu, 10 Oct 2019 01:20:05 +0200 In-Reply-To: <87zhin9bwn.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 29 Sep 2019 20:48:24 +0200") Message-ID: <87v9sxtska.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: Lars Ingebrigtsen writes: > Andreas Schwab writes: > >>> +(defcustom compilation-transform-file-match-alist >>> + '(("/bin/[a-z]*sh\\'" nil) >>> + ("\\*+ \\[\\(Makefile\\)" "\\1")) >> >> That doesn't ma [...] 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: 10239 Cc: 10239@debbugs.gnu.org, 25329@debbugs.gnu.org, 35745@debbugs.gnu.org, jidanni@jidanni.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 (-) Lars Ingebrigtsen writes: > Andreas Schwab writes: > >>> +(defcustom compilation-transform-file-match-alist >>> + '(("/bin/[a-z]*sh\\'" nil) >>> + ("\\*+ \\[\\(Makefile\\)" "\\1")) >> >> That doesn't make sense. "Makefile" can be anything. > > I wanted to be conservative when introducing the feature. If we decide > to add this feature, the regexps will evolve over the years. There weren't any other comments, so I've now applied the patch 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 Wed Oct 09 19:20:22 2019 Received: (at control) by debbugs.gnu.org; 9 Oct 2019 23:20:22 +0000 Received: from localhost ([127.0.0.1]:54435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iILFl-0003Pw-Sy for submit@debbugs.gnu.org; Wed, 09 Oct 2019 19:20:22 -0400 Received: from quimby.gnus.org ([80.91.231.51]:46776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iILFk-0003Pm-1H for control@debbugs.gnu.org; Wed, 09 Oct 2019 19:20:20 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iILFh-0005xM-Co for control@debbugs.gnu.org; Thu, 10 Oct 2019 01:20:19 +0200 Date: Thu, 10 Oct 2019 01:20:17 +0200 Message-Id: <87tv8htsjy.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #35745 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 35745 fixed close 35745 27.1 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 35745 fixed close 35745 27.1 quit From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 10 04:32:25 2019 Received: (at 10239) by debbugs.gnu.org; 10 Oct 2019 08:32:25 +0000 Received: from localhost ([127.0.0.1]:55042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iITs1-0008Sg-FQ for submit@debbugs.gnu.org; Thu, 10 Oct 2019 04:32:25 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:43525) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iITrz-0008SO-EU; Thu, 10 Oct 2019 04:32:24 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 46pkps6DL6z1rMkq; Thu, 10 Oct 2019 10:32:21 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 46pkps4SNmz1qqkR; Thu, 10 Oct 2019 10:32:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id ktJaY_7IjZKt; Thu, 10 Oct 2019 10:32:20 +0200 (CEST) X-Auth-Info: VGg26AvF86ZyXpkRnAlDyNtUUZxMMKR4ZuOHZrNvmSbTcuMBIz6VHrLFf5uI3Po4 Received: from hawking (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Thu, 10 Oct 2019 10:32:20 +0200 (CEST) From: Andreas Schwab To: Lars Ingebrigtsen Subject: Re: bug#10239: bug#25329: bug#10239: compilation-auto-jump-to-first-error vs. giant binary executables References: <87y5upfg2m.fsf@jidanni.org> <87tv8vav3b.fsf@gnus.org> <87d0fjngkq.fsf@igel.home> <87zhin9bwn.fsf@gnus.org> <87v9sxtska.fsf@gnus.org> X-Yow: My pants just went to high school in the Carlsbad Caverns!!! Date: Thu, 10 Oct 2019 10:32:19 +0200 In-Reply-To: <87v9sxtska.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 10 Oct 2019 01:20:05 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 10239 Cc: 10239@debbugs.gnu.org, 25329@debbugs.gnu.org, 35745@debbugs.gnu.org, jidanni@jidanni.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.7 (-) On Okt 10 2019, Lars Ingebrigtsen wrote: > Lars Ingebrigtsen writes: > >> Andreas Schwab writes: >> >>>> +(defcustom compilation-transform-file-match-alist >>>> + '(("/bin/[a-z]*sh\\'" nil) >>>> + ("\\*+ \\[\\(Makefile\\)" "\\1")) >>> >>> That doesn't make sense. "Makefile" can be anything. >> >> I wanted to be conservative when introducing the feature. If we decide >> to add this feature, the regexps will evolve over the years. > > There weren't any other comments, so I've now applied the patch and I'm > closing this bug report. This has been obsoleted by Pauls patch. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." From unknown Sat Jun 14 03:53:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 07 Nov 2019 12:24:04 +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