emacs-pretest-bug
[Top][All Lists]
Advanced

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

Bug of mouse-face?


From: Kenichi Handa
Subject: Bug of mouse-face?
Date: Mon, 16 Feb 2004 22:07:35 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Please evaluate the following codes in *scratch*.

(font-lock-mode -1)
(set-face-attribute
 (make-face 'box-released) nil
 :box '(:style released-button :line-width 4))
(set-face-attribute
 (make-face 'box-pressed) nil
 :box '(:style pressed-button :line-width 4))

(insert (propertize " a " 'face 'box-released 'mouse-face 'box-pressed)
        " "
        (propertize " b " 'face 'box-released 'mouse-face 'box-pressed)
        " "
        (propertize " c " 'face 'box-released 'mouse-face 'box-pressed)
        " "
        (propertize " d " 'face 'box-released 'mouse-face 'box-pressed))

When you move mouse from right to left on the line of "a" to
"d" buttons, mouse-face works correctly (i.e. when mouse is
on a button, the button is displayed with box-pressed face.
But, when you move mouse from left to right, after "a" is
displayed with box-pressed face, it doesn't change even if
mouse moves right off from "a", and buttons "b" to "d"
doesn't change face even if mouse is on it.

Emacs 21.3 and RC don't have this problem.

---
Ken'ichi HANDA
address@hidden

In GNU Emacs 21.3.50.3 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2004-02-05 on etlken2
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: C
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  display-time-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  unify-8859-on-encoding-mode: t
  line-number-mode: t

Recent input:
C-M-n C-j C-/ C-a C-e <return> C-p C-p C-p C-p C-p 
C-p C-p C-p C-p M-f M-f M-f <M-delete> p i i <delete> 
n k C-M-x C-a C-n C-n C-M-n C-j <down-mouse-1> <mouse-movement> 
<mouse-1> C-o ( f o n t - l o c l <delete> k - m p 
d e <delete> <delete> <delete> o d e SPC - 1 ) C-a 
C-SPC C-M-n C-M-n C-M-n C-M-n C-M-n C-M-p C-M-n <escape> 
w <down-mouse-1> <mouse-movement> <mouse-1> <down-mouse-1> 
<mouse-1> <down-mouse-2> <mouse-2> C-p C-p C-p C-p 
C-p C-M-x C-n C-n C-n C-M-x <escape> x r e p o r t 
<tab> <return>

Recent messages:
nil [2 times]
Font-Lock mode disabled
nil
Undo! [3 times]
nil [3 times]
Undo!
nil
Mark set [2 times]
nil [2 times]
Loading emacsbug...done




reply via email to

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