GNU bug report logs - #836
ido provides feature too early

Previous Next

Package: emacs;

Reported by: Nikolaj Schumacher <me <at> nschum.de>

Date: Sun, 31 Aug 2008 12:55:04 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Chong Yidong <cyd <at> stupidchicken.com>
Subject: bug#836: marked as done (ido provides feature too early)
[Message part 1 (text/plain, inline)]
Your message dated Sun, 31 Aug 2008 09:59:59 -0400
with message-id <87ej45jnds.fsf <at> 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 <at> donarmstrong.com
immediately.)


-- 
836: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=836
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nikolaj Schumacher <me <at> nschum.de>
To: bug-gnu-emacs <at> gnu.org
Subject: ido provides feature too early
Date: Sun, 31 Aug 2008 14:49:27 +0200
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



[Message part 3 (message/rfc822, inline)]
From: Chong Yidong <cyd <at> stupidchicken.com>
To: Nikolaj Schumacher <me <at> nschum.de>
Cc: 836-done <at> debbugs.gnu.org
Subject: Re: ido provides feature too early
Date: Sun, 31 Aug 2008 09:59:59 -0400
Fixed, thanks.


This bug report was last modified 16 years and 263 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.