Your message dated Tue, 02 Jun 2015 11:19:02 +0200
with message-id <[email protected]>
and subject line closing bugs reported against ancient emacs versions
has caused the Debian Bug report #423442,
regarding Emacs loads to much from site-start.el
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 [email protected]
immediately.)
--
423442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=423442
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs21-el
Version: 21.4a+1-5
startup.el contains a path to load debian-startup, this is within the test
for site-run-file, an thus should adhere to the documentation of the
site-run-file variable which states:
Don't use the `site-start.el' file for things some users may not
like.
The patch also contains the following line:
;; It's in here because we want -q to kill it too.
But -q / --no-init-file does not affect that block, --no-site-file does.
The files that -q affect are .emacs and default.el, loading of the last
one can be inhibited with:
(setq inhibit-default-init t)
in .emacs.
Thus, either move the loading of debian-startup to default.el, or split
loading of non-default packages on the two files so that users can inhibit
loading of anything that affects how emacs behaves or looks with
inhibit-default-init from their .emacs file.
--
Peder Stray
--- End Message ---
--- Begin Message ---
This bug has been reported against an ancient version of emacs (emacs21,
emacs22) that is no longer supported. It is assumed to be fixed (or no
longer relevant) in newer releases and therefore I'm closing this report
now. If the problem is still reproducible in the current version
(emacs24), feel free to provide more information and reopen this bug report.
Andreas
--- End Message ---