diff options
| author | Emilio C. Lopes | 2019-06-25 23:40:22 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-25 23:40:22 +0200 |
| commit | 349b778dde7f583a92dd1531aef3ff5c336e9aee (patch) | |
| tree | df3222dc09c67893d9b79f97c82f52249f2cec8e /etc | |
| parent | 52e17e53b7dbafb4877d98d99188c335db6a3b5b (diff) | |
| download | emacs-349b778dde7f583a92dd1531aef3ff5c336e9aee.tar.gz emacs-349b778dde7f583a92dd1531aef3ff5c336e9aee.zip | |
Support opening a new connection when reverting a telnet buffer
* net/telnet.el (telnet-connect-command): New variable.
(telnet-revert-buffer): New function.
(telnet-mode): Use `telnet-revert-buffer' as `revert-buffer-function'.
(telnet, rsh): Set `telnet-connect-command' accordingly (bug#18312).
Copyright-paperwork-exempt: yes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -475,6 +475,11 @@ current and the previous or the next line, as before. | |||
| 475 | 475 | ||
| 476 | * Changes in Specialized Modes and Packages in Emacs 27.1 | 476 | * Changes in Specialized Modes and Packages in Emacs 27.1 |
| 477 | 477 | ||
| 478 | --- | ||
| 479 | ** telnet-mode | ||
| 480 | *** Reverting a buffer in `telnet-mode' will restart a closed | ||
| 481 | connection. | ||
| 482 | |||
| 478 | ** goto-addr | 483 | ** goto-addr |
| 479 | *** A way to more conveniently specify what URI address schemes that | 484 | *** A way to more conveniently specify what URI address schemes that |
| 480 | should be ignored have been added via the | 485 | should be ignored have been added via the |