Remove define-generic-mode entry (DONE).
[emacs.git] / etc / MORE.STUFF
blobf5da8954c9badb94eaef0d931165c44be5ac9c33
1 More Neat Stuff for your Emacs
3 This file describes GNU Emacs programs and resources that are
4 maintained by other people.  Some of these may become part of the
5 Emacs distribution in the future.  Others we unfortunately can't
6 distribute, even though they are free software, because we lack legal
7 papers for copyright purposes.  Also included are sites where
8 development versions of some packages distributed with Emacs may be
9 found.
11 You might also look at the Emacs web page
12 <URL:http://www.gnu.org/software/emacs/emacs.html>.  If you use the
13 Windows-32 version of Emacs, see the NTEmacs sites listed in the FAQ.
15 Please submit a bug report if you find that any of the addresses
16 listed here fail.
18 * The `Emacs Lisp List' at
19   <URL:http://www.anc.ed.ac.uk/%7Estephen/emacs/ell.html> has pointers
20   to sources of a large number of packages.
22 * gnu.emacs.sources
24 Packages posted to the gnu.emacs.sources newsgroup (see
25 etc/MAILINGLISTS) might be archived specifically (try a web search
26 engine) or retrievable from general Usenet archive services.
28 * emacswiki.org
30 The Emacs Wiki has an area for storing elisp files
31 <URL:http://www.emacswiki.org/cgi-bin/wiki.pl/ElispArea>.
33 * Maintenance versions of some packages distributed with Emacs
35 You might find bug-fixes or enhancements in these places.
37  * Ada-mode: <URL:http://libre.act-europe.fr/adamode>
39  * Battery and Info Look: <URL:ftp://ftp.ul.bawue.de/pub/purple/emacs>
41  * BibTeX:
42    <URL:http://www.ida.ing.tu-bs.de/people/dirk/bibtex/index.html>
44  * BS: <URL:http://www.geekware.de/software/emacs/index.html>
46  * Calculator: <URL:http://www.cs.cornell.edu/eli/misc/calculator.el>
48  * CC mode: <URL:http://cc-mode.sourceforge.net/>
50  * CPerl: <URL:ftp://ftp.math.ohio-state.edu/pub/users/ilya>
52  * Ediff and Viper: <URL:http://www.cs.sunysb.edu/~kifer/emacs.html>
54  * Eldoc and Rlogin:
55    <URL:ftp://ftp.splode.com/pub/users/friedman/packages/>
57  * EShell: <URL:http://www.gci-net.com/users/j/johnw/emacs.html>
59  * Etags: <URL:ftp://pot.potorti.it/pub/software/unix/etags.tar.gz>
61  * EUDC: <URL:http://lspwww.epfl.ch/%7Efigueire/Software/eudc/>
63  * Expand: <URL:http://w3.teaser.fr/%7Eflepied/expand.el.gz>
65  * Find Func:
66    <URL:http://www.kurims.kyoto-u.ac.jp/%7Epetersen/emacs/find-func.el>
68  * Flyspell: <URL:http://kaolin.unice.fr/%7Eserrano/emacs/flyspell>
70  * Fortune: <URL:http://www.coling.uni-freiburg.de/%7Eschauer/emacs.html>
72  * Gnus: <URL:http://www.gnus.org/>
74  * Ffap: <URL:http://www.mathcs.emory.edu/%7Emic/ftp/emacs/>
75    (And some addons for it.)
77  * Hideshow: <URL:http://www.glug.org/people/ttn/software/hideshow/>
79  * Ispell: <URL:http://www.kdstevens.com/%7Estevens/ispell-page.html>
81  * Iswitchb: <URL:http://www.anc.ed.ac.uk/%7Estephen/emacs/iswitchb.el>
83  * MH-E: <URL:http://mh-e.sourceforge.net/>
85  * PC Selection: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/>
87  * PS mode: <URL:http://odur.let.rug.nl/%7Ekleiweg/postscript/>
89  * PS-print: <URL:ftp://ftp.cpqd.com.br/pub/users/vinicius/>
91  * QuickURL: <URL:http://www.acemake.com/hagbard/archives/quickurl.el>
93  * RefTeX: <URL:http://zon.astro.uva.nl/~dominik/Tools/>
95  * Speedbar, Checkdoc etc: <URL:http://cedet.sourceforge.net/>
97  * SQL: <URL:http://www.geocities.com/TimesSquare/6120/emacs.html>
99  * Sregex: <URL:http://www.zanshin.com/%7Ebobg/sregex.html>
101  * Tramp: Remote file access via rsh/ssh
102    <URL:http://savannah.gnu.org/projects/tramp/>
104  * Webjump: <URL:http://www.neilvandyke.org/webjump>
106  * Whitespace: <URL:http://www.dsmit.com/lisp/>
108 * Auxiliary files
110  * (Tex)info files for use with Info-look that don't come from GNU
111    packages:
112    * Scheme: <URL:ftp://ftp-swiss.ai.mit.edu/pub/scm/r5rs.info.tar.gz>
113    * LaTeX: <URL:ftp://ctan.tug.org/tex-archive/info/latex2e-help-texinfo/
114        latex2e.texi> (or CTAN mirrors)
115    * Perl: <URL:ftp://ftp.cpan.org/pub/CPAN/doc/manual/texinfo/perl5/>
116        (or CPAN mirrors)
118 * Packages and add-ons not bundled with Emacs
120 Various major packages or useful additions aren't distributed as part of
121 Emacs for various reasons, sometimes because their authors haven't made
122 a copyright assignment to the FSF.  Some of them may be integrated in
123 the future.
125 You might like to check whether they are packaged for your system.
126 Several are for Debian GNU/Linux in particular.
128  * AUCTeX: fancy (La)TeX support: <URL:http://www.gnu.org/software/auctex/>
129    There's an AUCTeX mail list/newsgroup:
130    <URL:news://sunsite.dk/emacs.auctex>.
132  * BBDB: personal Info Rolodex integrated with mail/news:
133    <URL:http://bbdb.sourceforge.net/>
134    [You might want to set the coding system of your .bbdb file to
135    emacs-mule, say by adding `("\\.bbdb\\'" . emacs-mule)' to
136    `file-coding-system-alist' for non-ASCII characters.]
138  * Boxquote: <URL:http://www.davep.org/emacs/>
140  * CEDET: Collection of Emacs Development Environment Tools, including
141    EIEIO, Semantic, Speedbar, EDE, and COGRE:
142    <URL:http://cedet.sourceforge.net/>
144  * CJK-emacs: Converting MULE-encoded text to TeX:
145    <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and
146    mirrors of the `CTAN' TeX archives.
148  * Dismal: spreadsheet:
149    <URL:http://acs.ist.psu.edu/dismal/dismal.html>
151  * ECB: Emacs Code Browser: <URL:http://ecb.sourceforge.net/>
153  * EDB: database: <URL:http://www.glug.org/people/ttn/software/edb/>
155  * Ee: categorizing information manager:
156    <URL:http://www.jurta.org/emacs/ee/>
158  * EFS: enhanced version of ange-ftp:
159    <URL:http://www-uk.hpl.hp.com/people/ange/efs>
160    Version 1.16 is said not to work properly with Emacs 20.
162  * Elib library: <URL:http://www.gnu.org/software/elib/elib.html>
163    From GNU distribution mirrors.  (Much of this functionality is now
164    in Emacs.)
166  * EMacro: <URL:http://emacro.sourceforge.net/>
167    EMacro is a portable configuration file that configures itself.
169  * Emacs statistical system (ESS): statistical programming within Emacs
170    <URL:http://ess.r-project.org>
172  * Emacspeak -- A Speech Output Subsystem For Emacs:
173    <URL:http://emacspeak.sourceforge.net/>
175  * Emacs-w3m : <URL:http://emacs-w3m.namazu.org/>
176    A simple Emacs interface to w3m, which is a text-mode
177    WWW browser
179  * Emacs Wiki Mode: <URL:http://mwolson.org/projects/EmacsWiki.html>
180    A wiki-like publishing tool and personal information manager
182  * ERC: IRC client:
183    <URL:http://www.emacswiki.org/cgi-bin/wiki?EmacsIRCClient>
185  * Gnuserv:
186    <URL:ftp://ftp.splode.com/pub/users/friedman/packages/fgnuserv-1.0.tar.gz>
187    Enhanced emacsclient/emacsserver.  See also
188    <URL:http://www.splode.com/users/friedman/software/emacs-lisp/> for
189    other Friedman Emacs hacks.
191    The latest versions of gnuserv are maintained by Martin Schwenke,
192    and are available from <URL:http://meltin.net/hacks/emacs/>.  Also
193    available from this Web page: eiffel-mode.el.
195  * hm--html-menus:
196    <URL:ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/contrib>
197    HTML-specific editing.  Can work with PSGML.
199  * Hyperbole: `Hyperbole is an open, efficient, programmable
200    information management and hypertext system.'
201    From GNU distribution mirrors.
203  * ILISP: <URL:http://ilisp.cons.org/>
204    Provides an interactive environment for manipulating an inferior
205    process running some form of Lisp.
207  * JDEE: <URL:http://jdee.sunsite.dk/>
208    Provides a Java development environment for Emacs.
210  * Mule-UCS: Universal enCoding System:
211    <URL:ftp://ftp.m17n.org/pub/mule/Mule-UCS/>
212    Extended coding systems for Mule, specifically for reading and
213    writing UTF-8 encoded Unicode.  This probably doesn't have much
214    advantage over the built-in `mule-utf-8' coding system with
215    `utf-translate-cjk' turned on.
217  * Mailcrypt:
218    <URL:http://mailcrypt.sourceforge.net/>
219    PGP and GPG support.  PGP isn't free software, but GPG, the GNU
220    Privacy Guard, is a free replacement <URL:http://www.gnupg.org/>.
222  * Mew: <URL:http://www.mew.org/>
223    A MIME mail reader for Emacs/XEmacs.
225  * MMM Mode: <URL:http://mmm-mode.sourceforge.net/>
226    MMM Mode is an emacs add-on package providing a minor mode that
227    allows Multiple Major Modes to coexist in one buffer.
229  * nXML Mode: New mode for XML:
230    <URL:http://www.thaiopensource.com/nxml-mode/>
231    nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a
232    powerful XML editor.
234  * Planner Mode:
235    <URL:http://sacha.free.net.ph/notebook/wiki/PlannerMode.php>
237  * Pointers to MIME packages:
238    <URL:http://bmrc.berkeley.edu/%7Etrey/emacs/mime.html>
240  * Preview LaTeX: embed preview LaTeX images in source buffer.
241    <URL:http://preview-latex.sourceforge.net/>
243  * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html>
244    DTD-aware serious SGML/XML editing.
246  * Quack: <URL:http://www.neilvandyke.org/quack/>
247    Quack enhances Emacs support for Scheme
249  * Remember:
250    <URL:http://sacha.free.net.ph/notebook/wiki/RememberEl.php>
252  * Session: <URL:http://emacs-session.sourceforge.net/>
253    Session Management for Emacs.
255  * SLIME: The Superior Lisp Interaction Mode for Emacs:
256    <URL:http://common-lisp.net/project/slime/>
258  * Tamago: Chinese/Japanese/Korean input method
259    <URL:ftp://m17n.org/pub/tamago/>
260    Emacs Lisp package to provide input methods for CJK characters.
261    It can use these background conversion servers:
262         FreeWnn (jserver, cserver, tserver),
263         Wnn6,
264         SJ3 Ver.2
266  * Tiny Tools: <URL:http://tiny-tools.sourceforge.net/>
268  * VM (View Mail): <URL:http://www.wonderworks.com/vm/> Alternative
269    mail reader.  There is a VM newsgroup: <URL:news:gnu.emacs.vm.info>
271  * W3: <URL:http://www.cs.indiana.edu/elisp/w3/docs.html>
272    Web browser.  There's a W3 mail list/newsgroup
273    <URL:news://sunsite.auc.dk/emacs.w3> and a W3 development mail
274    list/newsgroup <URL:news://sunsite.auc.dk/emacs.w3.dev>.
276  * Wanderlust: <URL:http://www.gohome.org/wl/>
277    Yet Another Message Interface on Emacsen. Wanderlust is a mail/news
278    reader supporting IMAP4rev1 for emacsen.
280  * WhizzyTex: <URL:http://pauillac.inria.fr/whizzytex/>
281    WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash)
282    shell-script daemon and some LaTeX macros.
284  * X-Symbol: <URL:http://x-symbol.sf.net/>
285    Quasi-WYSIWYG editing of TeX & al.  (It will be improved to take
286    better advantage of Emacs 21 features.)
288 Local Variables:
289 mode: text
290 mode: view
291 eval: (goto-address)
292 End:
294 arch-tag: c1d4e7c8-db85-44e6-909e-659e2b20fefa