diff options
| author | Lars Ingebrigtsen | 2016-02-09 13:36:15 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-09 13:36:15 +1100 |
| commit | 54b198af77449135980ce36fcfb42a5eea18c5c4 (patch) | |
| tree | 985a0691bd550eede3727386ff89ec568ef3e352 /etc | |
| parent | c93cc660ac85db9e7932ffae6bd886034defffba (diff) | |
| download | emacs-54b198af77449135980ce36fcfb42a5eea18c5c4.tar.gz emacs-54b198af77449135980ce36fcfb42a5eea18c5c4.zip | |
Add a mode to list and cancel timers
* doc/lispref/os.texi (Timers): Menton `timer-list'.
* lisp/emacs-lisp/timer-list.el: New file.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -269,6 +269,10 @@ puny.el library, so that one can visit web sites like | |||
| 269 | ** The new M-s M-w key binding uses eww to search the web for the | 269 | ** The new M-s M-w key binding uses eww to search the web for the |
| 270 | text in the region. | 270 | text in the region. |
| 271 | 271 | ||
| 272 | +++ | ||
| 273 | ** The new `timer-list' command lists all active timers in a buffer | ||
| 274 | where you can cancel them with the `c' command. | ||
| 275 | |||
| 272 | ** M-x suggests shorthands and ignores obsolete commands for completion. | 276 | ** M-x suggests shorthands and ignores obsolete commands for completion. |
| 273 | ** x-select-enable-clipboard is renamed select-enable-clipboard. | 277 | ** x-select-enable-clipboard is renamed select-enable-clipboard. |
| 274 | x-select-enable-primary and renamed select-enable-primary. | 278 | x-select-enable-primary and renamed select-enable-primary. |