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: Jari Aalto
Subject: bug#4491: [PATCH] Emacs CVS lisp/ido.el: (ido-everywhere): Add autoload stanza
Date: Sun, 20 Sep 2009 21:53:55 +0300
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> This is where I use it:
>
>>   (autoload 'ido-everywhere "ido")
>>   (ido-everywhere 1)
>>   (ido-mode 1)
>
> Actually ido-everywhere is called by ido-mode.  So
>
>    (setq ido-everywhere t)
>    (ido-mode 1)
>
> will work just fine.  You only need to call ido-everywhere if you change
> the variable after enabling ido-mode.

It would be good if the documentaion of the variable would indicate
that it can be set, before ido-mode is turner on.

Thanks,
Jari





reply via email to

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