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: Nikolaj Schumacher <me <at> nschum.de>
Subject: bug#836 closed by Chong Yidong <cyd <at> stupidchicken.com> (Re: ido 
 provides feature too early)
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:

#836: ido provides feature too early

It has been closed by Chong Yidong <cyd <at> stupidchicken.com>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Chong Yidong <cyd <at> stupidchicken.com> by
replying to this email.


-- 
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: 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.

[Message part 3 (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




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.