emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mouse-face on mode-line and header-line


From: Masatake YAMATO
Subject: Re: mouse-face on mode-line and header-line
Date: Sat, 28 May 2005 11:40:35 +0900 (JST)

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]