aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoão Távora2019-11-05 18:04:20 +0000
committerJoão Távora2019-11-05 22:59:33 +0000
commit213643a890913f10bac710ca8537e8b1125941d6 (patch)
tree4622d7be7b2fde5ebb2b301f1761323b979767bb /doc
parente1d24f3c4cdc052d9ba87801fde09fae0d86d0b3 (diff)
downloademacs-213643a890913f10bac710ca8537e8b1125941d6.tar.gz
emacs-213643a890913f10bac710ca8537e8b1125941d6.zip
Document fido-mode
* doc/emacs/buffers.texi (Icomplete): Document Fido Mode. * etc/NEWS: Mention Fido Mode. * lisp/icomplete.el (icomplete-mode): Ensure fido-mode is off. (fido-mode): Ensure icomplete-mode is off. (icomplete-magic-ido-ret): Don't force completions if no completions.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/buffers.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi
index 74e6211f808..b5a17416d76 100644
--- a/doc/emacs/buffers.texi
+++ b/doc/emacs/buffers.texi
@@ -725,6 +725,22 @@ of directories.
725the variable @code{icomplete-mode} to @code{t} (@pxref{Easy 725the variable @code{icomplete-mode} to @code{t} (@pxref{Easy
726Customization}). 726Customization}).
727 727
728@findex fido-mode
729@cindex fido mode
730
731 An alternative to Icomplete mode is Fido mode. This is very similar
732to Icomplete mode, but retains some functionality from a popular
733extension called Ido mode (in fact the name is derived from ``Fake
734Ido''). Among other things, in Fido mode, @kbd{C-s} and @kbd{C-r} are
735also used to rotate the completions list, @kbd{C-k} can be used to
736delete files and kill buffers in-list. Another noteworthy aspect is
737that @code{flex} is used as the default completion style
738(@pxref{Completion Styles}).
739
740 To enable Fido mode, type @kbd{M-x fido-mode}, or customize
741the variable @code{fido-mode} to @code{t} (@pxref{Easy
742Customization}).
743
728@node Buffer Menus 744@node Buffer Menus
729@subsection Customizing Buffer Menus 745@subsection Customizing Buffer Menus
730 746