diff options
author | Philipp Stephani <p.stephani2@gmail.com> | 2019-04-12 14:23:01 +0200 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2019-04-19 10:31:02 +0200 |
commit | f5e3c2cc9820a4f7f536a29836cdde6f65230bd3 (patch) | |
tree | 708cffe53e4e7666a365eee964ae49892342f091 /etc | |
parent | 74f54af2b9048cb1ea7a051c9efe079eaaeb4697 (diff) | |
download | emacs-f5e3c2cc9820a4f7f536a29836cdde6f65230bd3.tar.gz |
Add a new user option 'ido-big-directories'.
This provides an alternative to 'ido-max-directory-size', for
directories that are statically known to be too big for Ido
completion.
* lisp/ido.el (ido-big-directories): New user option.
(ido-directory-too-big-p): Use it.
* test/lisp/ido-tests.el (ido-directory-too-big-p): New unit test.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -410,6 +410,11 @@ current and the previous or the next line, as before. *** New commands doc-view-presentation and doc-view-fit-window-to-page *** Added support for password-protected PDF files +** Ido +*** New user option 'ido-big-directories' to mark directories whose +names match certain regular expressions as big. Ido won't attempt to +list the contents of such directories when completing file names. + ** map.el *** Now also understands plists. *** Now defined via generic functions that can be extended via 'cl-defmethod'. |