From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: mouse-face on mode-line and header-line Date: Sat, 28 May 2005 11:40:35 +0900 (JST) Message-ID: <20050528.114035.116357796.jet@gyve.org> References: <17047.37757.897255.651921@farnswood.snap.net.nz> <200505272201.j4RM1bZ08011@raven.dms.auburn.edu> 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 1117248400 32371 80.91.229.2 (28 May 2005 02:46:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 May 2005 02:46:40 +0000 (UTC) Cc: nickrob@snap.net.nz, storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 28 04:46:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DbrLB-0003Ju-Mu for ged-emacs-devel@m.gmane.org; Sat, 28 May 2005 04:46:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbrPZ-0006Fz-7K for ged-emacs-devel@m.gmane.org; Fri, 27 May 2005 22:50:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbrOk-00067S-IG for emacs-devel@gnu.org; Fri, 27 May 2005 22:50:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbrOh-000667-IX for emacs-devel@gnu.org; Fri, 27 May 2005 22:49:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbrOh-00065q-7Z for emacs-devel@gnu.org; Fri, 27 May 2005 22:49:59 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DbrMm-0001OX-Hk for emacs-devel@gnu.org; Fri, 27 May 2005 22:48:01 -0400 Original-Received: from localhost (h219-110-076-099.catv01.itscom.jp [219.110.76.99]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id j4S2kll17883; Sat, 28 May 2005 11:46:48 +0900 (JST) Original-To: teirllm@dms.auburn.edu In-Reply-To: <200505272201.j4RM1bZ08011@raven.dms.auburn.edu> X-Mailer: Mew version 4.2 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) 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:37813 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37813 > Nick Roberts wrote: > > > 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). > > You mean the fact that if you start on the line number, where a double > arrow is displayed, then move slightly to the right, it changes into a > single sided slanted arrow for a short distance before turning into a > double sided arrow again? That behavior is already present in an old > CVS version from February 7 I still have around. (pp (format-mode-line mode-line-position)) #("All L6 " 0 3 (help-echo "mouse-1: select (drag to resize), mouse-2: delete others, mouse-3: delete this") 3 5 (help-echo "mouse-1: select (drag to resize), mouse-2: delete others, mouse-3: delete this") 5 6 (help-echo "mouse-1: select (drag to resize), mouse-2: delete others, mouse-3: delete this") 6 9 nil) "6 9 nil" becomes the hole. I'll take more time about this issue. Masatake