Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e7477c9f
Commit
e7477c9f
authored
Jun 02, 2014
by
Glenn Morris
Browse files
* emacs/package.texi (Package Installation): Mention package-pinned-packages.
* etc/NEWS: Related markup.
parent
910dc8d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/package.texi
doc/emacs/package.texi
+7
-0
etc/NEWS
etc/NEWS
+1
-0
No files found.
doc/emacs/ChangeLog
View file @
e7477c9f
2014-06-03 Glenn Morris <rgm@gnu.org>
* package.texi (Package Installation): Mention package-pinned-packages.
2014-06-02 Glenn Morris <rgm@gnu.org>
* misc.texi [iftex]: Update chapter summary.
...
...
doc/emacs/package.texi
View file @
e7477c9f
...
...
@@ -167,6 +167,13 @@ directory name of the package archive. You can alter this list if you
wish to use third party package archives---but do so at your own risk,
and use only third parties that you think you can trust!
@vindex package-pinned-packages
If you have more than one package archive enabled, and some of them
offer different versions of the same package, you may find the option
@code{package-pinned-packages} useful. You can add package/archive
pairs to this list, to ensure that the specified package is only ever
downloaded from the specified archive.
Once a package is downloaded and installed, it is @dfn{loaded} into
the current Emacs session. Loading a package is not quite the same as
loading a Lisp library (@pxref{Lisp Libraries}); its effect varies
...
...
etc/NEWS
View file @
e7477c9f
...
...
@@ -816,6 +816,7 @@ Use `electric-indent-mode' instead.
**
Package
+++
***
New
option
`
package
-
pinned
-
packages
'. This is useful if you have multiple
archives enabled, with more than one offering a package that you want.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment