aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-09 14:14:28 -0500
committerGlenn Morris2014-01-09 14:14:28 -0500
commit30b3bce202302800bee253d4f8a9eff801c8c81f (patch)
treeb87a5cf1e427bcae88cd351832c69fdb9edbd761
parent97a42888e11865c5e434ae781058578fa786ac95 (diff)
downloademacs-30b3bce202302800bee253d4f8a9eff801c8c81f.tar.gz
emacs-30b3bce202302800bee253d4f8a9eff801c8c81f.zip
* etc/MORE.STUFF: Replace contents with pointer to efaq.info.
-rw-r--r--etc/ChangeLog7
-rw-r--r--etc/MORE.STUFF207
2 files changed, 10 insertions, 204 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 54603a72aaa..cae210efd23 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-01-09 Glenn Morris <rgm@gnu.org>
2
3 * MORE.STUFF: Replace contents with pointer to efaq.info.
4
12014-01-09 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> 52014-01-09 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
2 6
3 * NEWS: Better document the speed up, slow down, or reverse 7 * NEWS: Better document the speed up, slow down, or reverse
@@ -5,8 +9,7 @@
5 9
62014-01-05 Tassilo Horn <tsdh@gnu.org> 102014-01-05 Tassilo Horn <tsdh@gnu.org>
7 11
8 * themes/tsdh-light-theme.el (tsdh-light): Define org-level-* 12 * themes/tsdh-light-theme.el (tsdh-light): Define org-level-* faces.
9 faces.
10 13
112013-12-29 Paul Eggert <eggert@cs.ucla.edu> 142013-12-29 Paul Eggert <eggert@cs.ucla.edu>
12 15
diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF
index 2db1bac0f49..e3f2c1664c5 100644
--- a/etc/MORE.STUFF
+++ b/etc/MORE.STUFF
@@ -1,205 +1,8 @@
1More Neat Stuff for your Emacs 1More Neat Stuff for your Emacs
2 2
3Copyright (C) 1993, 1999, 2001-2014 Free Software Foundation, Inc. 3Note added January 2014:
4See the end of the file for license conditions.
5
6The easiest way to add more features to your Emacs is to use the command
7M-x list-packages. This contacts the server at <URL:http://elpa.gnu.org>,
8where many Emacs Lisp packages are stored. These are distributed
9separately from Emacs itself for reasons of space, etc. You can browse
10the resulting *Packages* buffer to see what is available, and then
11Emacs can automatically download and install the packages that you
12select. See the section "Emacs Lisp Packages" in the Emacs manual
13for more details.
14
15Below we describe some GNU Emacs programs and resources that are
16maintained by other people. Some of these may become part of the
17Emacs distribution, or GNU ELPA, in the future. Others we unfortunately
18can't distribute, even though they are free software, because we lack
19legal papers for copyright purposes.
20
21Also listed are sites where development versions of some packages
22distributed with Emacs may be found.
23
24It is difficult to keep this file up-to-date, and it only lists a fraction
25of the Emacs modes that are available. If you are interested in
26a particular feature, then after checking Emacs itself and GNU ELPA,
27a web search is often the best way to find results.
28
29* The gnu-emacs-sources mailing list
30 <URL:https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources>
31 which is gatewayed to the gnu.emacs.sources newsgroup (although the
32 connection between the two can be unreliable) is an official
33 place where people can post or announce their extensions to Emacs.
34
35* The `Emacs Lisp List' at
36 <URL:http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html> has pointers
37 to sources of a large number of packages. Unfortunately, at the time
38 of writing it seems to no longer be updating.
39
40* emacswiki.org
41 The Emacs Wiki has an area for storing elisp files
42 <URL:http://www.emacswiki.org/cgi-bin/wiki/ElispArea>.
43
44* WikEmacs
45 <URL:http://wikemacs.org> is an alternative wiki for Emacs.
46
47* Emacs slides and tutorials can be found here:
48 <URL:http://web.psung.name/emacs/>
49
50* Maintenance versions of some packages distributed with Emacs
51
52You might find bug-fixes or enhancements in these places.
53In many cases, however, development of these packages has shifted to Emacs,
54so you will find the latest version in Emacs.
55
56 * Ada-mode: <URL:http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html>
57
58 * CC mode: <URL:http://cc-mode.sourceforge.net/>
59
60 * CEDET: <URL:http://cedet.sourceforge.net/>
61
62 * Gnus: <URL:http://www.gnus.org/>
63
64 * MH-E: <URL:http://mh-e.sourceforge.net/>
65
66 * nXML: <URL:http://www.thaiopensource.com/nxml-mode/>
67
68 * Org mode: <URL:http://orgmode.org/>
69
70 * Tramp: Remote file access via rsh/ssh
71 <URL:http://savannah.gnu.org/projects/tramp/>
72
73* GNU Zile: <URL:http://www.gnu.org/software/zile/>
74 A lightweight Emacs clone, for when you don't have room for Emacs proper.
75
76* Packages and add-ons not bundled with Emacs
77
78Various major packages or useful additions aren't distributed as part of
79Emacs for various reasons, sometimes because their authors haven't made
80a copyright assignment to the FSF. Some of them may be integrated in
81the future.
82
83Your operating system distribution may include several of these as optional
84packages that you can install.
85
86 * AUCTeX: <URL:http://www.gnu.org/software/auctex/>
87 An extensible package that supports writing and formatting TeX
88 files (including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX).
89 Includes Preview LaTeX: embed preview LaTeX images in source buffer.
90 Available from GNU ELPA.
91
92 * BBDB: personal Info Rolodex integrated with mail/news:
93 <URL:http://savannah.nongnu.org/projects/bbdb>
94
95 * Boxquote: <URL:http://www.davep.org/emacs/>
96
97 * CJK-emacs: Converting MULE-encoded text to TeX:
98 <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and
99 mirrors of the `CTAN' TeX archives.
100
101 * Dismal: spreadsheet:
102 <URL:http://ritter.ist.psu.edu/dismal/dismal.html>
103
104 * ECB: Emacs Code Browser: <URL:http://ecb.sourceforge.net/>
105
106 * EDB: database: <URL:http://www.gnuvola.org/software/edb/>
107
108 * Ee: categorizing information manager:
109 <URL:http://www.jurta.org/en/emacs/ee/>
110
111 * EMacro: <URL:http://emacro.sourceforge.net/>
112 EMacro is a portable configuration file that configures itself.
113
114 * Emacs Muse: <URL:http://mwolson.org/projects/EmacsMuse.html>
115 An authoring and publishing environment for Emacs.
116 Available from GNU ELPA.
117
118 * Emacs speaks statistics (ESS): statistical programming within Emacs
119 <URL:http://ess.r-project.org>
120
121 * Emacspeak -- A Speech Output Subsystem For Emacs:
122 <URL:http://emacspeak.sourceforge.net/>
123
124 * Emacs-w3m : <URL:http://emacs-w3m.namazu.org/>
125 A simple Emacs interface to w3m, which is a text-mode WWW browser
126
127 * Emacs Wiki Mode: <URL:http://mwolson.org/projects/EmacsWikiMode.html>
128 A wiki-like publishing tool and personal information manager
129
130 * Go in a buffer: Go Text Protocol client:
131 <URL:http://www.gnuvola.org/software/personal-elisp/dist/lisp/diversions/gnugo.el>
132 A modified version is also bundled with GNU Go:
133 <URL:http://www.gnu.org/software/gnugo/gnugo.html>
134
135 * Hyperbole:
136 <URL:http://directory.fsf.org/wiki/Hyperbole>
137 Hyperbole is an open, efficient, programmable information
138 management and hypertext system.
139
140 * JDEE: <URL:http://jdee.sourceforge.net/>
141 Provides a Java development environment for Emacs.
142
143 * Mew: <URL:http://www.mew.org/>
144 A MIME mail reader for Emacs/XEmacs.
145
146 * MMM Mode: <URL:http://mmm-mode.sourceforge.net/>
147 MMM Mode is an emacs add-on package providing a minor mode that
148 allows Multiple Major Modes to coexist in one buffer.
149
150 * Planner Mode: <URL:http://www.wjsullivan.net/PlannerMode.html>
151 Planner is an organizer and day planner for Emacs.
152
153 * Quack: <URL:http://www.neilvandyke.org/quack/>
154 Quack enhances Emacs support for Scheme.
155
156 * QWE: <URL:http://www.nongnu.org/qwe/>
157 QWE's not WEB for Emacs is a quasi-WYSIWYG literate programming system for
158 Emacs that can be used with almost every programming language.
159
160 * Session: <URL:http://emacs-session.sourceforge.net/>
161 Session Management for Emacs.
162
163 * SLIME: The Superior Lisp Interaction Mode for Emacs:
164 <URL:http://common-lisp.net/project/slime/>
165
166 * Tamago: Chinese/Japanese/Korean input method
167 <URL:http://www.m17n.org/tamago/index.en.html>
168 Emacs Lisp package to provide input methods for CJK characters.
169
170 * Tiny Tools: <URL:https://savannah.nongnu.org/projects/emacs-tiny-tools>
171
172 * VM (View Mail): Alternative mail reader
173 <URL:http://launchpad.net/vm>
174 Previously hosted at: <URL:http://www.nongnu.org/viewmail/>
175
176 * W3 Web browser: <URL:http://savannah.gnu.org/projects/w3/>
177
178 * Wanderlust: <URL:http://www.gohome.org/wl/>
179 Wanderlust is a mail/news reader for Emacs.
180
181 * WhizzyTex: <URL:http://cristal.inria.fr/whizzytex/>
182 WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash)
183 shell-script daemon and some LaTeX macros.
184
185Local Variables:
186mode: text
187eval: (view-mode 1)
188eval: (goto-address-mode 1)
189End:
190
191This file is part of GNU Emacs.
192
193GNU Emacs is free software: you can redistribute it and/or modify
194it under the terms of the GNU General Public License as published by
195the Free Software Foundation, either version 3 of the License, or
196(at your option) any later version.
197
198GNU Emacs is distributed in the hope that it will be useful,
199but WITHOUT ANY WARRANTY; without even the implied warranty of
200MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
201GNU General Public License for more details.
202
203You should have received a copy of the GNU General Public License
204along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
205 4
5This file is obsolete and will be removed in future.
6Please update any links to use
7 info node `(efaq)Packages that do not come with Emacs'
8instead.