From unknown Tue Jun 24 05:14:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52303: [PATCH] Remove not defined face info-menu-5 from manoj-dark theme Resent-From: Y. E. Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 05 Dec 2021 18:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 52303 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 52303@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Reply-To: "Y. E." Received: via spool by submit@debbugs.gnu.org id=B.16387276861797 (code B ref -1); Sun, 05 Dec 2021 18:09:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Dec 2021 18:08:06 +0000 Received: from localhost ([127.0.0.1]:59257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtvvh-0000Sd-LQ for submit@debbugs.gnu.org; Sun, 05 Dec 2021 13:08:06 -0500 Received: from lists.gnu.org ([209.51.188.17]:36108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtvYY-0008HO-RD for submit@debbugs.gnu.org; Sun, 05 Dec 2021 12:44:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35860) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtvYX-0006gY-Sq for bug-gnu-emacs@gnu.org; Sun, 05 Dec 2021 12:44:10 -0500 Received: from out0.migadu.com ([94.23.1.103]:18610) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtvYV-0003zV-DY for bug-gnu-emacs@gnu.org; Sun, 05 Dec 2021 12:44:09 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ego.team; s=key1; t=1638726238; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type; bh=QJamCCuKpUZo7wWVcfsPErj9MOvrl+4skrK8P1QUcMA=; b=CDtSAxiLRH9patxukbKoqosMLnef5ShvN1deqEOijMDsb85vh3pE+VpUkCdMZ1AM/sBOUy 0JiZVCnyoilOmWVVnk9GKgybu/9I2TGRkMWKO1KQEXVBCuMrXDB7iD9YRfjxv5T3RF+ncy sUqKOoO91fO84x+SXjj/pbO9qiQb0FE= From: Y. E. Date: Sun, 05 Dec 2021 19:43:55 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: ego.team Received-SPF: pass client-ip=94.23.1.103; envelope-from=yet@ego.team; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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 (--) --=-=-= Content-Type: text/plain Tags: patch Hello, The face 'info-menu-5' was obsoleted in favor to 'info-menu-star' back in 2005 (185cff95450). This patch suggests removal of the not defined face and not updating it, because the de facto used 'info-menu-star' default value has served the theme users during the last years. A side-question: do I still need to add "Copyright-paperwork-exempt: yes" to the minor commits even if I have the CA completed? Thanks, YE --=-=-= Content-Type: text/patch Content-Disposition: attachment; filename=0001-etc-themes-manoj-dark-theme.el-Remove-not-defined-fa.patch >From 85ca17dd7fd3d3aaf8be81d2358809a7768d598e Mon Sep 17 00:00:00 2001 From: YugaEgo Date: Sun, 5 Dec 2021 19:32:44 +0200 Subject: [PATCH] ; * etc/themes/manoj-dark-theme.el: Remove not defined face info-menu-5 Copyright-paperwork-exempt: yes --- etc/themes/manoj-dark-theme.el | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el index f10b88507e..e80403f5b3 100644 --- a/etc/themes/manoj-dark-theme.el +++ b/etc/themes/manoj-dark-theme.el @@ -541,7 +541,6 @@ manoj-dark '(ido-indicator ((t (:background "red1" :foreground "yellow1" :width condensed)))) '(ido-only-match ((t (:foreground "ForestGreen")))) '(ido-subdir ((t (:foreground "red1")))) - '(info-menu-5 ((t (:underline t)))) '(info-menu-header ((t (:bold t :weight bold)))) '(info-node ((t (:bold t :italic t :foreground "yellow")))) '(info-node ((t (:italic t :bold t :foreground "white" :slant italic :weight bold)))) -- 2.34.1 --=-=-=-- From unknown Tue Jun 24 05:14:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52303: [PATCH] Remove not defined face info-menu-5 from manoj-dark theme Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 05 Dec 2021 21:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52303 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Y. E. Cc: 52303@debbugs.gnu.org Received: via spool by 52303-submit@debbugs.gnu.org id=B52303.163873915723622 (code B ref 52303); Sun, 05 Dec 2021 21:20:01 +0000 Received: (at 52303) by debbugs.gnu.org; 5 Dec 2021 21:19:17 +0000 Received: from localhost ([127.0.0.1]:59813 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtyui-00068v-Pk for submit@debbugs.gnu.org; Sun, 05 Dec 2021 16:19:16 -0500 Received: from quimby.gnus.org ([95.216.78.240]:56402) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtyuh-00068i-Hs for 52303@debbugs.gnu.org; Sun, 05 Dec 2021 16:19:16 -0500 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=/xx52yKZhdvT2M/F/A7S53RNlspucUo8+CMEBQ0YXq0=; b=AnmtJmtRg5wgpVlG7JVrk6wTiS J5Dhnh9LsammyhO3Fsm+Cwg7CmsFKCDuLRSQIM1moNU2i6Fo6LdkZVVFDxYdwgXX+LKjkA3d+6q+u tPukbhIavZEUHtHLHh7nZICxU/RCdTf3heu4nI9GNtCzhy94vmvMfy0XWNHWihYD13Yo=; Received: from [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 1mtyuY-00031E-Ph; Sun, 05 Dec 2021 22:19:09 +0100 From: Lars Ingebrigtsen References: X-Now-Playing: Genesis's _And Then There Were Three_: "Burning Rope" Date: Sun, 05 Dec 2021 22:19:06 +0100 In-Reply-To: (Y. E.'s message of "Sun, 05 Dec 2021 19:43:55 +0200") Message-ID: <87h7bmn41h.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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: Y. E. writes: > The face 'info-menu-5' was obsoleted in favor to 'info-menu-star' back > in 2005 (185cff95450). > > This patch suggests removal of the not defined face and not updating it, > because the de facto us [...] 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: -2.3 (--) 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 (---) Y. E. writes: > The face 'info-menu-5' was obsoleted in favor to 'info-menu-star' back > in 2005 (185cff95450). > > This patch suggests removal of the not defined face and not updating it, > because the de facto used 'info-menu-star' default value has served the > theme users during the last years. Thanks; applied to Emacs 29. > A side-question: do I still need to add "Copyright-paperwork-exempt: > yes" to the minor commits even if I have the CA completed? Nope. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 05 16:19:20 2021 Received: (at control) by debbugs.gnu.org; 5 Dec 2021 21:19:20 +0000 Received: from localhost ([127.0.0.1]:59816 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtyum-00069A-06 for submit@debbugs.gnu.org; Sun, 05 Dec 2021 16:19:20 -0500 Received: from quimby.gnus.org ([95.216.78.240]:56416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mtyul-00068m-5j for control@debbugs.gnu.org; Sun, 05 Dec 2021 16:19:19 -0500 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=iVYafFOIfe2M+OTHGdQmqOeXS5gJP9bASascyzZdgLY=; b=WdF13RKCVs3fIAVK1NB2YlI+N8 ovo4Edr3PdobcK5xYSBcAlwZQbasDhzlEme0/Kro+nGWrPplUaclzzrbRoZmKlxIv6m91BrCTWKBk TJuBWw+np6xn/fRA7F8QtADqEbyEbxJNuxjSnzahXEdedkjZgf8IFfejj5D4xntIhkYo=; Received: from [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 1mtyud-00031M-Dz for control@debbugs.gnu.org; Sun, 05 Dec 2021 22:19:13 +0100 Date: Sun, 05 Dec 2021 22:19:10 +0100 Message-Id: <87fsr6n41d.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #52303 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: close 52303 29.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: -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 (---) close 52303 29.1 quit From unknown Tue Jun 24 05:14:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52303: [PATCH] Remove not defined face info-menu-5 from manoj-dark theme References: Resent-From: Y. E. Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 07 Dec 2021 10:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52303 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Lars Ingebrigtsen Cc: 52303@debbugs.gnu.org, yet@ego.team Reply-To: "Y. E." Received: via spool by 52303-submit@debbugs.gnu.org id=B52303.163887229616277 (code B ref 52303); Tue, 07 Dec 2021 10:19:01 +0000 Received: (at 52303) by debbugs.gnu.org; 7 Dec 2021 10:18:16 +0000 Received: from localhost ([127.0.0.1]:36417 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muXY7-0004ET-Qv for submit@debbugs.gnu.org; Tue, 07 Dec 2021 05:18:15 -0500 Received: from out0.migadu.com ([94.23.1.103]:31432) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muXY4-0004EI-PQ for 52303@debbugs.gnu.org; Tue, 07 Dec 2021 05:18:14 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ego.team; s=key1; t=1638872291; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to; bh=MmQr9sxF2RiQW3qc1O+1eiQeax9TpEnTSQ6GJ+M/LP0=; b=KAJOTZS821ar5m13o07Vw9a9//hPFobADmCp6dvdpfHMgPJljcQCelTojQY472oe8/g6sC /xCyb5yZVG99ysGjVx7M3wwzXmcGRhSYemw7TzU8YD1yFNIyNaB6f6ZrgBDD72XDBv8ziE n2qNuH4Xs1RZKSf7aCgEJ2FwUD0/hnQ= From: Y. E. In-Reply-To: <87h7bmn41h.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 05 Dec 2021 22:19:06 +0100) Date: Tue, 07 Dec 2021 12:18:09 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: ego.team X-Spam-Score: -0.7 (/) 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 (-) Hi Lars, The pushed commit message caught my attention: it seems both the suggested commit message and the corrected one got into. See d3d8a6ccda7, and also 0d8e9588e1c, 6620d03e334. From unknown Tue Jun 24 05:14:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52303: [PATCH] Remove not defined face info-menu-5 from manoj-dark theme Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 07 Dec 2021 20:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52303 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Y. E. Cc: 52303@debbugs.gnu.org Received: via spool by 52303-submit@debbugs.gnu.org id=B52303.16389086388005 (code B ref 52303); Tue, 07 Dec 2021 20:24:02 +0000 Received: (at 52303) by debbugs.gnu.org; 7 Dec 2021 20:23:58 +0000 Received: from localhost ([127.0.0.1]:38761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muh0I-000253-Id for submit@debbugs.gnu.org; Tue, 07 Dec 2021 15:23:58 -0500 Received: from quimby.gnus.org ([95.216.78.240]:53512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muh0G-00024m-4T for 52303@debbugs.gnu.org; Tue, 07 Dec 2021 15:23:56 -0500 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=evDMgtsOgeKMk2y0zESUs3frquOKRv/GcUvQLL5flf8=; b=dcoc8WTotoiAY1YobhsXGCHQX7 C9/lNAXNJ2pqEKZw7g30fwu1epqR/ZWtNVQRThBWf/IQH/2Aw55A21/D0TlU9mPRaLOskL4lpuvS1 cvOaLJPR89Z6u9kawYrBeHmjjaDBC5GHUBcOk0KWmDCkB0kSKytm1LdY7Tkz6s+pGVeA=; Received: from [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 1muh06-00029G-8C; Tue, 07 Dec 2021 21:23:49 +0100 From: Lars Ingebrigtsen References: X-Now-Playing: The Human League's _Dare_: "Open Your Heart" Date: Tue, 07 Dec 2021 21:23:45 +0100 In-Reply-To: (Y. E.'s message of "Tue, 07 Dec 2021 12:18:09 +0200") Message-ID: <87zgpcduzy.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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: Y. E. writes: > The pushed commit message caught my attention: it seems both the > suggested commit message and the corrected one got into. > > See d3d8a6ccda7, and also 0d8e9588e1c, 6620d03e334. 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: -2.3 (--) 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 (---) Y. E. writes: > The pushed commit message caught my attention: it seems both the > suggested commit message and the corrected one got into. > > See d3d8a6ccda7, and also 0d8e9588e1c, 6620d03e334. Sorry, I don't understand what you mean here. Is there something that should be changed? If so, can you suggest a patch to do so? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Tue Jun 24 05:14:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52303: [PATCH] Remove not defined face info-menu-5 from manoj-dark theme References: Resent-From: Y. E. Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 08 Dec 2021 10:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52303 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Lars Ingebrigtsen Cc: 52303@debbugs.gnu.org, yet@ego.team Reply-To: "Y. E." Received: via spool by 52303-submit@debbugs.gnu.org id=B52303.163895845617137 (code B ref 52303); Wed, 08 Dec 2021 10:15:01 +0000 Received: (at 52303) by debbugs.gnu.org; 8 Dec 2021 10:14:16 +0000 Received: from localhost ([127.0.0.1]:39584 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mutxk-0004SH-2e for submit@debbugs.gnu.org; Wed, 08 Dec 2021 05:14:15 -0500 Received: from out0.migadu.com ([94.23.1.103]:45606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mutxg-0004S7-RF for 52303@debbugs.gnu.org; Wed, 08 Dec 2021 05:14:10 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ego.team; s=key1; t=1638958447; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to; bh=GHKmwuSPDfiV/O0h8TWPFR1ercZdV50D8n7hewZxmSA=; b=D7bDL4P0h4Oc8rTBA6rebCop9HJkO9/4HkVZSfUIy07/RsEBh0pMVeviHReINcbRjMXRmi wbPb67OYhB3MOEZcNAflMo/A+GISHdFUIZIDlY2YYsbQeJGXV1tTkkUon5CaotNclg0dO/ O3GKUa1C0EJgZI9hn0FL0fHULQFJY6A= From: Y. E. In-Reply-To: <87zgpcduzy.fsf@gnus.org> (message from Lars Ingebrigtsen on Tue, 07 Dec 2021 21:23:45 +0100) Date: Wed, 08 Dec 2021 12:14:05 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: ego.team X-Spam-Score: -0.7 (/) 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 (-) > >> The pushed commit message caught my attention: it seems both the >> suggested commit message and the corrected one got into. >> >> See d3d8a6ccda7, and also 0d8e9588e1c, 6620d03e334. > > Sorry, I don't understand what you mean here. Ah, sorry, I wasn't clear enough. The mentioned commit messages seem to contain accidentally duplicated content. For example, see the part of the `git show d3d8a6ccda7' output: Date: Sun Dec 5 22:18:18 2021 +0100 ; * etc/themes/manoj-dark-theme.el: Remove not defined face info-menu-5 * etc/themes/manoj-dark-theme.el (manoj-dark): Remove reference to face removed in 2005 (bug#52303). diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el > Is there something that should be changed? My guess was I should have notified you, in case this indeed was a kind of a typo or broken automation. (I didn't see/notice such commit messages in Emacs commit history before.) Best, YE From unknown Tue Jun 24 05:14:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52303: [PATCH] Remove not defined face info-menu-5 from manoj-dark theme Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 09 Dec 2021 01:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52303 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Y. E. Cc: 52303@debbugs.gnu.org Received: via spool by 52303-submit@debbugs.gnu.org id=B52303.16390123261734 (code B ref 52303); Thu, 09 Dec 2021 01:13:02 +0000 Received: (at 52303) by debbugs.gnu.org; 9 Dec 2021 01:12:06 +0000 Received: from localhost ([127.0.0.1]:41945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv7yg-0000Ru-9v for submit@debbugs.gnu.org; Wed, 08 Dec 2021 20:12:06 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39560) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv7ye-0000RO-48 for 52303@debbugs.gnu.org; Wed, 08 Dec 2021 20:12:04 -0500 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=/H4B8pLFVNGIWc0Z43Y/270qOcN4rAtNYCBCGvqq8RA=; b=X6O6ZVIFQzYhuAiFwWXbEHU7bb lXFVw2A36JwJXKYZ9W7nManJljfNjCI1OQiDJEk1GDKcc9uWleV0ZQLUzNduiNaPAMbHoM6KtgxMK cn3cHGbD1lkU/23Ks4Gi2m/h6DjrAzpip63RGwUZ6AP8xz3Ig5qOzwXRfbb+La7zPi00=; Received: from [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 1mv7yU-0005XL-AV; Thu, 09 Dec 2021 02:11:57 +0100 From: Lars Ingebrigtsen References: Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEUtLT9Wcarq7/ai rsT///+j1o5LAAAAAWJLR0QEj2jZUQAAAAd0SU1FB+UMCQECAAFRiq8AAAGXSURBVDjLbZOLteQg CEBBG5CxgUQbEOm/t+UTNXlnmTkmcgMoH0CiAoDgQtRc+mxQRQo8UgirA4AJhISbIJWp+gsgmcUx UV9ZgfvOVOgAlQDh4POYreOyj/X5LrV7H8b1K1RuYxmYokoXdoIeAu2I9hTRi/q5sfm59U/uKB4P QBK7k724HmxVVwgLWL506wAm+2fhQl0y1EIW/3cfazVQb7+BXXepFwiLJ/P6pmewIHTDAr4Czc6W LemFDFCIsLTu0e96gGbfKuEg9YgOrn5qSp4t9pvCVrcmkRQnRcH8ACuJeKK3wR+AfwBFo3xA31sv 1YnR7cY0F6gvYHWrC+QN7r3/L0D6BQB5uXLFAicIoDWPhn9a6Ld9oRYRuS2A26TJ5CkbgHd9hHl8 vuRl9gWwAdUOwgyZryr3OcKw8nFScAlbM/1OJsEtRNKoHDlaNQHRX5+pjB737Gs6tLI8MoKMGJLP PK5pqzKOiuG+UuIArImtY4HB+QFZXDbII5WdFpH6lKKMfL0sKMa6foJnmTGLB8AGQtFR/wDlyU2n njvcHgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0xMi0wOVQwMTowMjowMCswMDowMA5/OOMAAAAl dEVYdGRhdGU6bW9kaWZ5ADIwMjEtMTItMDlUMDE6MDI6MDArMDA6MDB/IoBfAAAAAElFTkSuQmCC X-Now-Playing: Peter Gabriel's _Plays Live (1)_: "The Family and the Fishing Net" Date: Thu, 09 Dec 2021 02:11:53 +0100 In-Reply-To: (Y. E.'s message of "Wed, 08 Dec 2021 12:14:05 +0200") Message-ID: <87a6ha4m5i.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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: Y. E. writes: > The mentioned commit messages seem to contain accidentally duplicated > content. For example, see the part of the `git show d3d8a6ccda7' output: > > Date: Sun Dec 5 22:18:18 2021 +0100 > > ; * etc/t [...] 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: -2.3 (--) 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 (---) Y. E. writes: > The mentioned commit messages seem to contain accidentally duplicated > content. For example, see the part of the `git show d3d8a6ccda7' output: > > Date: Sun Dec 5 22:18:18 2021 +0100 > > ; * etc/themes/manoj-dark-theme.el: Remove not defined face info-menu-5 > > * etc/themes/manoj-dark-theme.el (manoj-dark): Remove reference to > face removed in 2005 (bug#52303). > > diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el > >> Is there something that should be changed? > > My guess was I should have notified you, in case this indeed was a kind > of a typo or broken automation. (I didn't see/notice such commit > messages in Emacs commit history before.) Do you mean that the commit message here is wrong? I still don't quite understand what you mean. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Tue Jun 24 05:14:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52303: [PATCH] Remove not defined face info-menu-5 from manoj-dark theme References: Resent-From: Y. E. Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 09 Dec 2021 10:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52303 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Lars Ingebrigtsen Cc: 52303@debbugs.gnu.org, yet@ego.team Reply-To: "Y. E." Received: via spool by 52303-submit@debbugs.gnu.org id=B52303.16390461968625 (code B ref 52303); Thu, 09 Dec 2021 10:37:02 +0000 Received: (at 52303) by debbugs.gnu.org; 9 Dec 2021 10:36:36 +0000 Received: from localhost ([127.0.0.1]:42529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvGmy-0002F3-G1 for submit@debbugs.gnu.org; Thu, 09 Dec 2021 05:36:36 -0500 Received: from out1.migadu.com ([91.121.223.63]:50011) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvGmw-0002Et-7C for 52303@debbugs.gnu.org; Thu, 09 Dec 2021 05:36:35 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ego.team; s=key1; t=1639046192; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to; bh=UeYEXZPaoYyRHdPcTMTw5J/SggfgCKX50h3o5d8ruUE=; b=QGsY7YFUHc/20LBVxXQO7xWeXIga10jd1KnLv2A1eT2k30CvsOy/k9zFaqZNK2yRiLpSWr IUBaYYxrr32+R+4Jyhx7g0Pj9EXXYJohBpvLWIV5aREx0138i6hIpuTTc9x4PGkNrRJ+Oc C68n8VZsDR1js250QQbaNWiTIPyidGQ= From: Y. E. In-Reply-To: <87a6ha4m5i.fsf@gnus.org> (message from Lars Ingebrigtsen on Thu, 09 Dec 2021 02:11:53 +0100) Date: Thu, 09 Dec 2021 12:36:30 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: yuga@ego.team X-Spam-Score: -0.7 (/) 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 (-) >> The mentioned commit messages seem to contain accidentally duplicated >> content. For example, see the part of the `git show d3d8a6ccda7' output: >> >> Date: Sun Dec 5 22:18:18 2021 +0100 >> >> ; * etc/themes/manoj-dark-theme.el: Remove not defined face info-menu-5 >> >> * etc/themes/manoj-dark-theme.el (manoj-dark): Remove reference to >> face removed in 2005 (bug#52303). >> >> diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el >> >>> Is there something that should be changed? >> >> My guess was I should have notified you, in case this indeed was a kind >> of a typo or broken automation. (I didn't see/notice such commit >> messages in Emacs commit history before.) > > Do you mean that the commit message here is wrong? I still don't quite > understand what you mean. Yes, it seemed so to me: the two lines of the commit message saying basically the same thing. If it's correct, then what purpose does it serve? Thanks. From unknown Tue Jun 24 05:14:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52303: [PATCH] Remove not defined face info-menu-5 from manoj-dark theme Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 10 Dec 2021 00:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52303 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Y. E. Cc: 52303@debbugs.gnu.org Received: via spool by 52303-submit@debbugs.gnu.org id=B52303.163909657527915 (code B ref 52303); Fri, 10 Dec 2021 00:37:01 +0000 Received: (at 52303) by debbugs.gnu.org; 10 Dec 2021 00:36:15 +0000 Received: from localhost ([127.0.0.1]:45052 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvTtW-0007G9-Pp for submit@debbugs.gnu.org; Thu, 09 Dec 2021 19:36:14 -0500 Received: from quimby.gnus.org ([95.216.78.240]:49750) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvTtV-0007Fx-9r for 52303@debbugs.gnu.org; Thu, 09 Dec 2021 19:36:13 -0500 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=tQ4rC2Q14Vr5daIwFicg+VbdeOZTswaNZIn/AZLULY4=; b=OcCat3YJZewxc3rFcfySh6j8zQ IxT+OjFC72Nqbx10IAna0cZo3k5fjdUxbqToH8iPMghQWQ/Ct5R177ScxAnEizFHgcn9aDrol3pYa bTnLNzYmnbhXvunbXFtgoDIf4TgLS7I6Zak7WFCFxe/Qauc+12FjdqjK7XKpEH+O17Dg=; Received: from [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 1mvTtM-0006UZ-H3; Fri, 10 Dec 2021 01:36:07 +0100 From: Lars Ingebrigtsen References: Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAElBMVEWZb3hlVl+/qKtM MzwkFhn///8fEXZMAAAAAWJLR0QF+G/pxwAAAAd0SU1FB+UMCgAPBKDl9SIAAAGuSURBVDjLrZNr kuMgDIQFzgHAcABZcwF7xAHioPufaVt+TZLZ/NiqVVXi4I9u9CBEiJDfIwnlv8ZnQB9A/n8ghRMU Xfz7NzDrWYHzsq/jAUpXAMQpOUFTtUX3eAFmzdYD7Ganwsw0/wYwsl7nopqmw+wArjBFziIDNMuT ogOoAy5a+gl869AbcosuaesFZhGpXWfCMyDzC3zjxa37fjxRa3AQxgHWwrUvlCmGpiNkhCkKuxPF MrMStU0IACwZnyhfD8k0oAczxwO4WCSNQqGarcJUNqvB/HC4ETIygxM80Uip9mAkylm4devYMnVC cWrtQRTlhhzqUtatJsqKwuwuLPE2EpUYvchqAMiv2SgcCzEl8SLZHBisXBINCn9LVHvZASLV2b7j 4Af7zVDS7bUH8lFLUUr11RPYYuWhhR1s63bJJm15A836UhJdhMr+E81Eh4TqCcbp2NDu3iPM8wD3 Q0vb1Igj22uQd4aZ4vQOfHgSpiM7v0VPgGlIGB1ull1VUfJBoKkbeLbSu58ReHg/A32VIH54by+g dcwT1+LrXdFswX8m/JR+WX2Ifwd/ABSkr20AjVmfAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIxLTEy LTEwVDAwOjE1OjA0KzAwOjAwXinEUQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMS0xMi0xMFQwMDox NTowNCswMDowMC90fO0AAAAASUVORK5CYII= X-Now-Playing: New Order's _Power, Corruption & Lies_: "Your Silent Face" Date: Fri, 10 Dec 2021 01:35:59 +0100 In-Reply-To: (Y. E.'s message of "Thu, 09 Dec 2021 12:36:30 +0200") Message-ID: <8735n12t5c.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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: Y. E. writes: > Yes, it seemed so to me: the two lines of the commit message saying > basically the same thing. If it's correct, then what purpose does it > serve? The first is the summary line, and the rest is the ChangeLog style text. 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: -2.3 (--) 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 (---) Y. E. writes: > Yes, it seemed so to me: the two lines of the commit message saying > basically the same thing. If it's correct, then what purpose does it > serve? The first is the summary line, and the rest is the ChangeLog style text. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Tue Jun 24 05:14:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52303: [PATCH] Remove not defined face info-menu-5 from manoj-dark theme References: Resent-From: Y. E. Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 10 Dec 2021 10:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52303 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Lars Ingebrigtsen Cc: 52303@debbugs.gnu.org, yet@ego.team Reply-To: "Y. E." Received: via spool by 52303-submit@debbugs.gnu.org id=B52303.16391335822429 (code B ref 52303); Fri, 10 Dec 2021 10:54:01 +0000 Received: (at 52303) by debbugs.gnu.org; 10 Dec 2021 10:53:02 +0000 Received: from localhost ([127.0.0.1]:45618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvdWQ-0000d7-6v for submit@debbugs.gnu.org; Fri, 10 Dec 2021 05:53:02 -0500 Received: from out1.migadu.com ([91.121.223.63]:28852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mvdWK-0000cb-M6 for 52303@debbugs.gnu.org; Fri, 10 Dec 2021 05:53:01 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ego.team; s=key1; t=1639133575; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to; bh=eLBWlP2ilsmEEQmRUco/YTpoXEE842kPW4YoYAsuMmw=; b=GFvBBdC2J7n8Nq+zzNgijuT2gOTIpCznzyNWkxjxZRo8RyKltzLQ1EPWE7Nhr385GxGDYf GA5UiG+NiqaV+pGJJnt/91bvaEHLa1A5u+2d8qmtfCl22Ea/rOaGZqeZpCYlX/s8GUssDb d0Io1r5zAaQ0f0EGXkEk9MLe6zVyJ2Y= From: Y. E. In-Reply-To: <8735n12t5c.fsf@gnus.org> (message from Lars Ingebrigtsen on Fri, 10 Dec 2021 01:35:59 +0100) Date: Fri, 10 Dec 2021 12:52:53 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: yuga@ego.team X-Spam-Score: -0.7 (/) 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 (-) > The first is the summary line, and the rest is the ChangeLog style text. I'm glad there's no issue. Thank you, YE