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: Re: Changing mode-line-inactive Date: Wed, 13 Feb 2002 20:55:37 +0100 Message-ID: References: <200202121524.g1CFOdP07412@aztec.santafe.edu> 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 1013641938 526 195.204.10.66 (13 Feb 2002 23:12:18 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 13 Feb 2002 23:12:18 GMT Cc: eliz@is.elta.co.il, 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 16b8ZV-00008I-00 for ; Thu, 14 Feb 2002 00:12:17 +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 16b8LG-0002Xi-00; Wed, 13 Feb 2002 17:57:34 -0500 Original-Received: from elvis.franken.de ([193.175.24.41]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16b5Wr-0001Xh-00; Wed, 13 Feb 2002 14:57:21 -0500 Original-Received: from uucp by elvis.franken.de with local-rmail (Exim 3.22 #1) id 16b5Wp-0001Ym-00; Wed, 13 Feb 2002 20:57:19 +0100 Original-Received: by tux.gnu.franken.de (Postfix, from userid 270) id 165AAA4FF3; Wed, 13 Feb 2002 19:55:38 +0000 (UTC) Original-To: rms@gnu.org In-Reply-To: <200202121524.g1CFOdP07412@aztec.santafe.edu> (Richard Stallman's message of "Tue, 12 Feb 2002 08:24:39 -0700 (MST)") Original-Lines: 35 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:1096 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1096 Richard Stallman writes: > I think this change should arrange to update display immediately > whenever face attributes are changed. Does it work? > > *** xfaces.c.~1.249.~ Sat Feb 9 04:06:22 2002 > --- xfaces.c Tue Feb 12 06:54:47 2002 Yes, it does. Another problem is the following (using your patch): C-x 2 And in *Scratch* eval: (copy-face 'mode-line 'mode-line-inactive) Now both mode lines are displayed with the mode-line face. Open another frame: C-x 5 b RET The new frame has the old mode-line-inactive. Okay. But, and that is a little bit astonishing, going back to *Scratch* and eval: (copy-face 'highlight 'mode-line-inactive) This time it will affect the other frame, too. -- 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