annotate etc/MORE.STUFF @ 25844:8e1b437e5d04

#
author Dave Love <fx@gnu.org>
date Fri, 01 Oct 1999 12:43:57 +0000
parents cd3aa5527b4f
children cead5ead9ae6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
1 More Neat Stuff for your Emacs -*-mode: text; outline-minor-mode: t-*-
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
2
25844
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
3 This file describes GNU Emacs programs and resources that are
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
4 maintained by other people. Some of these may become part of the
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
5 Emacs distribution in the future. Others we unfortunately can't
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
6 distribute, even though they are free software, because we lack legal
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
7 papers for copyright purposes. Also included are sites where
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
8 development versions of some packages distributed with Emacs may be
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
9 found.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
10
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
11 You might also look at the Emacs web page
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
12 <URL:http://www.gnu.org/software/emacs/emacs.html>. If you use the
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
13 Windows-32 version of Emacs, see the NTEmacs sites listed in the FAQ.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
14
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
15 Please submit a but report if you find that any of the addresses
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
16 listed here fail.
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
17
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
18 * The LCD archive
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
19
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
20 There is a large collection of Emacs Lisp code available for FTP at
24157
19192d7c0e53 Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents: 24128
diff changeset
21 ftp.cis.ohio-state.edu and various mirrors. Unfortunately its
19192d7c0e53 Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents: 24128
diff changeset
22 maintenance is currently very slow.
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
23
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
24 To get started using this archive, do:
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
25
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
26 ftp ftp.cis.ohio-state.edu
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
27
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
28 Once you're in FTP, do
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
29
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
30 cd pub/emacs-lisp
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
31 bin
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
32 get lispdir.el.Z
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
33 get LCD-datafile.Z
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
34
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
35 and exit. Then do:
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
36
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
37 gunzip *.Z
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
38
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
39 The lispdir.el package will help you search for useful packages in the
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
40 LCD-datafile, which is a list of the archive constants. It will even
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
41 fetch them for you on command.
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
42
24157
19192d7c0e53 Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents: 24128
diff changeset
43 * gnu.emacs.sources
19192d7c0e53 Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents: 24128
diff changeset
44
19192d7c0e53 Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents: 24128
diff changeset
45 Packages posted to the gnu.emacs.sources newsgroup (see
19192d7c0e53 Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents: 24128
diff changeset
46 etc/MAILINGLISTS) might be archived specifically (try a web search
19192d7c0e53 Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents: 24128
diff changeset
47 engine) or retrievable from general Usenet archive services.
19192d7c0e53 Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents: 24128
diff changeset
48
24774
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
49 * Maintenance versions of some packages distributed with Emacs
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
50
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
51 You might find bug-fixes or enhancements in these places.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
52
25489
cd3aa5527b4f Update Ada, ILISP, GNUPG, MULE_UCS.
Dave Love <fx@gnu.org>
parents: 25053
diff changeset
53 * Ada: <URL:http://ada.eu.org/ada-mode/>
cd3aa5527b4f Update Ada, ILISP, GNUPG, MULE_UCS.
Dave Love <fx@gnu.org>
parents: 25053
diff changeset
54
24959
1e276451494f Update for Autorevert, Follow.
Dave Love <fx@gnu.org>
parents: 24801
diff changeset
55 * Autorevert and Follow:
1e276451494f Update for Autorevert, Follow.
Dave Love <fx@gnu.org>
parents: 24801
diff changeset
56 <URL:http://www.andersl.com/emacs/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
57
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
58 * Battery and Info Look: <URL:ftp://ftp.ul.bawue.de/pub/purple/emacs>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
59
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
60 * BibTeX:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
61 <URL:http://www.ida.ing.tu-bs.de/people/dirk/bibtex/index.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
62
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
63 * CC Mode, ELP, Reporter, Supercite: <URL:http://www.python.org/emacs/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
64 Also home of Python Mode and possibly other good hacks.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
65
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
66 * CPerl: <URL:ftp://ftp.math.ohio-state.edu/pub/users/ilya>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
67
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
68 * Ediff and Viper: <URL:ftp://ftp.ca.sunysb.edu/pub/techreports/kifer/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
69
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
70 * Eldoc, Rlogin and Rsz-mini:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
71 <URL:ftp://ftp.splode.com/pub/users/friedman/packages/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
72
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
73 * Expand: <URL:http://w3.teaser.fr/%7Eflepied/expand.el.gz>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
74
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
75 * Etags: <URL:ftp://fly.cnuce.cnr.it/pub/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
76
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
77 * Find Func:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
78 <URL:http://www.kurims.kyoto-u.ac.jp/%7Epetersen/emacs/find-func.el>
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
79
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
80 * Flyspell: <URL:http://kaolin.unice.fr/%7Eserrano/emacs/flyspell>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
81
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
82 * Gnus home page: <URL:http://www.gnus.org/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
83 Native MIME support is in development at the time of writing.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
84
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
85 * Ffap: <URL:http://www.mathcs.emory.edu/%7Emic/ftp/emacs/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
86 (And some addons for it.)
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
87
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
88 * Ispell: <URL:http://www.kdstevens.com/%7Estevens/ispell-page.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
89
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
90 * Iswitchb: <URL:http://www.anc.ed.ac.uk/%7Estephen/emacs/iswitchb.el>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
91
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
92 * PC Selection: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
93
24801
785877e7bab4 RefTeX URL.
Dave Love <fx@gnu.org>
parents: 24774
diff changeset
94 * RefTeX: <URL:http://www.strw.leidenuniv.nl/%7Edominik/Tools/>
785877e7bab4 RefTeX URL.
Dave Love <fx@gnu.org>
parents: 24774
diff changeset
95
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
96 * Speedbar, Checkdoc etc: <URL:ftp://www.ultranet.com/pub/zappo/>
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
97
24774
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
98 * SQL: <URL:http://www.geocities.com/TimesSquare/6120/emacs.html>
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
99
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
100 * Sregex: <URL:http://www.zanshin.com/%7Ebobg/sregex.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
101
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
102 * Webjump: <URL:http://nwv.www.media.mit.edu/people/nwv/projects/webjump>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
103
24774
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
104 *Auxilliary files
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
105
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
106 * (Tex)info files for use with Info-look that don't come from GNU
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
107 packages:
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
108 * Scheme: <URL:ftp://ftp-swiss.ai.mit.edu/pub/scm/r5rs.info.tar.gz>
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
109 * LaTeX: <URL:ftp://ctan.tug.org/tex-archive/info/latex2e-help-texinfo/
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
110 latex2e.texi> (or CTAN mirrors)
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
111 * Perl: <URL:ftp://ftp.funet.fi/pub/languages/perl/CPAN/doc/manual/
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
112 texinfo/perl5/> (or CPAN mirrors)
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
113
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
114 * Packages and add-ons not bundled with Emacs
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
115
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
116 Various major packages or useful additions aren't distributed as part of
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
117 Emacs for various reasons, sometimes because their authors haven't made
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
118 a copyright assignment to the FSF. Some of them may be integrated in
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
119 the future.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
120
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
121 * AUCTeX: fancy (La)TeX support: <URL:http://sunsite.auc.dk/auctex/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
122 There's an AUCTeX mail list/newsgroup:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
123 <URL:news://sunsite.auc.dk/emacs.auctex>.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
124
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
125 * BBDB: personal Info Rolodex integrated with mail/news:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
126 <URL:http://pw2.netcom.com/%7Esimmonmt/bbdb/index.html>
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
127
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
128 * Calc: computer algebra and numerical calculations:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
129 <URL:http:www.gnu.org/software/calc/calc.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
130 From GNU distribution mirrors.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
131
24654
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
132 * CJK-emacs: Converting MULE-encoded text to TeX:
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
133 <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
134 mirrors of the `CTAN' TeX archives.
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
135
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
136 * Dismal: spreadsheet:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
137 <URL:http://www.psychology.nottingham.ac.uk/staff/ritter/papers/dismal/
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
138 dismal.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
139
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
140 * EDB: database: <URL:ftp://theory.lcs.mit.edu/pub/emacs/edb>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
141 No longer maintained?
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
142
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
143 * EIEIO (object system), ETalk (interface to Internet talk):
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
144 <URL:ftp://www.ultranet.com/pub/zappo/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
145
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
146 * EFS: enhanced version of ange-ftp:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
147 <URL:http://www-uk.hpl.hp.com/people/ange/efs>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
148 Version 1.16 is said not to work properly with Emacs 20.
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
149
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
150 * Elib library: <URL:/software/elib/elib.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
151 From GNU distribution mirrors.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
152
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
153 * Emacspeak -- A Speech Output Subsystem For Emacs:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
154 <URL:http://simon.cs.cornell.edu/info/people/raman/emacspeak/emacspeak.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
155
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
156 * Erik Naggum's hacks: <URL:ftp://ftp.naggum.no/emacs/>
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
157
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
158 * Gnuserv:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
159 <URL:ftp://ftp.splode.com/pub/users/friedman/packages/fgnuserv-1.0.tar.gz>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
160 Enhanced emacsclient/emacsserver. See also
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
161 <URL:http://www.splode.com/users/friedman/software/emacs-lisp/> for
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
162 other Friedman Emacs hacks.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
163
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
164 * hm--html-menus:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
165 <URL:ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/contrib>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
166 HTML-specific editing. Can work with PSGML.
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
167
24235
d8812963530b Add hyperbole.
Dave Love <fx@gnu.org>
parents: 24157
diff changeset
168 * Hyperbole: `Hyperbole is an open, efficient, programmable
d8812963530b Add hyperbole.
Dave Love <fx@gnu.org>
parents: 24157
diff changeset
169 information management and hypertext system.'
d8812963530b Add hyperbole.
Dave Love <fx@gnu.org>
parents: 24157
diff changeset
170 From GNU distribution mirrors.
d8812963530b Add hyperbole.
Dave Love <fx@gnu.org>
parents: 24157
diff changeset
171
25489
cd3aa5527b4f Update Ada, ILISP, GNUPG, MULE_UCS.
Dave Love <fx@gnu.org>
parents: 25053
diff changeset
172 * ILISP: <URL:http://ilisp.cons.org/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
173 Provides an interactive environment for manipulating an inferior
25489
cd3aa5527b4f Update Ada, ILISP, GNUPG, MULE_UCS.
Dave Love <fx@gnu.org>
parents: 25053
diff changeset
174 process running some form of Lisp.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
175
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
176 * JDE: <URL:http://sunsite.auc.dk/jde/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
177 Wrapper around Java development tools.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
178
24654
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
179 * MULE-UCS: Universal enCoding System
25489
cd3aa5527b4f Update Ada, ILISP, GNUPG, MULE_UCS.
Dave Love <fx@gnu.org>
parents: 25053
diff changeset
180 <URL:ftp://ftp.jaist.ac.jp/pub/GNU/elisp/mule-ucs/himi/>:
24654
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
181 Extended coding systems for MULE, specifically for reading and
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
182 writing UTF-8 encoded Unicode.
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
183
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
184 * Mailcrypt:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
185 <URL:http://www.pobox.com/%7Elbudney/linux/software/mailcrypt.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
186 PGP and GPG support. PGP isn't free software, but GPG, the GNU
25489
cd3aa5527b4f Update Ada, ILISP, GNUPG, MULE_UCS.
Dave Love <fx@gnu.org>
parents: 25053
diff changeset
187 Privacy Guard, is under development as a free replacement
cd3aa5527b4f Update Ada, ILISP, GNUPG, MULE_UCS.
Dave Love <fx@gnu.org>
parents: 25053
diff changeset
188 <URL:http://www.gnupg.org/>.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
189
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
190 * Pointers to MIME packages:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
191 <URL:http://bmrc.berkeley.edu/%7Etrey/emacs/mime.html>
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
192
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
193 * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html>
24654
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
194 DTD-aware serious SGML/XML editing.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
195
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
196 * Todo mode:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
197 <URL:http://www.cl.cam.ac.uk/users/os10000/stuff/todo.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
198 Todo list maintenance, interfacing to Diary mode.
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
199
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
200 * VM (View Mail): <URL:http://www.wonderworks.com/vm/> Alternative
25844
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
201 mail reader. There is a VM newsgroup: <URL:news:gnu.emacs.vm.info>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
202
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
203 * W3: <URL:http://www.cs.indiana.edu/elisp/w3/docs.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
204 Web browser. There's a W3 mail list/newsgroup
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
205 <URL:news://sunsite.auc.dk/emacs.w3> and a W3 development mail
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
206 list/newsgroup <URL:news://sunsite.auc.dk/emacs.w3.dev>.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
207
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
208 * Unpacked Emacs sources
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
209
25844
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
210 An unpacked current source tree is available from
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
211 <URL:ftp://ftp.emacs.org/pub/>.