aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-01-19 20:02:02 +0000
committerDave Love1999-01-19 20:02:02 +0000
commit423279bda15624521cf5abaac790de10ec6cf57e (patch)
tree0025d814814ee3596f643b0dc8f6961ea0cb8bd5
parent053de3a1e68998921a5dc8dd9bdfe60a85f30084 (diff)
downloademacs-423279bda15624521cf5abaac790de10ec6cf57e.tar.gz
emacs-423279bda15624521cf5abaac790de10ec6cf57e.zip
Revamped.
-rw-r--r--etc/MORE.STUFF175
1 files changed, 154 insertions, 21 deletions
diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF
index be876155c1e..6b6e56aa347 100644
--- a/etc/MORE.STUFF
+++ b/etc/MORE.STUFF
@@ -1,52 +1,185 @@
1More Neat Stuff for your Emacs -*-Outline-*- 1More Neat Stuff for your Emacs -*-mode: text; outline-minor-mode: t-*-
2 2
3This file describes GNU Emacs programs and resources that are maintained 3This file describes GNU Emacs programs and resources that are maintained
4by other people. Some of these may become part of the Emacs distribution 4by other people. Some of these may become part of the Emacs
5in the future. 5distribution in the future. Also included are sites where development
6versions of some packages distributed with Emacs may be found.
7
8You might also look at the Emacs web page
9<URL:http://www.gnu.org/software/emacs/emacs.html>. If you use the
10Windows-32 version of Emacs, see the NTEmacs sites listed in the FAQ.
11
12Please submit a but report if you find that any of the addresses
13listed here fail.
6 14
7* The LCD archive 15* The LCD archive
8 16
9There is a large collection of Emacs Lisp code available for FTP at 17There is a large collection of Emacs Lisp code available for FTP at
10archive.cis.ohio-state.edu; it is actively maintained by Dave Brennan 18ftp.cis.ohio-state.edu and various mirrors. Unfortunately it isn't
11<brennan@hal.com> and Dave Sill <de5@ornl.gov>. 19currently actively maintained; a volunteer to take it over would be
20welcome.
12 21
13To get started using this archive, do: 22To get started using this archive, do:
14 23
15 ftp archive.cis.ohio-state.edu 24 ftp ftp.cis.ohio-state.edu
16 25
17Once you're in FTP, do 26Once you're in FTP, do
18 27
19 cd pub/gnu/emacs/elisp-archive 28 cd pub/emacs-lisp
20 bin 29 bin
21 get lispdir.el.Z 30 get lispdir.el.Z
22 get LCD-datafile.Z 31 get LCD-datafile.Z
23 32
24and exit. Then do: 33and exit. Then do:
25 34
26 compress -d *.Z 35 gunzip *.Z
27 36
28The lispdir.el package will help you search for useful packages in the 37The lispdir.el package will help you search for useful packages in the
29LCD-datafile, which is a list of the archive constants. It will even 38LCD-datafile, which is a list of the archive constants. It will even
30fetch them for you on command. 39fetch them for you on command.
31 40
32* Eric Ludlam's etalk system 41* Maintenace versions of some packages distributed with Emacs
42
43You might find bug-fixes or enhancements in these places.
44
45 * Autorevert:
46 <URL:ftp://ftp.csd.uu.se/pub/users/andersl/emacs/autorevert.el>
47
48 * Battery and Info Look: <URL:ftp://ftp.ul.bawue.de/pub/purple/emacs>
49
50 * BibTeX:
51 <URL:http://www.ida.ing.tu-bs.de/people/dirk/bibtex/index.html>
52
53 * CC Mode, ELP, Reporter, Supercite: <URL:http://www.python.org/emacs/>
54 Also home of Python Mode and possibly other good hacks.
55
56 * CPerl: <URL:ftp://ftp.math.ohio-state.edu/pub/users/ilya>
57
58 * Crisp mode, Scroll Lock mode:
59 <URL:http://members.home.net/foz/elisp/>
60
61 * Ediff and Viper: <URL:ftp://ftp.ca.sunysb.edu/pub/techreports/kifer/>
62
63 * Eldoc, Rlogin and Rsz-mini:
64 <URL:ftp://ftp.splode.com/pub/users/friedman/packages/>
65
66 * Elint: <URL:http://www.lysator.liu.se/%7Epetli/elisp/elint.tar.gz>
67
68 * Expand: <URL:http://w3.teaser.fr/%7Eflepied/expand.el.gz>
69
70 * Etags: <URL:ftp://fly.cnuce.cnr.it/pub/>
71
72 * Find Func:
73 <URL:http://www.kurims.kyoto-u.ac.jp/%7Epetersen/emacs/find-func.el>
74
75 * Flyspell: <URL:http://kaolin.unice.fr/%7Eserrano/emacs/flyspell>
76
77 * Gnus home page: <URL:http://www.gnus.org/>
78 Native MIME support is in development at the time of writing.
79
80 * Ffap: <URL:http://www.mathcs.emory.edu/%7Emic/ftp/emacs/>
81 (And some addons for it.)
82
83 * Follow: <URL:http://meryl.csd.uu.se/%7eandersl/follow.shtml>
84
85 * Ispell: <URL:http://www.kdstevens.com/%7Estevens/ispell-page.html>
86
87 * Iswitchb: <URL:http://www.anc.ed.ac.uk/%7Estephen/emacs/iswitchb.el>
88
89 * PC Selection: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/>
90
91 * Speedbar, Checkdoc etc: <URL:ftp://www.ultranet.com/pub/zappo/>
92
93 * Sregex: <URL:http://www.zanshin.com/%7Ebobg/sregex.html>
94
95 * Webjump: <URL:http://nwv.www.media.mit.edu/people/nwv/projects/webjump>
96
97* Packages and add-ons not bundled with Emacs
98
99Various major packages or useful additions aren't distributed as part of
100Emacs for various reasons, sometimes because their authors haven't made
101a copyright assignment to the FSF. Some of them may be integrated in
102the future.
103
104 * AUCTeX: fancy (La)TeX support: <URL:http://sunsite.auc.dk/auctex/>
105 There's an AUCTeX mail list/newsgroup:
106 <URL:news://sunsite.auc.dk/emacs.auctex>.
107
108 * BBDB: personal Info Rolodex integrated with mail/news:
109 <URL:http://pw2.netcom.com/%7Esimmonmt/bbdb/index.html>
110
111 * Calc: computer algebra and numerical calculations:
112 <URL:http:www.gnu.org/software/calc/calc.html>
113 From GNU distribution mirrors.
114
115 * Dismal: spreadsheet:
116 <URL:http://www.psychology.nottingham.ac.uk/staff/ritter/papers/dismal/
117 dismal.html>
118
119 * EDB: database: <URL:ftp://theory.lcs.mit.edu/pub/emacs/edb>
120 No longer maintained?
121
122 * EIEIO (object system), ETalk (interface to Internet talk):
123 <URL:ftp://www.ultranet.com/pub/zappo/>
124
125 * EFS: enhanced version of ange-ftp:
126 <URL:http://www-uk.hpl.hp.com/people/ange/efs>
127 Version 1.16 is said not to work properly with Emacs 20.
128
129 * Elib library: <URL:/software/elib/elib.html>
130 From GNU distribution mirrors.
131
132 * Emacspeak -- A Speech Output Subsystem For Emacs:
133 <URL:http://simon.cs.cornell.edu/info/people/raman/emacspeak/emacspeak.html>
134
135 * Erik Naggum's hacks: <URL:ftp://ftp.naggum.no/emacs/>
136
137 * Gnuserv:
138 <URL:ftp://ftp.splode.com/pub/users/friedman/packages/fgnuserv-1.0.tar.gz>
139 Enhanced emacsclient/emacsserver. See also
140 <URL:http://www.splode.com/users/friedman/software/emacs-lisp/> for
141 other Friedman Emacs hacks.
142
143 * hm--html-menus:
144 <URL:ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/contrib>
145 HTML-specific editing. Can work with PSGML.
146
147 * ILISP: <URL:http://www.cs.cmu.edu/%7Ecampbell/ilisp/index.html>
148 Provides an interactive environment for manipulating an inferior
149 process running some form of Lisp. Reported to have a problem with
150 Emacs 20.
151
152 * JDE: <URL:http://sunsite.auc.dk/jde/>
153 Wrapper around Java development tools.
33 154
34Eric Ludlam has written a C program and Emacs Lisp code to do Internet talk 155 * Mailcrypt:
35through an Emacs window. The package also includes Emacs Lisp code which 156 <URL:http://www.pobox.com/%7Elbudney/linux/software/mailcrypt.html>
36assists you in using talk to play a number of different interactive games. 157 PGP and GPG support. PGP isn't free software, but GPG, the GNU
158 Privacy Guard, is under development as a free replacement.
37 159
38This system seems to be quite nicely put together and is well documented 160 * Pointers to MIME packages:
39with a texinfo file that you can integrate into Emacs's own on-line help. 161 <URL:http://bmrc.berkeley.edu/%7Etrey/emacs/mime.html>
40It's too large and specialized to include in the Emacs distribution, though.
41 162
42Sources of this system are available for FTP at 163 * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html>
164 DTD-aware serious SGML/XML editing. The 1.1 series (still in the
165 ALPHA directory at the time of writing) fixes a bug which causes
166 problems with Emacs 20.3 and later.
43 167
44 nic.umass.edu 128.119.166.14 168 * Todo mode:
169 <URL:http://www.cl.cam.ac.uk/users/os10000/stuff/todo.html>
170 Todo list maintenance, interfacing to Diary mode.
45 171
46Look under pub/contrib. As of March 23 1993, there are two relevant files: 172 * VM (View Mail): <URL:http://www.wonderworks.com/vm/> Alternative
173 mail reader. Apparently not currently supported under Emacs 20.
174 There is a VM newsgroup: <URL:news:gnu.emacs.vm.info>
47 175
48 pub/contrib/etalk0.6B.tar.Z --- sources of the talk system 176 * W3: <URL:http://www.cs.indiana.edu/elisp/w3/docs.html>
49 pub/contrib/egames0.6B.tar.Z --- more game-support files 177 Web browser. There's a W3 mail list/newsgroup
178 <URL:news://sunsite.auc.dk/emacs.w3> and a W3 development mail
179 list/newsgroup <URL:news://sunsite.auc.dk/emacs.w3.dev>.
50 180
51We don't know whether this can use the additional features in GNU talk. 181* Unpacked Emacs sources
52 182
183Erik Naggum maintains an unpacked copy of the Emacs distribution
184<URL:ftp://ftp.uio.no/pub/emacs/>, which may be useful for checking
185something in a later release without downloading the whole distribution.