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.devel Subject: Re: master 40dcf9c2ab 4/5: read-multiple-choice: Display "SPC" instead of " " Date: Mon, 27 Dec 2021 19:56:05 +0200 Message-ID: <83ilvalyoa.fsf@gnu.org> References: <83ee5znx7r.fsf@gnu.org> <83a6gnns3d.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13962"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 27 18:57:08 2021 Return-path: Envelope-to: ged-emacs-devel@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 1n1uFA-0003QR-2q for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Dec 2021 18:57:08 +0100 Original-Received: from localhost ([::1]:58674 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n1uF8-0007a3-C2 for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Dec 2021 12:57:06 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46752) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1uEC-0006j6-Ew for emacs-devel@gnu.org; Mon, 27 Dec 2021 12:56:08 -0500 Original-Received: from [2001:470:142:3::e] (port=34870 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1uEB-0000aL-V0; Mon, 27 Dec 2021 12:56:07 -0500 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=Kl7/f57Sl+BHpy5wEbM9EgsilBgfMh/Whtvl6PGDzyM=; b=gHjgXf2VDlI7 VUvoPvYbSjsSfsJMdppUnL9EAZ6lmPVkqBUksMeIRnj7RhwNsdpIPWbaW4g8tK+nc3hXNKZS3bVIE YdBF0XsyGwLMh0WCYvGSmXrsuBypSE6rPCJOklLf6DJFYhMaeVSd+ZFe6oFCjXVUe7U+9Q/iD7K6B pLa84K9RDarx/zgcqo6ByyW+Ve5kq3ZGIDxz9kpDCFGXHxOSgup8YQQDMmXnDFE/wqyFFMu/rJ4B0 RseGUXhDMJyilPiNe7RWUb8plLjBJXcwOHsVd0Syr4WJR/AlIN5KQ3TJOx4oFW3gF3yJ4PHkrRfoy AysRqDFjAf27NKu3VBk0bw==; Original-Received: from [87.69.77.57] (port=1977 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1uEB-00046T-Ph; Mon, 27 Dec 2021 12:56:08 -0500 In-Reply-To: (message from Stefan Kangas on Sun, 26 Dec 2021 12:41:34 -0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:283440 Archived-At: > From: Stefan Kangas > Date: Sun, 26 Dec 2021 12:41:34 -0800 > Cc: emacs-devel@gnu.org > > > I think having the keys/responses in a special face, even if it's > > without the underline, should be enough. The face should provide > > alternatives for the underline, such as distinct colors. > > I think you're right about the brackets. See the attached patch, WDYT? Sounds OK, module the "the" part in "the space bar". Thanks.