From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: VOTE: Changing completions-common-part face's default Date: Thu, 07 Nov 2019 11:04:24 -0500 Message-ID: References: <87pni7p83l.fsf@gmail.com> <87h83ipoi0.fsf@gmail.com> <93235eb5-8e04-7182-e2a4-49fbe610ee2b@yandex.ru> <28d4ae09-daca-324b-2fa6-9d7138d710fa@yandex.ru> <87zhh82d8c.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/x-markdown; charset=UTF-8 Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="133230"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Dmitry Gutov , Emacs developers , Yuri Khan To: =?windows-1252?B?Sm/jbyBU4XZvcmE=?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 07 17:05:26 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iSkHl-000YWP-I5 for ged-emacs-devel@m.gmane.org; Thu, 07 Nov 2019 17:05:25 +0100 Original-Received: from localhost ([::1]:44764 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSkHk-0003Ye-DZ for ged-emacs-devel@m.gmane.org; Thu, 07 Nov 2019 11:05:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37278) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSkGt-0003Bs-QA for emacs-devel@gnu.org; Thu, 07 Nov 2019 11:04:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSkGs-0007E2-Ch for emacs-devel@gnu.org; Thu, 07 Nov 2019 11:04:31 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:10714) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iSkGs-00078g-3X for emacs-devel@gnu.org; Thu, 07 Nov 2019 11:04:30 -0500 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 0D1CE81248; Thu, 7 Nov 2019 11:04:28 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 2EAF181119; Thu, 7 Nov 2019 11:04:26 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1573142666; bh=uzGY9jMsBq9E8wkqZEJxwskH4w2VO3MnXWcF7/XI16k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=pnAGjxI+PxZdNwo+3a4DEbLjOAwFf4GiVgzMqMEip71HiBa2qUt6VnG5vfwniIq0t GGtI9MJ86VIYiYmI2HLRbj67qJO6LWC99b8Qmi7r5lVGWlJ0xHPIlf9m+ZPP9uNfa/ W1uNvhle6wxPWF7yfVynBDDw43xuhsViyb/fvKlgPJ+weahm9kjN5cfyUyLpulIdJJ Yf/fQ2PuYWvKJqI104q9oRNTc2TaakSUPQfmhl8BHyBX06yeppE9gtxyFVS7DQP/dA vyfCSp/Vv78ndLvkrIW2c2v1N5xMCaRPjkbW1Zyo3XBIG+hbJPd+fVDnF8tpn439/b 5AwmsvklKeiDg== Original-Received: from pastel (unknown [216.154.47.134]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id DF8AD120396; Thu, 7 Nov 2019 11:04:25 -0500 (EST) In-Reply-To: (=?windows-1252?Q?=22Jo=E3o_T=E1vora=22's?= message of "Thu, 7 Nov 2019 14:57:49 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:241939 Archived-At: > So let's choose 3:1 as a threshold for that use. Certainly > blue3 (1.87) and blue4 (1.27) don't clear that bar, so let's > ditch those. Having a lot of contrast between `default` and `completions-common-part` is an explicit non-goal for this first step because we want `completions-common-part` not to get in your face in the typical basic/prefix-completion. Stefan