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


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to