]> code.delx.au - gnu-emacs/blob - etc/MORE.STUFF
(mac_make_lispy_event_code): Remove extern.
[gnu-emacs] / etc / MORE.STUFF
1 More Neat Stuff for your Emacs
2
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.
10
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.
14
15 Please submit a bug report if you find that any of the addresses
16 listed here fail.
17
18 * The `Emacs Lisp List' at
19 <URL:http://www.damtp.cam.ac.uk/user/eglen/emacs/ell.html> has pointers
20 to sources of a large number of packages.
21
22 * gnu.emacs.sources
23
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.
27
28 * emacswiki.org
29
30 The Emacs Wiki has an area for storing elisp files
31 <URL:http://www.emacswiki.org/cgi-bin/wiki.pl/ElispArea>.
32
33 * Maintenance versions of some packages distributed with Emacs
34
35 You might find bug-fixes or enhancements in these places.
36
37 * Ada-mode: <URL:http://libre.act-europe.fr/adamode>
38
39 * Battery and Info Look: <URL:http://www-cdf.fnal.gov/~sthrlnd/emacs/>
40
41 * BibTeX:
42 <URL:http://www.ida.ing.tu-bs.de/people/dirk/bibtex/index.html>
43
44 * BS: <URL:http://www.geekware.de/software/emacs/index.html>
45
46 * Calculator: <URL:http://www.barzilay.org/misc/calculator.el>
47
48 * CC mode: <URL:http://cc-mode.sourceforge.net/>
49
50 * CPerl: <URL:http://www.cpan.org/modules/by-module/CPAN/ILYAZ/cperl-mode/>
51
52 * Ediff and Viper: <URL:http://www.cs.sunysb.edu/~kifer/emacs.html>
53
54 * Eldoc and Rlogin:
55 <URL:http://www.splode.com/~friedman/software/emacs-lisp/>
56
57 * EShell: <URL:http://www.newartisans.com/johnw/emacs.html>
58
59 * Etags: <URL:ftp://pot.potorti.it/pub/software/unix/etags.tar.gz>
60
61 * Expand: <URL:http://w3.teaser.fr/%7Eflepied/expand.el.gz>
62
63 * Fortune: <URL:http://www.coling.uni-freiburg.de/%7Eschauer/emacs.html>
64
65 * Gnus: <URL:http://www.gnus.org/>
66
67 * Ffap: <URL:http://www.mathcs.emory.edu/%7Emic/ftp/emacs/>
68 (And some addons for it.)
69
70 * Hideshow: <URL:http://www.glug.org/people/ttn/software/hideshow/>
71
72 * Ispell: <URL:http://www.eng.utah.edu/~kstevens/ispell-page.html>
73
74 * MH-E: <URL:http://mh-e.sourceforge.net/>
75
76 * PC Selection: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/>
77
78 * PS mode: <URL:http://odur.let.rug.nl/%7Ekleiweg/postscript/>
79
80 * PS-print: <URL:http://www.cpqd.com.br/~vinicius/emacs/>
81
82 * QuickURL: <URL:http://www.davep.org/emacs/>
83
84 * RefTeX: <URL:http://staff.science.uva.nl/~dominik/Tools/reftex/>
85
86 * Speedbar, Checkdoc etc: <URL:http://cedet.sourceforge.net/>
87
88 * SQL: <URL:http://www.geocities.com/TimesSquare/6120/emacs.html>
89
90 * Tramp: Remote file access via rsh/ssh
91 <URL:http://savannah.gnu.org/projects/tramp/>
92
93 * Webjump: <URL:http://www.neilvandyke.org/webjump>
94
95 * Whitespace: <URL:http://www.dsmit.com/lisp/>
96
97 * Auxiliary files
98
99 * (Tex)info files for use with Info-look that don't come from GNU
100 packages:
101 * Scheme: <URL:ftp://ftp-swiss.ai.mit.edu/pub/scm/r5rs.info.tar.gz>
102 * LaTeX: <URL:ftp://ctan.tug.org/tex-archive/info/latex2e-help-texinfo/
103 latex2e.texi> (or CTAN mirrors)
104 * Perl: <URL:ftp://ftp.cpan.org/pub/CPAN/doc/manual/texinfo/>
105 (or CPAN mirrors)
106
107 * Packages and add-ons not bundled with Emacs
108
109 Various major packages or useful additions aren't distributed as part of
110 Emacs for various reasons, sometimes because their authors haven't made
111 a copyright assignment to the FSF. Some of them may be integrated in
112 the future.
113
114 You might like to check whether they are packaged for your system.
115 Several are for Debian GNU/Linux in particular.
116
117 * AUCTeX: fancy (La)TeX support: <URL:http://www.gnu.org/software/auctex/>
118 There's an AUCTeX mail list/newsgroup:
119 <URL:news://sunsite.dk/emacs.auctex>.
120
121 * BBDB: personal Info Rolodex integrated with mail/news:
122 <URL:http://bbdb.sourceforge.net/>
123 [You might want to set the coding system of your .bbdb file to
124 emacs-mule, say by adding `("\\.bbdb\\'" . emacs-mule)' to
125 `file-coding-system-alist' for non-ASCII characters.]
126
127 * Boxquote: <URL:http://www.davep.org/emacs/>
128
129 * CEDET: Collection of Emacs Development Environment Tools, including
130 EIEIO, Semantic, Speedbar, EDE, and COGRE:
131 <URL:http://cedet.sourceforge.net/>
132
133 * CJK-emacs: Converting MULE-encoded text to TeX:
134 <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and
135 mirrors of the `CTAN' TeX archives.
136
137 * Dismal: spreadsheet:
138 <URL:http://www.gnu.org/software/dismal/dismal.html>
139
140 * ECB: Emacs Code Browser: <URL:http://ecb.sourceforge.net/>
141
142 * EDB: database: <URL:http://www.glug.org/people/ttn/software/edb/>
143
144 * Ee: categorizing information manager:
145 <URL:http://www.jurta.org/emacs/ee/>
146
147 * EFS: enhanced version of ange-ftp:
148 <URL:http://www-uk.hpl.hp.com/people/ange/efs>
149 Version 1.16 is said not to work properly with Emacs 20.
150
151 * Elib library: <URL:http://www.gnu.org/software/elib/elib.html>
152 From GNU distribution mirrors. (Much of this functionality is now
153 in Emacs.)
154
155 * EMacro: <URL:http://emacro.sourceforge.net/>
156 EMacro is a portable configuration file that configures itself.
157
158 * Emacs speaks statistics (ESS): statistical programming within Emacs
159 <URL:http://ess.r-project.org>
160
161 * Emacspeak -- A Speech Output Subsystem For Emacs:
162 <URL:http://emacspeak.sourceforge.net/>
163
164 * Emacs-w3m : <URL:http://emacs-w3m.namazu.org/>
165 A simple Emacs interface to w3m, which is a text-mode
166 WWW browser
167
168 * Emacs Wiki Mode: <URL:http://mwolson.org/projects/EmacsWiki.html>
169 A wiki-like publishing tool and personal information manager
170
171 * ERC: IRC client:
172 <URL:http://www.emacswiki.org/cgi-bin/wiki?EmacsIRCClient>
173
174 * Gnuserv:
175 <URL:http://www.hpl.hp.com/personal/ange/gnuserv/home.html>
176 Enhanced emacsclient/emacsserver. Also available from this Web
177 page: eiffel-mode.el.
178
179 * Go in a buffer: Go Text Protocol client:
180 <URL:http://www.glug.org/people/ttn/software/personal-elisp/standalone/>
181 A modified version is also bundled with GNU Go:
182 <URL:http://www.gnu.org/software/gnugo/gnugo.html>
183
184 * hm--html-menus:
185 <URL:ftp://sunsite.unc.edu/pub/Linux/apps/editors/emacs/>
186 HTML-specific editing. Can work with PSGML.
187
188 * Hyperbole:
189 <URL:http://ftp.gnu.org/pub/gnu/hyperbole/>
190 Hyperbole is an open, efficient, programmable information
191 management and hypertext system.
192
193 * JDEE: <URL:http://jdee.sunsite.dk/>
194 Provides a Java development environment for Emacs.
195
196 * Mule-UCS: Universal enCoding System:
197 <URL:ftp://ftp.m17n.org/pub/mule/Mule-UCS/>
198 Extended coding systems for Mule, specifically for reading and
199 writing UTF-8 encoded Unicode. This probably doesn't have much
200 advantage over the built-in `mule-utf-8' coding system with
201 `utf-translate-cjk' turned on.
202
203 * Mailcrypt:
204 <URL:http://mailcrypt.sourceforge.net/>
205 PGP and GPG support. PGP isn't free software, but GPG, the GNU
206 Privacy Guard, is a free replacement <URL:http://www.gnupg.org/>.
207
208 * Mew: <URL:http://www.mew.org/>
209 A MIME mail reader for Emacs/XEmacs.
210
211 * MMM Mode: <URL:http://mmm-mode.sourceforge.net/>
212 MMM Mode is an emacs add-on package providing a minor mode that
213 allows Multiple Major Modes to coexist in one buffer.
214
215 * nXML Mode: New mode for XML:
216 <URL:http://www.thaiopensource.com/nxml-mode/>
217 nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a
218 powerful XML editor.
219
220 * Planner Mode:
221 <URL:http://sacha.free.net.ph/notebook/wiki/PlannerMode.php>
222
223 * Preview LaTeX: embed preview LaTeX images in source buffer.
224 <URL:http://preview-latex.sourceforge.net/>
225
226 * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html>
227 DTD-aware serious SGML/XML editing.
228
229 * Quack: <URL:http://www.neilvandyke.org/quack/>
230 Quack enhances Emacs support for Scheme
231
232 * Remember:
233 <URL:http://sacha.free.net.ph/notebook/wiki/RememberEl.php>
234
235 * Session: <URL:http://emacs-session.sourceforge.net/>
236 Session Management for Emacs.
237
238 * SLIME: The Superior Lisp Interaction Mode for Emacs:
239 <URL:http://common-lisp.net/project/slime/>
240
241 * Tamago: Chinese/Japanese/Korean input method
242 <URL:ftp://m17n.org/pub/tamago/>
243 Emacs Lisp package to provide input methods for CJK characters.
244 It can use these background conversion servers:
245 FreeWnn (jserver, cserver, tserver),
246 Wnn6,
247 SJ3 Ver.2
248
249 * Tiny Tools: <URL:http://tiny-tools.sourceforge.net/>
250
251 * VM (View Mail): <URL:http://www.wonderworks.com/vm/> Alternative
252 mail reader. There is a VM newsgroup: <URL:news:gnu.emacs.vm.info>
253
254 * W3: <URL:http://savannah.gnu.org/projects/w3/>
255 Web browser. There's a W3 mail list/newsgroup
256 <URL:http://savannah.gnu.org/mail/?group=w3>.
257
258 * Wanderlust: <URL:http://www.gohome.org/wl/>
259 Yet Another Message Interface on Emacsen. Wanderlust is a mail/news
260 reader supporting IMAP4rev1 for emacsen.
261
262 * WhizzyTex: <URL:http://cristal.inria.fr/whizzytex/>
263 WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash)
264 shell-script daemon and some LaTeX macros.
265
266 * X-Symbol: <URL:http://x-symbol.sourceforge.net/>
267 Quasi-WYSIWYG editing of TeX & al. (It will be improved to take
268 better advantage of Emacs 21 features.)
269
270 Local Variables:
271 mode: text
272 mode: view
273 eval: (goto-address)
274 End:
275
276 arch-tag: c1d4e7c8-db85-44e6-909e-659e2b20fefa