Mercurial > emacs
annotate etc/MORE.STUFF @ 65980:4520ae2624f2
* mh-init.el (mh-image-load-path): New function that adds the path to
the MH-E images to the image-load-path or load-path depending on the
version of Emacs.
* mh-customize.el: Call mh-image-load-path just before
mh-tool-bar-define so that the toolbar images can be found.
* mh-customize.el (mh-invisible-header-fields-internal)
(mh-invisible-header-fields-internal): Add Received-SPF header and
X-Gmail- prefixes seen from Gmail. Jeffrey C Honig
<jch@honig.net>
* mh-customize.el (mh-customize): Use customization group mh-e.
* mh-e.el (desktop-buffer-mode-handlers): Only add to this list if
the variable exists. Not present pre-version 22.
(Version, mh-version): Added +cvs to version.
* mh-unit.el (mh-unit): Changed lm-verify test to Emacs 22.
* Makefile: Incorporated ideas from Clemens Fruhwirth to
generalize mh-loaddefs.el to make it work for both GNU Emacs and
XEmacs.
(EMACS_OPTIONS, XEMACS_OPTIONS): Use double-dash for all long
options.
(EMACS_LOADDEFS_COOKIE): New variable for generate-autoload-cookie
setting. Obsoletes XEMACS_LOADDEFS_COOKIE.
(EMACS_EXPORT_MH_LOADDEFS): New variable for GNU Emacs commands to
rebuild mh-loaddefs.el.
(XEMACS_EXPORT_MH_LOADDEFS): New variable for XEmacs commands to
rebuild mh-loaddefs.el. Obsoletes XEMACS_LOADDEFS_FILE and
XEMACS_LOADDEFS_PKG_NAME.
(MH-E-LOADDEFS-SRC): New variable which is set to $(MH-E-SRC) on
GNU Emacs, and adds $(MH-E-XEMACS-SRC) on XEmacs.
(all): Modify EMACS_EXPORT_MH_LOADDEFS and MH-E-LOADDEFS-SRC on
XEMacs.
(mh-loaddefs.el): Now depends on $(MH-E-LOADDEFS-SRC) and has
generic compile command that works on both GNU Emacs XEmacs.
(xemacs): Depend on autoloads instead of deleted loaddefs-xemacs.
(loaddefs-xemacs): Deleted.
* mh-comp.el (mh-font-lock-field-data): Fix a bug where the
function would return t but match-data was being set to nil
(closes SF #1241017). Satyaki Das <satyaki@theforce.stanford.edu>.
* mh-comp.el (mh-insert-auto-fields): Inset identity regardless of
whether one was already set, since if one used a default identity
it would never be overridden. Peter S Galbraith
<psg@debian.org>
* mh-init.el (mh-path): Use customization group mh-e. Thanks to
Peter Whaite for these patches (closes SF #1213716).
* mh-mime.el (mh-compose-forward): Only use mh-sent-from-msg as a
default message if it's a number (as is done elsewhere).
Otherwise, an error is thrown if this function is called from a
draft created by mh-forward since this variable is a list. Also
added a space after the "Messages [%s]:" prompt.
* mh-mime.el (mh-compose-forward): Allow insertion of multiple
forwarded messages by range (including sequences). For the sent
folder the default message presented is the sent message. For
other folders, the default message is "cur", if it exists.
Jeffrey C Honig <jch@honig.net>
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 10 Oct 2005 16:37:54 +0000 |
parents | 61acf14bf03f |
children | 894f56cfb001 10fe5fadaf89 |
rev | line source |
---|---|
29401 | 1 More Neat Stuff for your Emacs |
24127 | 2 |
25844 | 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. | |
24128 | 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 | |
38862 | 15 Please submit a bug report if you find that any of the addresses |
24128 | 16 listed here fail. |
24127 | 17 |
27615 | 18 * The `Emacs Lisp List' at |
64852 | 19 <URL:http://www.damtp.cam.ac.uk/user/eglen/emacs/ell.html> has pointers |
27615 | 20 to sources of a large number of packages. |
21 | |
24157
19192d7c0e53
Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents:
24128
diff
changeset
|
22 * gnu.emacs.sources |
19192d7c0e53
Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents:
24128
diff
changeset
|
23 |
19192d7c0e53
Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents:
24128
diff
changeset
|
24 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
|
25 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
|
26 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
|
27 |
52270
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
28 * emacswiki.org |
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
29 |
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
30 The Emacs Wiki has an area for storing elisp files |
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
31 <URL:http://www.emacswiki.org/cgi-bin/wiki.pl/ElispArea>. |
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
32 |
24774
99f69a5b41f4
Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents:
24654
diff
changeset
|
33 * Maintenance versions of some packages distributed with Emacs |
24128 | 34 |
35 You might find bug-fixes or enhancements in these places. | |
36 | |
59527
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
37 * Ada-mode: <URL:http://libre.act-europe.fr/adamode> |
25489
cd3aa5527b4f
Update Ada, ILISP, GNUPG, MULE_UCS.
Dave Love <fx@gnu.org>
parents:
25053
diff
changeset
|
38 |
24128 | 39 * Battery and Info Look: <URL:ftp://ftp.ul.bawue.de/pub/purple/emacs> |
40 | |
41 * BibTeX: | |
42 <URL:http://www.ida.ing.tu-bs.de/people/dirk/bibtex/index.html> | |
43 | |
52270
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
44 * BS: <URL:http://www.geekware.de/software/emacs/index.html> |
27615 | 45 |
65398
61acf14bf03f
Update url for calculator.el.
Eli Zaretskii <eliz@gnu.org>
parents:
65050
diff
changeset
|
46 * Calculator: <URL:http://www.barzilay.org/misc/calculator.el> |
30802 | 47 |
29401 | 48 * CC mode: <URL:http://cc-mode.sourceforge.net/> |
24128 | 49 |
65050 | 50 * CPerl: <URL:http://www.cpan.org/modules/by-module/CPAN/ILYAZ/cperl-mode/> |
24128 | 51 |
52270
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
52 * Ediff and Viper: <URL:http://www.cs.sunysb.edu/~kifer/emacs.html> |
24128 | 53 |
32917 | 54 * Eldoc and Rlogin: |
65050 | 55 <URL:http://www.splode.com/~friedman/software/emacs-lisp/> |
24128 | 56 |
65050 | 57 * EShell: <URL:http://www.newartisans.com/johnw/emacs.html> |
32917 | 58 |
47246 | 59 * Etags: <URL:ftp://pot.potorti.it/pub/software/unix/etags.tar.gz> |
60 | |
24128 | 61 * Expand: <URL:http://w3.teaser.fr/%7Eflepied/expand.el.gz> |
62 | |
32917 | 63 * Fortune: <URL:http://www.coling.uni-freiburg.de/%7Eschauer/emacs.html> |
28852 | 64 |
32917 | 65 * Gnus: <URL:http://www.gnus.org/> |
24128 | 66 |
67 * Ffap: <URL:http://www.mathcs.emory.edu/%7Emic/ftp/emacs/> | |
68 (And some addons for it.) | |
69 | |
27615 | 70 * Hideshow: <URL:http://www.glug.org/people/ttn/software/hideshow/> |
71 | |
24128 | 72 * Ispell: <URL:http://www.kdstevens.com/%7Estevens/ispell-page.html> |
73 | |
74 * PC Selection: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/> | |
75 | |
32917 | 76 * PS mode: <URL:http://odur.let.rug.nl/%7Ekleiweg/postscript/> |
26223 | 77 |
65050 | 78 * PS-print: <URL:http://www.cpqd.com.br/~vinicius/emacs/> |
28852 | 79 |
65050 | 80 * QuickURL: <URL:http://www.davep.org/emacs/> |
27615 | 81 |
65050 | 82 * RefTeX: <URL:http://staff.science.uva.nl/~dominik/Tools/reftex/> |
24801 | 83 |
52270
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
84 * Speedbar, Checkdoc etc: <URL:http://cedet.sourceforge.net/> |
24127 | 85 |
24774
99f69a5b41f4
Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents:
24654
diff
changeset
|
86 * 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
|
87 |
56418
8556ca5b915d
Tramp is now distributed with Emacs.
Luc Teirlinck <teirllm@auburn.edu>
parents:
56218
diff
changeset
|
88 * Tramp: Remote file access via rsh/ssh |
8556ca5b915d
Tramp is now distributed with Emacs.
Luc Teirlinck <teirllm@auburn.edu>
parents:
56218
diff
changeset
|
89 <URL:http://savannah.gnu.org/projects/tramp/> |
8556ca5b915d
Tramp is now distributed with Emacs.
Luc Teirlinck <teirllm@auburn.edu>
parents:
56218
diff
changeset
|
90 |
48785 | 91 * Webjump: <URL:http://www.neilvandyke.org/webjump> |
24128 | 92 |
43400
e39dc97072e2
Minor fixup. Remove PCL-CVS (the Emacs CVS code is the latest/greatest).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42610
diff
changeset
|
93 * Whitespace: <URL:http://www.dsmit.com/lisp/> |
30802 | 94 |
46988 | 95 * Auxiliary files |
24774
99f69a5b41f4
Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents:
24654
diff
changeset
|
96 |
99f69a5b41f4
Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents:
24654
diff
changeset
|
97 * (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
|
98 packages: |
99f69a5b41f4
Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents:
24654
diff
changeset
|
99 * 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
|
100 * 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
|
101 latex2e.texi> (or CTAN mirrors) |
43400
e39dc97072e2
Minor fixup. Remove PCL-CVS (the Emacs CVS code is the latest/greatest).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42610
diff
changeset
|
102 * Perl: <URL:ftp://ftp.cpan.org/pub/CPAN/doc/manual/texinfo/perl5/> |
e39dc97072e2
Minor fixup. Remove PCL-CVS (the Emacs CVS code is the latest/greatest).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
42610
diff
changeset
|
103 (or CPAN mirrors) |
24774
99f69a5b41f4
Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents:
24654
diff
changeset
|
104 |
24128 | 105 * Packages and add-ons not bundled with Emacs |
106 | |
107 Various major packages or useful additions aren't distributed as part of | |
108 Emacs for various reasons, sometimes because their authors haven't made | |
109 a copyright assignment to the FSF. Some of them may be integrated in | |
110 the future. | |
111 | |
32917 | 112 You might like to check whether they are packaged for your system. |
113 Several are for Debian GNU/Linux in particular. | |
114 | |
52270
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
115 * AUCTeX: fancy (La)TeX support: <URL:http://www.gnu.org/software/auctex/> |
24128 | 116 There's an AUCTeX mail list/newsgroup: |
42034
d9589094b768
Update hostname for AUCTeX.
Richard M. Stallman <rms@gnu.org>
parents:
40698
diff
changeset
|
117 <URL:news://sunsite.dk/emacs.auctex>. |
24128 | 118 |
119 * BBDB: personal Info Rolodex integrated with mail/news: | |
29401 | 120 <URL:http://bbdb.sourceforge.net/> |
32917 | 121 [You might want to set the coding system of your .bbdb file to |
122 emacs-mule, say by adding `("\\.bbdb\\'" . emacs-mule)' to | |
123 `file-coding-system-alist' for non-ASCII characters.] | |
24127 | 124 |
59527
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
125 * Boxquote: <URL:http://www.davep.org/emacs/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
126 |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
127 * CEDET: Collection of Emacs Development Environment Tools, including |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
128 EIEIO, Semantic, Speedbar, EDE, and COGRE: |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
129 <URL:http://cedet.sourceforge.net/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
130 |
24654 | 131 * CJK-emacs: Converting MULE-encoded text to TeX: |
132 <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and | |
133 mirrors of the `CTAN' TeX archives. | |
134 | |
24128 | 135 * Dismal: spreadsheet: |
64980 | 136 <URL:http://www.gnu.org/software/dismal/dismal.html> |
47246 | 137 |
59527
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
138 * ECB: Emacs Code Browser: <URL:http://ecb.sourceforge.net/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
139 |
57034 | 140 * EDB: database: <URL:http://www.glug.org/people/ttn/software/edb/> |
24128 | 141 |
52305
2db406f2ac22
Added Ee (categorizing information manager)
Stephen Eglen <stephen@gnu.org>
parents:
52270
diff
changeset
|
142 * Ee: categorizing information manager: |
2db406f2ac22
Added Ee (categorizing information manager)
Stephen Eglen <stephen@gnu.org>
parents:
52270
diff
changeset
|
143 <URL:http://www.jurta.org/emacs/ee/> |
2db406f2ac22
Added Ee (categorizing information manager)
Stephen Eglen <stephen@gnu.org>
parents:
52270
diff
changeset
|
144 |
24128 | 145 * EFS: enhanced version of ange-ftp: |
146 <URL:http://www-uk.hpl.hp.com/people/ange/efs> | |
147 Version 1.16 is said not to work properly with Emacs 20. | |
24127 | 148 |
29193 | 149 * Elib library: <URL:http://www.gnu.org/software/elib/elib.html> |
32917 | 150 From GNU distribution mirrors. (Much of this functionality is now |
151 in Emacs.) | |
24128 | 152 |
59527
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
153 * EMacro: <URL:http://emacro.sourceforge.net/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
154 EMacro is a portable configuration file that configures itself. |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
155 |
64852 | 156 * Emacs speaks statistics (ESS): statistical programming within Emacs |
53474 | 157 <URL:http://ess.r-project.org> |
52270
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
158 |
24128 | 159 * Emacspeak -- A Speech Output Subsystem For Emacs: |
28852 | 160 <URL:http://emacspeak.sourceforge.net/> |
24128 | 161 |
59527
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
162 * Emacs-w3m : <URL:http://emacs-w3m.namazu.org/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
163 A simple Emacs interface to w3m, which is a text-mode |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
164 WWW browser |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
165 |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
166 * Emacs Wiki Mode: <URL:http://mwolson.org/projects/EmacsWiki.html> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
167 A wiki-like publishing tool and personal information manager |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
168 |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
169 * ERC: IRC client: |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
170 <URL:http://www.emacswiki.org/cgi-bin/wiki?EmacsIRCClient> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
171 |
24128 | 172 * Gnuserv: |
65050 | 173 <URL:http://meltin.net/hacks/emacs/> |
174 Enhanced emacsclient/emacsserver. Also available from this Web | |
175 page: eiffel-mode.el. | |
40564
78a7d52a12f1
Update the URL of Gnuserv. From Martin Schwenke <martin@meltin.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
38862
diff
changeset
|
176 |
24128 | 177 * hm--html-menus: |
178 <URL:ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/contrib> | |
179 HTML-specific editing. Can work with PSGML. | |
24127 | 180 |
65050 | 181 * Hyperbole: |
182 <URL:http://ftp.gnu.org/pub/gnu/hyperbole/hyperbole-4.01.tar.gz> | |
183 Hyperbole is an open, efficient, programmable information | |
184 management and hypertext system. | |
24128 | 185 |
59527
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
186 * JDEE: <URL:http://jdee.sunsite.dk/> |
52270
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
187 Provides a Java development environment for Emacs. |
24128 | 188 |
32917 | 189 * Mule-UCS: Universal enCoding System: |
28852 | 190 <URL:ftp://ftp.m17n.org/pub/mule/Mule-UCS/> |
32917 | 191 Extended coding systems for Mule, specifically for reading and |
52774 | 192 writing UTF-8 encoded Unicode. This probably doesn't have much |
193 advantage over the built-in `mule-utf-8' coding system with | |
194 `utf-translate-cjk' turned on. | |
24654 | 195 |
24128 | 196 * Mailcrypt: |
59527
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
197 <URL:http://mailcrypt.sourceforge.net/> |
24128 | 198 PGP and GPG support. PGP isn't free software, but GPG, the GNU |
32917 | 199 Privacy Guard, is a free replacement <URL:http://www.gnupg.org/>. |
24128 | 200 |
59527
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
201 * Mew: <URL:http://www.mew.org/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
202 A MIME mail reader for Emacs/XEmacs. |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
203 |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
204 * MMM Mode: <URL:http://mmm-mode.sourceforge.net/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
205 MMM Mode is an emacs add-on package providing a minor mode that |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
206 allows Multiple Major Modes to coexist in one buffer. |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
207 |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
208 * nXML Mode: New mode for XML: |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
209 <URL:http://www.thaiopensource.com/nxml-mode/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
210 nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
211 powerful XML editor. |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
212 |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
213 * Planner Mode: |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
214 <URL:http://sacha.free.net.ph/notebook/wiki/PlannerMode.php> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
215 |
52270
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
216 * Preview LaTeX: embed preview LaTeX images in source buffer. |
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
217 <URL:http://preview-latex.sourceforge.net/> |
52f55caa8273
Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents:
48785
diff
changeset
|
218 |
24128 | 219 * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html> |
24654 | 220 DTD-aware serious SGML/XML editing. |
24128 | 221 |
59527
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
222 * Quack: <URL:http://www.neilvandyke.org/quack/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
223 Quack enhances Emacs support for Scheme |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
224 |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
225 * Remember: |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
226 <URL:http://sacha.free.net.ph/notebook/wiki/RememberEl.php> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
227 |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
228 * Session: <URL:http://emacs-session.sourceforge.net/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
229 Session Management for Emacs. |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
230 |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
231 * SLIME: The Superior Lisp Interaction Mode for Emacs: |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
232 <URL:http://common-lisp.net/project/slime/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
233 |
27666 | 234 * Tamago: Chinese/Japanese/Korean input method |
235 <URL:ftp://m17n.org/pub/tamago/> | |
236 Emacs Lisp package to provide input methods for CJK characters. | |
237 It can use these background conversion servers: | |
238 FreeWnn (jserver, cserver, tserver), | |
239 Wnn6, | |
240 SJ3 Ver.2 | |
241 | |
59527
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
242 * Tiny Tools: <URL:http://tiny-tools.sourceforge.net/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
243 |
24128 | 244 * VM (View Mail): <URL:http://www.wonderworks.com/vm/> Alternative |
25844 | 245 mail reader. There is a VM newsgroup: <URL:news:gnu.emacs.vm.info> |
24128 | 246 |
247 * W3: <URL:http://www.cs.indiana.edu/elisp/w3/docs.html> | |
248 Web browser. There's a W3 mail list/newsgroup | |
249 <URL:news://sunsite.auc.dk/emacs.w3> and a W3 development mail | |
250 list/newsgroup <URL:news://sunsite.auc.dk/emacs.w3.dev>. | |
251 | |
59527
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
252 * Wanderlust: <URL:http://www.gohome.org/wl/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
253 Yet Another Message Interface on Emacsen. Wanderlust is a mail/news |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
254 reader supporting IMAP4rev1 for emacsen. |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
255 |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
256 * WhizzyTex: <URL:http://pauillac.inria.fr/whizzytex/> |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
257 WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash) |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
258 shell-script daemon and some LaTeX macros. |
2971d1d726ad
Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents:
57034
diff
changeset
|
259 |
48785 | 260 * X-Symbol: <URL:http://x-symbol.sf.net/> |
33855 | 261 Quasi-WYSIWYG editing of TeX & al. (It will be improved to take |
262 better advantage of Emacs 21 features.) | |
29401 | 263 |
264 Local Variables: | |
265 mode: text | |
30227 | 266 mode: view |
29401 | 267 eval: (goto-address) |
268 End: | |
52401 | 269 |
270 arch-tag: c1d4e7c8-db85-44e6-909e-659e2b20fefa |