From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: mode-line-inactive and toggle-input-method Date: Sun, 17 Feb 2002 09:48:56 -0700 (MST) Message-ID: <200202171648.g1HGmup10311@aztec.santafe.edu> References: <1438-Sat16Feb2002104635+0200-eliz@is.elta.co.il> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013965506 11570 195.204.10.66 (17 Feb 2002 17:05:06 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 17 Feb 2002 17:05:06 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 16cUkM-00030W-00 for ; Sun, 17 Feb 2002 18:05:06 +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 16cUXa-00022p-00; Sun, 17 Feb 2002 11:51:54 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16cUUj-0001h6-00; Sun, 17 Feb 2002 11:48:58 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g1HGmvu12081; Sun, 17 Feb 2002 09:48:57 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g1HGmup10311; Sun, 17 Feb 2002 09:48:56 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: eliz@is.elta.co.il In-reply-to: <1438-Sat16Feb2002104635+0200-eliz@is.elta.co.il> 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:1262 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1262 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. I think this is because of the way minibuffer-scroll-window is handled in minibuf.c. Maybe it should be bound on entry to the inner minibuffer (or to all minibuffers). See read_minibuf_unwind for how this is handled for other things. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel