comparison etc/NEWS @ 81941:bff8a71eeb05

* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 17 Jul 2007 21:34:31 +0000
parents a7d43c06a61a
children 98cb9705c5b6 a1be62cbd32a
comparison
equal deleted inserted replaced
81940:9c550f0c81fa 81941:bff8a71eeb05
148 ** The function `dired-call-process' has been removed. 148 ** The function `dired-call-process' has been removed.
149 149
150 150
151 * Lisp Changes in Emacs 23.1 151 * Lisp Changes in Emacs 23.1
152 152
153 +++ 153 +++
154 ** In `condition-case', a handler can specify "let the debugger run first". 154 ** In `condition-case', a handler can specify "let the debugger run first".
155 155
156 You do this by writing `debug' in the list of conditions to be handled, 156 You do this by writing `debug' in the list of conditions to be handled,
157 like this: 157 like this:
158 158
178 ** The new function `start-file-process is similar to `start-process', 178 ** The new function `start-file-process is similar to `start-process',
179 but obeys file handlers. The file handler is chosen based on 179 but obeys file handlers. The file handler is chosen based on
180 `default-directory'. 180 `default-directory'.
181 181
182 +++ 182 +++
183 ** `file-remote-p' has a new optional parameter CONNECTED. 183 ** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.
184 With this paramter passed non-nil, it is checked whether a remote 184 IDENTIFICATION specifies which part of the remote identifier has to be
185 connection has been established already. 185 returned. With CONNECTED passed non-nil, it is checked whether a
186 remote connection has been established already.
186 187
187 ** The two new functions `looking-at-p' and `string-match-p' can do 188 ** The two new functions `looking-at-p' and `string-match-p' can do
188 the same matching as `looking-at' and `string-match' without changing 189 the same matching as `looking-at' and `string-match' without changing
189 the match data. 190 the match data.
190 191