Mercurial > emacs
comparison etc/NEWS @ 82093:ec5e699d1426
* NEWS: New functions `start-file-process-shell-command' and
`process-file-shell-command'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Tue, 24 Jul 2007 20:40:26 +0000 |
parents | dd207a898aee |
children | 9d01f26910cf |
comparison
equal
deleted
inserted
replaced
82092:38bfa1de0aca | 82093:ec5e699d1426 |
---|---|
187 with a given image specification. | 187 with a given image specification. |
188 | 188 |
189 +++ | 189 +++ |
190 ** The new function `start-file-process is similar to `start-process', | 190 ** The new function `start-file-process is similar to `start-process', |
191 but obeys file handlers. The file handler is chosen based on | 191 but obeys file handlers. The file handler is chosen based on |
192 `default-directory'. | 192 `default-directory'. The functions `start-file-process-shell-command' |
193 and `process-file-shell-command' are also new; they call internally | |
194 `start-file-process and `process-file', respectively. | |
193 | 195 |
194 +++ | 196 +++ |
195 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. | 197 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. |
196 IDENTIFICATION specifies which part of the remote identifier has to be | 198 IDENTIFICATION specifies which part of the remote identifier has to be |
197 returned. With CONNECTED passed non-nil, it is checked whether a | 199 returned. With CONNECTED passed non-nil, it is checked whether a |