From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: mouse-face on mode-line and header-line Date: Sat, 28 May 2005 09:39:09 +1200 Message-ID: <17047.37757.897255.651921@farnswood.snap.net.nz> References: <20050513.230546.243438712.jet@gyve.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1117230376 27215 80.91.229.2 (27 May 2005 21:46:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 May 2005 21:46:16 +0000 (UTC) Cc: Masatake YAMATO , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 27 23:46:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dbmdx-0003UG-Tp for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 23:45:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbmiJ-0006qs-GL for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 17:49:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dbmgp-0005a7-BR for emacs-devel@gnu.org; Fri, 27 May 2005 17:48:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dbmgl-0005Xm-SP for emacs-devel@gnu.org; Fri, 27 May 2005 17:48:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dbmgl-0005V9-7Y for emacs-devel@gnu.org; Fri, 27 May 2005 17:48:19 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbmXv-0003r9-5Q for emacs-devel@gnu.org; Fri, 27 May 2005 17:39:11 -0400 Original-Received: from farnswood.snap.net.nz (p178-tnt1.snap.net.nz [202.124.110.178]) by viper.snap.net.nz (Postfix) with ESMTP id F0FA5537EF6; Sat, 28 May 2005 09:38:10 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 94C5062A99; Fri, 27 May 2005 22:39:10 +0100 (BST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.50.63 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: news.gmane.org gmane.emacs.devel:37804 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37804 > But shouldn't the cursor change to a hand cursor rather than an arrow > cursor when hoovering over a mouse-face? Following the change, if you have just line-number-mode on ,then the arrow pointer still displays over this area (I think this may be an existing bug not an introduced one). Nick