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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29401
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
1 More Neat Stuff for your Emacs
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
38862
612446a95acd Fixed typo
Jason Rumney <jasonr@gnu.org>
parents: 37369
diff changeset
15 Please submit a bug report if you find that any of the addresses
24128
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
27615
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
18 * The `Emacs Lisp List' at
64852
ff03de091b63 Update URLs.
Stephen Eglen <stephen@gnu.org>
parents: 64262
diff changeset
19 <URL:http://www.damtp.cam.ac.uk/user/eglen/emacs/ell.html> has pointers
27615
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
20 to sources of a large number of packages.
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
34
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
35 You might find bug-fixes or enhancements in these places.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
39 * Battery and Info Look: <URL:ftp://ftp.ul.bawue.de/pub/purple/emacs>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
40
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
41 * BibTeX:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
42 <URL:http://www.ida.ing.tu-bs.de/people/dirk/bibtex/index.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
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
fcfb193a2a39 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 30227
diff changeset
47
29401
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
48 * CC mode: <URL:http://cc-mode.sourceforge.net/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
49
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
50 * CPerl: <URL:http://www.cpan.org/modules/by-module/CPAN/ILYAZ/cperl-mode/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
53
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
54 * Eldoc and Rlogin:
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
55 <URL:http://www.splode.com/~friedman/software/emacs-lisp/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
56
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
57 * EShell: <URL:http://www.newartisans.com/johnw/emacs.html>
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
58
47246
89e300941ccd Changed URL for etags.
Francesco Potortì <pot@gnu.org>
parents: 46988
diff changeset
59 * Etags: <URL:ftp://pot.potorti.it/pub/software/unix/etags.tar.gz>
89e300941ccd Changed URL for etags.
Francesco Potortì <pot@gnu.org>
parents: 46988
diff changeset
60
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
61 * Expand: <URL:http://w3.teaser.fr/%7Eflepied/expand.el.gz>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
62
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
63 * Fortune: <URL:http://www.coling.uni-freiburg.de/%7Eschauer/emacs.html>
28852
3c430bf1873f *** empty log message ***
Dave Love <fx@gnu.org>
parents: 27666
diff changeset
64
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
65 * Gnus: <URL:http://www.gnus.org/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
66
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
67 * Ffap: <URL:http://www.mathcs.emory.edu/%7Emic/ftp/emacs/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
68 (And some addons for it.)
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
69
27615
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
70 * Hideshow: <URL:http://www.glug.org/people/ttn/software/hideshow/>
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
71
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
72 * Ispell: <URL:http://www.kdstevens.com/%7Estevens/ispell-page.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
73
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
74 * PC Selection: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
75
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
76 * PS mode: <URL:http://odur.let.rug.nl/%7Ekleiweg/postscript/>
26223
cead5ead9ae6 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 25844
diff changeset
77
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
78 * PS-print: <URL:http://www.cpqd.com.br/~vinicius/emacs/>
28852
3c430bf1873f *** empty log message ***
Dave Love <fx@gnu.org>
parents: 27666
diff changeset
79
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
80 * QuickURL: <URL:http://www.davep.org/emacs/>
27615
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
81
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
82 * RefTeX: <URL:http://staff.science.uva.nl/~dominik/Tools/reftex/>
24801
785877e7bab4 RefTeX URL.
Dave Love <fx@gnu.org>
parents: 24774
diff changeset
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
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
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
08b94ecd1d08 Fix URLs.
Pavel Janík <Pavel@Janik.cz>
parents: 47246
diff changeset
91 * Webjump: <URL:http://www.neilvandyke.org/webjump>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
fcfb193a2a39 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 30227
diff changeset
94
46988
e6a15b4101f4 Fix typo.
Richard M. Stallman <rms@gnu.org>
parents: 43400
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
105 * Packages and add-ons not bundled with Emacs
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
106
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
107 Various major packages or useful additions aren't distributed as part of
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
108 Emacs for various reasons, sometimes because their authors haven't made
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
109 a copyright assignment to the FSF. Some of them may be integrated in
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
110 the future.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
111
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
112 You might like to check whether they are packaged for your system.
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
113 Several are for Debian GNU/Linux in particular.
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
118
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
119 * BBDB: personal Info Rolodex integrated with mail/news:
29401
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
120 <URL:http://bbdb.sourceforge.net/>
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
121 [You might want to set the coding system of your .bbdb file to
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
122 emacs-mule, say by adding `("\\.bbdb\\'" . emacs-mule)' to
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
123 `file-coding-system-alist' for non-ASCII characters.]
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
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
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
131 * CJK-emacs: Converting MULE-encoded text to TeX:
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
132 <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
133 mirrors of the `CTAN' TeX archives.
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
134
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
135 * Dismal: spreadsheet:
64980
34c3bea17a39 Update dismal link
Stephen Eglen <stephen@gnu.org>
parents: 64852
diff changeset
136 <URL:http://www.gnu.org/software/dismal/dismal.html>
47246
89e300941ccd Changed URL for etags.
Francesco Potortì <pot@gnu.org>
parents: 46988
diff changeset
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
7048e6dbd909 (EDB): Update entry.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 56418
diff changeset
140 * EDB: database: <URL:http://www.glug.org/people/ttn/software/edb/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
145 * EFS: enhanced version of ange-ftp:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
146 <URL:http://www-uk.hpl.hp.com/people/ange/efs>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
147 Version 1.16 is said not to work properly with Emacs 20.
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
148
29193
eb1c9224a1c6 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28852
diff changeset
149 * Elib library: <URL:http://www.gnu.org/software/elib/elib.html>
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
150 From GNU distribution mirrors. (Much of this functionality is now
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
151 in Emacs.)
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
ff03de091b63 Update URLs.
Stephen Eglen <stephen@gnu.org>
parents: 64262
diff changeset
156 * Emacs speaks statistics (ESS): statistical programming within Emacs
53474
dc7da3850335 Update URL for ESS.
Stephen Eglen <stephen@gnu.org>
parents: 52774
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
159 * Emacspeak -- A Speech Output Subsystem For Emacs:
28852
3c430bf1873f *** empty log message ***
Dave Love <fx@gnu.org>
parents: 27666
diff changeset
160 <URL:http://emacspeak.sourceforge.net/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
172 * Gnuserv:
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
173 <URL:http://meltin.net/hacks/emacs/>
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
174 Enhanced emacsclient/emacsserver. Also available from this Web
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
177 * hm--html-menus:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
178 <URL:ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/contrib>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
179 HTML-specific editing. Can work with PSGML.
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
180
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
181 * Hyperbole:
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
182 <URL:http://ftp.gnu.org/pub/gnu/hyperbole/hyperbole-4.01.tar.gz>
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
183 Hyperbole is an open, efficient, programmable information
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
184 management and hypertext system.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
188
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
189 * Mule-UCS: Universal enCoding System:
28852
3c430bf1873f *** empty log message ***
Dave Love <fx@gnu.org>
parents: 27666
diff changeset
190 <URL:ftp://ftp.m17n.org/pub/mule/Mule-UCS/>
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
191 Extended coding systems for Mule, specifically for reading and
52774
ae2b0c69ccfb Comment on mule-ucs.
Dave Love <fx@gnu.org>
parents: 52401
diff changeset
192 writing UTF-8 encoded Unicode. This probably doesn't have much
ae2b0c69ccfb Comment on mule-ucs.
Dave Love <fx@gnu.org>
parents: 52401
diff changeset
193 advantage over the built-in `mule-utf-8' coding system with
ae2b0c69ccfb Comment on mule-ucs.
Dave Love <fx@gnu.org>
parents: 52401
diff changeset
194 `utf-translate-cjk' turned on.
24654
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
195
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
198 PGP and GPG support. PGP isn't free software, but GPG, the GNU
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
199 Privacy Guard, is a free replacement <URL:http://www.gnupg.org/>.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
219 * 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
220 DTD-aware serious SGML/XML editing.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
234 * Tamago: Chinese/Japanese/Korean input method
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
235 <URL:ftp://m17n.org/pub/tamago/>
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
236 Emacs Lisp package to provide input methods for CJK characters.
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
237 It can use these background conversion servers:
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
238 FreeWnn (jserver, cserver, tserver),
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
239 Wnn6,
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
240 SJ3 Ver.2
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
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
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
244 * VM (View Mail): <URL:http://www.wonderworks.com/vm/> Alternative
25844
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
245 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
246
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
247 * W3: <URL:http://www.cs.indiana.edu/elisp/w3/docs.html>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
248 Web browser. There's a W3 mail list/newsgroup
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
249 <URL:news://sunsite.auc.dk/emacs.w3> and a W3 development mail
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
250 list/newsgroup <URL:news://sunsite.auc.dk/emacs.w3.dev>.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
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
08b94ecd1d08 Fix URLs.
Pavel Janík <Pavel@Janik.cz>
parents: 47246
diff changeset
260 * X-Symbol: <URL:http://x-symbol.sf.net/>
33855
3d12bbe24380 x-symbol
Dave Love <fx@gnu.org>
parents: 32917
diff changeset
261 Quasi-WYSIWYG editing of TeX & al. (It will be improved to take
3d12bbe24380 x-symbol
Dave Love <fx@gnu.org>
parents: 32917
diff changeset
262 better advantage of Emacs 21 features.)
29401
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
263
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
264 Local Variables:
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
265 mode: text
30227
d1b043964152 Add view-mode to local variables.
Dave Love <fx@gnu.org>
parents: 29401
diff changeset
266 mode: view
29401
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
267 eval: (goto-address)
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
268 End:
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 52305
diff changeset
269
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 52305
diff changeset
270 arch-tag: c1d4e7c8-db85-44e6-909e-659e2b20fefa