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

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

bug#836: marked as done (ido provides feature too early)


From: Emacs bug Tracking System
Subject: bug#836: marked as done (ido provides feature too early)
Date: Sun, 31 Aug 2008 07:05:06 -0700

Your message dated Sun, 31 Aug 2008 09:59:59 -0400
with message-id <87ej45jnds.fsf@cyd.mit.edu>
and subject line Re: ido provides feature too early
has caused the Emacs bug report #836,
regarding ido provides feature too early
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
836: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=836
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 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




--- End Message ---
--- Begin Message --- Subject: Re: ido provides feature too early Date: Sun, 31 Aug 2008 09:59:59 -0400
Fixed, thanks.


--- End Message ---

reply via email to

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