Tags: patch The ducumentation suggests user command, but it is not available by default. ido.el ;; To use ido for all buffer and file selections in Emacs, customize the ;; variable `ido-everywhere'. ... (defcustom ido-everywhere nil "Use ido everywhere for reading file names and directories. Setting this variable directly does not work. Use `customize' or call the function `ido-everywhere'." >> ===================================== 2009-09-19 Jari Aalto * ido.el (ido-everywhere): Add autoload stanza.