From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Karl Eichwalder Newsgroups: gmane.emacs.devel Subject: Changing mode-line-inactive Date: Sat, 09 Feb 2002 21:00:25 +0100 Message-ID: Reply-To: Karl Eichwalder NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1013285569 27711 195.204.10.66 (9 Feb 2002 20:12:49 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 9 Feb 2002 20:12:49 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16Zdrc-0007Cr-00 for ; Sat, 09 Feb 2002 21:12:48 +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 16ZdiE-0006AM-00; Sat, 09 Feb 2002 15:03:06 -0500 Original-Received: from elvis.franken.de ([193.175.24.41]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16ZdhH-00069Y-00 for ; Sat, 09 Feb 2002 15:02:07 -0500 Original-Received: from uucp by elvis.franken.de with local-rmail (Exim 3.22 #1) id 16ZdhG-0008IO-00 for emacs-devel@gnu.org; Sat, 09 Feb 2002 21:02:06 +0100 Original-Received: by tux.gnu.franken.de (Postfix, from userid 270) id 023D7A4FF3; Sat, 9 Feb 2002 20:00:25 +0000 (UTC) Original-To: emacs-devel@gnu.org Original-Lines: 17 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) 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:924 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:924 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. Even after C-x 1 and C-x 2. Than create an new frame and with a sudden mode-lines of the old frame change as desired. The new frame does not inherit the new setting but that's probably a different issue. -- ke@suse.de (work) / keichwa@gmx.net (home): | http://www.suse.de/~ke/ | ,__o Free Translation Project: | _-\_<, http://www.iro.umontreal.ca/contrib/po/HTML/ | (*)/'(*) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel