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

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

bug#836: ido provides feature too early


From: Nikolaj Schumacher
Subject: bug#836: ido provides feature too early
Date: Sun, 31 Aug 2008 14:49:27 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin)

Hello,

I'm not entirely sure if it's considered a bug, but the first thing that
ido.el does is:

(provide 'ido)

I think that's wrong, because the feature is in fact not there, yet.  As
a consequence

(eval-after-load 'ido ...)

will not be able to use any ido functions.  And if it does, they will be
autoloaded, causing an infinite load recursion.


(Of course (eval-after-load "ido" ...) works around this...)


regards,
Nikolaj Schumacher







reply via email to

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