GNU bug report logs -
#18556
24.4.50; update-file-autoloads never ends
Previous Next
Reported by: Vincent Belaïche <vincent.b.1 <at> hotmail.fr>
Date: Thu, 25 Sep 2014 04:09:02 UTC
Severity: normal
Tags: wontfix
Found in version 24.4.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Vincent Belaïche <vincent.b.1 <at> hotmail.fr>
> Cc: Vincent Belaïche <vincent.b.1 <at> hotmail.fr> ,
> 18556 <at> debbugs.gnu.org, Paul Eggert <eggert <at> cs.ucla.edu>
> Date: Mon, 29 Sep 2014 08:38:15 +0200
>
> Just to clarify the point that -Q should or not prevent the shadowing:
> it *should* prevent shadowing.
>
> What I do in the init.el is that I remove from load-path the path to the
> eieio bundled with Emacs, and I replace it with another one on some
> cedet anonymous checkout.
>
> So, if I have -Q this hacking of load-path does not occur, and shadowing
> bundled module won't occur.
This is a misunderstanding. I didn't mean what you do in init.el, I
meant these lines in balance.el:
(require 'eieio)
(require 'calc-ext)
(require 'calc-forms)
If you have another version of eieio and/or calc somewhere along your
default load-path, then these 'require' directives will load those
other versions.
This bug report was last modified 8 years and 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.