GNU bug report logs -
#14120
invalid load-history in emacsen that CANNOT_DUMP
Previous Next
Reported by: BT Templeton <bt <at> hcoop.net>
Date: Mon, 1 Apr 2013 22:55:01 UTC
Severity: normal
Found in version 27.0.50
Fixed in version 27.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 05 Sep 2019 20:09:52 -0400
with message-id <fd0geb7zj.fsf <at> fencepost.gnu.org>
and subject line Re: bug#14120: invalid load-history in emacsen that CANNOT_DUMP
has caused the debbugs.gnu.org bug report #14120,
regarding invalid load-history in emacsen that CANNOT_DUMP
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
14120: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14120
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
"loadup.el" sets `current-load-list' to nil, apparently so that it will
have that value when restarting a dumped emacs. However, when Emacs is
built with CANNOT_DUMP defined, "loadup.el" evaluates `top-level'
instead of dumping. This can lead to invalid entries in `load-history'
if something is defined, required, etc. during evaluation of that form.
For example, load-history will contain `((require . tetris))' if
~/.emacs defines this hook:
(add-hook 'lisp-interaction-mode-hook
(lambda () (require 'tetris)))
For `require', the problem can be fixed by also setting
`load-in-progress' to nil in "loadup.el", but this doesn't fix the bug
for other functions that change the load history.
--
Inteligenta persono lernas la lingvon Esperanton rapide kaj facile.
Esperanto estas moderna, kultura lingvo por la mondo. Simpla, fleksebla,
belsona, Esperanto estas la praktika solvo de la problemo de universala
interkompreno. Lernu la interlingvon Esperanton!
[Message part 3 (message/rfc822, inline)]
Version: 27.1
The CANNOT_DUMP option no longer exists, and Emacs now uses a portable
dumper by default.
This bug report was last modified 5 years and 153 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.