bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4491: [PATCH] Emacs CVS lisp/ido.el: (ido-everywhere): Add autoload


From: Stefan Monnier
Subject: bug#4491: [PATCH] Emacs CVS lisp/ido.el: (ido-everywhere): Add autoload stanza
Date: Sun, 20 Sep 2009 10:46:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> 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  <jari.aalto@cante.net>

>         * ido.el (ido-everywhere): Add autoload stanza.

I'm not sure ido-everywhere is meant to work when ido-mode is OFF.
So, I think ido-everywhere is only meaningfully called after calling
ido-mode, in which case autoloading doesn't make much sense.
Kim?


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]