diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1916,6 +1916,10 @@ instead of jumping all the way to the top-level. | |||
| 1916 | *** Set `debug-on-event' to enter the debugger on events like SIGUSR1. | 1916 | *** Set `debug-on-event' to enter the debugger on events like SIGUSR1. |
| 1917 | This can be useful when `inhibit-quit' is set. | 1917 | This can be useful when `inhibit-quit' is set. |
| 1918 | 1918 | ||
| 1919 | *** Set `debug-on-message' to enter the debugger when a certain | ||
| 1920 | message is displayed in the echo area. This can be useful when trying | ||
| 1921 | to work out which code is doing something. | ||
| 1922 | |||
| 1919 | ** The new function `server-eval-at' allows evaluation of Lisp forms on | 1923 | ** The new function `server-eval-at' allows evaluation of Lisp forms on |
| 1920 | named Emacs server instances. | 1924 | named Emacs server instances. |
| 1921 | 1925 | ||