MORE.STUFF 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. More Neat Stuff for your Emacs
  2. Copyright (C) 1993, 1999, 2001-2012 Free Software Foundation, Inc.
  3. See the end of the file for license conditions.
  4. The easiest way to add more features to your Emacs is to use the command
  5. M-x list-packages. This contacts the server at <URL:http://elpa.gnu.org>,
  6. where many Emacs Lisp packages are stored. These are distributed
  7. separately from Emacs itself for reasons of space, etc. You can browse
  8. the resulting *Packages* buffer to see what is available, and then
  9. Emacs can automatically download and install the packages that you
  10. select. See the section "Emacs Lisp Packages" in the Emacs manual
  11. for more details.
  12. Below we describe some GNU Emacs programs and resources that are
  13. maintained by other people. Some of these may become part of the
  14. Emacs distribution, or GNU ELPA, in the future. Others we unfortunately
  15. can't distribute, even though they are free software, because we lack
  16. legal papers for copyright purposes.
  17. Also listed are sites where development versions of some packages
  18. distributed with Emacs may be found.
  19. It is difficult to keep this file up-to-date, and it only lists a fraction
  20. of the Emacs modes that are available. If you are interested in
  21. a particular feature, then after checking Emacs itself and GNU ELPA,
  22. a web search is often the best way to find results.
  23. * The gnu-emacs-sources mailing list
  24. <URL:https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources>
  25. which is gatewayed to the gnu.emacs.sources newsgroup (although the
  26. connection between the two can be unreliable) is an official
  27. place where people can post or announce their extensions to Emacs.
  28. * The `Emacs Lisp List' at
  29. <URL:http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html> has pointers
  30. to sources of a large number of packages. Unfortunately, at the time
  31. of writing it seems to no longer be updating.
  32. * emacswiki.org
  33. The Emacs Wiki has an area for storing elisp files
  34. <URL:http://www.emacswiki.org/cgi-bin/wiki/ElispArea>.
  35. * WikEmacs
  36. <URL:http://wikemacs.org> is an alternative wiki for Emacs.
  37. * Emacs slides and tutorials can be found here:
  38. <URL:http://web.psung.name/emacs/>
  39. * Maintenance versions of some packages distributed with Emacs
  40. You might find bug-fixes or enhancements in these places.
  41. In many cases, however, development of these packages has shifted to Emacs,
  42. so you will find the latest version in Emacs.
  43. * Ada-mode: <URL:http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html>
  44. * Battery and Info Look: <URL:http://ralph-schleicher.de/emacs.html>
  45. * CC mode: <URL:http://cc-mode.sourceforge.net/>
  46. * CPerl: <URL:http://math.berkeley.edu/~ilya/software/emacs/>
  47. * Ediff and Viper: <URL:http://www.cs.sunysb.edu/~kifer/emacs.html>
  48. * ERC: <URL:http://savannah.gnu.org/projects/erc/>
  49. * Gnus: <URL:http://www.gnus.org/>
  50. * MH-E: <URL:http://mh-e.sourceforge.net/>
  51. * nXML: <URL:http://www.thaiopensource.com/nxml-mode/>
  52. * Org mode: <URL:http://orgmode.org/>
  53. * RefTeX: <URL:http://www.gnu.org/software/auctex/reftex.html>
  54. * Remember: <URL:https://gna.org/p/remember-el>
  55. * CEDET: <URL:http://cedet.sourceforge.net/>
  56. * Tramp: Remote file access via rsh/ssh
  57. <URL:http://savannah.gnu.org/projects/tramp/>
  58. * Auxiliary files
  59. * (Tex)info files for use with Info-look that don't come from GNU
  60. packages:
  61. * Scheme: <URL:http://groups.csail.mit.edu/mac/ftpdir/scm/r5rs.info.tar.gz>
  62. * LaTeX: <URL:ftp://ctan.tug.org/tex-archive/info/latex2e-help-texinfo/
  63. latex2e.texi> (or CTAN mirrors)
  64. * Perl: <URL:ftp://ftp.cpan.org/pub/CPAN/doc/manual/texinfo/>
  65. (or CPAN mirrors)
  66. * GNU Zile: <URL:http://www.gnu.org/software/zile/>
  67. A lightweight Emacs clone, for when you don't have room for Emacs proper.
  68. * Packages and add-ons not bundled with Emacs
  69. Various major packages or useful additions aren't distributed as part of
  70. Emacs for various reasons, sometimes because their authors haven't made
  71. a copyright assignment to the FSF. Some of them may be integrated in
  72. the future.
  73. Your operating system distribution may include several of these as optional
  74. packages that you can install.
  75. * AUCTeX: <URL:http://www.gnu.org/software/auctex/>
  76. An extensible package that supports writing and formatting TeX
  77. files (including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX).
  78. Available from GNU ELPA.
  79. * BBDB: personal Info Rolodex integrated with mail/news:
  80. <URL:http://savannah.nongnu.org/projects/bbdb>
  81. * Boxquote: <URL:http://www.davep.org/emacs/>
  82. * CJK-emacs: Converting MULE-encoded text to TeX:
  83. <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and
  84. mirrors of the `CTAN' TeX archives.
  85. * Dismal: spreadsheet:
  86. <URL:http://ritter.ist.psu.edu/dismal/dismal.html>
  87. * ECB: Emacs Code Browser: <URL:http://ecb.sourceforge.net/>
  88. * EDB: database: <URL:http://www.gnuvola.org/software/edb/>
  89. * Ee: categorizing information manager:
  90. <URL:http://www.jurta.org/en/emacs/ee/>
  91. * EMacro: <URL:http://emacro.sourceforge.net/>
  92. EMacro is a portable configuration file that configures itself.
  93. * Emacs Muse: <URL:http://mwolson.org/projects/EmacsMuse.html>
  94. An authoring and publishing environment for Emacs.
  95. * Emacs speaks statistics (ESS): statistical programming within Emacs
  96. <URL:http://ess.r-project.org>
  97. * Emacspeak -- A Speech Output Subsystem For Emacs:
  98. <URL:http://emacspeak.sourceforge.net/>
  99. * Emacs-w3m : <URL:http://emacs-w3m.namazu.org/>
  100. A simple Emacs interface to w3m, which is a text-mode WWW browser
  101. * Emacs Wiki Mode: <URL:http://mwolson.org/projects/EmacsWikiMode.html>
  102. A wiki-like publishing tool and personal information manager
  103. * Go in a buffer: Go Text Protocol client:
  104. <URL:http://www.gnuvola.org/software/personal-elisp/dist/lisp/diversions/gnugo.el>
  105. A modified version is also bundled with GNU Go:
  106. <URL:http://www.gnu.org/software/gnugo/gnugo.html>
  107. * Hyperbole:
  108. <URL:http://directory.fsf.org/wiki/Hyperbole>
  109. Hyperbole is an open, efficient, programmable information
  110. management and hypertext system.
  111. * JDEE: <URL:http://jdee.sourceforge.net/>
  112. Provides a Java development environment for Emacs.
  113. * Mew: <URL:http://www.mew.org/>
  114. A MIME mail reader for Emacs/XEmacs.
  115. * MMM Mode: <URL:http://mmm-mode.sourceforge.net/>
  116. MMM Mode is an emacs add-on package providing a minor mode that
  117. allows Multiple Major Modes to coexist in one buffer.
  118. * Planner Mode: <URL:http://www.wjsullivan.net/PlannerMode.html>
  119. Planner is an organizer and day planner for Emacs.
  120. * Preview LaTeX: embed preview LaTeX images in source buffer.
  121. <URL:http://www.gnu.org/software/auctex/preview-latex.html>
  122. * Quack: <URL:http://www.neilvandyke.org/quack/>
  123. Quack enhances Emacs support for Scheme.
  124. * QWE: <URL:http://www.nongnu.org/qwe/>
  125. QWE's not WEB for Emacs is a quasi-WYSIWYG literate programming system for
  126. Emacs that can be used with almost every programming language.
  127. * Session: <URL:http://emacs-session.sourceforge.net/>
  128. Session Management for Emacs.
  129. * SLIME: The Superior Lisp Interaction Mode for Emacs:
  130. <URL:http://common-lisp.net/project/slime/>
  131. * Tamago: Chinese/Japanese/Korean input method
  132. <URL:http://www.m17n.org/tamago/index.en.html>
  133. Emacs Lisp package to provide input methods for CJK characters.
  134. * Tiny Tools: <URL:https://savannah.nongnu.org/projects/emacs-tiny-tools>
  135. * VM (View Mail): Alternative mail reader
  136. <URL:http://launchpad.net/vm>
  137. Previously hosted at: <URL:http://www.nongnu.org/viewmail/>
  138. * W3 Web browser: <URL:http://savannah.gnu.org/projects/w3/>
  139. * Wanderlust: <URL:http://www.gohome.org/wl/>
  140. Wanderlust is a mail/news reader for Emacs.
  141. * WhizzyTex: <URL:http://cristal.inria.fr/whizzytex/>
  142. WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash)
  143. shell-script daemon and some LaTeX macros.
  144. * X-Symbol: <URL:http://x-symbol.sourceforge.net/>
  145. Quasi-WYSIWYG editing of TeX & al.
  146. Local Variables:
  147. mode: text
  148. mode: view
  149. mode: goto-address
  150. End:
  151. This file is part of GNU Emacs.
  152. GNU Emacs is free software: you can redistribute it and/or modify
  153. it under the terms of the GNU General Public License as published by
  154. the Free Software Foundation, either version 3 of the License, or
  155. (at your option) any later version.
  156. GNU Emacs is distributed in the hope that it will be useful,
  157. but WITHOUT ANY WARRANTY; without even the implied warranty of
  158. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  159. GNU General Public License for more details.
  160. You should have received a copy of the GNU General Public License
  161. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.