From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Changing mode-line-inactive Date: Sat, 09 Feb 2002 22:38:04 +0200 Message-ID: <9791-Sat09Feb2002223804+0200-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013287896 29331 195.204.10.66 (9 Feb 2002 20:51:36 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 9 Feb 2002 20:51:36 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16ZeT9-0007cz-00 for ; Sat, 09 Feb 2002 21:51:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16ZeJy-00016f-00; Sat, 09 Feb 2002 15:42:06 -0500 Original-Received: from mirapoint.inter.net.il ([192.114.186.20]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16ZeHI-00011L-00 for ; Sat, 09 Feb 2002 15:39:20 -0500 Original-Received: from zaretsky (diup-220-212.inter.net.il [213.8.220.212]) by mirapoint.inter.net.il (Mirapoint) with ESMTP id BES08335; Sat, 9 Feb 2002 22:39:14 +0200 (IST) Original-To: keichwa@gmx.net X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Karl Eichwalder on Sat, 09 Feb 2002 21:00:25 +0100) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:926 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:926 > From: Karl Eichwalder > Date: Sat, 09 Feb 2002 21:00:25 +0100 > > Emacs doesn't see mode-line-inactive changes immediately. Split your > window (C-x 2) and change mode-line-inactive: > > (copy-face 'mode-line 'mode-line-inactive) > > The mode-line of the inactive window stays unchanged. Did it ever worked differently? I mean, if you copy-face some face into mode-line face in Emacs 21.1, does the mode line change immediately? I think faces are recomputed only on certain occasions, and otherwise cached and delivered from the cache. > The new frame does not inherit the new setting but that's probably a > different issue. I think this is expected: faces are frame-specific. If you want the change on all frames, use set-face-attribute. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel