summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoão Távora <joaotavora@gmail.com>2021-08-16 23:15:12 +0100
committerJoão Távora <joaotavora@gmail.com>2021-08-16 23:18:27 +0100
commita126c06b0a5d585e7d7dd6d952b3f99447d15fc2 (patch)
tree60e582e8f5916cc2d3b83c9444d2134abfb4f383 /etc
parentae751f2a098787aaf4dff41e8215a5609069076b (diff)
downloademacs-a126c06b0a5d585e7d7dd6d952b3f99447d15fc2.tar.gz
Make icomplete-vertical-mode take immediate effect (bug#49075)
* etc/NEWS: Mention change. * lisp/icomplete.el (icomplete-vertical-mode): (fido-vertical-mode): Tweak docstring. Turn on icomplete-mode. and fido-mdoe
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS15
1 files changed, 8 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3ccef6683a5..aaff30bfa92 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -655,13 +655,14 @@ This allows controlling the current/total number of matches for the
prompt prefix.
+++
-*** New minor mode 'icomplete-vertical-mode', alias 'fido-vertical-mode'.
-This mode is intended to be used with Icomplete ('M-x icomplete-mode')
-or Fido ('M-x fido-mode'), to display the list of completions
-candidates vertically instead of horizontally. When used with
-Icomplete, completions are rotated and selection kept at the top.
-When used with Fido, completions scroll like a typical dropdown
-widget.
+*** New minor modes 'icomplete-vertical-mode' and 'fido-vertical-mode'
+These modes are modify Icomplete ('M-x icomplete-mode') and Fido ('M-x
+fido-mode'), to display completions candidates vertically instead of
+horizontally. In Icomplete, completions are rotated and selection
+kept at the top. In Fido, completions scroll like a typical dropdown
+widget. Both these new minor modes will first turn on their
+respective non-vertical counterparts first, if they are not on
+already.
---
*** Default value of 'icomplete-compute-delay' has been changed to 0.15 s.