From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Use flat-button style for inactive modeline Date: Sat, 18 Feb 2023 17:33:53 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24202"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Cc: emacs-devel To: paaguti@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Feb 18 17:34:57 2023 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 1pTQAq-00064I-MT for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Feb 2023 17:34:56 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pTQAB-0007D7-0d; Sat, 18 Feb 2023 11:34:15 -0500 Original-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 ) id 1pTQA9-0007CQ-3C for emacs-devel@gnu.org; Sat, 18 Feb 2023 11:34:13 -0500 Original-Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pTQA7-0006vu-2P for emacs-devel@gnu.org; Sat, 18 Feb 2023 11:34:12 -0500 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4PJvQF1b4ZzGp8r; Sat, 18 Feb 2023 16:33:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1676738037; bh=mYNDF9mzgZ1dBjoFmIaIXO+S9EeA9i9vdYUHt56ntQU=; h=Date:Subject:To:References:Cc:From:In-Reply-To:From; b=kYfnV5+3wsT5pO1MeQLHjZvQflo0j9flWlsW7ZEFYwplpQuWX0rpeGytcdB670JZZ kB+e7D0T/uIYa46KTZ2pQKfBsFBP/1ZioHBdTV/bqOTRMahHncz/hJp9Ye6irex5nK G/6Sy5mHcey+0YHC1pRmIf1WxLBt97i0apMwMDIc= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4PJvQF0N0FzGp83; Sat, 18 Feb 2023 16:33:56 +0000 (UTC) Content-Language: en-GB, it In-Reply-To: Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=manuel.uberti@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -23 X-Spam_score: -2.4 X-Spam_bar: -- X-Spam_report: (-2.4 / 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, NICE_REPLY_A=-0.256, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303531 Archived-At: On 18/02/23 16:16, Pedro Andres Aranda Gutierrez wrote: > When the background colour of a face is the same as the colour specified > for a :box with :style nil, it is quicker to specify :style flat-button. > It will choose the face background colour automatically. Just a tip, since it was given to me in the past: it is better to submit patches on the bug tracker by using `M-x report-emacs-bug`, in order to have one place to discuss and keep track of them. -- Manuel Uberti https://manueluberti.eu