diff options
| author | Glenn Morris | 2020-06-26 07:50:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-06-26 07:50:38 -0700 |
| commit | ffb89ed5f07491e33fc79d8b4be49d9deba2ad4a (patch) | |
| tree | c2305304aca119da0e4d692aad5b964ef0ba2cf6 /doc/misc | |
| parent | 89c744c380b2aed28ebf2bd8f991461d60cff934 (diff) | |
| parent | 5280e118c07d738321f61b3f2bc3cd27a5ac8dbc (diff) | |
| download | emacs-ffb89ed5f07491e33fc79d8b4be49d9deba2ad4a.tar.gz emacs-ffb89ed5f07491e33fc79d8b4be49d9deba2ad4a.zip | |
Merge from origin/emacs-27
5280e118c0 (origin/emacs-27) ; * src/xdisp.c (pos_visible_p): Fix las...
bb1a9481c9 Fix posn-at-point at beginning of a display string
0c4b033670 Improve documentation of Info node movement commands
632b0119e1 Add Jansson dependency to Windows Build
dbfcdab837 Unbreak 'reverse-region'
c37de84845 Fix typos and markup in fill column indicator docs
f61bff3ee9 ; * CONTRIBUTE: Clarify the preferences for patch formatting.
368e140660 Avoid crashes in 'defconst'
11e3413cff Fix text about Lisp archives in the Emacs FQ
4c81724675 Don't use 'cl' functions in ELisp manual's examples
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/efaq.texi | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 8f7ed715b52..82467048a08 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -3477,15 +3477,18 @@ You can browse the resulting @file{*Packages*} buffer to see what is | |||
| 3477 | available, and then Emacs can automatically download and install the | 3477 | available, and then Emacs can automatically download and install the |
| 3478 | packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}. | 3478 | packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}. |
| 3479 | 3479 | ||
| 3480 | There are other, non-GNU, Emacs Lisp package servers, including: | 3480 | There are other Emacs Lisp package archives. To use additional |
| 3481 | @uref{https://melpa.org, MELPA}; and | 3481 | archives, you can customize the @code{package-archives} variable. |
| 3482 | @uref{https://marmalade-repo.org, Marmalade}. To use additional | 3482 | Those archives have no affiliation with GNU Emacs, and we do not |
| 3483 | package servers, customize the @code{package-archives} variable. Be | 3483 | monitor how they are maintained. They may pay close attention to |
| 3484 | aware that installing a package can run arbitrary code, so only add | 3484 | correctness and safety of the code, or they may give only cursory |
| 3485 | sources that you trust. Also, packages hosted on non-GNU package | 3485 | attention. |
| 3486 | servers may encourage or require you to install and use non-free | 3486 | |
| 3487 | software; for example, MELPA is known to host some packages that do | 3487 | Also, packages hosted on these other archives may encourage or require |
| 3488 | this. | 3488 | you to install and use other nonfree programs. Unless you can verify |
| 3489 | that a package is free software, and that it functions without | ||
| 3490 | installing any nonfree software, we recommend for your freedom's sake | ||
| 3491 | that you stay away from it. | ||
| 3489 | 3492 | ||
| 3490 | The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources, | 3493 | The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources, |
| 3491 | GNU Emacs sources mailing list}, which is gatewayed to the | 3494 | GNU Emacs sources mailing list}, which is gatewayed to the |