Mercurial > emacs
comparison etc/NEWS @ 30565:338238ca63ce
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 02 Aug 2000 21:29:36 +0000 |
parents | a363ab77020c |
children | 904cda56fa16 |
comparison
equal
deleted
inserted
replaced
30564:a363ab77020c | 30565:338238ca63ce |
---|---|
1080 When you do C-x C-f /user@host:/path/file RET and edit the file, | 1080 When you do C-x C-f /user@host:/path/file RET and edit the file, |
1081 and someone else modifies the file, you will be prompted to revert | 1081 and someone else modifies the file, you will be prompted to revert |
1082 the buffer, just like for the local files. | 1082 the buffer, just like for the local files. |
1083 | 1083 |
1084 ** New modes and packages | 1084 ** New modes and packages |
1085 | |
1086 *** THe new package hi-lock.el, text matching interactively entered | |
1087 regexp's can be highlighted. For example, | |
1088 | |
1089 M-x highlight-regexp RET clearly RET RET | |
1090 | |
1091 will highlight all occurrences of `clearly' using a yellow background | |
1092 face. New occurrences of `clearly' will be highlighted as they are | |
1093 typed. `M-x unhighlight-regexp RET' will remove the highlighting. | |
1094 Any existing face can be used for highlighting and a set of | |
1095 appropriate faces is provided. The regexps can be written into the | |
1096 current buffer in a form that will be recognized the next time the | |
1097 corresponding file is read. | |
1098 | |
1099 *** The new package zone.el plays games with Emacs' display when | |
1100 Emacs is idle. | |
1085 | 1101 |
1086 *** The new package xml.el provides a simple but generic XML | 1102 *** The new package xml.el provides a simple but generic XML |
1087 parser. It doesn't parse the DTDs however. | 1103 parser. It doesn't parse the DTDs however. |
1088 | 1104 |
1089 *** The comment operations are now provided by the newcomment.el | 1105 *** The comment operations are now provided by the newcomment.el |