help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I change the default loading buffer?


From: Emanuel Berg
Subject: Re: How can I change the default loading buffer?
Date: Thu, 30 Jul 2015 03:58:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Robert Thorpe <rt@robertthorpeconsulting.com> writes:

> Batch mode is one aspect of it.
>
> Another is packages. Package-initialize runs after
> the init file is loaded. Suppose a package is used
> that affects the operations of M-x shell (e.g.
> bash-completion.el). That package may need
> initializing prior to shell-mode starting to
> function correctly.
>
> If you run in a terminal then there can be terminal
> specific elisp libraries. That library is selected
> and loaded after the init file. So, if M-x shell
> depends on it being already loaded there will be
> problems. I don't know that it does, but it
> legitimately could. The colour set could be
> different in the shell started at init to elsewhere.

OK, so what is the method to find out (or rule of
thumb) what you shouldn't put directly into .emacs but
instead into `emacs-startup-hook'?

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

[Prev in Thread] Current Thread [Next in Thread]