[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Loading a package applies automatically to future sessions?
From: |
Radon Rosborough |
Subject: |
Re: Loading a package applies automatically to future sessions? |
Date: |
Sun, 28 Jan 2018 21:56:35 -0800 |
> They are always "activated", but the downloadable packages are not.
> Since the status of activation can change, let's handle this in the
> way users expect, for things that can be enabled and disabled.
I think things already work the way users expect. Let's look at
Python. When you install a package using 'pip', the package files are
placed on Python's search path. Thereafter, 'import <package>' works
without any further "activation" step. The package is automatically
made available in future sessions, although it is not loaded until
requested.
The analogous behavior is to have installed packages' autoloads be
made available automatically in future sessions of Emacs, although the
packages are not loaded until requested.
-- Radon
- Re: [PATCH] Fixing package-initialize, adding early init file, (continued)
- 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, 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 <=
- Re: Loading a package applies automatically to future sessions?, Radon Rosborough, 2018/01/26
- Re: Loading a package applies automatically to future sessions?, Eli Zaretskii, 2018/01/26
- Re: Loading a package applies automatically to future sessions?, Radon Rosborough, 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?, Richard Stallman, 2018/01/27
- Re: Loading a package applies automatically to future sessions?, Radon Rosborough, 2018/01/28
- Re: Loading a package applies automatically to future sessions?, Charles A. Roelli, 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?, Radon Rosborough, 2018/01/28
- Re: Loading a package applies automatically to future sessions?, Stefan Monnier, 2018/01/28