[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fixing package-initialize, adding early init file
From: |
Stefan Monnier |
Subject: |
Re: [PATCH] Fixing package-initialize, adding early init file |
Date: |
Thu, 25 Jan 2018 11:03:24 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
>> By default, Emacs also automatically loads all installed packages in
>> -subsequent Emacs sessions. This happens at startup, after processing
>> -the init file (@pxref{Init File}). As an exception, Emacs does not
>> -load packages at startup if invoked with the @samp{-q} or
>> address@hidden options (@pxref{Initial Options}).
>> +subsequent Emacs sessions. This happens at startup, before processing
>
> Was this supposed to be "previous" rather than "subsequent" (this
> isn't from your patch, though).
Depends how you parse the sentence:
Emacs also automatically loads all (installed packages) in
subsequent Emacs sessions
vs
Emacs also automatically loads all (installed packages in
previous Emacs sessions)
but in the second case you'd rather write it
Emacs also automatically loads all packages installed in
previous Emacs sessions
so I think "subsequent" was not a typo.
Stefan
- Re: [PATCH] Fixing package-initialize, adding early init file, Radon Rosborough, 2018/01/24
- Re: [PATCH] Fixing package-initialize, adding early init file, Clément Pit-Claudel, 2018/01/25
- Re: [PATCH] Fixing package-initialize, adding early init file,
Stefan Monnier <=
- Re: [PATCH] Fixing package-initialize, adding early init file, Clément Pit-Claudel, 2018/01/25
- Re: [PATCH] Fixing package-initialize, adding early init file, Stefan Monnier, 2018/01/25
- Re: [PATCH] Fixing package-initialize, adding early init file, Eli Zaretskii, 2018/01/26
- Loading a package applies automatically to future sessions?, Richard Stallman, 2018/01/26
- Re: Loading a package applies automatically to future sessions?, Stefan Monnier, 2018/01/26
- Re: Loading a package applies automatically to future sessions?, Richard Stallman, 2018/01/28
- Re: Loading a package applies automatically to future sessions?, Stefan Monnier, 2018/01/28
- Re: Loading a package applies automatically to future sessions?, Richard Stallman, 2018/01/28
- Re: Loading a package applies automatically to future sessions?, Radon Rosborough, 2018/01/29
- Re: Loading a package applies automatically to future sessions?, Radon Rosborough, 2018/01/26