aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2012-04-25 14:40:42 -0400
committerStefan Monnier <[email protected]>2012-04-25 14:40:42 -0400
commitef24141c3621b7f283a9ae653473109ee7164e2b (patch)
tree2001eab049f93eb3a37ec81d1dde48da74fe550e /etc/NEWS
parentdaf75653c2f1301332eb6c8af830050794ae0877 (diff)
* lisp/minibuffer.el: Add support for completion of quoted/escaped data.
(completion-table-with-quoting, completion-table-subvert): New funs. (completion--twq-try, completion--twq-all): New functions. (completion--nth-completion): New function. (completion-try-completion, completion-all-completions): Use it.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3e29670206..254e774a65 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -169,6 +169,14 @@ still be supported for Emacs 24.x.
* Lisp changes in Emacs 24.2
+
+** Completion
+
+*** New function `completion-table-with-quoting' to handle completion
+in the presence of quoting, such as file completion in shell buffers.
+
+*** New function `completion-table-subvert' to use an existing completion
+table, but with a different prefix.
* Changes in Emacs 24.2 on non-free operating systems