diff options
| author | Eli Zaretskii | 2020-06-20 10:51:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-06-20 10:51:51 +0300 |
| commit | ed08512978812220045ff12941d78b99ed32323f (patch) | |
| tree | b3127987b01d8a4abeb289bee140f4815abddea7 | |
| parent | 2fec4c733cfb078de24a9d2dea51b1ff0bc717ca (diff) | |
| download | emacs-ed08512978812220045ff12941d78b99ed32323f.tar.gz emacs-ed08512978812220045ff12941d78b99ed32323f.zip | |
Revert "Don't mention non-GNU package archives."
This reverts commit 5daa7a5fd4aced33a2ae016bde5bb37d1d95edf6.
A proper fix will be committed to the emacs-27 branch, and
will be later merged to master.
| -rw-r--r-- | doc/misc/efaq.texi | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 0290e797065..f5f01848f77 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -3463,16 +3463,25 @@ see @ref{Packages that do not come with Emacs}. | |||
| 3463 | @cindex Emacs Lisp List | 3463 | @cindex Emacs Lisp List |
| 3464 | @cindex Emacs Lisp Archive | 3464 | @cindex Emacs Lisp Archive |
| 3465 | 3465 | ||
| 3466 | We distribute many packages that extend Emacs, in the | 3466 | The easiest way to add more features to your Emacs is to use the |
| 3467 | @uref{https://elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package | 3467 | command @kbd{M-x list-packages}. This contacts the |
| 3468 | Archive''). The command @kbd{M-x list-packages} contacts the GNU ELPA | 3468 | @uref{https://elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package Archive'') |
| 3469 | server and fetches the list of packages that it distributes. These | 3469 | server and fetches the list of additional packages that it offers. |
| 3470 | GNU packages are designed for use with Emacs, but we distribute them | 3470 | These are GNU packages that are available for use with Emacs, but are |
| 3471 | separately from Emacs itself, for reasons of space, and convenience of | 3471 | distributed separately from Emacs itself, for reasons of space, etc. |
| 3472 | development. You can browse the resulting @file{*Packages*} buffer to | 3472 | You can browse the resulting @file{*Packages*} buffer to see what is |
| 3473 | see what is available, and then Emacs can automatically download and | 3473 | available, and then Emacs can automatically download and install the |
| 3474 | install the packages that you select. @xref{Packages,,, emacs, The | 3474 | packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}. |
| 3475 | GNU Emacs Manual}. | 3475 | |
| 3476 | There are other, non-GNU, Emacs Lisp package servers, including: | ||
| 3477 | @uref{https://melpa.org, MELPA}; and | ||
| 3478 | @uref{https://marmalade-repo.org, Marmalade}. To use additional | ||
| 3479 | package servers, customize the @code{package-archives} variable. Be | ||
| 3480 | aware that installing a package can run arbitrary code, so only add | ||
| 3481 | sources that you trust. Also, packages hosted on non-GNU package | ||
| 3482 | servers may encourage or require you to install and use non-free | ||
| 3483 | software; for example, MELPA is known to host some packages that do | ||
| 3484 | this. | ||
| 3476 | 3485 | ||
| 3477 | The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources, | 3486 | The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources, |
| 3478 | GNU Emacs sources mailing list}, which is gatewayed to the | 3487 | GNU Emacs sources mailing list}, which is gatewayed to the |