[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Default language environment not calling set-language-environment-ho
From: |
Eli Zaretskii |
Subject: |
Re: Default language environment not calling set-language-environment-hook? |
Date: |
Tue, 26 Nov 2013 18:30:33 +0200 |
> Date: Tue, 26 Nov 2013 10:16:43 +0100
> From: Matthias Meulien <address@hidden>
> Cc: address@hidden
>
> Should not the docstring of `set-language-environment-hook' warn
> developers about this? Something like:
>
> During the start-up process, `set-language-environment' is called
> before the user init file is read. Thus adding functions to that
> hook in the user init file will have no effect while setting the
> default language environment.
Sounds far-fetched to me. People who want to hook into the startup
procedure should rather use a couple of hooks provided specifically
for that purpose, like before-init-hook, after-init-hook, etc.