From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: [david.ponce@wanadoo.fr: mode-line keymap properties issue when window is split horizontally] Date: 05 Jun 2003 04:36:50 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <5x8yshntbx.fsf@kfs2.cua.dk> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054774775 14950 80.91.224.249 (5 Jun 2003 00:59:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2003 00:59:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 05 02:59:33 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 19Nj6K-0003su-00 for ; Thu, 05 Jun 2003 02:59:32 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19NjOA-0001oX-00 for ; Thu, 05 Jun 2003 03:17:58 +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 19Niwh-0007wh-8k for emacs-devel@quimby.gnus.org; Wed, 04 Jun 2003 20:49:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NitN-0005Dj-2t for emacs-devel@gnu.org; Wed, 04 Jun 2003 20:46:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Nims-0000dL-Lc for emacs-devel@gnu.org; Wed, 04 Jun 2003 20:39:28 -0400 Original-Received: from mail.filanet.dk ([195.215.206.179]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Nim8-0008IV-Jw for emacs-devel@gnu.org; Wed, 04 Jun 2003 20:38:40 -0400 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id 4A6A67C012; Thu, 5 Jun 2003 02:38:37 +0200 (CEST) Original-To: david.ponce@wanadoo.fr In-Reply-To: Original-Lines: 34 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:14734 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14734 Richard Stallman writes: > This could be the result of a little bug in your big changes. > Could you please investigate? Guilty as charged! It should be fixed now. > From: David PONCE > Subject: mode-line keymap properties issue when window is split horizontally > Date: Mon, 2 Jun 2003 16:56:30 +0200 (CEST) > > 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 > [ ]). > -- Kim F. Storm http://www.cua.dk