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: mode-line-inactive and toggle-input-method Date: Sat, 16 Feb 2002 10:46:36 +0200 Message-ID: <1438-Sat16Feb2002104635+0200-eliz@is.elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013850242 24282 195.204.10.66 (16 Feb 2002 09:04:02 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 16 Feb 2002 09:04:02 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16c0lF-0006JY-00 for ; Sat, 16 Feb 2002 10:04:01 +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 16c0Z0-000200-00; Sat, 16 Feb 2002 03:51:22 -0500 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16c0W3-0001iS-00 for ; Sat, 16 Feb 2002 03:48:19 -0500 Original-Received: from zaretsky (diup-220-85.inter.net.il [213.8.220.85]) by frigg.inter.net.il (Mirapoint) with ESMTP id BFR15764; Sat, 16 Feb 2002 10:48:06 +0200 (IST) Original-To: emacs-devel@gnu.org X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 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:1198 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1198 It seems like under some circumstances, the selected window is still displayed with an inactive mode line. With today's CVS, try this: emacs -q --no-site-file C-x 4 f FTP RET M-% C-u C-\ latin-2-prefix RET 'i (The "C-u C-\" part is needed if you want to replace non-ASCII characters: it lets you select a non-default input method.) Watch closely: as soon as you type "C-u C-\", the mode line of the selected window becomes displayed in the mode-line-inactive face. Perhaps the code gets confused because fact that read-input-method binds enable-recursive-minibuffers to t? _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel