From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David PONCE Newsgroups: gmane.emacs.devel Subject: mode-line keymap properties issue when window is split horizontally Date: Mon, 2 Jun 2003 16:56:30 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <17369923.1054565790237.JavaMail.www@wwinf0101> Reply-To: david.ponce@wanadoo.fr NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054565828 12189 80.91.224.249 (2 Jun 2003 14:57:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Jun 2003 14:57:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jun 02 16:57:05 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19MqiX-00030j-00 for ; Mon, 02 Jun 2003 16:55:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19MqzC-0000Hi-00 for ; Mon, 02 Jun 2003 17:12:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Mqkh-0005Ff-AW for emacs-devel@quimby.gnus.org; Mon, 02 Jun 2003 10:57:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Mqk1-0004WF-AX for emacs-devel@gnu.org; Mon, 02 Jun 2003 10:56:53 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Mqjs-0004HV-TS for emacs-devel@gnu.org; Mon, 02 Jun 2003 10:56:45 -0400 Original-Received: from smtp8.wanadoo.fr ([193.252.22.30] helo=mwinf0104.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Mqjf-0003qY-EH for emacs-devel@gnu.org; Mon, 02 Jun 2003 10:56:31 -0400 Original-Received: from wwinf0101 (wwinf0101 [172.22.132.28]) by mwinf0104.wanadoo.fr (SMTP Server) with ESMTP id 3DDF61BFFF53 for ; Mon, 2 Jun 2003 16:56:30 +0200 (CEST) Original-To: emacs-devel X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14593 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14593 Hi, When a window is split horizontally, keymap properties in the mode-line (or header-line) are ignored on the window on the right. A simple scenario to reproduce the problem: emacs -q -no-site-file C-x 3 On the left window: mouse-1/mouse-3 on the buffer name in the mode line correctly switch to the previous/next buffer. On the right window: mouse-1 on the buffer name in the mode line does nothing. mouse-3 calls `mouse-delete-window' (that is the global binding of [ ]). The same scenario works with Emacs 21.3.1. Sincerely, David In GNU Emacs 21.3.50.1 (i386-mingw-nt4.0.1381) of 2003-06-02 on EBAT311 configured using `configure --with-gcc (3.2)' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENU locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t