diff options
| author | Glenn Morris | 2014-01-07 00:35:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-07 00:35:29 -0800 |
| commit | ff4a5a419e8d47d229a6270fe9ea3fc194df8ccd (patch) | |
| tree | 405221e348143c097fa6681f0538c553c67a1876 | |
| parent | e4f74da9f47fd699b2529886625a4f80c743d6b0 (diff) | |
| download | emacs-ff4a5a419e8d47d229a6270fe9ea3fc194df8ccd.tar.gz emacs-ff4a5a419e8d47d229a6270fe9ea3fc194df8ccd.zip | |
Merge some info from etc/MORE.STUFF into efaq.texi
* doc/misc/efaq.texi (Basic editing, Packages that do not come with Emacs):
Merge in some info from etc/MORE.STUFF.
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/efaq.texi | 63 |
2 files changed, 43 insertions, 25 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 491f9b8d7b1..187493d5557 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-01-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * efaq.texi (Basic editing, Packages that do not come with Emacs): | ||
| 4 | Merge in some info from etc/MORE.STUFF. | ||
| 5 | |||
| 1 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Specify .texi encoding (Bug#16292). | 8 | Specify .texi encoding (Bug#16292). |
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 1bc69debf55..35fb9c93b2f 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -562,6 +562,9 @@ common) invokes help. | |||
| 562 | Emacs help works best if it is invoked by a single key whose value | 562 | Emacs help works best if it is invoked by a single key whose value |
| 563 | should be stored in the variable @code{help-char}. | 563 | should be stored in the variable @code{help-char}. |
| 564 | 564 | ||
| 565 | Some Emacs slides and tutorials can be found at | ||
| 566 | @uref{http://web.psung.name/emacs/}. | ||
| 567 | |||
| 565 | @node Learning how to do something | 568 | @node Learning how to do something |
| 566 | @section How do I find out how to do something in Emacs? | 569 | @section How do I find out how to do something in Emacs? |
| 567 | @cindex Help for Emacs | 570 | @cindex Help for Emacs |
| @@ -3305,31 +3308,41 @@ see @ref{Packages that do not come with Emacs}. | |||
| 3305 | @cindex Emacs Lisp List | 3308 | @cindex Emacs Lisp List |
| 3306 | @cindex Emacs Lisp Archive | 3309 | @cindex Emacs Lisp Archive |
| 3307 | 3310 | ||
| 3308 | Your first port of call should be the @kbd{M-x list-packages} command. | 3311 | The easiest way to add more features to your Emacs is to use the |
| 3309 | This connects to the @uref{http:///elpa.gnu.org, GNU ELPA} (``Emacs | 3312 | command @kbd{M-x list-packages}. This contacts the |
| 3310 | Lisp Package Archive'') server and fetches the list of additional | 3313 | @uref{http:///elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package Archive'') |
| 3311 | packages that it offers. These are GNU packages that are available | 3314 | server and fetches the list of additional packages that it offers. |
| 3312 | for use with Emacs, but are distributed separately. Select a package | 3315 | These are GNU packages that are available for use with Emacs, but are |
| 3313 | to get more details about the features that it offers, and then if you | 3316 | distributed separately from Emacs itself, for reasons of space, etc. |
| 3314 | wish, Emacs can download and automatically install it for you. | 3317 | You can browse the resulting @file{*Packages*} buffer to see what is |
| 3315 | 3318 | available, and then Emacs can automatically download and install the | |
| 3316 | @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs Lisp | 3319 | packages that you select. @xref{Packages,,, emacs, The GNU Emacs Manual}. |
| 3317 | List (ELL)}, maintained by Stephen Eglen, | 3320 | |
| 3318 | aims to provide one compact list with links to all of the current Emacs | 3321 | There are other, non-GNU, Emacs Lisp package servers, including: |
| 3319 | Lisp files on the Internet. The ELL can be browsed over the web, or | 3322 | @uref{http://melpa.milkbox.net, MELPA}; and |
| 3320 | from Emacs with @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.el, | 3323 | @uref{http://marmalade-repo.org, Marmalade}. To use additional |
| 3321 | the @file{ell} package}. | 3324 | package servers, customize the @code{package-archives} variable. |
| 3322 | 3325 | Be aware that installing a package can run arbitrary code, so only add | |
| 3323 | Many authors post their packages to the @uref{news:gnu.emacs.sources, | 3326 | sources that you trust. |
| 3324 | Emacs sources newsgroup}. You can search the archives of this | 3327 | |
| 3325 | group with @uref{http://groups.google.com/group/gnu.emacs.sources, Google}, | 3328 | The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources, |
| 3326 | or @uref{http://dir.gmane.org/gmane.emacs.sources, Gmane}, for example. | 3329 | GNU Emacs sources mailing list}, which is gatewayed to the |
| 3327 | 3330 | @uref{news:gnu.emacs.sources, Emacs sources newsgroup} (although the | |
| 3328 | Several packages are stored in | 3331 | connection between the two can be unreliable) is an official place |
| 3329 | @uref{http://emacswiki.org/elisp/, the Lisp area of the Emacs Wiki}. | 3332 | where people can post or announce their extensions to Emacs. |
| 3330 | 3333 | ||
| 3331 | Read the file @file{etc/MORE.STUFF} for more information about | 3334 | The @uref{http://emacswiki.org, Emacs Wiki} contains pointers to some |
| 3332 | external packages. | 3335 | additional extensions. @uref{http://wikemacs.org, WikEmacs} is an |
| 3336 | alternative wiki for Emacs. | ||
| 3337 | |||
| 3338 | @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs | ||
| 3339 | Lisp List (ELL)}, has pointers to many Emacs Lisp files, but at time | ||
| 3340 | of writing it is no longer being updated. | ||
| 3341 | |||
| 3342 | It is impossible for us to list here all the sites that offer Emacs | ||
| 3343 | Lisp packages. If you are interested in a specific feature, then | ||
| 3344 | after checking Emacs itself and GNU ELPA, a web search is often the | ||
| 3345 | best way to find results. | ||
| 3333 | 3346 | ||
| 3334 | @node Spell-checkers | 3347 | @node Spell-checkers |
| 3335 | @section Spell-checkers | 3348 | @section Spell-checkers |