Mercurial > emacs
comparison etc/NEWS @ 43375:7370da6d0364
Document new mouse-highlight variable and associated behaviour.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 17 Feb 2002 00:11:37 +0000 |
parents | ba0eac6c2e94 |
children | d21a74d23497 |
comparison
equal
deleted
inserted
replaced
43374:0bee8a661e55 | 43375:7370da6d0364 |
---|---|
52 | 52 |
53 ** The new command `describe-text-at' pops up a buffer with description | 53 ** The new command `describe-text-at' pops up a buffer with description |
54 of text properties, overlays, and widgets at point, and lets you get | 54 of text properties, overlays, and widgets at point, and lets you get |
55 more information about them, by clicking on mouse-sensitive areas or | 55 more information about them, by clicking on mouse-sensitive areas or |
56 moving there and pressing RET. | 56 moving there and pressing RET. |
57 | |
58 ** The highlight shown when the mouse is over a mouse-sensitive areas | |
59 is now cleared when you use the keyboard. The highlight is shown | |
60 again when you move the mouse. You can control this behaviour and | |
61 disable mouse highlight entirely using the new variable `mouse-highlight'. | |
57 | 62 |
58 ** font-lock: in modes like C and Lisp where the fontification assumes that | 63 ** font-lock: in modes like C and Lisp where the fontification assumes that |
59 an open-paren in column 0 is always outside of any string or comment, | 64 an open-paren in column 0 is always outside of any string or comment, |
60 font-lock now highlights any such open-paren-in-column-zero in bold-red | 65 font-lock now highlights any such open-paren-in-column-zero in bold-red |
61 if it is inside a string or a comment, to indicate that it can cause | 66 if it is inside a string or a comment, to indicate that it can cause |