diff options
| author | Glenn Morris | 2012-04-20 00:37:20 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-20 00:37:20 -0700 |
| commit | c04627ac2b93ea0795b2c206029d7eab9227b407 (patch) | |
| tree | 9a871fa7d63d7a9d3eec73286defadc74af0a0e2 | |
| parent | 540710130b872195127911237efa17e1bdfc2c5a (diff) | |
| download | emacs-c04627ac2b93ea0795b2c206029d7eab9227b407.tar.gz emacs-c04627ac2b93ea0795b2c206029d7eab9227b407.zip | |
* MORE.STUFF: General update.
Mention list-packages.
Remove many old/outdated URLs.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/MORE.STUFF | 137 |
2 files changed, 50 insertions, 92 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index adc4c941212..f3bb51500dd 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * MORE.STUFF: General update. Mention list-packages. | ||
| 4 | Remove many old/outdated URLs. | ||
| 5 | |||
| 1 | 2012-04-02 Alan Mackenzie <acm@muc.de> | 6 | 2012-04-02 Alan Mackenzie <acm@muc.de> |
| 2 | 7 | ||
| 3 | * NEWS: Add CC Mode entries. | 8 | * NEWS: Add CC Mode entries. |
diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF index 84a34d24585..06e0870e4ce 100644 --- a/etc/MORE.STUFF +++ b/etc/MORE.STUFF | |||
| @@ -1,99 +1,87 @@ | |||
| 1 | More Neat Stuff for your Emacs | 1 | More Neat Stuff for your Emacs |
| 2 | 2 | ||
| 3 | Copyright (C) 1993, 1999, 2001-2012 Free Software Foundation, Inc. | 3 | Copyright (C) 1993, 1999, 2001-2012 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | This file describes GNU Emacs programs and resources that are | 6 | The easiest way to add more features to your Emacs is to use the command |
| 7 | maintained by other people. Some of these may become part of the | 7 | M-x list-packages. This contacts the server at <URL:http://elpa.gnu.org>, |
| 8 | Emacs distribution in the future. Others we unfortunately can't | 8 | where many Emacs Lisp packages are stored. These are distributed |
| 9 | distribute, even though they are free software, because we lack legal | 9 | separately from Emacs itself for reasons of space, etc. You can browse |
| 10 | papers for copyright purposes. Also included are sites where | 10 | the resulting *Packages* buffer to see what is available, and then |
| 11 | development versions of some packages distributed with Emacs may be | 11 | Emacs can automatically download and install the packages that you |
| 12 | found. | 12 | select. See the section "Emacs Lisp Packages" in the Emacs manual |
| 13 | for more details. | ||
| 13 | 14 | ||
| 14 | You might also look at the Emacs web page | 15 | Below we describe some GNU Emacs programs and resources that are |
| 15 | <URL:http://www.gnu.org/software/emacs/emacs.html>. If you use the | 16 | maintained by other people. Some of these may become part of the |
| 16 | Windows-32 version of Emacs, see the NTEmacs sites listed in the FAQ. | 17 | Emacs distribution, or GNU ELPA, in the future. Others we unfortunately |
| 18 | can't distribute, even though they are free software, because we lack | ||
| 19 | legal papers for copyright purposes. | ||
| 17 | 20 | ||
| 18 | Please submit a bug report if you find that any of the addresses | 21 | Also listed are sites where development versions of some packages |
| 19 | listed here fail. | 22 | distributed with Emacs may be found. |
| 20 | 23 | ||
| 21 | * The `Emacs Lisp List' at | 24 | It is difficult to keep this file up-to-date, and it only lists a fraction |
| 22 | <URL:http://www.damtp.cam.ac.uk/user/eglen/emacs/ell.html> has pointers | 25 | of the Emacs modes that are available. If you are interested in |
| 23 | to sources of a large number of packages. | 26 | a particular feature, then after checking Emacs itself and GNU ELPA, |
| 27 | a web search is often the best way to find results. | ||
| 24 | 28 | ||
| 25 | * gnu.emacs.sources | 29 | * The gnu-emacs-sources mailing list |
| 30 | <URL:https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources> | ||
| 31 | which is gatewayed to the gnu.emacs.sources newsgroup (although the | ||
| 32 | connection between the two can be unreliable) is an official | ||
| 33 | place where people can post or announce their extensions to Emacs. | ||
| 26 | 34 | ||
| 27 | Packages posted to the gnu.emacs.sources newsgroup (see | 35 | * The `Emacs Lisp List' at |
| 28 | etc/MAILINGLISTS) might be archived specifically (try a web search | 36 | <URL:http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html> has pointers |
| 29 | engine) or retrievable from general Usenet archive services. | 37 | to sources of a large number of packages. Unfortunately, at the time |
| 38 | of writing it seems to no longer be updating. | ||
| 30 | 39 | ||
| 31 | * emacswiki.org | 40 | * emacswiki.org |
| 41 | The Emacs Wiki has an area for storing elisp files | ||
| 42 | <URL:http://www.emacswiki.org/cgi-bin/wiki/ElispArea>. | ||
| 32 | 43 | ||
| 33 | The Emacs Wiki has an area for storing elisp files | 44 | * WikEmacs |
| 34 | <URL:http://www.emacswiki.org/cgi-bin/wiki/ElispArea>. | 45 | <URL:http://wikemacs.org> is an alternative wiki for Emacs. |
| 35 | |||
| 36 | * Emacs tutorials and manuals | ||
| 37 | 46 | ||
| 38 | * Emacs slides and tutorials can be found here: | 47 | * Emacs slides and tutorials can be found here: |
| 39 | <URL:http://web.psung.name/emacs/> | 48 | <URL:http://web.psung.name/emacs/> |
| 40 | 49 | ||
| 41 | * Maintenance versions of some packages distributed with Emacs | 50 | * Maintenance versions of some packages distributed with Emacs |
| 42 | 51 | ||
| 43 | You might find bug-fixes or enhancements in these places. | 52 | You might find bug-fixes or enhancements in these places. |
| 53 | In many cases, however, development of these packages has shifted to Emacs, | ||
| 54 | so you will find the latest version in Emacs. | ||
| 44 | 55 | ||
| 45 | * Ada-mode: <URL:http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html> | 56 | * Ada-mode: <URL:http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html> |
| 46 | 57 | ||
| 47 | * Battery and Info Look: <URL:http://ralph-schleicher.de/emacs.html> | 58 | * Battery and Info Look: <URL:http://ralph-schleicher.de/emacs.html> |
| 48 | 59 | ||
| 49 | * BS: <URL:http://www.geekware.de/software/emacs/index.html> | ||
| 50 | |||
| 51 | * Calculator: <URL:http://www.barzilay.org/misc/calculator.el> | ||
| 52 | |||
| 53 | * CC mode: <URL:http://cc-mode.sourceforge.net/> | 60 | * CC mode: <URL:http://cc-mode.sourceforge.net/> |
| 54 | 61 | ||
| 55 | * CPerl: <URL:http://math.berkeley.edu/~ilya/software/emacs/> | 62 | * CPerl: <URL:http://math.berkeley.edu/~ilya/software/emacs/> |
| 56 | 63 | ||
| 57 | * Ediff and Viper: <URL:http://www.cs.sunysb.edu/~kifer/emacs.html> | 64 | * Ediff and Viper: <URL:http://www.cs.sunysb.edu/~kifer/emacs.html> |
| 58 | 65 | ||
| 59 | * Eldoc and Rlogin: | ||
| 60 | <URL:http://www.splode.com/~friedman/software/emacs-lisp/> | ||
| 61 | |||
| 62 | * ERC: <URL:http://savannah.gnu.org/projects/erc/> | 66 | * ERC: <URL:http://savannah.gnu.org/projects/erc/> |
| 63 | 67 | ||
| 64 | * Etags: <URL:http://fly.isti.cnr.it/software/> | ||
| 65 | |||
| 66 | * Gnus: <URL:http://www.gnus.org/> | 68 | * Gnus: <URL:http://www.gnus.org/> |
| 67 | 69 | ||
| 68 | * Ispell: <URL:http://www.kdstevens.com/stevens/ispell-page.html> | ||
| 69 | |||
| 70 | * MH-E: <URL:http://mh-e.sourceforge.net/> | 70 | * MH-E: <URL:http://mh-e.sourceforge.net/> |
| 71 | 71 | ||
| 72 | * nXML: <URL:http://www.thaiopensource.com/nxml-mode/> | 72 | * nXML: <URL:http://www.thaiopensource.com/nxml-mode/> |
| 73 | 73 | ||
| 74 | * Org mode: <URL:http://orgmode.org/> | 74 | * Org mode: <URL:http://orgmode.org/> |
| 75 | 75 | ||
| 76 | * PS mode: <URL:http://odur.let.rug.nl/%7Ekleiweg/postscript/> | ||
| 77 | |||
| 78 | * PS-print: <URL:http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage> | ||
| 79 | |||
| 80 | * Python: <URL:http://www.loveshack.ukfsn.org/emacs/> | ||
| 81 | |||
| 82 | * QuickURL: <URL:http://www.davep.org/emacs/> | ||
| 83 | |||
| 84 | * RefTeX: <URL:http://www.gnu.org/software/auctex/reftex.html> | 76 | * RefTeX: <URL:http://www.gnu.org/software/auctex/reftex.html> |
| 85 | 77 | ||
| 86 | * Remember: <URL:https://gna.org/p/remember-el> | 78 | * Remember: <URL:https://gna.org/p/remember-el> |
| 87 | 79 | ||
| 88 | * Speedbar, Checkdoc etc: <URL:http://cedet.sourceforge.net/> | 80 | * CEDET: <URL:http://cedet.sourceforge.net/> |
| 89 | |||
| 90 | * SQL: <URL:http://www.emacswiki.org/cgi-bin/wiki/sql.el> | ||
| 91 | 81 | ||
| 92 | * Tramp: Remote file access via rsh/ssh | 82 | * Tramp: Remote file access via rsh/ssh |
| 93 | <URL:http://savannah.gnu.org/projects/tramp/> | 83 | <URL:http://savannah.gnu.org/projects/tramp/> |
| 94 | 84 | ||
| 95 | * Webjump: <URL:http://www.neilvandyke.org/webjump> | ||
| 96 | |||
| 97 | * Auxiliary files | 85 | * Auxiliary files |
| 98 | 86 | ||
| 99 | * (Tex)info files for use with Info-look that don't come from GNU | 87 | * (Tex)info files for use with Info-look that don't come from GNU |
| @@ -114,18 +102,16 @@ Emacs for various reasons, sometimes because their authors haven't made | |||
| 114 | a copyright assignment to the FSF. Some of them may be integrated in | 102 | a copyright assignment to the FSF. Some of them may be integrated in |
| 115 | the future. | 103 | the future. |
| 116 | 104 | ||
| 117 | You might like to check whether they are packaged for your system. | 105 | Your operating system distribution may include several of these as optional |
| 118 | Several are for Debian GNU/Linux in particular. | 106 | packages that you can install. |
| 119 | 107 | ||
| 120 | * AUCTeX: <URL:http://www.gnu.org/software/auctex/> | 108 | * AUCTeX: <URL:http://www.gnu.org/software/auctex/> |
| 121 | An extensible package that supports writing and formatting TeX | 109 | An extensible package that supports writing and formatting TeX |
| 122 | files (including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX). | 110 | files (including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX). |
| 111 | Available from GNU ELPA. | ||
| 123 | 112 | ||
| 124 | * BBDB: personal Info Rolodex integrated with mail/news: | 113 | * BBDB: personal Info Rolodex integrated with mail/news: |
| 125 | <URL:http://bbdb.sourceforge.net/> | 114 | <URL:http://savannah.nongnu.org/projects/bbdb> |
| 126 | [You might want to set the coding system of your .bbdb file to | ||
| 127 | emacs-mule, say by adding `("\\.bbdb\\'" . emacs-mule)' to | ||
| 128 | `file-coding-system-alist' for non-ASCII characters.] | ||
| 129 | 115 | ||
| 130 | * Boxquote: <URL:http://www.davep.org/emacs/> | 116 | * Boxquote: <URL:http://www.davep.org/emacs/> |
| 131 | 117 | ||
| @@ -143,13 +129,6 @@ Several are for Debian GNU/Linux in particular. | |||
| 143 | * Ee: categorizing information manager: | 129 | * Ee: categorizing information manager: |
| 144 | <URL:http://www.jurta.org/en/emacs/ee/> | 130 | <URL:http://www.jurta.org/en/emacs/ee/> |
| 145 | 131 | ||
| 146 | * EFS: enhanced version of ange-ftp: | ||
| 147 | <URL:http://www-pu.informatik.uni-tuebingen.de/users/sperber/software/efs/> | ||
| 148 | |||
| 149 | * Elib library: <URL:http://www.gnu.org/software/elib/elib.html> | ||
| 150 | From GNU distribution mirrors. (Much of this functionality is now | ||
| 151 | in Emacs.) | ||
| 152 | |||
| 153 | * EMacro: <URL:http://emacro.sourceforge.net/> | 132 | * EMacro: <URL:http://emacro.sourceforge.net/> |
| 154 | EMacro is a portable configuration file that configures itself. | 133 | EMacro is a portable configuration file that configures itself. |
| 155 | 134 | ||
| @@ -168,33 +147,19 @@ Several are for Debian GNU/Linux in particular. | |||
| 168 | * Emacs Wiki Mode: <URL:http://mwolson.org/projects/EmacsWikiMode.html> | 147 | * Emacs Wiki Mode: <URL:http://mwolson.org/projects/EmacsWikiMode.html> |
| 169 | A wiki-like publishing tool and personal information manager | 148 | A wiki-like publishing tool and personal information manager |
| 170 | 149 | ||
| 171 | * Gnuserv: | ||
| 172 | <URL:http://www.hpl.hp.com/personal/ange/gnuserv/home.html> | ||
| 173 | Alternative emacsclient/emacsserver. Also available from this Web | ||
| 174 | page: eiffel-mode.el. | ||
| 175 | |||
| 176 | * Go in a buffer: Go Text Protocol client: | 150 | * Go in a buffer: Go Text Protocol client: |
| 177 | <URL:http://www.gnuvola.org/software/personal-elisp/dist/lisp/diversions/gnugo.el> | 151 | <URL:http://www.gnuvola.org/software/personal-elisp/dist/lisp/diversions/gnugo.el> |
| 178 | A modified version is also bundled with GNU Go: | 152 | A modified version is also bundled with GNU Go: |
| 179 | <URL:http://www.gnu.org/software/gnugo/gnugo.html> | 153 | <URL:http://www.gnu.org/software/gnugo/gnugo.html> |
| 180 | 154 | ||
| 181 | * hm--html-menus: | ||
| 182 | <URL:ftp://sunsite.unc.edu/pub/Linux/apps/editors/emacs/> | ||
| 183 | HTML-specific editing. Can work with PSGML. | ||
| 184 | |||
| 185 | * Hyperbole: | 155 | * Hyperbole: |
| 186 | <URL:http://directory.fsf.org/hyperbole.html> | 156 | <URL:http://directory.fsf.org/wiki/Hyperbole> |
| 187 | Hyperbole is an open, efficient, programmable information | 157 | Hyperbole is an open, efficient, programmable information |
| 188 | management and hypertext system. | 158 | management and hypertext system. |
| 189 | 159 | ||
| 190 | * JDEE: <URL:http://jdee.sourceforge.net/> | 160 | * JDEE: <URL:http://jdee.sourceforge.net/> |
| 191 | Provides a Java development environment for Emacs. | 161 | Provides a Java development environment for Emacs. |
| 192 | 162 | ||
| 193 | * Mailcrypt: | ||
| 194 | <URL:http://mailcrypt.sourceforge.net/> | ||
| 195 | PGP and GPG support. PGP isn't free software, but GPG, the GNU | ||
| 196 | Privacy Guard, is a free replacement <URL:http://www.gnupg.org/>. | ||
| 197 | |||
| 198 | * Mew: <URL:http://www.mew.org/> | 163 | * Mew: <URL:http://www.mew.org/> |
| 199 | A MIME mail reader for Emacs/XEmacs. | 164 | A MIME mail reader for Emacs/XEmacs. |
| 200 | 165 | ||
| @@ -208,9 +173,6 @@ Several are for Debian GNU/Linux in particular. | |||
| 208 | * Preview LaTeX: embed preview LaTeX images in source buffer. | 173 | * Preview LaTeX: embed preview LaTeX images in source buffer. |
| 209 | <URL:http://www.gnu.org/software/auctex/preview-latex.html> | 174 | <URL:http://www.gnu.org/software/auctex/preview-latex.html> |
| 210 | 175 | ||
| 211 | * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html> | ||
| 212 | DTD-aware serious SGML/XML editing. | ||
| 213 | |||
| 214 | * Quack: <URL:http://www.neilvandyke.org/quack/> | 176 | * Quack: <URL:http://www.neilvandyke.org/quack/> |
| 215 | Quack enhances Emacs support for Scheme. | 177 | Quack enhances Emacs support for Scheme. |
| 216 | 178 | ||
| @@ -227,26 +189,17 @@ Several are for Debian GNU/Linux in particular. | |||
| 227 | * Tamago: Chinese/Japanese/Korean input method | 189 | * Tamago: Chinese/Japanese/Korean input method |
| 228 | <URL:http://www.m17n.org/tamago/index.en.html> | 190 | <URL:http://www.m17n.org/tamago/index.en.html> |
| 229 | Emacs Lisp package to provide input methods for CJK characters. | 191 | Emacs Lisp package to provide input methods for CJK characters. |
| 230 | It can use these background conversion servers: | ||
| 231 | FreeWnn (jserver, cserver, tserver), | ||
| 232 | Wnn6, | ||
| 233 | SJ3 Ver.2 | ||
| 234 | 192 | ||
| 235 | * Tiny Tools: <URL:http://freshmeat.net/projects/emacs-tiny-tools> | 193 | * Tiny Tools: <URL:https://savannah.nongnu.org/projects/emacs-tiny-tools> |
| 236 | 194 | ||
| 237 | * VM (View Mail): Alternative mail reader | 195 | * VM (View Mail): Alternative mail reader |
| 238 | <URL:http://launchpad.net/vm> | 196 | <URL:http://launchpad.net/vm> |
| 239 | Previously hosted at: <URL:http://www.nongnu.org/viewmail/> | 197 | Previously hosted at: <URL:http://www.nongnu.org/viewmail/> |
| 240 | There are VM newsgroups: <URL:news:gnu.emacs.vm.info>, and | ||
| 241 | <URL:news:gnu.emacs.vm.bug>. | ||
| 242 | 198 | ||
| 243 | * W3: <URL:http://savannah.gnu.org/projects/w3/> | 199 | * W3 Web browser: <URL:http://savannah.gnu.org/projects/w3/> |
| 244 | Web browser. There's a W3 mail list/newsgroup | ||
| 245 | <URL:http://savannah.gnu.org/mail/?group=w3>. | ||
| 246 | 200 | ||
| 247 | * Wanderlust: <URL:http://www.gohome.org/wl/> | 201 | * Wanderlust: <URL:http://www.gohome.org/wl/> |
| 248 | Yet Another Message Interface on Emacsen. Wanderlust is a mail/news | 202 | Wanderlust is a mail/news reader for Emacs. |
| 249 | reader supporting IMAP4rev1 for emacsen. | ||
| 250 | 203 | ||
| 251 | * WhizzyTex: <URL:http://cristal.inria.fr/whizzytex/> | 204 | * WhizzyTex: <URL:http://cristal.inria.fr/whizzytex/> |
| 252 | WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash) | 205 | WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash) |