diff options
| author | Mattias EngdegÄrd | 2021-07-25 21:39:39 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2021-07-25 21:40:56 +0200 |
| commit | a45aed9479f610bcbc7a171b60d915fefc9b586a (patch) | |
| tree | acda952931079b28ada5e1c9251a452cfa66f3f0 | |
| parent | 81da37b66224e689bc38cdb17c1919235152f9fe (diff) | |
| download | emacs-a45aed9479f610bcbc7a171b60d915fefc9b586a.tar.gz emacs-a45aed9479f610bcbc7a171b60d915fefc9b586a.zip | |
Describe changes to the occur-mode implementation in NEWS
* etc/NEWS: Mention change to the `occur-target` property (bug#39121).
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -766,6 +766,15 @@ faces in other ways. | |||
| 766 | *** The new command 'recenter-current-error', bound to 'l' in Occur or | 766 | *** The new command 'recenter-current-error', bound to 'l' in Occur or |
| 767 | compilation buffers, recenters the current displayed occurrence/error. | 767 | compilation buffers, recenters the current displayed occurrence/error. |
| 768 | 768 | ||
| 769 | --- | ||
| 770 | *** Occur mode may use a different type for 'occur-target' property values. | ||
| 771 | The value was previously always a marker set to the start of the first | ||
| 772 | match on the line but can now also be a list of (BEGIN . END) pairs | ||
| 773 | of markers delimiting each match on the line. | ||
| 774 | This is a fully compatible change to the internal occur-mode | ||
| 775 | implementation, and code creating their own occur-mode buffers will | ||
| 776 | work as before. | ||
| 777 | |||
| 769 | ** EIEIO | 778 | ** EIEIO |
| 770 | 779 | ||
| 771 | +++ | 780 | +++ |