diff options
| author | Eli Zaretskii | 2008-10-18 13:14:59 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-18 13:14:59 +0000 |
| commit | 6d4913f0d38434ae3998ef0e2a791eccba135e98 (patch) | |
| tree | 06ddfaf50778542a8dc120412318f86f70d33ba1 /etc | |
| parent | 43c59a3dca02f712c5e69c3d4be56d2353eb967b (diff) | |
| download | emacs-6d4913f0d38434ae3998ef0e2a791eccba135e98.tar.gz emacs-6d4913f0d38434ae3998ef0e2a791eccba135e98.zip | |
(Text from Minibuffer): Document `read-regexp'.
(Completion Commands, Reading File Names): Rename
`minibuffer-local-must-match-filename-map' to
`minibuffer-local-filename-must-match-map'.
(Minibuffer Completion): The `require-match' argument to `completing-read'
can now have the value `confirm-only'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1247,10 +1247,12 @@ functions `read-from-minibuffer', `read-string', `read-command', | |||
| 1247 | are available for inserting into the minibuffer by typing `M-n'. | 1247 | are available for inserting into the minibuffer by typing `M-n'. |
| 1248 | For empty input these functions return the first element of this list. | 1248 | For empty input these functions return the first element of this list. |
| 1249 | 1249 | ||
| 1250 | +++ | ||
| 1250 | *** New function `read-regexp' uses the regexp history and some useful | 1251 | *** New function `read-regexp' uses the regexp history and some useful |
| 1251 | regexp defaults (string at point, last Isearch/replacement regexp/string) | 1252 | regexp defaults (string at point, last Isearch/replacement regexp/string) |
| 1252 | via M-n when reading a regexp in the minibuffer. | 1253 | via M-n when reading a regexp in the minibuffer. |
| 1253 | 1254 | ||
| 1255 | +++ | ||
| 1254 | *** minibuffer-local-must-match-filename-map is now named | 1256 | *** minibuffer-local-must-match-filename-map is now named |
| 1255 | minibuffer-local-filename-must-match-map. | 1257 | minibuffer-local-filename-must-match-map. |
| 1256 | 1258 | ||
| @@ -1259,6 +1261,7 @@ Since this means the returned list is not properly nil-terminated, this | |||
| 1259 | is an incompatible change and is thus enabled by the new variable | 1261 | is an incompatible change and is thus enabled by the new variable |
| 1260 | completion-all-completions-with-base-size. | 1262 | completion-all-completions-with-base-size. |
| 1261 | 1263 | ||
| 1264 | +++ | ||
| 1262 | *** The `require-match' argument to `completing-read' accepts a new value | 1265 | *** The `require-match' argument to `completing-read' accepts a new value |
| 1263 | `confirm-only'. | 1266 | `confirm-only'. |
| 1264 | 1267 | ||