From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#47316: 27.1; commands with color input should use a common color chooser Date: Mon, 22 Mar 2021 13:33:57 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13421"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: K-9 Mail for Android To: laszlomail@protonmail.com, 47316@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Mar 22 12:35:14 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lOIq1-0003Kd-4i for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 22 Mar 2021 12:35:13 +0100 Original-Received: from localhost ([::1]:35400 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOIq0-0007GX-1r for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 22 Mar 2021 07:35:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52506) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOIpq-0007E1-CX for bug-gnu-emacs@gnu.org; Mon, 22 Mar 2021 07:35:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44790) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lOIpq-0002zi-4f for bug-gnu-emacs@gnu.org; Mon, 22 Mar 2021 07:35:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lOIpq-00039v-1l for bug-gnu-emacs@gnu.org; Mon, 22 Mar 2021 07:35:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 22 Mar 2021 11:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47316 X-GNU-PR-Package: emacs X-Debbugs-Original-To: scame , "scame via Bug reports for GNU Emacs, the Swiss army knife of text editors" , 47316@debbugs.gnu.org Original-Received: via spool by 47316-submit@debbugs.gnu.org id=B47316.161641284812059 (code B ref 47316); Mon, 22 Mar 2021 11:35:02 +0000 Original-Received: (at 47316) by debbugs.gnu.org; 22 Mar 2021 11:34:08 +0000 Original-Received: from localhost ([127.0.0.1]:56333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lOIoy-00038R-IC for submit@debbugs.gnu.org; Mon, 22 Mar 2021 07:34:08 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:59258) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lOIox-00038D-CW for 47316@debbugs.gnu.org; Mon, 22 Mar 2021 07:34:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55031) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOIos-0002Qf-6S; Mon, 22 Mar 2021 07:34:02 -0400 Original-Received: from [2a02:14f:0:e4d9::1] (port=60584) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1lOIoq-0003Kj-I3; Mon, 22 Mar 2021 07:34:01 -0400 In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:202826 Archived-At: On March 22, 2021 1:01:13 PM GMT+02:00, "scame via Bug reports for GNU Emac= s, the Swiss army knife of text editors" wrote: > set-foreground-color uses a color chooser: read-color=2E >=20 > customize-face uses something else which looks more readable IMO, > though > the usefulness of the underline is debatable: >=20 > https://necromuralist=2Egithub=2Eio/posts/changing-emacs-font-colors/col= or_selector=2Epng >=20 > Other commands like set-face-foreground, highlight-regexp and others > show only > color names, but not the colors themselves=2E >=20 > All color input commands should use a common color selector which > shows the > actual colors too=2E read-color will show you the colors from which you can select if you type = '?', the standard Emacs command that requests the list of possible candidat= e values=2E