diff options
| author | João Távora | 2019-11-05 18:04:20 +0000 |
|---|---|---|
| committer | João Távora | 2019-11-05 22:59:33 +0000 |
| commit | 213643a890913f10bac710ca8537e8b1125941d6 (patch) | |
| tree | 4622d7be7b2fde5ebb2b301f1761323b979767bb /doc | |
| parent | e1d24f3c4cdc052d9ba87801fde09fae0d86d0b3 (diff) | |
| download | emacs-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.texi | 16 |
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. | |||
| 725 | the variable @code{icomplete-mode} to @code{t} (@pxref{Easy | 725 | the variable @code{icomplete-mode} to @code{t} (@pxref{Easy |
| 726 | Customization}). | 726 | Customization}). |
| 727 | 727 | ||
| 728 | @findex fido-mode | ||
| 729 | @cindex fido mode | ||
| 730 | |||
| 731 | An alternative to Icomplete mode is Fido mode. This is very similar | ||
| 732 | to Icomplete mode, but retains some functionality from a popular | ||
| 733 | extension called Ido mode (in fact the name is derived from ``Fake | ||
| 734 | Ido''). Among other things, in Fido mode, @kbd{C-s} and @kbd{C-r} are | ||
| 735 | also used to rotate the completions list, @kbd{C-k} can be used to | ||
| 736 | delete files and kill buffers in-list. Another noteworthy aspect is | ||
| 737 | that @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 | ||
| 741 | the variable @code{fido-mode} to @code{t} (@pxref{Easy | ||
| 742 | Customization}). | ||
| 743 | |||
| 728 | @node Buffer Menus | 744 | @node Buffer Menus |
| 729 | @subsection Customizing Buffer Menus | 745 | @subsection Customizing Buffer Menus |
| 730 | 746 | ||