]> code.delx.au - gnu-emacs/blob - etc/MORE.STUFF
Merge from emacs--devo--0
[gnu-emacs] / etc / MORE.STUFF
1 More Neat Stuff for your Emacs
2
3 Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 Free Software Foundation, Inc.
5 See the end of the file for license conditions.
6
7 This file describes GNU Emacs programs and resources that are
8 maintained by other people. Some of these may become part of the
9 Emacs distribution in the future. Others we unfortunately can't
10 distribute, even though they are free software, because we lack legal
11 papers for copyright purposes. Also included are sites where
12 development versions of some packages distributed with Emacs may be
13 found.
14
15 You might also look at the Emacs web page
16 <URL:http://www.gnu.org/software/emacs/emacs.html>. If you use the
17 Windows-32 version of Emacs, see the NTEmacs sites listed in the FAQ.
18
19 Please submit a bug report if you find that any of the addresses
20 listed here fail.
21
22 * The `Emacs Lisp List' at
23 <URL:http://www.damtp.cam.ac.uk/user/eglen/emacs/ell.html> has pointers
24 to sources of a large number of packages.
25
26 * gnu.emacs.sources
27
28 Packages posted to the gnu.emacs.sources newsgroup (see
29 etc/MAILINGLISTS) might be archived specifically (try a web search
30 engine) or retrievable from general Usenet archive services.
31
32 * emacswiki.org
33
34 The Emacs Wiki has an area for storing elisp files
35 <URL:http://www.emacswiki.org/cgi-bin/wiki.pl/ElispArea>.
36
37 * Emacs tutorials and manuals
38
39 * Emacs slides and tutorials can be found here:
40 <URL:http://stuff.mit.edu/iap/emacs/>
41
42 * Maintenance versions of some packages distributed with Emacs
43
44 You might find bug-fixes or enhancements in these places.
45
46 * Ada-mode: <URL:http://libre.act-europe.fr/adamode>
47
48 * Battery and Info Look: <URL:http://www-cdf.fnal.gov/~sthrlnd/emacs/>
49
50 * BS: <URL:http://www.geekware.de/software/emacs/index.html>
51
52 * Calculator: <URL:http://www.barzilay.org/misc/calculator.el>
53
54 * CC mode: <URL:http://cc-mode.sourceforge.net/>
55
56 * CPerl: <URL:http://www.cpan.org/modules/by-module/CPAN/ILYAZ/cperl-mode/>
57
58 * Ediff and Viper: <URL:http://www.cs.sunysb.edu/~kifer/emacs.html>
59
60 * Eldoc and Rlogin:
61 <URL:http://www.splode.com/~friedman/software/emacs-lisp/>
62
63 * ERC: IRC client:
64 <URL:http://www.emacswiki.org/cgi-bin/wiki?EmacsIRCClient>
65
66 * EShell: <URL:http://johnwiegley.com/eshell.html>
67
68 * Etags: <URL:ftp://pot.potorti.it/pub/software/unix/etags.tar.gz>
69
70 * Expand: <URL:http://w3.teaser.fr/%7Eflepied/expand.el.gz>
71
72 * Gnus: <URL:http://www.gnus.org/>
73
74 * Ffap: <URL:http://www.mathcs.emory.edu/%7Emic/ftp/emacs/>
75 (And some addons for it.)
76
77 * Hideshow: <URL:http://staff.science.uva.nl/~dominik/Tools/org/>
78
79 * Ispell: <URL:http://www.eng.utah.edu/~kstevens/ispell-page.html>
80
81 * MH-E: <URL:http://mh-e.sourceforge.net/>
82
83 * Org mode: <URL:http://staff.science.uva.nl/~dominik/Tools/org/>
84
85 * PS mode: <URL:http://odur.let.rug.nl/%7Ekleiweg/postscript/>
86
87 * PS-print: <URL:http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage>
88
89 * Python mode: <URL:http://www.emacswiki.org/cgi-bin/wiki/PythonMode>
90
91 * QuickURL: <URL:http://www.davep.org/emacs/>
92
93 * RefTeX: <URL:http://www.gnu.org/software/auctex/reftex.html>
94
95 * Speedbar, Checkdoc etc: <URL:http://cedet.sourceforge.net/>
96
97 * SQL: <URL:http://www.emacswiki.org/cgi-bin/wiki/sql.el>
98
99 * Tramp: Remote file access via rsh/ssh
100 <URL:http://savannah.gnu.org/projects/tramp/>
101
102 * Webjump: <URL:http://www.neilvandyke.org/webjump>
103
104 * Whitespace: <URL:http://www.dsmit.com/lisp/whitespace.el>
105
106 * Auxiliary files
107
108 * (Tex)info files for use with Info-look that don't come from GNU
109 packages:
110 * Scheme: <URL:ftp://ftp-swiss.ai.mit.edu/pub/scm/r5rs.info.tar.gz>
111 * LaTeX: <URL:ftp://ctan.tug.org/tex-archive/info/latex2e-help-texinfo/
112 latex2e.texi> (or CTAN mirrors)
113 * Perl: <URL:ftp://ftp.cpan.org/pub/CPAN/doc/manual/texinfo/>
114 (or CPAN mirrors)
115
116 * Packages and add-ons not bundled with Emacs
117
118 Various major packages or useful additions aren't distributed as part of
119 Emacs for various reasons, sometimes because their authors haven't made
120 a copyright assignment to the FSF. Some of them may be integrated in
121 the future.
122
123 You might like to check whether they are packaged for your system.
124 Several are for Debian GNU/Linux in particular.
125
126 * AUCTeX: <URL:http://www.gnu.org/software/auctex/>
127 An extensible package that supports writing and formatting TeX
128 files (including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX).
129
130 * BBDB: personal Info Rolodex integrated with mail/news:
131 <URL:http://bbdb.sourceforge.net/>
132 [You might want to set the coding system of your .bbdb file to
133 emacs-mule, say by adding `("\\.bbdb\\'" . emacs-mule)' to
134 `file-coding-system-alist' for non-ASCII characters.]
135
136 * Boxquote: <URL:http://www.davep.org/emacs/>
137
138 * CEDET: Collection of Emacs Development Environment Tools, including
139 EIEIO, Semantic, Speedbar, EDE, and COGRE:
140 <URL:http://cedet.sourceforge.net/>
141
142 * CJK-emacs: Converting MULE-encoded text to TeX:
143 <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and
144 mirrors of the `CTAN' TeX archives.
145
146 * Dismal: spreadsheet:
147 <URL:http://ritter.ist.psu.edu/dismal/dismal.html>
148
149 * ECB: Emacs Code Browser: <URL:http://ecb.sourceforge.net/>
150
151 * EDB: database: <URL:http://www.gnuvola.org/software/edb/>
152
153 * Ee: categorizing information manager:
154 <URL:http://www.jurta.org/emacs/ee/>
155
156 * EFS: enhanced version of ange-ftp:
157 <URL:http://www-uk.hpl.hp.com/people/ange/efs>
158 Version 1.16 is said not to work properly with Emacs 20.
159
160 * Elib library: <URL:http://www.gnu.org/software/elib/elib.html>
161 From GNU distribution mirrors. (Much of this functionality is now
162 in Emacs.)
163
164 * EMacro: <URL:http://emacro.sourceforge.net/>
165 EMacro is a portable configuration file that configures itself.
166
167 * Emacs Muse: <URL:http://www.mwolson.org/projects/EmacsMuse.html>
168 An authoring and publishing environment for Emacs.
169
170 * Emacs speaks statistics (ESS): statistical programming within Emacs
171 <URL:http://ess.r-project.org>
172
173 * Emacspeak -- A Speech Output Subsystem For Emacs:
174 <URL:http://emacspeak.sourceforge.net/>
175
176 * Emacs-w3m : <URL:http://emacs-w3m.namazu.org/>
177 A simple Emacs interface to w3m, which is a text-mode WWW browser
178
179 * Emacs Wiki Mode: <URL:http://www.mwolson.org/projects/EmacsWiki.html>
180 A wiki-like publishing tool and personal information manager
181
182 * Gnuserv:
183 <URL:http://www.hpl.hp.com/personal/ange/gnuserv/home.html>
184 Enhanced emacsclient/emacsserver. Also available from this Web
185 page: eiffel-mode.el.
186
187 * Go in a buffer: Go Text Protocol client:
188 <URL:http://www.gnuvola.org/software/personal-elisp/standalone/>
189 A modified version is also bundled with GNU Go:
190 <URL:http://www.gnu.org/software/gnugo/gnugo.html>
191
192 * hm--html-menus:
193 <URL:ftp://sunsite.unc.edu/pub/Linux/apps/editors/emacs/>
194 HTML-specific editing. Can work with PSGML.
195
196 * Hyperbole:
197 <URL:http://directory.fsf.org/hyperbole.html>
198 Hyperbole is an open, efficient, programmable information
199 management and hypertext system.
200
201 * JDEE: <URL:http://jdee.sunsite.dk/>
202 Provides a Java development environment for Emacs.
203
204 * Mailcrypt:
205 <URL:http://mailcrypt.sourceforge.net/>
206 PGP and GPG support. PGP isn't free software, but GPG, the GNU
207 Privacy Guard, is a free replacement <URL:http://www.gnupg.org/>.
208
209 * Mew: <URL:http://www.mew.org/>
210 A MIME mail reader for Emacs/XEmacs.
211
212 * MMM Mode: <URL:http://mmm-mode.sourceforge.net/>
213 MMM Mode is an emacs add-on package providing a minor mode that
214 allows Multiple Major Modes to coexist in one buffer.
215
216 * nXML Mode: New mode for XML:
217 <URL:http://www.thaiopensource.com/nxml-mode/>
218 nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a
219 powerful XML editor.
220
221 * Planner Mode: <URL:http://wjsullivan.net/PlannerMode>
222 Planner is an organizer and day planner for Emacs.
223
224 * Preview LaTeX: embed preview LaTeX images in source buffer.
225 <URL:http://www.gnu.org/software/auctex/preview-latex>
226
227 * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html>
228 DTD-aware serious SGML/XML editing.
229
230 * Quack: <URL:http://www.neilvandyke.org/quack/>
231 Quack enhances Emacs support for Scheme.
232
233 * Remember: <URL:https://gna.org/p/remember-el>
234 A Personal Information Manager (PIM) for Emacs.
235
236 * Session: <URL:http://emacs-session.sourceforge.net/>
237 Session Management for Emacs.
238
239 * SLIME: The Superior Lisp Interaction Mode for Emacs:
240 <URL:http://common-lisp.net/project/slime/>
241
242 * Tamago: Chinese/Japanese/Korean input method
243 <URL:ftp://m17n.org/pub/tamago/>
244 Emacs Lisp package to provide input methods for CJK characters.
245 It can use these background conversion servers:
246 FreeWnn (jserver, cserver, tserver),
247 Wnn6,
248 SJ3 Ver.2
249
250 * Tiny Tools: <URL:http://tiny-tools.sourceforge.net/>
251
252 * VM (View Mail): <URL:http://www.nongnu.org/viewmail/> Alternative
253 mail reader. There is a VM newsgroup: <URL:news:gnu.emacs.vm.info>
254
255 * W3: <URL:http://savannah.gnu.org/projects/w3/>
256 Web browser. There's a W3 mail list/newsgroup
257 <URL:http://savannah.gnu.org/mail/?group=w3>.
258
259 * Wanderlust: <URL:http://www.gohome.org/wl/>
260 Yet Another Message Interface on Emacsen. Wanderlust is a mail/news
261 reader supporting IMAP4rev1 for emacsen.
262
263 * WhizzyTex: <URL:http://cristal.inria.fr/whizzytex/>
264 WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash)
265 shell-script daemon and some LaTeX macros.
266
267 * X-Symbol: <URL:http://x-symbol.sourceforge.net/>
268 Quasi-WYSIWYG editing of TeX & al.
269
270 Local Variables:
271 mode: text
272 mode: view
273 eval: (goto-address)
274 End:
275
276 This file is part of GNU Emacs.
277
278 GNU Emacs is free software; you can redistribute it and/or modify
279 it under the terms of the GNU General Public License as published by
280 the Free Software Foundation; either version 3, or (at your option)
281 any later version.
282
283 GNU Emacs is distributed in the hope that it will be useful,
284 but WITHOUT ANY WARRANTY; without even the implied warranty of
285 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
286 GNU General Public License for more details.
287
288 You should have received a copy of the GNU General Public License
289 along with GNU Emacs; see the file COPYING. If not, write to the
290 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
291 Boston, MA 02110-1301, USA.
292
293 arch-tag: c1d4e7c8-db85-44e6-909e-659e2b20fefa