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: [PATCH] tab-line-alternate-colors Date: Wed, 16 Dec 2020 17:41:14 +0200 Message-ID: <838s9xahd1.fsf@gnu.org> References: <87360autpy.fsf@alphapapa.net> <87mtyiqfzv.fsf@mail.linkov.net> <87tusqt3yr.fsf@alphapapa.net> <834kkpenox.fsf@gnu.org> <87lfe1t9l3.fsf@alphapapa.net> <83eejscsg0.fsf@gnu.org> <87czzaxxr8.fsf@alphapapa.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24913"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Adam Porter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 16 16:49:09 2020 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 1kpZ37-0006L2-4V for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Dec 2020 16:49:09 +0100 Original-Received: from localhost ([::1]:39514 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kpZ36-0001NW-77 for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Dec 2020 10:49:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46990) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kpYva-0002hz-1I for emacs-devel@gnu.org; Wed, 16 Dec 2020 10:41:22 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56469) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kpYvZ-0004C0-Ib; Wed, 16 Dec 2020 10:41:21 -0500 Original-Received: from [176.228.60.248] (port=3569 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kpYvW-0001g0-Sd; Wed, 16 Dec 2020 10:41:20 -0500 In-Reply-To: <87czzaxxr8.fsf@alphapapa.net> (message from Adam Porter on Tue, 15 Dec 2020 20:58:35 -0600) 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:261003 Archived-At: > From: Adam Porter > Date: Tue, 15 Dec 2020 20:58:35 -0600 > > > I'm not sure I understand why would want to inherit just the > > background color. What's wrong with inheriting all the rest? > > I would guess that the mode-line face could have other attributes that > we wouldn't want to interfere with the tab-line faces, e.g. size or > family. The only reason I would want to inherit from mode-line is to > get the background color. Then inherit from the face and override the attributes you don't want.