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: Nikolaj Schumacher <me <at> nschum.de>
To: bug-gnu-emacs <at> gnu.org
Subject: bug#836: 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.