Document NonGNU ELPA in FAQ
* doc/misc/efaq.texi (Packages that do not come with Emacs): Document NonGNU ELPA. (Bug#65818)
This commit is contained in:
parent
2af092741e
commit
34bbb6c8d2
1 changed files with 25 additions and 14 deletions
|
@ -3839,13 +3839,28 @@ description of what they do and how they should be used.
|
||||||
|
|
||||||
The easiest way to add more features to your Emacs is to use the
|
The easiest way to add more features to your Emacs is to use the
|
||||||
command @kbd{M-x list-packages}. This contacts the
|
command @kbd{M-x list-packages}. This contacts the
|
||||||
@uref{https://elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package Archive'')
|
@uref{https://elpa.gnu.org, GNU ELPA} and
|
||||||
server and fetches the list of additional packages that it offers.
|
@uref{https://elpa.nongnu.org, NonGNU ELPA} (``Emacs Lisp Package
|
||||||
These are GNU packages that are available for use with Emacs, but are
|
Archive'') servers and fetches the list of additional packages that
|
||||||
distributed separately from Emacs itself, for reasons of space, etc.
|
they offer. You can browse the resulting @file{*Packages*} buffer to
|
||||||
You can browse the resulting @file{*Packages*} buffer to see what is
|
see what is available, and then Emacs can automatically download and
|
||||||
available, and then Emacs can automatically download and install the
|
install the packages that you select. @xref{Packages,,, emacs, The
|
||||||
packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}.
|
GNU Emacs Manual}.
|
||||||
|
|
||||||
|
GNU ELPA contains GNU packages that are available for use with Emacs,
|
||||||
|
but are distributed separately from Emacs itself, for reasons of
|
||||||
|
space, etc. NonGNU ELPA contains a selection of third-party packages
|
||||||
|
that can not be included in GNU ELPA because their copyright has not
|
||||||
|
yet been assigned to the Free Software Foundation.@footnote{For more
|
||||||
|
information, see @uref{https://www.gnu.org/licenses/why-assign.html,
|
||||||
|
Why the FSF Gets Copyright Assignments from Contributors}.}
|
||||||
|
|
||||||
|
The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources,
|
||||||
|
GNU Emacs sources mailing list} is automatically sent an email when a
|
||||||
|
new version of a GNU ELPA or NonGNU ELPA package is
|
||||||
|
released.@footnote{It used to be an official place where people could
|
||||||
|
post or announce their extensions to Emacs. That is still allowed,
|
||||||
|
but exceedingly rare these days.}
|
||||||
|
|
||||||
There are other Emacs Lisp package archives. To use additional
|
There are other Emacs Lisp package archives. To use additional
|
||||||
archives, you can customize the @code{package-archives} variable.
|
archives, you can customize the @code{package-archives} variable.
|
||||||
|
@ -3855,23 +3870,19 @@ correctness and safety of the code, or they may give only cursory
|
||||||
attention.
|
attention.
|
||||||
|
|
||||||
Also, packages hosted on these other archives may encourage or require
|
Also, packages hosted on these other archives may encourage or require
|
||||||
you to install and use other nonfree programs. Unless you can verify
|
you to install and use nonfree programs. Unless you can verify
|
||||||
that a package is free software, and that it functions without
|
that a package is free software, and that it functions without
|
||||||
installing any nonfree software, we recommend for your freedom's sake
|
installing any nonfree software, we recommend for your freedom's sake
|
||||||
that you stay away from it.
|
that you stay away from it.
|
||||||
|
|
||||||
The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources,
|
|
||||||
GNU Emacs sources mailing list} is an official place where people can
|
|
||||||
post or announce their extensions to Emacs.
|
|
||||||
|
|
||||||
The @uref{https://emacswiki.org, Emacs Wiki} contains pointers to some
|
The @uref{https://emacswiki.org, Emacs Wiki} contains pointers to some
|
||||||
additional extensions. @uref{https://wikemacs.org, WikEmacs} is an
|
additional extensions. @uref{https://wikemacs.org, WikEmacs} is an
|
||||||
alternative wiki for Emacs.
|
alternative wiki for Emacs.
|
||||||
|
|
||||||
It is impossible for us to list here all the sites that offer Emacs
|
It is impossible for us to list here all the sites that offer Emacs
|
||||||
Lisp packages. If you are interested in a specific feature, then
|
Lisp packages. If you are interested in a specific feature, then
|
||||||
after checking Emacs itself and GNU ELPA, a web search is often the
|
after checking Emacs itself, GNU ELPA, and NonGNU ELPA, a web search
|
||||||
best way to find results.
|
is often the best way to find results.
|
||||||
|
|
||||||
@node Spell-checkers
|
@node Spell-checkers
|
||||||
@section Spell-checkers
|
@section Spell-checkers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue