Mercurial > emacs
comparison etc/NEWS @ 35927:f41b5b91e80d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 06 Feb 2001 15:47:40 +0000 |
parents | 3ec035fea54a |
children | f6e7e24f14e9 |
comparison
equal
deleted
inserted
replaced
35926:d2997845573f | 35927:f41b5b91e80d |
---|---|
1796 intervals. You can use it for whatever purpose you like, but the | 1796 intervals. You can use it for whatever purpose you like, but the |
1797 typical scenario is to keep track of how much time you spend working | 1797 typical scenario is to keep track of how much time you spend working |
1798 on certain projects. | 1798 on certain projects. |
1799 | 1799 |
1800 +++ | 1800 +++ |
1801 *** The new package hi-lock.el, text matching interactively entered | 1801 *** The new package hi-lock.el provides commands to highlight matches |
1802 regexp's can be highlighted. For example, | 1802 of interactively entered regexps. For example, |
1803 | 1803 |
1804 M-x highlight-regexp RET clearly RET RET | 1804 M-x highlight-regexp RET clearly RET RET |
1805 | 1805 |
1806 will highlight all occurrences of `clearly' using a yellow background | 1806 will highlight all occurrences of `clearly' using a yellow background |
1807 face. New occurrences of `clearly' will be highlighted as they are | 1807 face. New occurrences of `clearly' will be highlighted as they are |
1808 typed. `M-x unhighlight-regexp RET' will remove the highlighting. | 1808 typed. `M-x unhighlight-regexp RET' will remove the highlighting. |
1809 Any existing face can be used for highlighting and a set of | 1809 Any existing face can be used for highlighting and a set of |
1810 appropriate faces is provided. The regexps can be written into the | 1810 appropriate faces is provided. The regexps can be written into the |
1811 current buffer in a form that will be recognized the next time the | 1811 current buffer in a form that will be recognized the next time the |
1812 corresponding file is read. | 1812 corresponding file is read. There are commands to highlight matches |
1813 to phrases and to highlight entire lines containing a match. | |
1813 | 1814 |
1814 +++ | 1815 +++ |
1815 *** The new package zone.el plays games with Emacs' display when | 1816 *** The new package zone.el plays games with Emacs' display when |
1816 Emacs is idle. | 1817 Emacs is idle. |
1817 | 1818 |