Stefan Kangas <stefankangas@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 31 Mar 2023 08:10:31 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Mar 31 04:10:31 2023 Received: from localhost ([127.0.0.1]:60321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pi9qB-0005gU-Dp for submit <at> debbugs.gnu.org; Fri, 31 Mar 2023 04:10:31 -0400 Received: from forward502b.mail.yandex.net ([178.154.239.146]:48694) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <hi-angel@HIDDEN>) id 1pi9q8-0005gK-MB for 60854 <at> debbugs.gnu.org; Fri, 31 Mar 2023 04:10:30 -0400 Received: from mail-nwsmtp-smtp-production-main-57.myt.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-57.myt.yp-c.yandex.net [IPv6:2a02:6b8:c12:2fa6:0:640:9857:0]) by forward502b.mail.yandex.net (Yandex) with ESMTP id 7DB8F5EE13; Fri, 31 Mar 2023 11:10:26 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-57.myt.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id PAFhswADZOs0-oMm3Hkdg; Fri, 31 Mar 2023 11:10:26 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1680250226; bh=t164H+Epjz01vdRCUN3SHdgVYh3S1JL9ONBb1cZa6dk=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=u6b2PHOMNKwpw2I+hU0TyWJsjyIPVdHLYi/fiAIynpq6EZiygDwfqacUE0NRxwVDD 2X/rSP4jpilfLrptv81u/xeURgJZn23hqULH6oGLSgN0sb19CzjPBbISzk8w3EmAZW 33PYG/B4KGi7cCogJElcXN80kPjBRcb6VH6ARonw= Authentication-Results: mail-nwsmtp-smtp-production-main-57.myt.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <63e35a46b8ea9bbac0fed0fe8e97b06a47b9b563.camel@HIDDEN> Subject: Re: bug#60854: [PATCH] Make warnings show a "warning" emoji instead of a stop-sign From: Konstantin Kharlamov <hi-angel@HIDDEN> To: Eli Zaretskii <eliz@HIDDEN> Date: Fri, 31 Mar 2023 11:10:25 +0300 In-Reply-To: <83h6u12w4u.fsf@HIDDEN> References: <20230211084559.516124-1-Hi-Angel@HIDDEN> <83h6vsjxpe.fsf@HIDDEN> <1214753ab8b9b72bb2dbbeb4113e67ab0b088167.camel@HIDDEN> <9f05f1a05b9d8f1a496aed84bf44b039ac7bb662.camel@HIDDEN> <83355l4g7w.fsf@HIDDEN> <7378ade3da2c8965c410b4135db74736d42cd4b2.camel@HIDDEN> <cb90240a14215f63f86c889b435296155cec8f20.camel@HIDDEN> <83pm8p2yej.fsf@HIDDEN> <d31645a9d7f5273e121af0581eb09a8b8f26e03f.camel@HIDDEN> <83h6u12w4u.fsf@HIDDEN> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) On Fri, 2023-03-31 at 10:54 +0300, Eli Zaretskii wrote: > > From: Konstantin Kharlamov <hi-angel@HIDDEN> > > Cc: 60854 <at> debbugs.gnu.org > > Date: Fri, 31 Mar 2023 10:48:12 +0300 > >=20 > > FWIW, I co-maintain a color-identifiers mode on github, and I have > > occasionally > > introduced new native-comp warnings (about a variable being referred in= a > > function before its `defvar`). This happens because you debug and test = ELisp > > code without it being compiled at all. Then later after everything seem= s to > > work, you test that byte-compilation produces no warnings. But at that = point > > you > > don't know there isn't any warnings from native-comp, so you also need = to > > load > > the byte-compiled file, which is easy to forget. >=20 > Better testing should fix these. Sure. Setting up a CI to run upon PRs before they're merged would be ideal.= But I don't believe people will start doing that just because there is native-c= omp now. > > That, and given that some modes in (M)Elpa may be unmaintained =E2=80= =94 I don't see > > native-comp warnings go away any time soon. >=20 > Well, they went away in Emacs a long time ago.=C2=A0 So it's doable. Last I checked Emacs was maintained =F0=9F=98=84 For unmaintained modes the= re will be simply no one to merge fixes that someone creates. > > Simply changing emoji would still show interested users there is a prob= lem > > with > > their mode that they can fix, but at the same time would avoid attribut= ing > > negative experience to Emacs per se. >=20 > Feel free to suggest defcustoms to allow users to customize the > symbols.=C2=A0 That should leave everyone happy. The problem is about OOTB behaviour. (although now that I think about that,= Doom Emacs which seems quite popular could maybe replace the emoji in their conf= ig. Hmm=E2=80=A6) > In any case, it's too late to suggest such changes for the emacs-29 > branch. I see. Oh, well=E2=80=A6
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 31 Mar 2023 07:54:52 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Mar 31 03:54:52 2023 Received: from localhost ([127.0.0.1]:60308 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pi9b1-0005EQ-Nt for submit <at> debbugs.gnu.org; Fri, 31 Mar 2023 03:54:52 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1pi9b0-0005Dl-RS for 60854 <at> debbugs.gnu.org; Fri, 31 Mar 2023 03:54:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1pi9av-00016z-3T; Fri, 31 Mar 2023 03:54:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=2bjg4YzMB0CY5uhI35kTZNaX5sYE/tOFIbqt5hRAKGg=; b=WTGRZNuzhVWnrabAYWTJ XUBnAhoyvdND8QG1Ww/9PyhFVZFzLl3tHQYCZDntib665M/neI03XO0gFzOTtIQBN1Bm5LxWgJcQC jtIW0JgFSGyXgC5LScb8LqWXGe1jqxzvBa+vJrhPikPrueGjkE6YA7MPI1lVbsb3plEW8yjivXu8j wjwiekZDGWBW1irMoqatcmanHT6nq1HG5nNtgYlG4BCvhNbPJAqQYpv6baMK0M34yn0uW51s3rN6y wLc6MkZwox4wcbi8gJIeTnCJFq74Ef1FssrFPotk17gpK0EtZ//U6zR8KcaAvGGivY+DBl8tXmziC 6Wt0McNGOU3fUA==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1pi9au-0007FK-Cx; Fri, 31 Mar 2023 03:54:44 -0400 Date: Fri, 31 Mar 2023 10:54:57 +0300 Message-Id: <83h6u12w4u.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Konstantin Kharlamov <hi-angel@HIDDEN> In-Reply-To: <d31645a9d7f5273e121af0581eb09a8b8f26e03f.camel@HIDDEN> (message from Konstantin Kharlamov on Fri, 31 Mar 2023 10:48:12 +0300) Subject: Re: bug#60854: [PATCH] Make warnings show a "warning" emoji instead of a stop-sign References: <20230211084559.516124-1-Hi-Angel@HIDDEN> <83h6vsjxpe.fsf@HIDDEN> <1214753ab8b9b72bb2dbbeb4113e67ab0b088167.camel@HIDDEN> <9f05f1a05b9d8f1a496aed84bf44b039ac7bb662.camel@HIDDEN> <83355l4g7w.fsf@HIDDEN> <7378ade3da2c8965c410b4135db74736d42cd4b2.camel@HIDDEN> <cb90240a14215f63f86c889b435296155cec8f20.camel@HIDDEN> <83pm8p2yej.fsf@HIDDEN> <d31645a9d7f5273e121af0581eb09a8b8f26e03f.camel@HIDDEN> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Konstantin Kharlamov <hi-angel@HIDDEN> > Cc: 60854 <at> debbugs.gnu.org > Date: Fri, 31 Mar 2023 10:48:12 +0300 > > FWIW, I co-maintain a color-identifiers mode on github, and I have occasionally > introduced new native-comp warnings (about a variable being referred in a > function before its `defvar`). This happens because you debug and test ELisp > code without it being compiled at all. Then later after everything seems to > work, you test that byte-compilation produces no warnings. But at that point you > don't know there isn't any warnings from native-comp, so you also need to load > the byte-compiled file, which is easy to forget. Better testing should fix these. > That, and given that some modes in (M)Elpa may be unmaintained — I don't see > native-comp warnings go away any time soon. Well, they went away in Emacs a long time ago. So it's doable. > Simply changing emoji would still show interested users there is a problem with > their mode that they can fix, but at the same time would avoid attributing > negative experience to Emacs per se. Feel free to suggest defcustoms to allow users to customize the symbols. That should leave everyone happy. In any case, it's too late to suggest such changes for the emacs-29 branch.
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 31 Mar 2023 07:48:18 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Mar 31 03:48:18 2023 Received: from localhost ([127.0.0.1]:60298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pi9Ug-0004xA-84 for submit <at> debbugs.gnu.org; Fri, 31 Mar 2023 03:48:18 -0400 Received: from forward502b.mail.yandex.net ([178.154.239.146]:53920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <hi-angel@HIDDEN>) id 1pi9Ud-0004wd-4E for 60854 <at> debbugs.gnu.org; Fri, 31 Mar 2023 03:48:16 -0400 Received: from mail-nwsmtp-smtp-production-main-60.sas.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-60.sas.yp-c.yandex.net [IPv6:2a02:6b8:c08:8212:0:640:cefe:0]) by forward502b.mail.yandex.net (Yandex) with ESMTP id 2ACCF5F1C7; Fri, 31 Mar 2023 10:48:13 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-60.sas.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id CmETWaADcmI0-OZSMGIs4; Fri, 31 Mar 2023 10:48:12 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1680248892; bh=CW/lMr7OTBsuE5f74zaMey1u82rLjY6M3A3fxEusw9M=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=motHVWnsaEzBvbbsupFtafreKL0mnc9vG22BW1dD1lwv0AbrkENSeIeMKcGG6UnVf JuZQnICt4ui7ueyNDl6Li3LXLxdCqjlmJhqtwEhk3WIzrUEmDtRldRukKF+3LRyRXM AgQuGjulURJSYniXhlbeOctLREWgMkxoB1OmEWrE= Authentication-Results: mail-nwsmtp-smtp-production-main-60.sas.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <d31645a9d7f5273e121af0581eb09a8b8f26e03f.camel@HIDDEN> Subject: Re: bug#60854: [PATCH] Make warnings show a "warning" emoji instead of a stop-sign From: Konstantin Kharlamov <hi-angel@HIDDEN> To: Eli Zaretskii <eliz@HIDDEN> Date: Fri, 31 Mar 2023 10:48:12 +0300 In-Reply-To: <83pm8p2yej.fsf@HIDDEN> References: <20230211084559.516124-1-Hi-Angel@HIDDEN> <83h6vsjxpe.fsf@HIDDEN> <1214753ab8b9b72bb2dbbeb4113e67ab0b088167.camel@HIDDEN> <9f05f1a05b9d8f1a496aed84bf44b039ac7bb662.camel@HIDDEN> <83355l4g7w.fsf@HIDDEN> <7378ade3da2c8965c410b4135db74736d42cd4b2.camel@HIDDEN> <cb90240a14215f63f86c889b435296155cec8f20.camel@HIDDEN> <83pm8p2yej.fsf@HIDDEN> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) On Fri, 2023-03-31 at 10:05 +0300, Eli Zaretskii wrote: > > From: Konstantin Kharlamov <hi-angel@HIDDEN> > > Cc: 60854 <at> debbugs.gnu.org > > Date: Fri, 31 Mar 2023 09:26:38 +0300 > >=20 > > Actually, scratch that, it's even worse. You see: the byte-compiled > > packages are natively-compiled on demand, i.e. on the first use. So, > > suppose you updated your (M)ELPA packages. What happens is that you > > get a bunch of warnings for packages that were loaded immediately, > > which is not all of them. During Emacs use later, as you open new > > files that weren't opened during the update thus triggering the > > according modes to load, you will get more and more new warnings. >=20 > Emacs 28 with native-compilation was released a year ago.=C2=A0 MELPA > packages should have adapted to that long ago, by fixing the problems > which cause those warnings.=C2=A0 My suggestion is to file issues with th= e > respective developers and pinging them until they resolve this.=C2=A0 In > almost all cases, these warnings are due to missing 'require's or > other similar omissions.=C2=A0 There's no justification for these problem= s > to exist in the year 2023. FWIW, I co-maintain a color-identifiers mode on github, and I have occasion= ally introduced new native-comp warnings (about a variable being referred in a function before its `defvar`). This happens because you debug and test ELis= p code without it being compiled at all. Then later after everything seems to work, you test that byte-compilation produces no warnings. But at that poin= t you don't know there isn't any warnings from native-comp, so you also need to l= oad the byte-compiled file, which is easy to forget. That, and given that some modes in (M)Elpa may be unmaintained =E2=80=94 I = don't see native-comp warnings go away any time soon. I do sympathise your wish to improve (M)Elpa packages. But the discussed pr= oblem with the wrong emoji shown is not a problem of those modes, it's the Emacs problem. When you see "BIG RED ERROR" for a harmless warning from a `foo-mo= de`, the bad experience is not related to `foo-mode` but to Emacs that disturbs = a user for no reason. Simply changing emoji would still show interested users there is a problem = with their mode that they can fix, but at the same time would avoid attributing negative experience to Emacs per se.
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 31 Mar 2023 07:05:53 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Mar 31 03:05:53 2023 Received: from localhost ([127.0.0.1]:60211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pi8pc-0003pj-Ki for submit <at> debbugs.gnu.org; Fri, 31 Mar 2023 03:05:52 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40960) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1pi8pa-0003pV-PK for 60854 <at> debbugs.gnu.org; Fri, 31 Mar 2023 03:05:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1pi8pU-00014R-Ez; Fri, 31 Mar 2023 03:05:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=9KfXZcMISl4rQ2jZoP/aonAoLKBKNf4Q+g3hARsI9Hk=; b=gaEcmb04t88j Olq2eMGXHJp9owFmck+kxvHqLJHpkyIJ17HEPeYF3PS69jaa7uMYNrTj9ZlhsiYB6pyhD4nx9cSkE zt1tOZWRj82YLBPaCzM8EWavrDMBIfaE17qLk+/UV9Cldy3kTkE8WA1iVM2GAskJPEadZpoTapNJV Vs03Ay2xm4stA8nKmt3JK6FUhPAK0jZNXvGt5ydQX8mw7IZtRSZW0/z0gzZNs7P22cVTRYUVRjVkE V0ZklHaTChaZstnR910SwPSrEaARz9OY3MekAitIlyNmceCf7Tk/bHMUTSR4kIOL0zoj1qItarcsl JmVVyR/G3rOsXBLpUemJYg==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1pi8pT-0004Wo-W2; Fri, 31 Mar 2023 03:05:44 -0400 Date: Fri, 31 Mar 2023 10:05:56 +0300 Message-Id: <83pm8p2yej.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Konstantin Kharlamov <hi-angel@HIDDEN> In-Reply-To: <cb90240a14215f63f86c889b435296155cec8f20.camel@HIDDEN> (message from Konstantin Kharlamov on Fri, 31 Mar 2023 09:26:38 +0300) Subject: Re: bug#60854: [PATCH] Make warnings show a "warning" emoji instead of a stop-sign References: <20230211084559.516124-1-Hi-Angel@HIDDEN> <83h6vsjxpe.fsf@HIDDEN> <1214753ab8b9b72bb2dbbeb4113e67ab0b088167.camel@HIDDEN> <9f05f1a05b9d8f1a496aed84bf44b039ac7bb662.camel@HIDDEN> <83355l4g7w.fsf@HIDDEN> <7378ade3da2c8965c410b4135db74736d42cd4b2.camel@HIDDEN> <cb90240a14215f63f86c889b435296155cec8f20.camel@HIDDEN> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Konstantin Kharlamov <hi-angel@HIDDEN> > Cc: 60854 <at> debbugs.gnu.org > Date: Fri, 31 Mar 2023 09:26:38 +0300 > > Actually, scratch that, it's even worse. You see: the byte-compiled > packages are natively-compiled on demand, i.e. on the first use. So, > suppose you updated your (M)ELPA packages. What happens is that you > get a bunch of warnings for packages that were loaded immediately, > which is not all of them. During Emacs use later, as you open new > files that weren't opened during the update thus triggering the > according modes to load, you will get more and more new warnings. Emacs 28 with native-compilation was released a year ago. MELPA packages should have adapted to that long ago, by fixing the problems which cause those warnings. My suggestion is to file issues with the respective developers and pinging them until they resolve this. In almost all cases, these warnings are due to missing 'require's or other similar omissions. There's no justification for these problems to exist in the year 2023.
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 31 Mar 2023 07:00:03 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Mar 31 03:00:03 2023 Received: from localhost ([127.0.0.1]:60206 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pi8jy-0003g8-KC for submit <at> debbugs.gnu.org; Fri, 31 Mar 2023 03:00:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36172) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1pi8jx-0003fS-6R for 60854 <at> debbugs.gnu.org; Fri, 31 Mar 2023 03:00:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1pi8jr-00006O-BC; Fri, 31 Mar 2023 02:59:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=rYDrq9aM2RyN3wbJTpPHn4b8rkreuhPRtJ8zLQ8AFhA=; b=Fiq3Xx9BV6WplgKwfWUr beNLDsVjhjfa8NaYHviVeSPQUVb1ahoQUIOZV/JnLY+WwYArb+9xv32Y5s6UuqpLrE9ixbQkTSx25 WhkRXL+ZOs5AC5qRNNnJwMAWN7XbdekLNcNeN9UL52lWAa0lyscr1MC/6ik/Y4MFPuZnWLE7Pohrf Xc+jCWgkkC+xAxwYf4YNOYM0l0b20cxKbHbmjfZsqld9dS5MbZTcWYyyOCiay2fg++/fOz14GpU4l p8ME60ljRe96eIEYxgTwk8z1ME5PSw+ig+lCv4k/yBOZOuGYM39lU5eJarcj58WRWZy+eeTyx4Jzs nUPyORTr3Ly6Lw==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1pi8jp-0003jT-38; Fri, 31 Mar 2023 02:59:54 -0400 Date: Fri, 31 Mar 2023 10:00:04 +0300 Message-Id: <83r0t52yob.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Konstantin Kharlamov <hi-angel@HIDDEN> In-Reply-To: <7378ade3da2c8965c410b4135db74736d42cd4b2.camel@HIDDEN> (message from Konstantin Kharlamov on Fri, 31 Mar 2023 09:19:26 +0300) Subject: Re: bug#60854: [PATCH] Make warnings show a "warning" emoji instead of a stop-sign References: <20230211084559.516124-1-Hi-Angel@HIDDEN> <83h6vsjxpe.fsf@HIDDEN> <1214753ab8b9b72bb2dbbeb4113e67ab0b088167.camel@HIDDEN> <9f05f1a05b9d8f1a496aed84bf44b039ac7bb662.camel@HIDDEN> <83355l4g7w.fsf@HIDDEN> <7378ade3da2c8965c410b4135db74736d42cd4b2.camel@HIDDEN> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Konstantin Kharlamov <hi-angel@HIDDEN> > Cc: 60854 <at> debbugs.gnu.org > Date: Fri, 31 Mar 2023 09:19:26 +0300 > > On Fri, 2023-03-31 at 08:55 +0300, Eli Zaretskii wrote: > > > From: Konstantin Kharlamov <hi-angel@HIDDEN> > > > Date: Thu, 30 Mar 2023 23:58:06 +0300 > > > > > > Given release is pretty close, how about at least replacing the emoji to > > > radio > > > button? 🔘 This way it would be clearly a button, and also wouldn't have any > > > reds in it > > > > Who says this character is widespread enough for us to use it? > > 🔘 was approved to Unicode in 2010¹. In comparison, the ⛔ character being used > now was approved in 2009². Also, both characters were part of the same release > Emoji Version 1.0. > > So I guess, there shouldn't be much difference? What matters for Emacs is the support of these characters by popular fonts out there, not since when are their codepoints defined. > > Anyway, I see no reason to rush with this. The current situation is > > not really that bad, considering that these messages should not be > > shown too frequently. > > My experience is the opposite, which is why I'm pinging this issue. When native > compilation is enabled (which is guess is what we'd prefer to see as it improves > performance for our users), it is shown every time stuff from ELPA gets byte- > recompiled. That is, every time you install or update packages, you will get > some warnings. My advice is to invest efforts in fixing the problems which cause those warnings instead of in looking for better symbols that are shown when the warnings are emitted.
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 31 Mar 2023 06:26:43 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Mar 31 02:26:43 2023 Received: from localhost ([127.0.0.1]:60186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pi8Di-0002a5-Kk for submit <at> debbugs.gnu.org; Fri, 31 Mar 2023 02:26:42 -0400 Received: from forward500c.mail.yandex.net ([178.154.239.208]:57786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <hi-angel@HIDDEN>) id 1pi8Dh-0002Zy-6d for 60854 <at> debbugs.gnu.org; Fri, 31 Mar 2023 02:26:41 -0400 Received: from mail-nwsmtp-smtp-production-main-17.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-17.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:859e:0:640:83b:0]) by forward500c.mail.yandex.net (Yandex) with ESMTP id 089FC5F26A; Fri, 31 Mar 2023 09:26:40 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-17.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id dQDs7i9DU4Y0-CbrbDWEc; Fri, 31 Mar 2023 09:26:39 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1680243999; bh=8Sxo+avZz1pW9lm8Ewm8Jvh2s3iEsivvGdrzyYHAQxM=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=CNfTqWkV566MCl/vITsUZPkqhBLLcL+B4TywEGMp753sQdFcjkEU6/xrf4Zsu9obR N1c82sQNm9VXPJCnPPLJxLZ2krNlbQQA9pCq5G0pslB/B1fPHYCB0qOyWSzj2bs0lT R+2kXOG2v2cI+/DlsUBih0sX2BrDvTzKQ3QTLp3s= Authentication-Results: mail-nwsmtp-smtp-production-main-17.iva.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <cb90240a14215f63f86c889b435296155cec8f20.camel@HIDDEN> Subject: Re: bug#60854: [PATCH] Make warnings show a "warning" emoji instead of a stop-sign From: Konstantin Kharlamov <hi-angel@HIDDEN> To: Eli Zaretskii <eliz@HIDDEN> Date: Fri, 31 Mar 2023 09:26:38 +0300 In-Reply-To: <7378ade3da2c8965c410b4135db74736d42cd4b2.camel@HIDDEN> References: <20230211084559.516124-1-Hi-Angel@HIDDEN> <83h6vsjxpe.fsf@HIDDEN> <1214753ab8b9b72bb2dbbeb4113e67ab0b088167.camel@HIDDEN> <9f05f1a05b9d8f1a496aed84bf44b039ac7bb662.camel@HIDDEN> <83355l4g7w.fsf@HIDDEN> <7378ade3da2c8965c410b4135db74736d42cd4b2.camel@HIDDEN> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) On Fri, 2023-03-31 at 09:19 +0300, Konstantin Kharlamov wrote: > On Fri, 2023-03-31 at 08:55 +0300, Eli Zaretskii wrote: > > > From: Konstantin Kharlamov <hi-angel@HIDDEN> > > > Date: Thu, 30 Mar 2023 23:58:06 +0300 > > >=20 > > > Given release is pretty close, how about at least replacing the emoji= to > > > radio > > > button? =F0=9F=94=98 This way it would be clearly a button, and also = wouldn't have > > > any > > > reds in it > >=20 > > Who says this character is widespread enough for us to use it? >=20 > =F0=9F=94=98 was approved to Unicode in 2010=C2=B9. In comparison, the = =E2=9B=94 character being used > now was approved in 2009=C2=B2.=C2=A0Also, both characters were part of t= he same release > Emoji Version 1.0. >=20 > So I guess, there shouldn't be much difference? >=20 > > Anyway, I see no reason to rush with this.=C2=A0 The current situation = is > > not really that bad, considering that these messages should not be > > shown too frequently. >=20 > My experience is the opposite, which is why I'm pinging this issue. When > native > compilation is enabled (which is guess is what we'd prefer to see as it > improves > performance for our users), it is shown every time stuff from ELPA gets b= yte- > recompiled. That is, every time you install or update packages, you will = get > some warnings. Actually, scratch that, it's even worse. You see: the byte-compiled package= s are natively-compiled on demand, i.e. on the first use. So, suppose you updated= your (M)ELPA packages. What happens is that you get a bunch of warnings for pack= ages that were loaded immediately, which is not all of them. During Emacs use la= ter, as you open new files that weren't opened during the update thus triggering= the according modes to load, you will get more and more new warnings.
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 31 Mar 2023 06:19:35 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Mar 31 02:19:35 2023 Received: from localhost ([127.0.0.1]:60176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pi86p-0002NC-6B for submit <at> debbugs.gnu.org; Fri, 31 Mar 2023 02:19:35 -0400 Received: from forward501b.mail.yandex.net ([178.154.239.145]:47598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <hi-angel@HIDDEN>) id 1pi86k-0002Mt-GA for 60854 <at> debbugs.gnu.org; Fri, 31 Mar 2023 02:19:32 -0400 Received: from mail-nwsmtp-smtp-production-main-31.sas.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-31.sas.yp-c.yandex.net [IPv6:2a02:6b8:c08:d315:0:640:bb64:0]) by forward501b.mail.yandex.net (Yandex) with ESMTP id 730AD5EF8D; Fri, 31 Mar 2023 09:19:28 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-31.sas.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id RJDdxh9WoiE0-NiyWx1wW; Fri, 31 Mar 2023 09:19:28 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1680243568; bh=ngX9v7wBOeTpPS/fkOOG2ycT4M+r6FSke8dOHPICpvQ=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=aJB6lf4AB5DICT0+vBc8QfwzxuWtWS5Q+Jz2leO95cZV5KwAowiMfl5oVdi8uUejC xQa2SORFysI8VF0scOGDxzRHiuocC7kvsqXPa+WBYvcd2qCYXXZAE3+FOYZpHiyw1x cv7rSe9vidsweMAu4+vv6++bTMRatTeVPAW4+Vpo= Authentication-Results: mail-nwsmtp-smtp-production-main-31.sas.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <7378ade3da2c8965c410b4135db74736d42cd4b2.camel@HIDDEN> Subject: Re: bug#60854: [PATCH] Make warnings show a "warning" emoji instead of a stop-sign From: Konstantin Kharlamov <hi-angel@HIDDEN> To: Eli Zaretskii <eliz@HIDDEN> Date: Fri, 31 Mar 2023 09:19:26 +0300 In-Reply-To: <83355l4g7w.fsf@HIDDEN> References: <20230211084559.516124-1-Hi-Angel@HIDDEN> <83h6vsjxpe.fsf@HIDDEN> <1214753ab8b9b72bb2dbbeb4113e67ab0b088167.camel@HIDDEN> <9f05f1a05b9d8f1a496aed84bf44b039ac7bb662.camel@HIDDEN> <83355l4g7w.fsf@HIDDEN> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) On Fri, 2023-03-31 at 08:55 +0300, Eli Zaretskii wrote: > > From: Konstantin Kharlamov <hi-angel@HIDDEN> > > Date: Thu, 30 Mar 2023 23:58:06 +0300 > >=20 > > Given release is pretty close, how about at least replacing the emoji t= o > > radio > > button? =F0=9F=94=98 This way it would be clearly a button, and also wo= uldn't have any > > reds in it >=20 > Who says this character is widespread enough for us to use it? =F0=9F=94=98 was approved to Unicode in 2010=C2=B9. In comparison, the =E2= =9B=94 character being used now was approved in 2009=C2=B2.=C2=A0Also, both characters were part of the= same release Emoji Version 1.0. So I guess, there shouldn't be much difference? > Anyway, I see no reason to rush with this.=C2=A0 The current situation is > not really that bad, considering that these messages should not be > shown too frequently. My experience is the opposite, which is why I'm pinging this issue. When na= tive compilation is enabled (which is guess is what we'd prefer to see as it imp= roves performance for our users), it is shown every time stuff from ELPA gets byt= e- recompiled. That is, every time you install or update packages, you will ge= t some warnings. 1: https://emojipedia.org/radio-button/ 2: https://emojipedia.org/no-entry/
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 31 Mar 2023 05:55:49 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Mar 31 01:55:49 2023 Received: from localhost ([127.0.0.1]:60141 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pi7jm-0001jN-EU for submit <at> debbugs.gnu.org; Fri, 31 Mar 2023 01:55:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1pi7jj-0001j7-Pt for 60854 <at> debbugs.gnu.org; Fri, 31 Mar 2023 01:55:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1pi7jd-0005Ru-TH; Fri, 31 Mar 2023 01:55:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=CmuKppSGqRe8HUzDzo8ffope2ytLNuIqxxdIM1ku99w=; b=dw6Sf+ZzUWLHmTeDML3t MHurJTKG+zkpehznH2taSewW/zAOLTwrrbw7twz4vKDs30RCdIdRu2h4Hd49z891fSZ49VNdtanLt f9ddM365+xTYrq1Eh1N92CiLuDzcZjZnInmaKXQYHb3ESUN0UNlvOL7FfvlbXKxzUO0SheMdCsnAV IJ6aBrINlFs0UPQr8jpy5HFdBWppP8cEhOjzDHcPfcjlimGUrhKFXT7j+WWPBwDM/Z1Fh2yi4X0L0 RuOrL6wNQdJyVxvT7UKQpydB7Q8UGTs543eMNN6NkeyffUf1TNgP3mxU+tfjFLDFeEmZ9HJP3mObe tZdhibTO7Sjt7Q==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1pi7jc-0007xA-7p; Fri, 31 Mar 2023 01:55:37 -0400 Date: Fri, 31 Mar 2023 08:55:47 +0300 Message-Id: <83355l4g7w.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> To: Konstantin Kharlamov <hi-angel@HIDDEN> In-Reply-To: <9f05f1a05b9d8f1a496aed84bf44b039ac7bb662.camel@HIDDEN> (message from Konstantin Kharlamov on Thu, 30 Mar 2023 23:58:06 +0300) Subject: Re: bug#60854: [PATCH] Make warnings show a "warning" emoji instead of a stop-sign References: <20230211084559.516124-1-Hi-Angel@HIDDEN> <83h6vsjxpe.fsf@HIDDEN> <1214753ab8b9b72bb2dbbeb4113e67ab0b088167.camel@HIDDEN> <9f05f1a05b9d8f1a496aed84bf44b039ac7bb662.camel@HIDDEN> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: Konstantin Kharlamov <hi-angel@HIDDEN> > Date: Thu, 30 Mar 2023 23:58:06 +0300 > > Given release is pretty close, how about at least replacing the emoji to radio > button? 🔘 This way it would be clearly a button, and also wouldn't have any > reds in it Who says this character is widespread enough for us to use it? Anyway, I see no reason to rush with this. The current situation is not really that bad, considering that these messages should not be shown too frequently. Feel free to suggest customizable changes for master, and let's see where that leads us. (IME, these fancy characters are still not supported widely enough, but that's me.)
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 30 Mar 2023 20:58:14 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 30 16:58:14 2023 Received: from localhost ([127.0.0.1]:59567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1phzLZ-0005Ja-Q3 for submit <at> debbugs.gnu.org; Thu, 30 Mar 2023 16:58:14 -0400 Received: from forward500b.mail.yandex.net ([178.154.239.144]:56034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <hi-angel@HIDDEN>) id 1phzLV-0005JN-Q8 for 60854 <at> debbugs.gnu.org; Thu, 30 Mar 2023 16:58:11 -0400 Received: from mail-nwsmtp-smtp-production-main-91.sas.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-91.sas.yp-c.yandex.net [IPv6:2a02:6b8:c14:2991:0:640:bb47:0]) by forward500b.mail.yandex.net (Yandex) with ESMTP id 8E5EB5EF86 for <60854 <at> debbugs.gnu.org>; Thu, 30 Mar 2023 23:58:07 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-91.sas.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id 6wQNtL5DZa60-c8qFWmhm; Thu, 30 Mar 2023 23:58:07 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1680209887; bh=bc6Uk8pwLaXGxXcx4+qyBVvNWwuyla2Pgv4CNnwNeTo=; h=In-Reply-To:Date:References:To:From:Subject:Message-ID; b=M0pEHL3m9+AdTzrQurMQZeBsR4Hgj90xjJZWiTSPArxmEHQq4nqVPpSZa5DM2N0ta RKCz1mmQYmIMxyBuOaozWspcMwXNLPAPtfCmv8hW4gTM1hdQ4wEfvzotxPfLxcfpTB B9AJZKDqVjftxAcaRAgzrKAmq0YXPbtNZohQbtkA= Authentication-Results: mail-nwsmtp-smtp-production-main-91.sas.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <9f05f1a05b9d8f1a496aed84bf44b039ac7bb662.camel@HIDDEN> Subject: Re: bug#60854: [PATCH] Make warnings show a "warning" emoji instead of a stop-sign From: Konstantin Kharlamov <hi-angel@HIDDEN> To: 60854 <at> debbugs.gnu.org Date: Thu, 30 Mar 2023 23:58:06 +0300 In-Reply-To: <1214753ab8b9b72bb2dbbeb4113e67ab0b088167.camel@HIDDEN> References: <20230211084559.516124-1-Hi-Angel@HIDDEN> <83h6vsjxpe.fsf@HIDDEN> <1214753ab8b9b72bb2dbbeb4113e67ab0b088167.camel@HIDDEN> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) On Sat, 2023-02-11 at 13:56 +0300, Konstantin Kharlamov wrote: > Jim Porter wrote: > > On 1/17/2023 2:19 PM, K=C3=A9vin Le Gouguec wrote: > > > Jim Porter <jporterbugs <at> gmail.com> writes: > > > > Perhaps a bit better would be =F0=9F=9A=AB, whose official name is = apparently "No > > > > Entry > > > > Sign", even though the slashed circle visual usually just means "No > > > > ____", > > > > e.g. "No Smoking". Hence, some sources call it the Prohibited emoji= . > > >=20 > > > (My =C2=A22: wouldn't a cross mark (=E2=9D=8C) also work to convey th= e idea of > > > "suppressing" something?) > >=20 > > That would work too. I still like turning this into a toggle button > > where the icon shows the current state (i.e. is it an active warning - > > =E2=9A=A0=EF=B8=8F - or has it been suppressed - =E2=9A=AC). But changi= ng to =F0=9F=9A=AB or =E2=9D=8C would be > > single-character patches, which is nice too. >=20 > As a user, seeing any of =E2=9D=8C or =F0=9F=9A=AB in compilation buffer = I think immediately of > a > problem because these emojis are shown in red color. You might say that c= olor > depends on a font, however they both are even documented on emojipedia to= be > "red", so rest assured, if there's a colorful emoji support on a user sys= tem, > most likely the color will be red. >=20 > The fact it's actually a button that is supposed to do something is an > interesting one, but since a button isn't actually used for displaying th= e > button, it's kind of an easter egg. We know it's a button, but no one els= e > will. (as a side note, I am also not sure why to make a button on every > warning) >=20 > So please, let's either replace it with =E2=9A=A0 as originally suggested= , or make it > an > actual button with an actual text "suppress warnings". As it stands now, = just > replacing it with =E2=9D=8C or =F0=9F=9A=AB will not reduce any confusion= . Given release is pretty close, how about at least replacing the emoji to ra= dio button? =F0=9F=94=98 This way it would be clearly a button, and also wouldn= 't have any reds in it
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 11 Feb 2023 10:56:55 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sat Feb 11 05:56:54 2023 Received: from localhost ([127.0.0.1]:39073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pQnYs-00080x-Hu for submit <at> debbugs.gnu.org; Sat, 11 Feb 2023 05:56:54 -0500 Received: from forward501b.mail.yandex.net ([178.154.239.145]:36576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <hi-angel@HIDDEN>) id 1pQnYq-00080m-0a for 60854 <at> debbugs.gnu.org; Sat, 11 Feb 2023 05:56:53 -0500 Received: from sas8-e2d6e97d76c7.qloud-c.yandex.net (sas8-e2d6e97d76c7.qloud-c.yandex.net [IPv6:2a02:6b8:c1b:2904:0:640:e2d6:e97d]) by forward501b.mail.yandex.net (Yandex) with ESMTP id E8CB25EBE4 for <60854 <at> debbugs.gnu.org>; Sat, 11 Feb 2023 13:56:49 +0300 (MSK) Received: by sas8-e2d6e97d76c7.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id nudertJYmSw1-ZJrfpH7L; Sat, 11 Feb 2023 13:56:49 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1676113009; bh=wmpeU0wmc5zDq/nrLKyVGNtUQzRjO63kBUNYnEpiTpI=; h=In-Reply-To:Date:References:To:From:Subject:Message-ID; b=bTfoh1H8ir1Jb0jFINNI01N5vgRLCretdOJyijqDWm0d/ZcgB7YmZLd623mtfifJq Sjh30RaK6aM9ayseOaKzS/rKAr6V4xgoWWWKEH8BMGz2ufLeUJhYRzj7q0Tttxyv8V +NBOsJJ+2u1AKCt/0hKqUZ7+HhyTDKytQKbSzHN4= Authentication-Results: sas8-e2d6e97d76c7.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <1214753ab8b9b72bb2dbbeb4113e67ab0b088167.camel@HIDDEN> Subject: Re: bug#61413: [PATCH] Make warnings show a "warning" emoji instead of a stop-sign From: Konstantin Kharlamov <hi-angel@HIDDEN> To: 60854 <at> debbugs.gnu.org Date: Sat, 11 Feb 2023 13:56:49 +0300 In-Reply-To: <83h6vsjxpe.fsf@HIDDEN> References: <20230211084559.516124-1-Hi-Angel@HIDDEN> <83h6vsjxpe.fsf@HIDDEN> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.3 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Jim Porter wrote: > On 1/17/2023 2:19 PM, K=C3=A9vin Le Gouguec wrote: > > Jim Porter <jporterbugs <at> gmail.com> writes: > >> Perhaps a bit better would be =F0=9F=9A=AB, whose official name is app= arently "No Entry > >> Sign", even though the slashed circle visual usually just means "No __= __", > >> e.g. "No Smoking". Hence, some sources call it the Prohibited emoji. > > > > (My =C2=A22: wouldn't a cross mark (=E2=9D=8C) also work to convey the = idea of > > "suppressing" something?) > > That would work too. I still like turning this into a toggle button > where the icon shows the current state (i.e. is it an active warning - > =E2=9A=A0=EF=B8=8F - or has it been suppressed - =E2=9A=AC). But changing= to =F0=9F=9A=AB or =E2=9D=8C would be > single-character patches, which is nice too. As a user, seeing any of =E2=9D=8C or =F0=9F=9A=AB in compilation buffer I = think immediately of a problem because these emojis are shown in red color. You might say that col= or depends on a font, however they both are even documented on emojipedia to b= e "red", so rest assured, if there's a colorful emoji support on a user syste= m, most likely the color will be red. The fact it's actually a button that is supposed to do something is an interesting one, but since a button isn't actually used for displaying the button, it's kind of an easter egg. We know it's a button, but no one else will. (as a side note, I am also not sure why to make a button on every war= ning) So please, let's either replace it with =E2=9A=A0 as originally suggested, = or make it an actual button with an actual text "suppress warnings". As it stands now, ju= st replacing it with =E2=9D=8C or =F0=9F=9A=AB will not reduce any confusion.
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Eli Zaretskii <eliz@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 22 Jan 2023 21:37:07 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jan 22 16:37:07 2023 Received: from localhost ([127.0.0.1]:52738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pJi1S-0007mZ-LI for submit <at> debbugs.gnu.org; Sun, 22 Jan 2023 16:37:06 -0500 Received: from pv50p00im-ztdg10021801.me.com ([17.58.6.56]:47204) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <salutis@HIDDEN>) id 1pJi1Q-0007lZ-FH for 60854 <at> debbugs.gnu.org; Sun, 22 Jan 2023 16:37:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1674423417; bh=jAdSzQA9kGka+TQy56rFSdvln+eb2ZDbfaYKt8TA9I4=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=0i5bDDOKjtYYOK1OcVJFq5s7+t53tMi++9w4rLhD/nKBESToBnx1feyJwy7YiAY7r nFIWrAZzmTerS587h31xm7EsqxMEXGLp0IE+i4taWpaMkRTkQNlGBa/0nrFfqMPtAI zJErjN+4mK300Vi2HKmtev9RjvwgCzc74psxUc6fLqStXgJKE94L1jASQNGuBxinXe 68opYF3+Nk2aNFu2OWSGzrmrWlj0tZ+Vh6yp7g9878HNT5j/MQX+btC6da1PDK4J7e HeKUk0glPNIJmRQjUs8bftHa1hhR4m/EtNmoEq9TBwWDu10NqFIqC8mLKSSNfLMM38 3UJ8XkM2Xd9mw== Received: from Rudolfs-MacBook-Air.local (pv50p00im-dlb-asmtp-mailmevip.me.com [17.56.9.10]) by pv50p00im-ztdg10021801.me.com (Postfix) with ESMTPSA id ED7F616087B; Sun, 22 Jan 2023 21:36:55 +0000 (UTC) From: Rudolf =?utf-8?Q?Adamkovi=C4=8D?= <salutis@HIDDEN> To: Daniel =?utf-8?Q?Mart=C3=ADn?= <mardani29@HIDDEN>, Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Subject: Re: bug#60854: Adjust icons shown with warnings In-Reply-To: <m11qnu2445.fsf@HIDDEN> References: <CAO48Bk8y25pVA_uP1GEtfD733acbiMfE1Bwjk+cr_4LeK=-ZXw@HIDDEN> <m11qnu2445.fsf@HIDDEN> Date: Sun, 22 Jan 2023 22:36:53 +0100 Message-ID: <m2bkmqs13e.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Proofpoint-GUID: Vbg7FTRvgduGtrF-YnlOzxT56Xoed4Az X-Proofpoint-ORIG-GUID: Vbg7FTRvgduGtrF-YnlOzxT56Xoed4Az X-Proofpoint-Virus-Version: =?UTF-8?Q?vendor=3Dfsecure_engine=3D1.1.170-22c6f66c430a71ce266a39bfe25bc?= =?UTF-8?Q?2903e8d5c8f:6.0.517,18.0.883,17.0.605.474.0000000_definitions?= =?UTF-8?Q?=3D2022-06-21=5F08:2022-06-21=5F01,2022-06-21=5F08,2020-01-23?= =?UTF-8?Q?=5F02_signatures=3D0?= X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 mlxlogscore=767 spamscore=0 bulkscore=0 adultscore=0 mlxscore=0 malwarescore=0 clxscore=1011 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2209130000 definitions=main-2301220212 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) Daniel Mart=C3=ADn via "Bug reports for GNU Emacs, the Swiss army knife of = text editors" <bug-gnu-emacs@HIDDEN> writes: > [...] but it turns out that the =E2=9B=94 icon is not intended to represe= nt a > warning, it is a button that you can click to *suppress* that warning typ= e. Wow! I have used computers for decades, and I would have never guessed tha= t one can click the emoji icon to suppress the warning type. Using Emojis as UI = icons almost always backfires and personally, I find none of the icons proposed in this thread clear. But even if I did, I would have never guessed that they function as buttons. Rudy --=20 "Genius is 1% inspiration and 99% perspiration." -- Thomas Alva Edison, 1932 Rudolf Adamkovi=C4=8D <salutis@HIDDEN> [he/him] Studenohorsk=C3=A1 25 84103 Bratislava Slovakia
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 18 Jan 2023 10:30:50 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 18 05:30:50 2023 Received: from localhost ([127.0.0.1]:39274 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pI5iT-0004te-UD for submit <at> debbugs.gnu.org; Wed, 18 Jan 2023 05:30:50 -0500 Received: from mail-wr1-f41.google.com ([209.85.221.41]:42729) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <rpluim@HIDDEN>) id 1pI5iQ-0004tP-At for 60854 <at> debbugs.gnu.org; Wed, 18 Jan 2023 05:30:48 -0500 Received: by mail-wr1-f41.google.com with SMTP id k8so18944556wrc.9 for <60854 <at> debbugs.gnu.org>; Wed, 18 Jan 2023 02:30:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=hcqJmyAoyd8JlKZwbsckDdI3xE0LykoM+mzGm1cyxY4=; b=I6H87vqb8dZ+ZqgQJtd3Rh84zB1ZHUOWmPKxakB3uSEYr53541OFHZUp866/icQSYJ uFtjYj1eeuICLxRg72Y7UTmapKPqqX/FGdOCUQpTi51Vovu44uhPZfimPh9DVPFbDm9l hqW34UmHAduK+ECqywefN34hhNaZoh1BTGmuKoZD5DD+pYEWaHjLHjhoJfzpzIaKSbmO e5+8Fh6EC1413C2KgGTgSnUUMD7vWmTfk85CJiY5riIjajbpB6rOkdSAtIKMfJchp4cW etkq23BZIjjLnClR4vHRZOCNTcUJLAUmspsAAjmIpg2zFp4TEl4a8akCGQpHLUCUoNi+ Vz+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=hcqJmyAoyd8JlKZwbsckDdI3xE0LykoM+mzGm1cyxY4=; b=xqSukyBfJpkrBeroWlHPDXW7e+m4pO8J13ji9XJQ370D0BLpenAG+ibk9dz4fcRjm3 HWbkABG/CcsDCdS0iSCkXwsB8Gk72/NrT7rxG2xUWXypvPN5E6SnfMG5F5Kk39wm/iY4 1R8d7ku2NB6aR0vjQatmpPh4Erasvp//pureHEJINlfj7+F4Sc8hmwpGzVE7bJgc6CVW 0NS+0BZhTFjJyfNff0r/rVdAigK2Zbxs9msPv5RSpdYTw4NrWhaOorGBZE96wNUPlYNG oV3knOuR+x44u6S6ekRFwrPtGNNAwIrgRW17CNeQpsvl7vwunnQVP5CT6PXIjadOBJA7 zhpQ== X-Gm-Message-State: AFqh2krs4E3I7hZjKcfuv1qPAvIrbxQ1akjtVzQn2F7202RNFOLMv+5+ aBm8sNw/abeBmxaMF5enA+c= X-Google-Smtp-Source: AMrXdXv4E8BjAkj4RG91Qnj9xWENIiBRRWnSn1BRVdV82ZJS5Nc9doWgX/ZIWZ58og0/oK6LUz4ZKQ== X-Received: by 2002:adf:cf10:0:b0:276:d6ba:4b91 with SMTP id o16-20020adfcf10000000b00276d6ba4b91mr12581763wrj.47.1674037840106; Wed, 18 Jan 2023 02:30:40 -0800 (PST) Received: from rltb ([82.66.8.55]) by smtp.gmail.com with ESMTPSA id n13-20020a5d67cd000000b002bdcce37d31sm19990554wrw.99.2023.01.18.02.30.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Jan 2023 02:30:39 -0800 (PST) From: Robert Pluim <rpluim@HIDDEN> To: =?utf-8?Q?K=C3=A9vin?= Le Gouguec <kevin.legouguec@HIDDEN> Subject: Re: bug#60854: Adjust icons shown with warnings In-Reply-To: <877cxkqqs8.fsf@HIDDEN> (=?utf-8?Q?=22K=C3=A9vin?= Le Gouguec"'s message of "Wed, 18 Jan 2023 07:51:19 +0100") References: <CAO48Bk8y25pVA_uP1GEtfD733acbiMfE1Bwjk+cr_4LeK=-ZXw@HIDDEN> <m11qnu2445.fsf@HIDDEN> <fb1a9b33-1a24-24aa-1a23-21667b49de5c@HIDDEN> <874jsog5x0.fsf@HIDDEN> <346de561-ac0f-017b-832a-036ff3eadb99@HIDDEN> <877cxkqqs8.fsf@HIDDEN> Date: Wed, 18 Jan 2023 11:30:38 +0100 Message-ID: <87a62gb0dt.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 Cc: Jim Porter <jporterbugs@HIDDEN>, Pedro Andres Aranda Gutierrez <paaguti@HIDDEN>, 60854 <at> debbugs.gnu.org, Daniel =?utf-8?Q?Mart=C3=AD?= =?utf-8?Q?n?= <mardani29@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) >>>>> On Wed, 18 Jan 2023 07:51:19 +0100, K=C3=A9vin Le Gouguec <kevin.lego= uguec@HIDDEN> said: K=C3=A9vin> Jim Porter <jporterbugs@HIDDEN> writes: >> On 1/17/2023 2:19 PM, K=C3=A9vin Le Gouguec wrote: >>> Jim Porter <jporterbugs@HIDDEN> writes: >>>> Perhaps a bit better would be =F0=9F=9A=AB, whose official name is= apparently "No Entry >>>> Sign", even though the slashed circle visual usually just means "N= o ____", >>>> e.g. "No Smoking". Hence, some sources call it the Prohibited emoj= i. >>> (My =C2=A22: wouldn't a cross mark (=E2=9D=8C) also work to convey = the idea of >>> "suppressing" something?) >>=20 >> That would work too. I still like turning this into a toggle button = where the >> icon shows the current state (i.e. is it an active warning - =E2=9A= =A0=EF=B8=8F - or has it been >> suppressed - =E2=9A=AC). But changing to =F0=9F=9A=AB or =E2=9D=8C w= ould be single-character patches, >> which is nice too. K=C3=A9vin> Sure, the toggle sounds like a nice idea regardless, since = IIUC right K=C3=A9vin> now a user has to go through Customize to take warnings off= either K=C3=A9vin> warning-suppress-*types. K=C3=A9vin> (Sorry for the idle musing, this is the first time I look a= t what knobs K=C3=A9vin> warnings.el lets the user tweak. K=C3=A9vin> As things stand, if a user doesn't want to completely igno= re a warning, K=C3=A9vin> their only choices seem to be "pop *Warnings*" or "meh, tu= ck it in K=C3=A9vin> *Warnings* but don't pop; hopefully I'll remember to check= that buffer K=C3=A9vin> someday", is that correct? Yes K=C3=A9vin> Might be nice to have further options for "suppression", e= .g.=E2=80=A6 K=C3=A9vin> "don't pop the *Warnings* buffer, but display in echo area= ", or K=C3=A9vin> "=E2=80=A6 but add a modeli= ne indicator" K=C3=A9vin> =E2=80=A6 but that's its own feature request) Sure. Just don=CA=BCt turn that on by default :-) >>> The new icons.el that comes with Emacs 29 would be a prime candidat= e for >>> implementing this, right? It has the advantage of giving the user = some >>> degree of control via icon-preference. >>=20 >> Yup, the icon we have today is implemented via icons.el: >>=20 >> =EF=BB=BF (define-icon warnings-suppress button >> '((emoji "=E2=9B=94") >> (symbol " =E2=96=A0 ") >> (text " stop ")) >> "Suppress warnings." >> :version "29.1" >> :help-echo "Click to suppress this warning type") K=C3=A9vin> (Ah, great, so we're only missing an 'image entry for that = one. Just a K=C3=A9vin> trivial matter of choosing what the image should look like = then =F0=9F=98=81) Whilst you=CA=BCre changing stuff, the text should not be "stop", it should be "suppress" or "ignore" or something. Robert --=20
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 18 Jan 2023 06:51:29 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jan 18 01:51:29 2023 Received: from localhost ([127.0.0.1]:38940 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pI2ID-0007YO-EF for submit <at> debbugs.gnu.org; Wed, 18 Jan 2023 01:51:29 -0500 Received: from mail-wr1-f54.google.com ([209.85.221.54]:36607) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <kevin.legouguec@HIDDEN>) id 1pI2IA-0007YB-HM for 60854 <at> debbugs.gnu.org; Wed, 18 Jan 2023 01:51:29 -0500 Received: by mail-wr1-f54.google.com with SMTP id b7so6895371wrt.3 for <60854 <at> debbugs.gnu.org>; Tue, 17 Jan 2023 22:51:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=jTlzn5FzfYekdF5PemcP3OZtCzu5XhMZvGtcEMT7UzA=; b=kre7lwi3Fo+nII60oRpUIuHfUOT5mOEgawfNfryH+MBT9l6jJ6N/xYce4BnVFCUIuU 91fy4n5r93PsMYfWllC8wNjTIoAMHVjxjqPm/PVkt/nrxJGc0km54wJCKUwBMAz1sYfW Z9ittS209gNx6gXnCHaqlMIVKjH03Vfo0JAFdpEtqL+NiQbf3YtYjxE/nRI+nMRCY0OU 8EOnZf8W5i02agicwA6/l4Es8V6CPIxxiof9BhPpEuUAjNBACMxW8ap33ztOKD1Cg9K1 L8rytnx3xyQ92wZoVqTWv/11MXc3wsG9a+khMiHWoQhagXGOXHq9e70MtRGi/v+HvPYw Nb+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=jTlzn5FzfYekdF5PemcP3OZtCzu5XhMZvGtcEMT7UzA=; b=Cg5jqBIeW58CsQjZr2ocOWzk839KxXi3hSfmI3cxylaEh+H/tWIH/H2fpskiuQDoiC bA+6GdofoDdDA7uHlBwnHESDJgdvk2QQqeI7+a23nLbQ5DUkmeblSWsU+EmHeZ21pi0u /QHomha6XPsp1CcZRJrnyAEfb46MxxJEwXwkRSARdFSSVX6O2ijZLcbCODL+Cbsf1BSN dG7cT/xYxkIJ43ae4Mj96cz6esRqtYsXx8EVHaeo0Kc0f2qGjJk0upEQHJBFyRS6DWyE 6v7NfX9vLFNhthOUVhFzapukFfI8OFhi2D9+hOhcDieNNk39vSKFm4euOm3n2PcZo8QQ qQDA== X-Gm-Message-State: AFqh2kooCprcWMNRNIQfT43pYiE1khRneyDLPBSFDpMr2MtNPcp1d06W dRhJiaFlEru/4xLpLocqeZ4= X-Google-Smtp-Source: AMrXdXu4BH8Z7IL8oUnb+Aej1hdbtE7MAUWFkXRnA3nF9i6V+SCcK678B0jZI33odR0xZmw5pCoOEg== X-Received: by 2002:a05:6000:110e:b0:2bd:db2a:ec8 with SMTP id z14-20020a056000110e00b002bddb2a0ec8mr1124853wrw.28.1674024680595; Tue, 17 Jan 2023 22:51:20 -0800 (PST) Received: from amdahl30 ([2a01:e0a:253:fe0:2ef0:5dff:fed2:7b49]) by smtp.gmail.com with ESMTPSA id h3-20020adfe983000000b002bdf5832843sm9661149wrm.66.2023.01.17.22.51.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Jan 2023 22:51:20 -0800 (PST) From: =?utf-8?Q?K=C3=A9vin_Le_Gouguec?= <kevin.legouguec@HIDDEN> To: Jim Porter <jporterbugs@HIDDEN> Subject: Re: bug#60854: Adjust icons shown with warnings In-Reply-To: <346de561-ac0f-017b-832a-036ff3eadb99@HIDDEN> (Jim Porter's message of "Tue, 17 Jan 2023 17:37:15 -0800") References: <CAO48Bk8y25pVA_uP1GEtfD733acbiMfE1Bwjk+cr_4LeK=-ZXw@HIDDEN> <m11qnu2445.fsf@HIDDEN> <fb1a9b33-1a24-24aa-1a23-21667b49de5c@HIDDEN> <874jsog5x0.fsf@HIDDEN> <346de561-ac0f-017b-832a-036ff3eadb99@HIDDEN> Date: Wed, 18 Jan 2023 07:51:19 +0100 Message-ID: <877cxkqqs8.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 Cc: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN>, 60854 <at> debbugs.gnu.org, Daniel =?utf-8?Q?Mart=C3=ADn?= <mardani29@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Jim Porter <jporterbugs@HIDDEN> writes: > On 1/17/2023 2:19 PM, K=C3=A9vin Le Gouguec wrote: >> Jim Porter <jporterbugs@HIDDEN> writes: >>> Perhaps a bit better would be =F0=9F=9A=AB, whose official name is appa= rently "No Entry >>> Sign", even though the slashed circle visual usually just means "No ___= _", >>> e.g. "No Smoking". Hence, some sources call it the Prohibited emoji. >> (My =C2=A22: wouldn't a cross mark (=E2=9D=8C) also work to convey the i= dea of >> "suppressing" something?) > > That would work too. I still like turning this into a toggle button where= the > icon shows the current state (i.e. is it an active warning - =E2=9A=A0=EF= =B8=8F - or has it been > suppressed - =E2=9A=AC). But changing to =F0=9F=9A=AB or =E2=9D=8C would = be single-character patches, > which is nice too. Sure, the toggle sounds like a nice idea regardless, since IIUC right now a user has to go through Customize to take warnings off either warning-suppress-*types. (Sorry for the idle musing, this is the first time I look at what knobs warnings.el lets the user tweak. As things stand, if a user doesn't want to completely ignore a warning, their only choices seem to be "pop *Warnings*" or "meh, tuck it in *Warnings* but don't pop; hopefully I'll remember to check that buffer someday", is that correct? Might be nice to have further options for "suppression", e.g.=E2=80=A6 "don't pop the *Warnings* buffer, but display in echo area", or "=E2=80=A6 but add a modeline indicator" =E2=80=A6 but that's its own feature request) >> The new icons.el that comes with Emacs 29 would be a prime candidate for >> implementing this, right? It has the advantage of giving the user some >> degree of control via icon-preference. > > Yup, the icon we have today is implemented via icons.el: > > =EF=BB=BF (define-icon warnings-suppress button > '((emoji "=E2=9B=94") > (symbol " =E2=96=A0 ") > (text " stop ")) > "Suppress warnings." > :version "29.1" > :help-echo "Click to suppress this warning type") (Ah, great, so we're only missing an 'image entry for that one. Just a trivial matter of choosing what the image should look like then =F0=9F=98= =81) Thanks for the answers =F0=9F=99=8F
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 18 Jan 2023 01:37:24 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jan 17 20:37:24 2023 Received: from localhost ([127.0.0.1]:38576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pHxOG-0007H0-2K for submit <at> debbugs.gnu.org; Tue, 17 Jan 2023 20:37:24 -0500 Received: from mail-pg1-f177.google.com ([209.85.215.177]:37705) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <jporterbugs@HIDDEN>) id 1pHxOE-0007Gn-0o for 60854 <at> debbugs.gnu.org; Tue, 17 Jan 2023 20:37:23 -0500 Received: by mail-pg1-f177.google.com with SMTP id v3so23412486pgh.4 for <60854 <at> debbugs.gnu.org>; Tue, 17 Jan 2023 17:37:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:mime-version:date:message-id:from:to:cc :subject:date:message-id:reply-to; bh=x2GAXpcm1wxGaWSylWi5bCPutMaziFuzRI3k+6R9PZM=; b=bP2pwit4ItyRgVviKHW47kJaJPEMH/ltXp1W4HrwANEW0SjoTowzvjMvRcUOzBynqe RO3mneQdCAg4F8x7Zck9DSyxD/JvXMV4cQpdHQ/Rt9pQzEgmsGl/3L0EoX+LRKDRBBIy 05iHfrkLZK1jPTHSKmK9ICF2UTo+MiG8gYtsbTKHpxkZ0Ipqpe33fVNWtsa1uK/w2EQe cfQa4VKE0XOBwm0FRekDDLkbHBmA1hWhnzdixtMUu9QvCr4/oxclELOXTqNVtMeLlHDm zevYsl7TB5Je9qX4ecCWkkXu2WN8EqOKvu/8knlm9tbUPzWWo3aGgTF7qxb43bTNXclk Btww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=x2GAXpcm1wxGaWSylWi5bCPutMaziFuzRI3k+6R9PZM=; b=M9O15vA+bH8Z3qdtHeVYrKnd4s+fPdtrVI4/dgmB7HcIz68KCo87zUpXIbMYDAWDat LZTnm3KS/dqJ7+0vXKe2EJqIacapXNaebxN42Jy66wS5d/AIsK0s+9EzK2UBaFOt+v/x JlL6C9XiSaCAemzmOK45Rv9DOrhTmo7d93euG45vuVclD9E6LAji3DcWKZA0wp3saSFx UoTx70GlT4a3PGRotNgx1zcw74J9FkTChQoT0qaf0B6mYg591Zd1GiRq6g2QeLRX/r/z wLVTzp0glNsSQTsXy+w8mMguTos6ZYL14MdM3hx9fV39nKp1vl1/UjHXPrNzeWM/Eo6W Vg9A== X-Gm-Message-State: AFqh2kog8zyR6iI90SYfAAi5z3g+325ZPiMLdPhDxT2mNKGwkyiPjOfG 3Vap+dQrxK3yqtNEP3GYHaU= X-Google-Smtp-Source: AMrXdXu7Sd8KkxOb/AKVx9SePKDQU8bnTh+qClBrpMmCb0z5Lj3X4cZQt0tzHLBvF6nEu9ep7zb8lw== X-Received: by 2002:a62:1901:0:b0:582:5b8e:533 with SMTP id 1-20020a621901000000b005825b8e0533mr25361433pfz.16.1674005835893; Tue, 17 Jan 2023 17:37:15 -0800 (PST) Received: from [192.168.1.2] (cpe-76-168-148-233.socal.res.rr.com. [76.168.148.233]) by smtp.googlemail.com with ESMTPSA id w65-20020a623044000000b0056c349f5c70sm20742916pfw.79.2023.01.17.17.37.14 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 17 Jan 2023 17:37:15 -0800 (PST) Message-ID: <346de561-ac0f-017b-832a-036ff3eadb99@HIDDEN> Date: Tue, 17 Jan 2023 17:37:15 -0800 MIME-Version: 1.0 Subject: Re: bug#60854: Adjust icons shown with warnings Content-Language: en-US To: =?UTF-8?Q?K=c3=a9vin_Le_Gouguec?= <kevin.legouguec@HIDDEN> References: <CAO48Bk8y25pVA_uP1GEtfD733acbiMfE1Bwjk+cr_4LeK=-ZXw@HIDDEN> <m11qnu2445.fsf@HIDDEN> <fb1a9b33-1a24-24aa-1a23-21667b49de5c@HIDDEN> <874jsog5x0.fsf@HIDDEN> From: Jim Porter <jporterbugs@HIDDEN> In-Reply-To: <874jsog5x0.fsf@HIDDEN> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 Cc: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN>, 60854 <at> debbugs.gnu.org, =?UTF-8?Q?Daniel_Mart=c3=adn?= <mardani29@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) On 1/17/2023 2:19 PM, Kévin Le Gouguec wrote: > Jim Porter <jporterbugs@HIDDEN> writes: >> Perhaps a bit better would be 🚫, whose official name is apparently "No Entry >> Sign", even though the slashed circle visual usually just means "No ____", >> e.g. "No Smoking". Hence, some sources call it the Prohibited emoji. > > (My ¢2: wouldn't a cross mark (❌) also work to convey the idea of > "suppressing" something?) That would work too. I still like turning this into a toggle button where the icon shows the current state (i.e. is it an active warning - ⚠️ - or has it been suppressed - ⚬). But changing to 🚫 or ❌ would be single-character patches, which is nice too. > The new icons.el that comes with Emacs 29 would be a prime candidate for > implementing this, right? It has the advantage of giving the user some > degree of control via icon-preference. Yup, the icon we have today is implemented via icons.el: (define-icon warnings-suppress button '((emoji "⛔") (symbol " ■ ") (text " stop ")) "Suppress warnings." :version "29.1" :help-echo "Click to suppress this warning type")
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 17 Jan 2023 22:20:08 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jan 17 17:20:08 2023 Received: from localhost ([127.0.0.1]:38462 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pHuJM-0002JS-8N for submit <at> debbugs.gnu.org; Tue, 17 Jan 2023 17:20:08 -0500 Received: from mail-wr1-f51.google.com ([209.85.221.51]:41880) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <kevin.legouguec@HIDDEN>) id 1pHuJH-0002In-2H for 60854 <at> debbugs.gnu.org; Tue, 17 Jan 2023 17:20:06 -0500 Received: by mail-wr1-f51.google.com with SMTP id d2so11997947wrp.8 for <60854 <at> debbugs.gnu.org>; Tue, 17 Jan 2023 14:20:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=NSZRR0zaC5dQMBnvOC9PxWVHtT47PMyDs32d0RnwP/Y=; b=qBjBeNiq2Y4Ae7s/GFT6OOZo3hqfOS1yBoer6ivQuoWFW6vyIfLQQPViv6I7MRpKrH /+KY9uUzGKGeQtc4/bD2f5WOJ34YULGImwW2OqbvTVfLU2d8r01IF4ITRKndCrdGK/+8 q618mplJUAgWmJS0fp64OLwonRjAXDx6XxfHfzIhzUUBmvcddXQwSUb3mChUv7LYKMHK vszsNBMTKfL+4JphHR7kzXqgc/kbcBmNm6EhJGRH+Fyju9HonprZvcPMrYS8yBytLmJL aUa+RrvZeAxTgODKtan7yvGvDlKG5SvwXKnpTrK92p6/F2I9zBXn2URMa3X3EzgsvCz8 F44Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=NSZRR0zaC5dQMBnvOC9PxWVHtT47PMyDs32d0RnwP/Y=; b=unuUDxd8IVvnuLFM8DD+NPyguhISgWWypKU3Od0l+JAzvw9m4CCnTqQB28d9JGkWnS r5AQlPtng55VGkNr9qtNDtAih+S4i3shPPTCj3oukZ+GLH/gHdOya4gigJE5t7hSpKj0 uxQUFtF9fH3KIws4/vvnB8KyHzH7LXP8yBb2XdzExAelWXbFpTcncJ2hpJmpiJrrP1x/ EEg9CWn0kg4yD7DHkLPePeMwZZL3wW1r0J7p/exTpfiJ1VLs7nP6/hUsrkRmmWG7ZfKe oupUXYTevFXmqRB1RwdL3erDjMaMY1LOAJ8wjVPivM2nWQ7dhuN77CXyLzJwdsT28U8l IDYQ== X-Gm-Message-State: AFqh2kpAVvTfqYZQAF1ENuxyCrLFkaWjXnRCkkksj+kdXehwTcgIYz0I ISlbBrdHi0OxpCS87eJemX1lZRyfFxw= X-Google-Smtp-Source: AMrXdXt9IqMl8F8kdGS1Qc6ZlS0emLi8LkYbypJqvTnCBc5u0IHnsrLDHR78jeu/Y7Mg95Vj6xwDnA== X-Received: by 2002:a5d:5a19:0:b0:29b:9e07:24f with SMTP id bq25-20020a5d5a19000000b0029b9e07024fmr12934669wrb.0.1673993996675; Tue, 17 Jan 2023 14:19:56 -0800 (PST) Received: from amdahl30 ([2a01:e0a:253:fe0:2ef0:5dff:fed2:7b49]) by smtp.gmail.com with ESMTPSA id f16-20020a5d50d0000000b002755e301eeasm11941341wrt.100.2023.01.17.14.19.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Jan 2023 14:19:56 -0800 (PST) From: =?utf-8?Q?K=C3=A9vin_Le_Gouguec?= <kevin.legouguec@HIDDEN> To: Jim Porter <jporterbugs@HIDDEN> Subject: Re: bug#60854: Adjust icons shown with warnings In-Reply-To: <fb1a9b33-1a24-24aa-1a23-21667b49de5c@HIDDEN> (Jim Porter's message of "Mon, 16 Jan 2023 11:30:10 -0800") References: <CAO48Bk8y25pVA_uP1GEtfD733acbiMfE1Bwjk+cr_4LeK=-ZXw@HIDDEN> <m11qnu2445.fsf@HIDDEN> <fb1a9b33-1a24-24aa-1a23-21667b49de5c@HIDDEN> Date: Tue, 17 Jan 2023 23:19:55 +0100 Message-ID: <874jsog5x0.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 Cc: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN>, 60854 <at> debbugs.gnu.org, Daniel =?utf-8?Q?Mart=C3=ADn?= <mardani29@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) (Passing by, can't remember the whole thread, sorry if what I'm suggesting has already be said) Jim Porter <jporterbugs@HIDDEN> writes: > On 1/16/2023 1:58 AM, Daniel Mart=C3=ADn via Bug reports for GNU Emacs, t= he Swiss > army knife of text editors wrote: >> Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> writes: >>=20 >>> Currently, warnings are visually "enhanced" with a =E2=9B=94 sign. >>> However, the warning signs are =EF=BB=BF=E2=9A=A0=EF=B8=8F or its sligh= tly different European >>> version. >> I had the same question as you, but it turns out that the =E2=9B=94 icon= is not >> intended to represent a warning, it is a button that you can click to >> *suppress* that warning type. > > I think the confusion is that the literal meaning of the =E2=9B=94 icon i= s "No Entry", > so it's very easy to read it as, "Stop! Don't go this way because there's= a > problem ahead." > > Perhaps a bit better would be =F0=9F=9A=AB, whose official name is appare= ntly "No Entry > Sign", even though the slashed circle visual usually just means "No ____", > e.g. "No Smoking". Hence, some sources call it the Prohibited emoji. (My =C2=A22: wouldn't a cross mark (=E2=9D=8C) also work to convey the idea= of "suppressing" something?) > We could also add actual images for this icon if none of these are quite = right, > and use the emoji as a fallback. The new icons.el that comes with Emacs 29 would be a prime candidate for implementing this, right? It has the advantage of giving the user some degree of control via icon-preference.
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 17 Jan 2023 09:57:03 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jan 17 04:57:03 2023 Received: from localhost ([127.0.0.1]:35886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pHiiE-0003hF-T2 for submit <at> debbugs.gnu.org; Tue, 17 Jan 2023 04:57:03 -0500 Received: from mail-wm1-f46.google.com ([209.85.128.46]:37635) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <paaguti@HIDDEN>) id 1pHiiD-0003gm-Ob for 60854 <at> debbugs.gnu.org; Tue, 17 Jan 2023 04:57:02 -0500 Received: by mail-wm1-f46.google.com with SMTP id bg13-20020a05600c3c8d00b003d9712b29d2so25386264wmb.2 for <60854 <at> debbugs.gnu.org>; Tue, 17 Jan 2023 01:57:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:cc:message-id:subject:date:mime-version:from :content-transfer-encoding:from:to:cc:subject:date:message-id :reply-to; bh=D7tscZSVMPx+bjQPb6dPWBilDY1hCq9wfBDRo81OiGQ=; b=dH7z8mHePZj1gGRCmxw4edaYAilpgYLoTENPx+ADJRwBroo3nNpzW4HBqGCKCRnXK6 3VRSsXlt+VJAtBpleoCmlC8mj3R6h6o9oQdxfKkVbb0kkp9zDNapA55xZ0JbN/y2pkBZ 0U50pX7ntj0Qr3i+8StaX0rybHPpcUP18GaM+SIBwSnioSbUzOTmOM9w+QKwyxz/nB78 HO8GAiRdQmudsR97lSAhXizDNSqcX8z6/Y4O/0rEfvWh5g6U6pyVGOB4dadzQdch7/Hh 1DhlBcfKSCbUFlw87/tz2GZWcBol8SsxohzuilfVK6vJt95iI7tQBM9VxSqbsIsu05AK HPQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:cc:message-id:subject:date:mime-version:from :content-transfer-encoding:x-gm-message-state:from:to:cc:subject :date:message-id:reply-to; bh=D7tscZSVMPx+bjQPb6dPWBilDY1hCq9wfBDRo81OiGQ=; b=W9hGfdbI3rSSdh/7/UO/TJeEStB/ex7UFulzfjVV0llyp9xIw2LfAvv3TGw8hAluM5 mS9dPBqMlxhpubbS9UmiI4YO1vGstuvXOiiCcRbYW1HZEjWtA2qytDctqePXqtGqRorK 0VGiYmIPgWYXp+nf43La4nn7gfCvDrmSxB5YySnFoqtHlyVN6pxJ0tdKwoQ1eGi/QR+6 7WP/t+F1mKSRoeFlammiE6d0L7fPhvn8f03qOi7NYxKT6kj4nQ2PMczCD5awrl5a7V8j 737jIY4lGKe+0Wupm+Wgr3qkIgEbHCnfXDS3W335g7St5W/T6ZCrGxgbP23HCnXLaF5q GTvQ== X-Gm-Message-State: AFqh2kqWIP0o+RDye2iwaUmKjWn6/YZ+NUw6wwk3P4WDMCFrjVVtqpK/ i6asKK7W4m+v7+dfz6vS3fo= X-Google-Smtp-Source: AMrXdXvJrdD491vSZzLR+Uo72h9pqQq5TKJ+2JJwiIPiOi7FxkRDvsWTa7YB/uIFTspQnUihqBq3zw== X-Received: by 2002:a7b:cd9a:0:b0:3d3:5d69:7aa5 with SMTP id y26-20020a7bcd9a000000b003d35d697aa5mr2388073wmj.25.1673949415553; Tue, 17 Jan 2023 01:56:55 -0800 (PST) Received: from smtpclient.apple (202.red-79-148-60.dynamicip.rima-tde.net. [79.148.60.202]) by smtp.gmail.com with ESMTPSA id f6-20020a05600c4e8600b003db03725e86sm3149355wmq.8.2023.01.17.01.56.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 17 Jan 2023 01:56:55 -0800 (PST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Mime-Version: 1.0 (1.0) Date: Tue, 17 Jan 2023 10:56:44 +0100 Subject: Re: bug#60854: Adjust icons shown with warnings Message-Id: <99415A16-3B8C-40DE-8D3F-D5D2F5B8719C@HIDDEN> To: Jim Porter <jporterbugs@HIDDEN> X-Mailer: iPhone Mail (20C65) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org, =?utf-8?Q?Daniel_Mart=C3=ADn?= <mardani29@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) =46rom a European driver=E2=80=99s POV, the signs that seemed to make most s= ense to me on the other side of the pond were the warning signs, maybe becau= se they were triangles too=E2=80=A6 ;-) /PA Enviado desde mi iPhone > El 16 ene 2023, a las 20:30, Jim Porter <jporterbugs@HIDDEN> escribi=C3= =B3: >=20 > =EF=BB=BFOn 1/16/2023 1:58 AM, Daniel Mart=C3=ADn via Bug reports for GNU E= macs, the Swiss army knife of text editors wrote: >> Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> writes: >>> Currently, warnings are visually "enhanced" with a =E2=9B=94 sign. >>> However, the warning signs are =EF=BB=BF=E2=9A=A0=EF=B8=8F or its slight= ly different European >>> version. >> I had the same question as you, but it turns out that the =E2=9B=94 icon i= s not >> intended to represent a warning, it is a button that you can click to >> *suppress* that warning type. >=20 > I think the confusion is that the literal meaning of the =E2=9B=94 icon is= "No Entry", so it's very easy to read it as, "Stop! Don't go this way becau= se there's a problem ahead." >=20 > Perhaps a bit better would be =F0=9F=9A=AB, whose official name is apparen= tly "No Entry Sign", even though the slashed circle visual usually just mean= s "No ____", e.g. "No Smoking". Hence, some sources call it the Prohibited e= moji. >=20 > Another way to handle the UI (which I see more often, and personally prefe= r) is that the button is a toggle, and its icon indicates the current state.= This would require adding a bit of code so that clicking the button again *= un*suppresses the warning, but then you could use something like =E2=9A=A0=EF= =B8=8F to indicate that the warning is currently enabled (and clicking it wi= ll suppress it), and maybe =E2=9A=AA or =E2=9A=AC to indicate that the warni= ng is currently suppressed (and clicking it will reenable it). Or maybe =E2=9D= =97 and =E2=9D=95, respectively? >=20 > We could also add actual images for this icon if none of these are quite r= ight, and use the emoji as a fallback.
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 16 Jan 2023 19:30:23 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jan 16 14:30:23 2023 Received: from localhost ([127.0.0.1]:34902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pHVBX-0007an-BS for submit <at> debbugs.gnu.org; Mon, 16 Jan 2023 14:30:23 -0500 Received: from mail-pl1-f180.google.com ([209.85.214.180]:39765) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <jporterbugs@HIDDEN>) id 1pHVBT-0007aV-6v for 60854 <at> debbugs.gnu.org; Mon, 16 Jan 2023 14:30:22 -0500 Received: by mail-pl1-f180.google.com with SMTP id z13so3468344plg.6 for <60854 <at> debbugs.gnu.org>; Mon, 16 Jan 2023 11:30:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:mime-version:date:message-id:from:to:cc :subject:date:message-id:reply-to; bh=0CAX0beJFiNohfOGKcRAwAc1WYaqjNvSvB4+5D2trLU=; b=QQyqnned4lhh2jx8yck0WRRZ2nt/gZk3SGItOkVaa+n/KSJVc/Td3wu1DCnTRdhAaw 0gpMwff80MdSJDJ/va91OHSxMhBYAseSsvlQppoUEwHBkvPBRUUcBDVHH5tUq57QqaTi bKTQGCIDK9LoGKOn10/IQyRfzqFXSyWlwZtjQ0zU+lX6D0aihZR31Pvt3hAAWajXgl9n 2miRZivER2/ACadRY66CzjA1MSQxxTxbtkkSs03HNZsYdSuSeU2XNJMufqrh6GgjOSMZ kDDrZf3wv5S8/YzZjQodum39/m3sdFyyFAdaJggd0V7IFcZcBXkky+O+GNjCnJeZXRr6 5E3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=0CAX0beJFiNohfOGKcRAwAc1WYaqjNvSvB4+5D2trLU=; b=YsGp9WOC57T1BAUqpVBZIOo+k538eOzACsj+rtqIOjU8u75CjNIFrzo6bIi3Np98Uu TH3xPZrkbGZVcMSERgmEOrv2QgsqHtybT4nF9E3v4OfPvbFDeDvgiZhiZuPzOJRCNiuM Z732hQvvAa9as+W65m32hk7j9ZzwwAOWl83nEe7l6KkRL6NJTmOyqKhMdsC+PjPmZj4E 3aEgiBN18qh4q82shmomyfcmP7Y98uT61BkIOadDjWO4w6g62eSVJlhGkS5AoN4PTYu2 z3VKsZfgSUsUqdE94GFUVtXqjZ925B/X9SaAEURVTZUoliQKt2nt/8qscgnGKO9MUTNX g5sQ== X-Gm-Message-State: AFqh2kpC3mWSk3QQ3Pk+w2RzjL39NN+BNH7BHrVh1z3poMeUmwrFTxOn PINB7y8+f6Ar9t22ik483tc= X-Google-Smtp-Source: AMrXdXv7oHJorOObztVYX+sHJr4OKtlmr3q/p2K3NnnX0Y/fiFspcxAf8mcZrAqswdHOeeJ8151cyg== X-Received: by 2002:a17:902:f786:b0:192:c426:d83f with SMTP id q6-20020a170902f78600b00192c426d83fmr912790pln.64.1673897413110; Mon, 16 Jan 2023 11:30:13 -0800 (PST) Received: from [192.168.1.2] (cpe-76-168-148-233.socal.res.rr.com. [76.168.148.233]) by smtp.googlemail.com with ESMTPSA id f5-20020a170902684500b0019488a36e2asm3594058pln.277.2023.01.16.11.30.12 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 16 Jan 2023 11:30:12 -0800 (PST) Message-ID: <fb1a9b33-1a24-24aa-1a23-21667b49de5c@HIDDEN> Date: Mon, 16 Jan 2023 11:30:10 -0800 MIME-Version: 1.0 Subject: Re: bug#60854: Adjust icons shown with warnings Content-Language: en-US To: =?UTF-8?Q?Daniel_Mart=c3=adn?= <mardani29@HIDDEN>, Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> References: <CAO48Bk8y25pVA_uP1GEtfD733acbiMfE1Bwjk+cr_4LeK=-ZXw@HIDDEN> <m11qnu2445.fsf@HIDDEN> From: Jim Porter <jporterbugs@HIDDEN> In-Reply-To: <m11qnu2445.fsf@HIDDEN> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) On 1/16/2023 1:58 AM, Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors wrote: > Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> writes: > >> Currently, warnings are visually "enhanced" with a ⛔ sign. >> However, the warning signs are ⚠️ or its slightly different European >> version. > > I had the same question as you, but it turns out that the ⛔ icon is not > intended to represent a warning, it is a button that you can click to > *suppress* that warning type. I think the confusion is that the literal meaning of the ⛔ icon is "No Entry", so it's very easy to read it as, "Stop! Don't go this way because there's a problem ahead." Perhaps a bit better would be 🚫, whose official name is apparently "No Entry Sign", even though the slashed circle visual usually just means "No ____", e.g. "No Smoking". Hence, some sources call it the Prohibited emoji. Another way to handle the UI (which I see more often, and personally prefer) is that the button is a toggle, and its icon indicates the current state. This would require adding a bit of code so that clicking the button again *un*suppresses the warning, but then you could use something like ⚠️ to indicate that the warning is currently enabled (and clicking it will suppress it), and maybe ⚪ or ⚬ to indicate that the warning is currently suppressed (and clicking it will reenable it). Or maybe ❗ and ❕, respectively? We could also add actual images for this icon if none of these are quite right, and use the emoji as a fallback.
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 16 Jan 2023 12:23:08 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jan 16 07:23:08 2023 Received: from localhost ([127.0.0.1]:60680 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pHOW4-0006VY-5f for submit <at> debbugs.gnu.org; Mon, 16 Jan 2023 07:23:08 -0500 Received: from mail-ej1-f46.google.com ([209.85.218.46]:46072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <paaguti@HIDDEN>) id 1pHOW1-0006Ux-IE for 60854 <at> debbugs.gnu.org; Mon, 16 Jan 2023 07:23:06 -0500 Received: by mail-ej1-f46.google.com with SMTP id vw16so4542666ejc.12 for <60854 <at> debbugs.gnu.org>; Mon, 16 Jan 2023 04:23:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=i2VvBvMuueSkNaZtOa+oKiUWceQmlhDJ6dFAarCTNDo=; b=dfeXHsMH4J40JQNyOLGyMKmF/xiYRQunfw+Ma570HdIHWb4TmUGVBWJVI3VoAl7ng/ 95LHuae/bvr3jnOC3kXpMJ8cVPj3RUgF+bs011A6Em5dd0qpJll+xhPU6Ya0HpUuDJ6I KaDtRqJc9QeUyYxv3FD/598rCBeLXd7A4Lw1MnIKOcMzLQnqDdSiIDFoQwa1d8VGlPs1 W7Mj70yozqpYxKYYdeFLNYa4DGhSTJXW5cmikis9mz297ZEsRKtmP06q9FbUQTvaq04F su08W/bgrrn1T4BrT71X20PsWMPqADB1AEwtN/rn/oBvjAiHpW4bLJdwSuR/Q70v+SL4 +Q5A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=i2VvBvMuueSkNaZtOa+oKiUWceQmlhDJ6dFAarCTNDo=; b=Ou882V8UyEi2W6YCyryWvhQHQmdkyousgRVbhcAX0DJalJVLSoWDkuDAUykZzHYgEm v4FUZ2AHSCKU54+ySTj7WuMFgXZXY/aNW7CRz18LtI9oWlwD0hQEcCVAYHnvNYLHkw7Y 80pE6IPAYF/81sDbNM+bEkD8B1srhiXane33n6MSvvOQqtKQwobFv2H8H8/J7QlDEaX3 ZUA/YYk326r+dYBpBCiZhMfi/+8imxbu0kIYr0bfRCnTxztIMcYxo0UK8EwAMQsDWKWP cYE7xoV9hie+AgH8xBlXUNGnT97BA48vFOL9vXaVCsZ8kxGEViC+hKR6MhjkgPJEfYnf Samg== X-Gm-Message-State: AFqh2krCeeTugtG5QkTdOpSUvH628Etsg7KefNkNnlbmsqqGiD81bKmo i6XKbimDAkGKZ45MLANSd0i3kqEaSmDrF1vfZsc= X-Google-Smtp-Source: AMrXdXtiuN384WHiyXsZGxdBQ0Tz7GKIle5lydZFXCQSdn54yExwR0xmlSC1y2kgZgf0SeyclAt9N7OcBmVnHLCVbEs= X-Received: by 2002:a17:906:2e96:b0:861:b693:99ff with SMTP id o22-20020a1709062e9600b00861b69399ffmr1137529eji.372.1673871779616; Mon, 16 Jan 2023 04:22:59 -0800 (PST) MIME-Version: 1.0 References: <CAO48Bk8y25pVA_uP1GEtfD733acbiMfE1Bwjk+cr_4LeK=-ZXw@HIDDEN> <m11qnu2445.fsf@HIDDEN> In-Reply-To: <m11qnu2445.fsf@HIDDEN> From: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Date: Mon, 16 Jan 2023 13:22:33 +0100 Message-ID: <CAO48Bk8TeQ=owRUpHCcPz=rmd_5z1jQjXfHjFjNBvwZw50SBMg@HIDDEN> Subject: Re: bug#60854: Adjust icons shown with warnings To: =?UTF-8?Q?Daniel_Mart=C3=ADn?= <mardani29@HIDDEN> Content-Type: multipart/alternative; boundary="000000000000d2dadb05f260a477" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) --000000000000d2dadb05f260a477 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Yes, it would create less confusion IMvvvHO Thanks, /PA On Mon, 16 Jan 2023 at 10:58, Daniel Mart=C3=ADn <mardani29@HIDDEN> wrote= : > Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> writes: > > > Currently, warnings are visually "enhanced" with a =E2=9B=94 sign. > > However, the warning signs are =EF=BB=BF=E2=9A=A0=EF=B8=8F or its sligh= tly different European > > version. > > I had the same question as you, but it turns out that the =E2=9B=94 icon = is not > intended to represent a warning, it is a button that you can click to > *suppress* that warning type. > > Perhaps we can choose a different Emoji to avoid confusion. I don't > mind showing =E2=9A=A0=EF=B8=8F as the icon for that button, indeed. > --=20 Fragen sind nicht da um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet --000000000000d2dadb05f260a477 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Yes, it would create less confusion IMvvvHO<div><br></div>= <div>Thanks, /PA</div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr"= class=3D"gmail_attr">On Mon, 16 Jan 2023 at 10:58, Daniel Mart=C3=ADn <= <a href=3D"mailto:mardani29@HIDDEN">mardani29@HIDDEN</a>> wrote:<br>= </div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;b= order-left:1px solid rgb(204,204,204);padding-left:1ex">Pedro Andres Aranda= Gutierrez <<a href=3D"mailto:paaguti@HIDDEN" target=3D"_blank">paagu= ti@HIDDEN</a>> writes:<br> <br> > Currently, warnings are visually "enhanced" with a =E2=9B=94= sign.<br> > However, the warning signs are =EF=BB=BF=E2=9A=A0=EF=B8=8F or its slig= htly different European<br> > version.<br> <br> I had the same question as you, but it turns out that the =E2=9B=94 icon is= not<br> intended to represent a warning, it is a button that you can click to<br> *suppress* that warning type.<br> <br> Perhaps we can choose a different Emoji to avoid confusion.=C2=A0 I don'= ;t<br> mind showing =E2=9A=A0=EF=B8=8F as the icon for that button, indeed.<br> </blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"= class=3D"gmail_signature"><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div= >Fragen sind nicht da um beantwortet zu werden,<br></div>Fragen sind da um = gestellt zu werden<br></div>Georg Kreisler</div><div><br></div><div>Headach= es with a Juju log:</div><div>unit-basic-16: 09:17:36 WARNING juju.worker.u= niter.operation we should run a leader-deposed hook here, but we can't = yet<br><br></div></div></div></div> --000000000000d2dadb05f260a477--
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at 60854) by debbugs.gnu.org; 16 Jan 2023 09:58:16 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jan 16 04:58:16 2023 Received: from localhost ([127.0.0.1]:60479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pHMFs-0000KD-Dg for submit <at> debbugs.gnu.org; Mon, 16 Jan 2023 04:58:16 -0500 Received: from sonic301-21.consmr.mail.ir2.yahoo.com ([77.238.176.98]:33990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <mardani29@HIDDEN>) id 1pHMFp-0000Jx-2W for 60854 <at> debbugs.gnu.org; Mon, 16 Jan 2023 04:58:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s2048; t=1673863086; bh=ToPErG82BEe7wlSW/msBRWmT/z8AxmrOyY38pMmRFqk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=dMsUETHJcEZyro8UeUbQ3d2wX9xeW+HKY0kNtKA1H2sE1Q0VqBURi0pyQILsvwA8c26VIBq7MtAbLzdu66L/j8/mCvKoWkNpihx5S3MrfMtxR5Ad110vxOLDVM02Sq6xhq0th/sJ7t7Ildwtb4S59cJP+19gfDixnNAFKd1w6CoJiTBS6iKO4YxHKnXvAlsLMEeefdtrmAm1znVTXXM+9t205KhtgMe5PmCr9+P8zH7BJmP5bqp7ejvojKP2+ZjABp/5DbXNGz9qpoDwAmY+puRxoXQdfLW1Xz1LfKdblelpLJVKk6DEv/Uo3hAMkSW+qnAL6ajYWFVDsZITf3jMXg== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1673863086; bh=mU4+IMPw7l+h3GeSlUameLM4mRl3WKsC0UZLilyj1Y1=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=J/1WewL8Og80scfWTWf4Yj1MZyGsRcTEse3N8hC1vi22jRnFvul+EpQH5FLN2PJLd/UrYNaufA84vadZzb3qJ8W/jVLLUVXAi1bYAdrjHMebodyDq3Kq7i+HF79+A/E6/r8vl6wXwkYAWZse9cj+90kQh2mrfbI2/ss7uZWyXz40NXBSoaUbFv5ZfThwTJ+PYar8S/4Ic97CLyHJY6oDhixUpZ5RxZ3srEwAwO28k0kqlNRkphCt6eOE6qYi5CXMFUI/W7G9AP94cYSFh+h1ewTJOaQjla5rwWBLCP2YlWCsWj1RkNbzH837Uf4MK/LSBfkh5/n5cbzSIzr75vo8Dg== X-YMail-OSG: IEeNycwVM1kb39CsGPW5u6keD7wHnpgDUI6LbBsgiujDoK_EIQL3w2EWGxusZPV CzpH6rAVmhVxtExRK8Hqsmsg50pZD7NCRCjelbatP2EMHTd46WJGoLKi5nUWhMZkWvNLc6zD6d8p raOcBolY.vmNvlatKU64BX3DmFUxK96J4gARC3ss6v_gtdgpIRRhsVjeCXLbr5T5ca9Um13YgSwD tWCp0MQcxhYMZxOevOgCVhc5lqpbN7remYKMCIo82wOVxiasOEzhab.lKXvQlbBlob.FcPlq85hL P5rK5N_28iyAU2FDxYgIOh.DaLm8JK0GX0eKrgQcVQCTSk6UYmTEbUyBmrGqS6HbnqqcbzV7l1wQ N4mfbiahfojwkIOdo99oOMmlNF2Tdzby56I7AK8UW1kQiPiIpKAdAb01tRD5_xaadbTMcLuiRRTE yb1sAtroekBs7OBtGMwCtwqfSe5tNjRwzlR9ZTJ0HVY_cBs_G7.YFCGjlDKNCQBcDhvTuWy_PODu 4IMRMPx1Uju912VPRM45T.TtHDOVmcHThRDBPqzZOK7Orp6T7rKNYEZFMlDa.qu31dIZOaq3uuxL hhs09Fsx4MQBEubfSe3tYiguPe_y4UKyo3W60qlzErGZUilhaXSf0PcGGoqEU5mqC1AjTeKujU4Z 2UvsvbnFdu.vUXt4nkonknqsFpWD4KaIBUk2.EvPXoQ5JdsbBqjX5FiE1q9DgjXYxtU5nXM7RqTl v_YkrgJlQvQvkCcg2flWHtzaz6UQQ7j4Igf.TubMOvf0Xqlo59d5gY7t.eyHGOepnbMDbwgGZiJi 3TVvMuaZwGnQS4oN9CSQLj0DQ5gmlHjuWF4N0NimSQC0Qov_i6rcPzQg0LMjD_ohSqVepKFxS5hr o6ucu_lkEyTDfsUZA1FdnoZHxeRyPYOIhZYaGsW3J0.RBESRYUclpKXkWGPN6phN.PsSjv52axRT 5W6MZoiM9mG09JeonSSax.QAuwY.sH.K5mJL6Sj5nDvjU_s106EJICnKTx0loLnOcEx_usi3Aaq6 yUOAhFWY.q2Q5ArsfHkpYxiSlAaAcgJ6i.j5t9mYMl_sEVoLL59DcACWVnKJVF3jPhVJxIHfSNoE Hvawg4B3XHnPn2mnEC.1iQN.jmd4.AeqKUSFeZf1u0PvPwevoQqSafkVs9_MAoSXu32YHG4ArzbS KjYv2GJrrUVfGtAAVo9X6nI5WdQMfDmy5aGWgiinj5b_mJJKDvEQq0dvEAYQ_2W6h2vJExJXlN7W TEgytu29P7ExPfDDfSf00YcQe8TBjGVA3yIsWwC0dzcfsFOhEXY1RZ7ka4Xk.ImiBwKzto7PfUxm Te5xpr3HOc4k9z_vNXsg0kihdK6bAuXFxHMlc1LFuvNmTX_UdA6.DF9tfSlAQbTmqczfuBlQUXlV XWpaGQ3N.0aQTUGuu_LDsB9Eo7n48CyCQdZqNZ290BadZ.7sIh0Q8501kgHhAs8gg8KcsC7An.P9 hnHFka9TYVSRq_8PCxkxu0y2CCirih.WCBfVLt_ujU8yFGKTVmZiuRvt8kpelORSNsD_d09KqVzZ JHTccxHWL_Mkjohtw084DCnknLazeNANv1QPCy8sy1eVAIXgVqs5nwFwxzu_KaWrMTUWWq.lt6Na GuD3vsUwl7NgeMfPWlENSVjtfB0eK7FvqdzIhFGer4qy6RMAXV.hBBz4DkFRcRccMvtekuVsBIu4 Yx.ITfK2b_tMzdiatbRCM6L6eZ43b44R7T_QWbAHGwndE4zpsdHo1MOUcuSTIhJMfjKAr2lrzlK2 LRmQkUloOUqHTckpQF3N2GSJz.AzIEsH8m2UsHyG3MVDKo6YlsevHJFsGZ1dwsEJkaBpIBoDFx8J wIE4wZYrFRnziHW3eXqZSTApwT7Yu8op9KFcWdNnmLlSGMFPQQUrg90zs7ahlTvKwhdQd0GO58FF dW.9e.py7gEpCO_uSYj82dj9pQzL5KpZKpopSCv75_KSK06lCnxHqTDwvw0njL4.vSFdQxqZ5F7Q MwGxFjIkQzbcHqZl5i.PJ6YefXDaVCV7aArqj_ujK_znT_FRzL5XOuFGcym87F_fyqQDrHP1fIv3 FaDL269wiw7Ha9HIdpPtbG1U6h5PjofnyFgVcIOVg.cGvp9IIvQpWFsVNbjN_3TvpJsvWVNv3AfH yGlaesAgLpgMdssSj0IEMkEjVAcngu9AR4k0DIDtB_R7IvCRwmpdHZKce3Hvz.Anb.eFva4nW.Sc 4NSgi54dLIrEechaL5c8.xEh8JP1_6r3Iief_ X-Sonic-MF: <mardani29@HIDDEN> Received: from sonic.gate.mail.ne1.yahoo.com by sonic301.consmr.mail.ir2.yahoo.com with HTTP; Mon, 16 Jan 2023 09:58:06 +0000 Received: by hermes--production-ir2-69cbd7d4db-f4zfc (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 4ac741ce5b1a9fde85eb3cd53d590559; Mon, 16 Jan 2023 09:58:03 +0000 (UTC) From: =?utf-8?Q?Daniel_Mart=C3=ADn?= <mardani29@HIDDEN> To: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Subject: Re: bug#60854: Adjust icons shown with warnings References: <CAO48Bk8y25pVA_uP1GEtfD733acbiMfE1Bwjk+cr_4LeK=-ZXw@HIDDEN> Date: Mon, 16 Jan 2023 10:58:02 +0100 In-Reply-To: <CAO48Bk8y25pVA_uP1GEtfD733acbiMfE1Bwjk+cr_4LeK=-ZXw@HIDDEN> (Pedro Andres Aranda Gutierrez's message of "Mon, 16 Jan 2023 08:35:10 +0100") Message-ID: <m11qnu2445.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: WebService/1.1.21062 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 559 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 60854 Cc: 60854 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.7 (/) Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> writes: > Currently, warnings are visually "enhanced" with a =E2=9B=94 sign. > However, the warning signs are =EF=BB=BF=E2=9A=A0=EF=B8=8F or its slightl= y different European > version. I had the same question as you, but it turns out that the =E2=9B=94 icon is= not intended to represent a warning, it is a button that you can click to *suppress* that warning type. Perhaps we can choose a different Emoji to avoid confusion. I don't mind showing =E2=9A=A0=EF=B8=8F as the icon for that button, indeed.
bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.Received: (at submit) by debbugs.gnu.org; 16 Jan 2023 07:35:56 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jan 16 02:35:56 2023 Received: from localhost ([127.0.0.1]:60329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pHK28-0004ya-0S for submit <at> debbugs.gnu.org; Mon, 16 Jan 2023 02:35:56 -0500 Received: from lists.gnu.org ([209.51.188.17]:33334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <paaguti@HIDDEN>) id 1pHK23-0004y3-M0 for submit <at> debbugs.gnu.org; Mon, 16 Jan 2023 02:35:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <paaguti@HIDDEN>) id 1pHK1t-0008NY-58 for bug-gnu-emacs@HIDDEN; Mon, 16 Jan 2023 02:35:41 -0500 Received: from mail-ed1-x529.google.com ([2a00:1450:4864:20::529]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <paaguti@HIDDEN>) id 1pHK1r-0006iM-Ic for bug-gnu-emacs@HIDDEN; Mon, 16 Jan 2023 02:35:40 -0500 Received: by mail-ed1-x529.google.com with SMTP id s3so1369503edd.4 for <bug-gnu-emacs@HIDDEN>; Sun, 15 Jan 2023 23:35:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=SwH+VtiNnC2oOv7qDC5cMhHmelb818hxi32YnRDpjDs=; b=JBakv2gNB/GsjRB+QXEjoRUe0aJ5rkDTP9XYHnAJnpdLD4rLI4ixLLgNtw25N9MR3Q rgGR7DrpvbAauA2Kzw0UVjFI9BPk0RkJcn1CkGBJMCsKpSkZGqs2qBriW3UAag4Z+Uq9 fTQAtc6bXvwmNia2mPutk6VncbXDCTLwTb7CxKKsLgbceJC9J0QWJyqJVB3POaod7MhF Ccs0DsaglnB7+9Cn/7S53dm9G1KstsJIbQwfBFW6//IeE/NFuzEFfmhiEngQMaxxNdQp fI9XGeiQnTjKLicnF5EpASch5zIWlwQInQvBDnfJlGlCtCN7AHvLgPy1RkwZi1shvEq0 RmGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=SwH+VtiNnC2oOv7qDC5cMhHmelb818hxi32YnRDpjDs=; b=D/j5mS57nMushj96Z3vR2gqCXo3tBXjsG9RAAp56ps2IyQUXGexzreLneanH6xfi3W a/qvGuHpg07fVTXqOFzI36UsNT5pLC4P6ki1wBz0m3YagbdkBjthwX97AaALAqAJkk86 w5R6bmgmoO+vRAPjVLOampV4zy6eAnYxBM9LHBKDnLNRHZdrkyZxOeHvNrw2M9WefLE7 i9xFcAFQLNjnouPdjSI/Oee+LVxWG1nW05W5d5AO9KgBhWO2UqWEFbrI5JYf9VBfFUVp Qjy53Vyrdi3SULGeru9+lElp/tB0EY5raAs2TNo4bcpAWIkn8+aGDhHsHUwk2xTSXA2y tiiA== X-Gm-Message-State: AFqh2ko+QlIKBTNK2Xcn+xCfWF4AS0O1KTaz0k9EPMBTD8ALvMRftwBo T+5CrlHHqy7ErPm6rkGMgJlsKKg8E0/fRKY25h2NrlPyDZ4= X-Google-Smtp-Source: AMrXdXsFw/7MWhcLA4DQAY8FsKTSxORoLQeUxtXw1U+6/90JnK8a52jSGH5kECQoDRPqr0gx8FZrnd/CB7WKMZwWGug= X-Received: by 2002:a50:ff09:0:b0:490:47c3:3d71 with SMTP id a9-20020a50ff09000000b0049047c33d71mr3966225edu.31.1673854536236; Sun, 15 Jan 2023 23:35:36 -0800 (PST) MIME-Version: 1.0 From: Pedro Andres Aranda Gutierrez <paaguti@HIDDEN> Date: Mon, 16 Jan 2023 08:35:10 +0100 Message-ID: <CAO48Bk8y25pVA_uP1GEtfD733acbiMfE1Bwjk+cr_4LeK=-ZXw@HIDDEN> Subject: Adjust icons shown with warnings To: bug-gnu-emacs@HIDDEN Content-Type: multipart/alternative; boundary="00000000000009c2bd05f25ca1d9" Received-SPF: pass client-ip=2a00:1450:4864:20::529; envelope-from=paaguti@HIDDEN; helo=mail-ed1-x529.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) --00000000000009c2bd05f25ca1d9 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Currently, warnings are visually "enhanced" with a =E2=9B=94 sign. However, the warning signs are =EF=BB=BF=E2=9A=A0=EF=B8=8F or its slightly = different European version. --=20 Fragen sind nicht da um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet --00000000000009c2bd05f25ca1d9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Currently, warnings are visually "enhanced"= with a =E2=9B=94 sign. <br></div><div>However, the warning signs are =EF= =BB=BF=E2=9A=A0=EF=B8=8F or its slightly different European version. <br></= div><div><br>-- <br><div dir=3D"ltr" class=3D"gmail_signature" data-smartma= il=3D"gmail_signature"><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div>Fra= gen sind nicht da um beantwortet zu werden,<br></div>Fragen sind da um gest= ellt zu werden<br></div>Georg Kreisler</div><div><br></div><div>Headaches w= ith a Juju log:</div><div>unit-basic-16: 09:17:36 WARNING juju.worker.unite= r.operation we should run a leader-deposed hook here, but we can't yet<= br><br></div></div></div></div></div></div> --00000000000009c2bd05f25ca1d9--
Pedro Andres Aranda Gutierrez <paaguti@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#60854
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.