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: VOTE: Changing completions-common-part face's default Date: Wed, 06 Nov 2019 08:42:23 -0500 Message-ID: References: <4c5631d4-9dfd-04c6-c573-b83c67fcc2fa@yandex.ru> <87pni7p83l.fsf@gmail.com> <87h83ipoi0.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="183914"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 06 14:43:39 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 1iSLb1-000ljs-20 for ged-emacs-devel@m.gmane.org; Wed, 06 Nov 2019 14:43:39 +0100 Original-Received: from localhost ([::1]:58880 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSLaz-0001tb-LL for ged-emacs-devel@m.gmane.org; Wed, 06 Nov 2019 08:43:37 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47748) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSLZu-0001rF-Tj for emacs-devel@gnu.org; Wed, 06 Nov 2019 08:42:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSLZs-0006k9-LN for emacs-devel@gnu.org; Wed, 06 Nov 2019 08:42:30 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:51069) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iSLZs-0006iG-Eo for emacs-devel@gnu.org; Wed, 06 Nov 2019 08:42:28 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id BE84A100662; Wed, 6 Nov 2019 08:42:26 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 7071010060F; Wed, 6 Nov 2019 08:42:25 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1573047745; bh=suA/gpO3J3sBjhQ1iIqGjLYQeS4WOOKK5W02N83PqfM=; h=From:To:Subject:References:Date:In-Reply-To:From; b=oHU6Rcr8Fh/NfeEqkRSCWV6OPWIftkjI3AfiH2kutRpzplWK02ypKt2XKqkqz10Wj 3lv4RAImdCRr5IZUygiwD2rgI+Do8lhhkKHzGV+yPa2JYOyeq2aostmS3penXAtWrp h9zip2YDzy++1n/o+WuqpzPxSi9qZDH2ajxyAUFcv723mhKPceoBGkCP81JdsjR2sy OYfjMAPG5XzJreaepp16p6OA9rYNjQZOpaJu1QH+VdB2eOBaIHYUUMJ23wf8p02hn/ zv0ihnlHmE2fdOdmtC8e4/b8JxIV+Q0wN1FZuvp4cgv+dzKi1WR039b4pKysiBFrOI AIso9GbOXQWjw== Original-Received: from pastel (unknown [216.154.47.134]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 0D8581200CE; Wed, 6 Nov 2019 08:42:24 -0500 (EST) In-Reply-To: (Dmitry Gutov's message of "Wed, 6 Nov 2019 10:24:35 +0200") 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:241849 Archived-At: > We can still fall back to subtle blue foreground for common-part. *shrug* I'm more and more leaning this way, yes. I don't think we'll find an agreement on what is the best default setting, so I'll settle for a default setting that everyone can agree is "not objectionably worse" than the status quo. So, here's my suggestion: we change completions-common-part by making it use a `blue3` foreground when the background is light. Does anyone object to this change? Stefan