GNU bug report logs -
#947
Recursive load of ido after unload-feature and reload
Previous Next
Reported by: "Juanma Barranquero" <lekktu <at> gmail.com>
Date: Tue, 9 Sep 2008 14:35:04 UTC
Severity: minor
Found in versions 22.3, 23.0.60
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #12 received at 947 <at> emacsbugs.donarmstrong.com (full text, mbox):
"Juanma Barranquero" wrote:
> and setting the variable ido-mode runs this code:
>
> :set #'(lambda (symbol value)
> (ido-mode value))
>
> so there's really a recursion.
Isn't this enough, so long as ido-mode is not enabled by default?
*** ido.el 9 Sep 2008 14:01:03 -0000 1.150
--- ido.el 10 Sep 2008 18:44:43 -0000
***************
*** 353,359 ****
use either \\[customize] or the function `ido-mode'."
:set #'(lambda (symbol value)
(ido-mode value))
! :initialize 'custom-initialize-set
:require 'ido
:link '(emacs-commentary-link "ido.el")
:set-after '(ido-save-directory-list-file
--- 353,359 ----
use either \\[customize] or the function `ido-mode'."
:set #'(lambda (symbol value)
(ido-mode value))
! :initialize 'custom-initialize-default
:require 'ido
:link '(emacs-commentary-link "ido.el")
:set-after '(ido-save-directory-list-file
This bug report was last modified 16 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.