From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Status bar gets face Mode Line Inactive after Alt-Tab Date: Thu, 9 Dec 2004 18:22:53 +0100 Message-ID: <002d01c4de15$71b8c330$0200a8c0@sedrcw11488> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102613807 30147 80.91.229.6 (9 Dec 2004 17:36:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2004 17:36:47 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 09 18:36:29 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CcSDM-0004fJ-00 for ; Thu, 09 Dec 2004 18:36:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcSNG-0005h3-D8 for ged-emacs-devel@m.gmane.org; Thu, 09 Dec 2004 12:46:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CcSMW-0005Mz-3K for emacs-devel@gnu.org; Thu, 09 Dec 2004 12:45:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CcSMU-0005MC-HJ for emacs-devel@gnu.org; Thu, 09 Dec 2004 12:45:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CcSMU-0005Lj-ES for emacs-devel@gnu.org; Thu, 09 Dec 2004 12:45:54 -0500 Original-Received: from [81.228.11.113] (helo=av7-1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CcSCS-00056C-6I for emacs-devel@gnu.org; Thu, 09 Dec 2004 12:35:32 -0500 Original-Received: by av7-1-sn1.fre.skanova.net (Postfix, from userid 502) id 3D06A37EF3; Thu, 9 Dec 2004 18:35:31 +0100 (CET) Original-Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av7-1-sn1.fre.skanova.net (Postfix) with ESMTP id 2953337E7F for ; Thu, 9 Dec 2004 18:35:31 +0100 (CET) Original-Received: from sedrcw11488 (t1o58p160.telia.com [62.20.164.160]) by smtp3-2-sn1.fre.skanova.net (Postfix) with SMTP id F171937E45 for ; Thu, 9 Dec 2004 18:35:27 +0100 (CET) Original-To: "Emacs Devel" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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: main.gmane.org gmane.emacs.devel:30942 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30942 In MS Windows you can use Alt-Tab to switch to another "top level window". If I in CVS Emacs have two frames (these are "top level windows") - with the second one created with C-x 5 2 for example - the frame I switch to with Alt-Tab have status bar face Mode Line Inactive until I hit a key or click with the mouse. - Lennart