From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: header-line and mode-line faces Date: Sat, 14 Jun 2008 11:23:04 -0700 Message-ID: <00ce01c8ce4b$b04d3ca0$0200a8c0@us.oracle.com> References: <00a301c8cd91$930576e0$0200a8c0@us.oracle.com> <00bd01c8ce3e$3e949c00$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213467823 28241 80.91.229.12 (14 Jun 2008 18:23:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2008 18:23:43 +0000 (UTC) Cc: 'Eli Zaretskii' , emacs-devel@gnu.org To: "'Stefan Monnier'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 14 20:24:25 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K7aQH-00025x-Mm for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 20:24:21 +0200 Original-Received: from localhost ([127.0.0.1]:52296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7aPT-0000Sm-Lb for ged-emacs-devel@m.gmane.org; Sat, 14 Jun 2008 14:23:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7aPP-0000Q1-21 for emacs-devel@gnu.org; Sat, 14 Jun 2008 14:23:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7aPN-0000N9-EY for emacs-devel@gnu.org; Sat, 14 Jun 2008 14:23:25 -0400 Original-Received: from [199.232.76.173] (port=43505 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7aPN-0000Mz-6s for emacs-devel@gnu.org; Sat, 14 Jun 2008 14:23:25 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]:14675) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K7aPJ-0008BJ-EA; Sat, 14 Jun 2008 14:23:21 -0400 Original-Received: from agmgw2.us.oracle.com (agmgw2.us.oracle.com [152.68.180.213]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m5EINIlx001343; Sat, 14 Jun 2008 12:23:19 -0600 Original-Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by agmgw2.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m5EHkuAH005791; Sat, 14 Jun 2008 12:23:18 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt351.oracle.com with ESMTP id 3694287231213467778; Sat, 14 Jun 2008 11:22:58 -0700 Original-Received: from dradamslap1 (/24.5.171.3) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 14 Jun 2008 11:22:58 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcjORXMm9KmLQRp0Ssm84EHz1XKorgABg/Vw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99202 Archived-At: > > They are different faces, and you can also customize them > > separately. But header-line inherits from mode-line *today*. Why? > > So that it can share some of its attributes. E.g. if you change the > font-family or the size of the mode-line it'll change the > corresponding attribute of the header-line as well. Exactly. I am suggesting that, by default, it share all of its attributes. That's all.