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