From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 26 10:06:20 2019 Received: (at submit) by debbugs.gnu.org; 26 Oct 2019 14:06:20 +0000 Received: from localhost ([127.0.0.1]:41309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOMhw-0006ys-HW for submit@debbugs.gnu.org; Sat, 26 Oct 2019 10:06:20 -0400 Received: from lists.gnu.org ([209.51.188.17]:54693) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iOMhr-0006yf-Ch for submit@debbugs.gnu.org; Sat, 26 Oct 2019 10:06:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46716) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOMhn-00076J-Be for bug-gnu-emacs@gnu.org; Sat, 26 Oct 2019 10:06:13 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOMhl-0001Nh-Hs for bug-gnu-emacs@gnu.org; Sat, 26 Oct 2019 10:06:10 -0400 Received: from crocodile.birch.relay.mailchannels.net ([23.83.209.45]:57805) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iOMhk-0001LX-Hi for bug-gnu-emacs@gnu.org; Sat, 26 Oct 2019 10:06:09 -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 DA8A26A0F55 for ; Sat, 26 Oct 2019 14:06:03 +0000 (UTC) Received: from pdx1-sub0-mail-a3.g.dreamhost.com (100-96-85-194.trex.outbound.svc.cluster.local [100.96.85.194]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 667456A10CF for ; Sat, 26 Oct 2019 14:06:03 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|jidanni@jidanni.org Received: from pdx1-sub0-mail-a3.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.5); Sat, 26 Oct 2019 14:06:03 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|jidanni@jidanni.org X-MailChannels-Auth-Id: dreamhost X-Stretch-Harmony: 6b5f749c78d9e7a7_1572098763621_2823664003 X-MC-Loop-Signature: 1572098763621:3076014183 X-MC-Ingress-Time: 1572098763620 Received: from pdx1-sub0-mail-a3.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a3.g.dreamhost.com (Postfix) with ESMTP id 1C61C91853 for ; Sat, 26 Oct 2019 07:05:58 -0700 (PDT) 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=5EXkGH1XJBKhtbhZ0FxqkRPCejA=; b=ia0e+NlLvuF7Xqfs obStH5r1wcLETK0xK0vQklVVhBjk2mhK18OrMpbp+VR6cLnPAkfIygjIu/3U8sn2 N1QQ9hqdGhCzcX5f1q/fDPfBSWqxU9pTKMpH78HiPl4F7CDOch+vkhQq9MQPd4Nd 7tnNeOPxfe6FzMciD9Tuo7md+ts= Received: from jidanni.org (1-170-81-123.dynamic-ip.hinet.net [1.170.81.123]) (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-a3.g.dreamhost.com (Postfix) with ESMTPSA id 92A2D91851 for ; Sat, 26 Oct 2019 07:05:57 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a3 From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson To: bug-gnu-emacs@gnu.org Subject: makefile colors messed up by :// Date: Sat, 26 Oct 2019 19:45:37 +0800 Message-ID: <87ftjfybku.5.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 23.83.209.45 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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.4 (--) $ cat makefile x: echo This line is the correct color. echo This line is not. Because it contains the string file:// in it. $ emacs -nw -Q makefile emacs-version "26.3" From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 30 07:10:10 2019 Received: (at control) by debbugs.gnu.org; 30 Oct 2019 11:10:10 +0000 Received: from localhost ([127.0.0.1]:49353 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPlrd-0006bn-US for submit@debbugs.gnu.org; Wed, 30 Oct 2019 07:10:10 -0400 Received: from quimby.gnus.org ([80.91.231.51]:54812) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPlrc-0006bY-Fg for control@debbugs.gnu.org; Wed, 30 Oct 2019 07:10:08 -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 1iPlrZ-0004KC-PO for control@debbugs.gnu.org; Wed, 30 Oct 2019 12:10:07 +0100 Date: Wed, 30 Oct 2019 12:10:05 +0100 Message-Id: <87imo6wktu.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #37934 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 37934 + confirmed 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 37934 + confirmed quit From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 30 07:12:08 2019 Received: (at 37934) by debbugs.gnu.org; 30 Oct 2019 11:12:08 +0000 Received: from localhost ([127.0.0.1]:49359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPltY-0006fA-Do for submit@debbugs.gnu.org; Wed, 30 Oct 2019 07:12:08 -0400 Received: from quimby.gnus.org ([80.91.231.51]:54862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPltW-0006f0-Ge for 37934@debbugs.gnu.org; Wed, 30 Oct 2019 07:12:06 -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 1iPltR-0004Lb-3C; Wed, 30 Oct 2019 12:12:03 +0100 From: Lars Ingebrigtsen To: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson Subject: Re: makefile colors messed up by :// References: <87ftjfybku.5.fsf@jidanni.org> Date: Wed, 30 Oct 2019 12:12:00 +0100 In-Reply-To: <87ftjfybku.5.fsf@jidanni.org> (=?utf-8?B?IuepjeS4ueWwvA==?= Dan Jacobson"'s message of "Sat, 26 Oct 2019 19:45:37 +0800") Message-ID: <87eeyuwkqn.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; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 積丹尼 Dan Jacobson writes: > $ cat makefile > x: > echo This line is the correct color. > echo This line is not. Because it contains the string file:// in it. I can confirm that this bug is still in Emacs. The problem is this regexp: 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: 37934 Cc: 37934@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 (-) =E7=A9=8D=E4=B8=B9=E5=B0=BC Dan Jacobson writes: > $ cat makefile > x: > echo This line is the correct color. > echo This line is not. Because it contains the string file:// in it. I can confirm that this bug is still in Emacs. The problem is this regexp: (defvar makefile-dependency-regex ;; Allow for two nested levels $(v1:$(v2:$(v3:a=3Db)=3Dc)=3Dd) "^\\(\\(?:\\$\\(?:[({]\\(?:\\$\\(?:[({]\\(?:\\$\\(?:[^({]\\|.[^\n$#})]+?[= })]\\)\\|[^\n$#)}]\\)+?[})]\\|[^({]\\)\\|[^\n$#)}]\\)+?[})]\\|[^({]\\)\\|[^= \n$#:=3D]\\)+?\\)\\(:\\)\\(?:[ \t]*$\\|[^=3D\n]\\(?:[^#\n]*?;[ \t]*\\(.+\\)= \\)?\\)" "Regex used to find dependency lines in a makefile.") Of which I can only say... "eek". I wonder -- has anybody considered rewriting make-mode.el using syntax-ppss? Or is the syntax just too intractable for that? --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 26 20:13:40 2021 Received: (at control) by debbugs.gnu.org; 27 Apr 2021 00:13:40 +0000 Received: from localhost ([127.0.0.1]:47532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbBMC-0006gX-26 for submit@debbugs.gnu.org; Mon, 26 Apr 2021 20:13:40 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51126) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbBMA-0006g9-Fn for control@debbugs.gnu.org; Mon, 26 Apr 2021 20:13:38 -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=ho3cJY6EXdOcLbiRrnfStFhekM/DIDAd9jGYGOXwJhM=; b=fCwmu94pvrMwOkqitBM8iP9SPZ mTiTsVOgHUwgq/d/4gpYoHnmuN/f3zpztOqVx4Ps5tpLbrE7g+YtkigX0zDDmMC+86zDgU5yBtr22 E8Gs2D95szUsxXiOgnCnEJiJvXb0U60Vgn3lIFzhn0kCUe1aCy0kZkfSYVfFVx7MVuOQ=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lbBM3-0004ih-20 for control@debbugs.gnu.org; Tue, 27 Apr 2021 02:13:32 +0200 Date: Tue, 27 Apr 2021 02:13:30 +0200 Message-Id: <87bla07ff9.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #48052 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: forcemerge 48052 37934 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 (-) forcemerge 48052 37934 quit From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 26 20:17:36 2021 Received: (at control) by debbugs.gnu.org; 27 Apr 2021 00:17:36 +0000 Received: from localhost ([127.0.0.1]:47547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbBQ0-0000N7-EP for submit@debbugs.gnu.org; Mon, 26 Apr 2021 20:17:36 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbBPy-0000Hq-I2 for control@debbugs.gnu.org; Mon, 26 Apr 2021 20:17:35 -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=fCia5k1gqw9UICBAmOdhJFO3xjjOvkHoA6Ipl1Ed/eE=; b=mjDvNrT4ZtP29eW4mvX+J1Oo1i P+7i1WeFreFv7DIbi3hAZ+y9qpN5l1HHzW9dLe4vSz78FsA8Pc0xQ0dlfC+fnjD42ERJoetVXDhuL IuPA0K7ANz2bfltxBjSQBGWRdNJ52dr6M3xnN/cK7dUp9cVgSZhakgFiNGOh4V2zSOGc=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lbBPr-0004m5-68 for control@debbugs.gnu.org; Tue, 27 Apr 2021 02:17:29 +0200 Date: Tue, 27 Apr 2021 02:17:26 +0200 Message-Id: <87tuns4m3t.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #37934 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: forcemerge 37934 17400 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 (-) forcemerge 37934 17400 quit From unknown Fri Jun 13 11:03:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Mon, 27 Sep 2021 10:43:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 05 08:28:30 2025 Received: (at control) by debbugs.gnu.org; 5 Mar 2025 13:28:30 +0000 Received: from localhost ([127.0.0.1]:36126 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tponW-0001ZV-Gf for submit@debbugs.gnu.org; Wed, 05 Mar 2025 08:28:30 -0500 Received: from mail-pj1-x1032.google.com ([2607:f8b0:4864:20::1032]:56699) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tponS-0001Z7-UC; Wed, 05 Mar 2025 08:28:27 -0500 Received: by mail-pj1-x1032.google.com with SMTP id 98e67ed59e1d1-2f9d3d0f55dso11000628a91.1; Wed, 05 Mar 2025 05:28:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1741181301; x=1741786101; darn=debbugs.gnu.org; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=ULzSnmD1ItcDA5CMOaAR27mfki7S5XkZbmga5Ve+e4M=; b=FRZVkyORDLTAZE5w8ZKPHss5QvOhnUYoAUeZTORNsExfaGbtt400kzEx7nOzNAR7Eq /iQuc1/fDf+Q4K4QKTBtzvItk+f6LE0+yB3vDL//rArjco+WE4rKFT+8qIvuYGIA0Iy2 gIRRQ9n2rGFBKJbdDykB/b36WqPEj2EucmYX3pBPcStD00hyQ0zZQQIiN8q10Jon3v3l LJh54ltDM2A2a0lteKBM0L6uffWLtcmZZ0dJnZQX7MNJKd/I8rp6noTH6Z0DKWkImzKt ZPqJiF61y9JMsf7mgbCP4hxNZDflC/hEKPcKY/gfwRp32r2t93fACX07aoewxegNGaSe SoOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1741181301; x=1741786101; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ULzSnmD1ItcDA5CMOaAR27mfki7S5XkZbmga5Ve+e4M=; b=IOzlNSufHAqJsibpshcIF1aQFuQ7t4C/xYn/XLOCFBfNddLw0Y2B9HDCbfWJkf9Iwd Ma8BgefIrM028TREJewozlGjjiJh02zZuuwkOs7IISaVKdnNcFHsogRlaNcawOxTlDrp U/qfksVmHIQriV6TfRw+k5GPm97RG78kusXSo5EXcvdcyumYqJRNHhwZjW0Ulz91xzPZ a2n9RfcphLPKh29678PtgRdPP1cOsArDNif4HfuxT606Fbldjra+GgElwfcfShfxlKKi iyPNDcqQgvEqoAZLAGg9a0U6Msttw0Brx60434gUA2KXzqQwmAbP1SSiJfTYv+AlKpnP zrZQ== X-Forwarded-Encrypted: i=1; AJvYcCWFlr6WIRDWOiGxmAPwrCaYd0gk/WReJmxbkRJcwV7DH4U/roc66UJ5vOCa7vSA5BhHipfoloSy@debbugs.gnu.org X-Gm-Message-State: AOJu0YyqAHSvF4IoNjqyzbHpTnomhtWLp41tRTTYw8eb9lCppAKO6pUb YF1GyH5gdl5+1FpYcrUz8LomlJW7HSYWEyFOXirG9pdhhH7kOn1d X-Gm-Gg: ASbGncumzIKZ5EgrA9lC1WZIbdYErVjzUHVdRDCRKgZGoq1CjSw2X0pESuWZvX8ZFOM pidd95xTZpfP8TshDsXLcrXPN2+DdQ/1jdb8AINiJyqp7w+KeuAQhZMmdPHK0pS9fsrKiOWeyF8 T0YxUaLQmWhHRP9KOf232ePMGxJxEVLtGB/xadIFQWp81AnCFcZKeU5Bkb0E8DDic0k91JjjWrl gP3EhdWgPMRMPbkTGif9PJ2Je2nHenipH/7YajLKT8mM8WrmxRATIh/82TZYErDb9xHFGozFwba AnO1SgPCaHcURAJfiBUJNdWWvsLq3Xi8gzDJJqCpLzb4YK2pbQU= X-Google-Smtp-Source: AGHT+IEF2f6/1XtOy+PyzZu/s2DhIyO/ZyJxFZSgZAqr1h/Jz/KxM//uOQLF+GYhImliKzntdzmC/w== X-Received: by 2002:a17:90b:2e44:b0:2ee:c918:cd60 with SMTP id 98e67ed59e1d1-2ff49753517mr5374086a91.20.1741181300714; Wed, 05 Mar 2025 05:28:20 -0800 (PST) Received: from [192.168.0.234] ([181.228.33.6]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-223501d2778sm112891595ad.36.2025.03.05.05.28.19 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 05 Mar 2025 05:28:20 -0800 (PST) Message-ID: Date: Wed, 5 Mar 2025 10:28:17 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] 31.0.50; makefile-mode: incorrectly highlights make-instructions as make targets To: =?UTF-8?Q?Jostein_Kj=C3=B8nigsen?= References: <140fffe4-79a9-4bff-9148-9debd208e6fc@gmail.com> Content-Language: en-US From: Mauro Aranda In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control Cc: "Dr. Arne Babenhauserheide" , 76759@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 (-) merge 17400 76759 quit Jostein Kjønigsen writes: >  Looks like the 10th duplicate of Bug#17400. > > Also good catch, Mauro. Can someone merge these 2 bugs? Thanks for confirming.  Merging the bugs now. > But honestly: A more than 10 year old bug!!! About time we get it fixed! > > I'll report back as soon as I have a new patch! Thanks for working on this. From unknown Fri Jun 13 11:03:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 07 Apr 2025 11:24:05 +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