diff options
| author | Lars Ingebrigtsen | 2019-10-30 13:08:55 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-10-30 13:16:44 +0100 |
| commit | e1409379f7ce60eb845a0b9c3a614af4f5fac694 (patch) | |
| tree | 95136e61c64a5c8222bbb81e7cc7f1b3bcc6ab07 /etc | |
| parent | 305dbc7e2be05748039aacb1a3d697f6f64bed4c (diff) | |
| download | emacs-e1409379f7ce60eb845a0b9c3a614af4f5fac694.tar.gz emacs-e1409379f7ce60eb845a0b9c3a614af4f5fac694.zip | |
Add a convenience function to be used when working on font locking
* doc/lispref/modes.texi (Font Lock Basics): Document it.
* lisp/font-lock.el (font-lock-refontify): New convenience command.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -575,6 +575,12 @@ current and the previous or the next line, as before. | |||
| 575 | 575 | ||
| 576 | * Changes in Specialized Modes and Packages in Emacs 27.1 | 576 | * Changes in Specialized Modes and Packages in Emacs 27.1 |
| 577 | 577 | ||
| 578 | +++ | ||
| 579 | ** New command 'font-lock-refontify'. | ||
| 580 | This is an interactive convenience function to be used when developing | ||
| 581 | font locking for a mode. It recomputes the font locking data and then | ||
| 582 | re-fontifies the buffer. | ||
| 583 | |||
| 578 | --- | 584 | --- |
| 579 | ** The 'C' command in 'tar-mode' will now preserve the timestamp of | 585 | ** The 'C' command in 'tar-mode' will now preserve the timestamp of |
| 580 | the extracted file if the new user option 'tar-copy-preserve-time' is | 586 | the extracted file if the new user option 'tar-copy-preserve-time' is |