comparison etc/NEWS @ 67620:b0794ecc7df6

Add minibuffer-completion-contents.
author Juri Linkov <juri@jurta.org>
date Fri, 16 Dec 2005 19:07:32 +0000
parents 8e79cfa67c95
children b240a2550f91
comparison
equal deleted inserted replaced
67619:8ae5d2f218aa 67620:b0794ecc7df6
4182 4182
4183 It is like `read-file-name' except that the defaulting works better 4183 It is like `read-file-name' except that the defaulting works better
4184 for directories, and completion inside it shows only directories. 4184 for directories, and completion inside it shows only directories.
4185 4185
4186 ** Completion changes: 4186 ** Completion changes:
4187
4188 +++
4189 *** The new function `minibuffer-completion-contents' returns the contents
4190 of the minibuffer just before point. That is what completion commands
4191 operate on.
4187 4192
4188 +++ 4193 +++
4189 *** The functions `all-completions' and `try-completion' now accept lists 4194 *** The functions `all-completions' and `try-completion' now accept lists
4190 of strings as well as hash-tables additionally to alists, obarrays 4195 of strings as well as hash-tables additionally to alists, obarrays
4191 and functions. Furthermore, the function `test-completion' is now 4196 and functions. Furthermore, the function `test-completion' is now