diff options
| author | Michael Albinus | 2017-08-24 15:53:56 +0200 |
|---|---|---|
| committer | Michael Albinus | 2017-08-24 15:53:56 +0200 |
| commit | 0332a0ef2bbe6954f080cb6c9d3f0cc2517a1ab1 (patch) | |
| tree | dd5db1d8637ddc8ac9f4653d012dced23816bf68 /etc | |
| parent | fa5e63e40412f6152dbe079a766845112d598479 (diff) | |
| download | emacs-0332a0ef2bbe6954f080cb6c9d3f0cc2517a1ab1.tar.gz emacs-0332a0ef2bbe6954f080cb6c9d3f0cc2517a1ab1.zip | |
Minor improvements for tramp-interrupt-process, documentation
* doc/lispref/processes.texi (Signals to Processes):
* etc/NEWS: Document interrupt-process-functions.
* lisp/net/tramp.el (tramp-interrupt-process): Test also for
`process-live-p'.
* src/process.c (Vinterrupt_process_functions): Fix docstring.
* test/lisp/net/tramp-tests.el (tramp-test28-interrupt-process):
Extend test.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -335,6 +335,13 @@ probability of data corruption due to techniques Emacs uses to recover | |||
| 335 | in these situations. | 335 | in these situations. |
| 336 | 336 | ||
| 337 | +++ | 337 | +++ |
| 338 | ** 'interrupt-process' consults now the list | ||
| 339 | 'interrupt-process-functions', which function has to be called in | ||
| 340 | order to deliver the SIGINT signal. This allows Tramp to send the | ||
| 341 | SIGINT signal to remote asynchronous processes. The hitherto existing | ||
| 342 | implementation has been moved to 'internal-default-interrupt-process'. | ||
| 343 | |||
| 344 | +++ | ||
| 338 | ** File local and directory local variables are now initialized each | 345 | ** File local and directory local variables are now initialized each |
| 339 | time the major mode is set, not just when the file is first visited. | 346 | time the major mode is set, not just when the file is first visited. |
| 340 | These local variables will thus not vanish on setting a major mode. | 347 | These local variables will thus not vanish on setting a major mode. |
| @@ -988,6 +995,9 @@ manual documents how to configure ssh and PuTTY accordingly. | |||
| 988 | initialization files. | 995 | initialization files. |
| 989 | 996 | ||
| 990 | --- | 997 | --- |
| 998 | *** Tramp is able now to send SIGINT to remote asynchronous processes. | ||
| 999 | |||
| 1000 | --- | ||
| 991 | *** Variable 'tramp-completion-mode' is obsoleted. | 1001 | *** Variable 'tramp-completion-mode' is obsoleted. |
| 992 | 1002 | ||
| 993 | --- | 1003 | --- |