annotate etc/MORE.STUFF @ 99501:e3acb52d33e1

2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-yank): Make any prefix force normal yanking. Suppress folding if text would be swallowed into a folded subtree. (org-yank-folded-subtrees, org-yank): Docstring updates. * org-agenda.el (org-agenda-compare-effort): Treat no effort defined as 0. * org-exp.el (org-export-language-setup): Add Catalan and Esperanto language entries. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-refile): Allow refiling of entire regions. * org-clock.el (org-clock-time%): New function. * org.el (org-entry-get, org-entry-delete): Use safer regexps to retrieve property values. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-list): Handle the value `only' of org-agenda-show-log'. (org-agenda-log-mode): Interpret a double prefix arg. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-html-footnotes-section): New variable. (org-export-as-html): Use `org-export-html-footnotes-section' to insert the footnotes. (org-export-language-setup): Add "Footnotes" to language words. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-yank): Fix bug when not inserting a subtree. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message' instead of `vm-beginning-of-message'. * org.el (org-make-link-regexps): Make sure that links to gnus can contain brackets. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> * org-attach.el (org-attach-dir): Remove duplicate ID creation code. * org-id.el (org-id-new): Use `org-trim' to extract the uuid from shell output. * org.el (org-link-abbrev-alist): Improve customization type. * org-attach.el (org-attach-expand-link, org-attach-expand): New functions. * org-agenda.el (org-agenda-get-progress): Renamed from `org-get-closed'. Implement searching for state changes as well. (org-agenda-log-mode-items): New option. (org-agenda-log-mode): New option prefix argument, interpreted as request to show all possible progress info. (org-agenda-get-day-entries): Call `org-get-progress' instead of `org-get-closed'. (org-agenda-set-mode-name): Handle the more complex log mode settings. (org-get-closed): New alias, pointing to `org-get-progress'. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-file-apps-defaults-gnu) (org-file-apps-defaults-macosx) (org-file-apps-defaults-windowsnt): Add an entry defining the system command. (org-file-apps): Allow `system' as key and value. (org-open-at-point): Explain the effect of a double prefix arg. (org-open-file): If the argument `in-emacs' is (16), i.e. corresponding to a double prefix argument, try to open the file externally. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-link): Abbreviate absolute files names in links. Also, fix a bug in which the double C-u prefix would not be honored. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-heading): If buffer does not end with a newline, add one if necessary to insert headline correctly. * org-exp.el (org-export-as-html): Make sure that <hr/> is between paragraphs, not inside. * org.el (org-todo): Quote `org-agenda-headline-snapshot-before-repeat'. * org-exp.el (org-export-as-html): Fully process link descriptions. (org-export-html-format-desc): New function. (org-export-as-html): Collect footnotes into the correct basket. (org-html-protect): No longer protect quotations marks here, this goes wrong. * org-agenda.el (org-agenda-remove-marked-text): Bind variable BEG. * org-compat.el (org-fit-window-to-buffer): New function (not really, a preliminary and incomplete version was present earlier, but not used). * org.el (org-fast-todo-selection, org-fast-tag-selection): Use `org-fit-window-to-buffer'. * org-exp.el (org-export): Use `org-fit-window-to-buffer'. * org-agenda.el (org-agenda-get-restriction-and-command) (org-fit-agenda-window, org-agenda-convert-date): Use `org-fit-window-to-buffer'. * org-exp.el (org-export-as-html): Process href links through `org-export-html-format-href'. (org-export-html-format-href): New function. * org-agenda.el (org-agenda-todo): Update only the current headline if this is a repeated TODO, marked done for today. (org-agenda-change-all-lines): New argument JUST-THIS, to change only the current line. * org.el (org-todo): Take a snapshot of the headline if the repeater might change it. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-publish.el (org-publish-find-title): Remove buffers visited only for extracting the title. * org-exp.el (org-export-html-style) (org-export-html-style-default): Mark style definitions as unparsed CDATA. * org-publish.el (org-publish-validate-link): Function re-introduced. 2008-11-12 Charles Sebold <csebold@gmail.com> * org-plot.el (org-plot/add-options-to-plist): Supports timefmt property. (org-plot-quote-timestamp-field): New function. (org-plot-quote-tsv-field): Call timestamp field function when necessary rather than just quoting as a string. (org-plot/gnuplot-to-data): Pass in timefmt property. (org-plot/gnuplot-script): Supports timefmt property. (org-plot/gnuplot): Checks for timestamp column before checking for text index column. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-heading): Improve behavior with hidden subtrees. * org-publish.el (org-publish-org-index): Create a section in the index file. (org-publish-org-index): Stop linking to directories. * org.el (org-emphasis-alist): Use span instead of <u> to underline text. * org-exp.el (org-export-as-html): Make sure <p> is closed before <pre> sections. 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de> * org-jsinfo.el (org-infojs-template): Remove language attribute from script tag. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-remove-marked-text): New function. (org-agenda-mark-filtered-text) (org-agenda-unmark-filtered-text): New functions. (org-write-agenda): Remove fltered text. * org.el (org-make-tags-matcher): Give access to TODO "property" without speed penalty. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an option. (org-store-link-props): Make sure adding to the plist works correctly. * org-gnus.el (org-gnus-no-new-news): New function. (org-gnus-follow-link): Allow the article ID to be a message-id, in addition to allowing article numbers. Message IDs make much more roubust links. (org-gnus-store-link): Use message-id to create link. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el (org-emphasize): Reverse the selection array. (org-emphasis-alist): Set <code> tags for the verbatim environment. * org-remember.el (org-remember-handler): Fix bug with prefix-related changing of the note storage target. * org-exp.el (org-print-icalendar-entries): Make the exported priorities compatible with RFC 2445. * org-clock.el (org-clock-save): Insert time stamp without dependence on time-stamp.el. 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org.el ("saveplace"): If saveplace puts point into an invisible location, make it visible. (org-make-tags-matcher): Allow inactive time stamps in time comparisons. (org-yank-adjusted-subtrees): New option. (org-yank): Incorporate adjusting trees. (org-paste-subtree): New argument FOR-YANK which will cause insertion at point without backing up over white lines, and leave point at the end of the inserted text. Also if the cursor is at the beginning of a headline, use the same level or the inserted tree. * org-publish.el (org-publish-get-base-files-1): Deal correctly with broken symlinks 2008-11-12 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-select-tags, org-get-current-options): Fix typo.
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 12 Nov 2008 08:01:06 +0000
parents cbf5528cf447
children c90853557b90
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
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
2
79776
1dd7437446ea Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 78271
diff changeset
3 Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
4 Free Software Foundation, Inc.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
5 See the end of the file for license conditions.
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
6
25844
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
7 This file describes GNU Emacs programs and resources that are
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
8 maintained by other people. Some of these may become part of the
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
9 Emacs distribution in the future. Others we unfortunately can't
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
10 distribute, even though they are free software, because we lack legal
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
11 papers for copyright purposes. Also included are sites where
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
12 development versions of some packages distributed with Emacs may be
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
13 found.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
14
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
15 You might also look at the Emacs web page
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
16 <URL:http://www.gnu.org/software/emacs/emacs.html>. If you use the
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
17 Windows-32 version of Emacs, see the NTEmacs sites listed in the FAQ.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
18
38862
612446a95acd Fixed typo
Jason Rumney <jasonr@gnu.org>
parents: 37369
diff changeset
19 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
20 listed here fail.
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
21
27615
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
22 * The `Emacs Lisp List' at
64852
ff03de091b63 Update URLs.
Stephen Eglen <stephen@gnu.org>
parents: 64262
diff changeset
23 <URL:http://www.damtp.cam.ac.uk/user/eglen/emacs/ell.html> has pointers
27615
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
24 to sources of a large number of packages.
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
25
24157
19192d7c0e53 Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents: 24128
diff changeset
26 * gnu.emacs.sources
19192d7c0e53 Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents: 24128
diff changeset
27
19192d7c0e53 Correction re. LCD. Note on gnu.emacs.sources.
Dave Love <fx@gnu.org>
parents: 24128
diff changeset
28 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
29 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
30 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
31
52270
52f55caa8273 Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents: 48785
diff changeset
32 * emacswiki.org
52f55caa8273 Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents: 48785
diff changeset
33
52f55caa8273 Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents: 48785
diff changeset
34 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
35 <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
36
76099
a5085ef9cf22 Add pointer to Phil Sung's slides.
Eli Zaretskii <eliz@gnu.org>
parents: 75774
diff changeset
37 * Emacs tutorials and manuals
a5085ef9cf22 Add pointer to Phil Sung's slides.
Eli Zaretskii <eliz@gnu.org>
parents: 75774
diff changeset
38
a5085ef9cf22 Add pointer to Phil Sung's slides.
Eli Zaretskii <eliz@gnu.org>
parents: 75774
diff changeset
39 * Emacs slides and tutorials can be found here:
a5085ef9cf22 Add pointer to Phil Sung's slides.
Eli Zaretskii <eliz@gnu.org>
parents: 75774
diff changeset
40 <URL:http://stuff.mit.edu/iap/emacs/>
a5085ef9cf22 Add pointer to Phil Sung's slides.
Eli Zaretskii <eliz@gnu.org>
parents: 75774
diff changeset
41
24774
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
42 * Maintenance versions of some packages distributed with Emacs
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
43
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
44 You might find bug-fixes or enhancements in these places.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
45
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
46 * 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
47
69720
143b42ef3d20 updated link(s)
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 67166
diff changeset
48 * Battery and Info Look: <URL:http://www-cdf.fnal.gov/~sthrlnd/emacs/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
49
52270
52f55caa8273 Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents: 48785
diff changeset
50 * BS: <URL:http://www.geekware.de/software/emacs/index.html>
27615
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
51
65398
61acf14bf03f Update url for calculator.el.
Eli Zaretskii <eliz@gnu.org>
parents: 65050
diff changeset
52 * Calculator: <URL:http://www.barzilay.org/misc/calculator.el>
30802
fcfb193a2a39 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 30227
diff changeset
53
29401
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
54 * CC mode: <URL:http://cc-mode.sourceforge.net/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
55
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
56 * 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
57
52270
52f55caa8273 Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents: 48785
diff changeset
58 * Ediff and Viper: <URL:http://www.cs.sunysb.edu/~kifer/emacs.html>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
59
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
60 * Eldoc and Rlogin:
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
61 <URL:http://www.splode.com/~friedman/software/emacs-lisp/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
62
70617
af5bc6c80df2 ERC is now part of Emacs.
Romain Francoise <romain@orebokech.com>
parents: 70075
diff changeset
63 * ERC: IRC client:
af5bc6c80df2 ERC is now part of Emacs.
Romain Francoise <romain@orebokech.com>
parents: 70075
diff changeset
64 <URL:http://www.emacswiki.org/cgi-bin/wiki?EmacsIRCClient>
af5bc6c80df2 ERC is now part of Emacs.
Romain Francoise <romain@orebokech.com>
parents: 70075
diff changeset
65
77961
266baef981bd Michael Olson <mwolson at gnu.org>
Glenn Morris <rgm@gnu.org>
parents: 77857
diff changeset
66 * EShell: <URL:http://johnwiegley.com/eshell.html>
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
67
47246
89e300941ccd Changed URL for etags.
Francesco Potortì <pot@gnu.org>
parents: 46988
diff changeset
68 * 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
69
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
70 * Expand: <URL:http://w3.teaser.fr/%7Eflepied/expand.el.gz>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
71
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
72 * Gnus: <URL:http://www.gnus.org/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
73
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
74 * Ffap: <URL:http://www.mathcs.emory.edu/%7Emic/ftp/emacs/>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
75 (And some addons for it.)
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
76
77857
da20d5887272 Remove dead URL for Fortune, and update URLs for Hideshow, Org, EDB,
Chong Yidong <cyd@stupidchicken.com>
parents: 77535
diff changeset
77 * Hideshow: <URL:http://staff.science.uva.nl/~dominik/Tools/org/>
27615
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
78
69720
143b42ef3d20 updated link(s)
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 67166
diff changeset
79 * Ispell: <URL:http://www.eng.utah.edu/~kstevens/ispell-page.html>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
80
70075
900c28bb2ad4 Add MH-E.
Bill Wohler <wohler@newt.com>
parents: 69720
diff changeset
81 * MH-E: <URL:http://mh-e.sourceforge.net/>
900c28bb2ad4 Add MH-E.
Bill Wohler <wohler@newt.com>
parents: 69720
diff changeset
82
77857
da20d5887272 Remove dead URL for Fortune, and update URLs for Hideshow, Org, EDB,
Chong Yidong <cyd@stupidchicken.com>
parents: 77535
diff changeset
83 * Org mode: <URL:http://staff.science.uva.nl/~dominik/Tools/org/>
da20d5887272 Remove dead URL for Fortune, and update URLs for Hideshow, Org, EDB,
Chong Yidong <cyd@stupidchicken.com>
parents: 77535
diff changeset
84
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
85 * PS mode: <URL:http://odur.let.rug.nl/%7Ekleiweg/postscript/>
26223
cead5ead9ae6 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 25844
diff changeset
86
77159
0f28a629f991 Update some links, remove some dead ones.
Glenn Morris <rgm@gnu.org>
parents: 76099
diff changeset
87 * PS-print: <URL:http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage>
28852
3c430bf1873f *** empty log message ***
Dave Love <fx@gnu.org>
parents: 27666
diff changeset
88
77535
538eb2feec6e Add link to python mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 77190
diff changeset
89 * Python mode: <URL:http://www.emacswiki.org/cgi-bin/wiki/PythonMode>
538eb2feec6e Add link to python mode.
Chong Yidong <cyd@stupidchicken.com>
parents: 77190
diff changeset
90
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
91 * QuickURL: <URL:http://www.davep.org/emacs/>
27615
Dave Love <fx@gnu.org>
parents: 26223
diff changeset
92
77159
0f28a629f991 Update some links, remove some dead ones.
Glenn Morris <rgm@gnu.org>
parents: 76099
diff changeset
93 * RefTeX: <URL:http://www.gnu.org/software/auctex/reftex.html>
24801
785877e7bab4 RefTeX URL.
Dave Love <fx@gnu.org>
parents: 24774
diff changeset
94
52270
52f55caa8273 Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents: 48785
diff changeset
95 * Speedbar, Checkdoc etc: <URL:http://cedet.sourceforge.net/>
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
96
77159
0f28a629f991 Update some links, remove some dead ones.
Glenn Morris <rgm@gnu.org>
parents: 76099
diff changeset
97 * SQL: <URL:http://www.emacswiki.org/cgi-bin/wiki/sql.el>
24774
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
98
56418
8556ca5b915d Tramp is now distributed with Emacs.
Luc Teirlinck <teirllm@auburn.edu>
parents: 56218
diff changeset
99 * Tramp: Remote file access via rsh/ssh
8556ca5b915d Tramp is now distributed with Emacs.
Luc Teirlinck <teirllm@auburn.edu>
parents: 56218
diff changeset
100 <URL:http://savannah.gnu.org/projects/tramp/>
8556ca5b915d Tramp is now distributed with Emacs.
Luc Teirlinck <teirllm@auburn.edu>
parents: 56218
diff changeset
101
48785
08b94ecd1d08 Fix URLs.
Pavel Janík <Pavel@Janik.cz>
parents: 47246
diff changeset
102 * Webjump: <URL:http://www.neilvandyke.org/webjump>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
103
77159
0f28a629f991 Update some links, remove some dead ones.
Glenn Morris <rgm@gnu.org>
parents: 76099
diff changeset
104 * Whitespace: <URL:http://www.dsmit.com/lisp/whitespace.el>
30802
fcfb193a2a39 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 30227
diff changeset
105
46988
e6a15b4101f4 Fix typo.
Richard M. Stallman <rms@gnu.org>
parents: 43400
diff changeset
106 * Auxiliary files
24774
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
107
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
108 * (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
109 packages:
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
110 * 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
111 * 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
112 latex2e.texi> (or CTAN mirrors)
69720
143b42ef3d20 updated link(s)
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 67166
diff changeset
113 * Perl: <URL:ftp://ftp.cpan.org/pub/CPAN/doc/manual/texinfo/>
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
114 (or CPAN mirrors)
24774
99f69a5b41f4 Remove Crisp (stale). Add SQL and files for Info-look.
Dave Love <fx@gnu.org>
parents: 24654
diff changeset
115
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
116 * Packages and add-ons not bundled with Emacs
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
117
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
118 Various major packages or useful additions aren't distributed as part of
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
119 Emacs for various reasons, sometimes because their authors haven't made
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
120 a copyright assignment to the FSF. Some of them may be integrated in
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
121 the future.
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
122
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
123 You might like to check whether they are packaged for your system.
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
124 Several are for Debian GNU/Linux in particular.
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
125
70839
f20f9bda1ae7 Update AUCTeX entry.
Reiner Steib <Reiner.Steib@gmx.de>
parents: 70667
diff changeset
126 * AUCTeX: <URL:http://www.gnu.org/software/auctex/>
f20f9bda1ae7 Update AUCTeX entry.
Reiner Steib <Reiner.Steib@gmx.de>
parents: 70667
diff changeset
127 An extensible package that supports writing and formatting TeX
f20f9bda1ae7 Update AUCTeX entry.
Reiner Steib <Reiner.Steib@gmx.de>
parents: 70667
diff changeset
128 files (including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX).
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
129
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
130 * BBDB: personal Info Rolodex integrated with mail/news:
29401
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
131 <URL:http://bbdb.sourceforge.net/>
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
132 [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
133 emacs-mule, say by adding `("\\.bbdb\\'" . emacs-mule)' to
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
134 `file-coding-system-alist' for non-ASCII characters.]
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
135
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
136 * 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
137
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
138 * 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
139 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
140 <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
141
24654
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
142 * CJK-emacs: Converting MULE-encoded text to TeX:
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
143 <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
144 mirrors of the `CTAN' TeX archives.
cfb89a15c1c3 *** empty log message ***
Karl Heuer <kwzh@gnu.org>
parents: 24235
diff changeset
145
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
146 * Dismal: spreadsheet:
77159
0f28a629f991 Update some links, remove some dead ones.
Glenn Morris <rgm@gnu.org>
parents: 76099
diff changeset
147 <URL:http://ritter.ist.psu.edu/dismal/dismal.html>
47246
89e300941ccd Changed URL for etags.
Francesco Potortì <pot@gnu.org>
parents: 46988
diff changeset
148
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
149 * 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
150
77857
da20d5887272 Remove dead URL for Fortune, and update URLs for Hideshow, Org, EDB,
Chong Yidong <cyd@stupidchicken.com>
parents: 77535
diff changeset
151 * EDB: database: <URL:http://www.gnuvola.org/software/edb/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
152
52305
2db406f2ac22 Added Ee (categorizing information manager)
Stephen Eglen <stephen@gnu.org>
parents: 52270
diff changeset
153 * Ee: categorizing information manager:
2db406f2ac22 Added Ee (categorizing information manager)
Stephen Eglen <stephen@gnu.org>
parents: 52270
diff changeset
154 <URL:http://www.jurta.org/emacs/ee/>
2db406f2ac22 Added Ee (categorizing information manager)
Stephen Eglen <stephen@gnu.org>
parents: 52270
diff changeset
155
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
156 * EFS: enhanced version of ange-ftp:
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
157 <URL:http://www-uk.hpl.hp.com/people/ange/efs>
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
158 Version 1.16 is said not to work properly with Emacs 20.
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
159
29193
eb1c9224a1c6 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28852
diff changeset
160 * Elib library: <URL:http://www.gnu.org/software/elib/elib.html>
32917
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
161 From GNU distribution mirrors. (Much of this functionality is now
0d78af57cddd Various updates.
Dave Love <fx@gnu.org>
parents: 30802
diff changeset
162 in Emacs.)
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
163
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
164 * 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
165 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
166
70667
530650861e31 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Miles Bader <miles@gnu.org>
parents: 70617
diff changeset
167 * Emacs Muse: <URL:http://www.mwolson.org/projects/EmacsMuse.html>
70617
af5bc6c80df2 ERC is now part of Emacs.
Romain Francoise <romain@orebokech.com>
parents: 70075
diff changeset
168 An authoring and publishing environment for Emacs.
af5bc6c80df2 ERC is now part of Emacs.
Romain Francoise <romain@orebokech.com>
parents: 70075
diff changeset
169
64852
ff03de091b63 Update URLs.
Stephen Eglen <stephen@gnu.org>
parents: 64262
diff changeset
170 * Emacs speaks statistics (ESS): statistical programming within Emacs
53474
dc7da3850335 Update URL for ESS.
Stephen Eglen <stephen@gnu.org>
parents: 52774
diff changeset
171 <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
172
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
173 * Emacspeak -- A Speech Output Subsystem For Emacs:
28852
3c430bf1873f *** empty log message ***
Dave Love <fx@gnu.org>
parents: 27666
diff changeset
174 <URL:http://emacspeak.sourceforge.net/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
175
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
176 * Emacs-w3m : <URL:http://emacs-w3m.namazu.org/>
77190
c633d235e436 Remove obsolete comment about Emacs 21.
Glenn Morris <rgm@gnu.org>
parents: 77159
diff changeset
177 A simple Emacs interface to w3m, which is a text-mode WWW browser
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
178
70667
530650861e31 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Miles Bader <miles@gnu.org>
parents: 70617
diff changeset
179 * Emacs Wiki Mode: <URL:http://www.mwolson.org/projects/EmacsWiki.html>
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
180 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
181
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
182 * Gnuserv:
69720
143b42ef3d20 updated link(s)
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 67166
diff changeset
183 <URL:http://www.hpl.hp.com/personal/ange/gnuserv/home.html>
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
184 Enhanced emacsclient/emacsserver. Also available from this Web
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
185 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
186
67166
894f56cfb001 Add entry: "Go in a buffer: Go Text Protocol client".
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 65398
diff changeset
187 * Go in a buffer: Go Text Protocol client:
81120
b73d64b5b54d (Hideshow): Delete.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 77535
diff changeset
188 <URL:http://www.gnuvola.org/software/personal-elisp/standalone/>
67166
894f56cfb001 Add entry: "Go in a buffer: Go Text Protocol client".
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 65398
diff changeset
189 A modified version is also bundled with GNU Go:
894f56cfb001 Add entry: "Go in a buffer: Go Text Protocol client".
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 65398
diff changeset
190 <URL:http://www.gnu.org/software/gnugo/gnugo.html>
894f56cfb001 Add entry: "Go in a buffer: Go Text Protocol client".
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 65398
diff changeset
191
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
192 * hm--html-menus:
69720
143b42ef3d20 updated link(s)
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 67166
diff changeset
193 <URL:ftp://sunsite.unc.edu/pub/Linux/apps/editors/emacs/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
194 HTML-specific editing. Can work with PSGML.
24127
250719d2b13b Initial revision
Dave Love <fx@gnu.org>
parents:
diff changeset
195
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
196 * Hyperbole:
77159
0f28a629f991 Update some links, remove some dead ones.
Glenn Morris <rgm@gnu.org>
parents: 76099
diff changeset
197 <URL:http://directory.fsf.org/hyperbole.html>
65050
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
198 Hyperbole is an open, efficient, programmable information
846687fa3571 Update links and URLs.
Eli Zaretskii <eliz@gnu.org>
parents: 64980
diff changeset
199 management and hypertext system.
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 * 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
202 Provides a Java development environment for Emacs.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
203
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
204 * Mailcrypt:
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
205 <URL:http://mailcrypt.sourceforge.net/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
206 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
207 Privacy Guard, is a free replacement <URL:http://www.gnupg.org/>.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
208
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
209 * 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
210 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
211
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
212 * 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
213 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
214 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
215
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
216 * 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
217 <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
218 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
219 powerful XML editor.
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
220
77159
0f28a629f991 Update some links, remove some dead ones.
Glenn Morris <rgm@gnu.org>
parents: 76099
diff changeset
221 * Planner Mode: <URL:http://wjsullivan.net/PlannerMode>
70667
530650861e31 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Miles Bader <miles@gnu.org>
parents: 70617
diff changeset
222 Planner is an organizer and day planner for Emacs.
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
223
52270
52f55caa8273 Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents: 48785
diff changeset
224 * Preview LaTeX: embed preview LaTeX images in source buffer.
77159
0f28a629f991 Update some links, remove some dead ones.
Glenn Morris <rgm@gnu.org>
parents: 76099
diff changeset
225 <URL:http://www.gnu.org/software/auctex/preview-latex>
52270
52f55caa8273 Change several URLs; add new entries (ESS; preview latex; emacswiki).
Stephen Eglen <stephen@gnu.org>
parents: 48785
diff changeset
226
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
227 * 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
228 DTD-aware serious SGML/XML editing.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
229
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
230 * Quack: <URL:http://www.neilvandyke.org/quack/>
77857
da20d5887272 Remove dead URL for Fortune, and update URLs for Hideshow, Org, EDB,
Chong Yidong <cyd@stupidchicken.com>
parents: 77535
diff changeset
231 Quack enhances Emacs support for Scheme.
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
232
77857
da20d5887272 Remove dead URL for Fortune, and update URLs for Hideshow, Org, EDB,
Chong Yidong <cyd@stupidchicken.com>
parents: 77535
diff changeset
233 * Remember: <URL:https://gna.org/p/remember-el>
da20d5887272 Remove dead URL for Fortune, and update URLs for Hideshow, Org, EDB,
Chong Yidong <cyd@stupidchicken.com>
parents: 77535
diff changeset
234 A Personal Information Manager (PIM) for Emacs.
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
235
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
236 * 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
237 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
238
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
239 * 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
240 <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
241
27666
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
242 * Tamago: Chinese/Japanese/Korean input method
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
243 <URL:ftp://m17n.org/pub/tamago/>
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
244 Emacs Lisp package to provide input methods for CJK characters.
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
245 It can use these background conversion servers:
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
246 FreeWnn (jserver, cserver, tserver),
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
247 Wnn6,
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
248 SJ3 Ver.2
fb8f59c1319c Add Tamago.
Dave Love <fx@gnu.org>
parents: 27615
diff changeset
249
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
250 * 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
251
77159
0f28a629f991 Update some links, remove some dead ones.
Glenn Morris <rgm@gnu.org>
parents: 76099
diff changeset
252 * VM (View Mail): <URL:http://www.nongnu.org/viewmail/> Alternative
25844
Dave Love <fx@gnu.org>
parents: 25489
diff changeset
253 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
254
69720
143b42ef3d20 updated link(s)
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 67166
diff changeset
255 * W3: <URL:http://savannah.gnu.org/projects/w3/>
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
256 Web browser. There's a W3 mail list/newsgroup
69720
143b42ef3d20 updated link(s)
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 67166
diff changeset
257 <URL:http://savannah.gnu.org/mail/?group=w3>.
24128
4fb9b83e0810 Revamped.
Dave Love <fx@gnu.org>
parents: 24127
diff changeset
258
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
259 * 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
260 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
261 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
262
69720
143b42ef3d20 updated link(s)
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 67166
diff changeset
263 * WhizzyTex: <URL:http://cristal.inria.fr/whizzytex/>
59527
2971d1d726ad Add entries of some well known and widely used packages.
Richard M. Stallman <rms@gnu.org>
parents: 57034
diff changeset
264 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
265 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
266
69720
143b42ef3d20 updated link(s)
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 67166
diff changeset
267 * X-Symbol: <URL:http://x-symbol.sourceforge.net/>
77190
c633d235e436 Remove obsolete comment about Emacs 21.
Glenn Morris <rgm@gnu.org>
parents: 77159
diff changeset
268 Quasi-WYSIWYG editing of TeX & al.
29401
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
269
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
270 Local Variables:
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
271 mode: text
30227
d1b043964152 Add view-mode to local variables.
Dave Love <fx@gnu.org>
parents: 29401
diff changeset
272 mode: view
29401
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
273 eval: (goto-address)
8cecaaeeeaa4 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 29193
diff changeset
274 End:
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 52305
diff changeset
275
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
276 This file is part of GNU Emacs.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
277
95004
cbf5528cf447 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 91327
diff changeset
278 GNU Emacs is free software: you can redistribute it and/or modify
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
279 it under the terms of the GNU General Public License as published by
95004
cbf5528cf447 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 91327
diff changeset
280 the Free Software Foundation, either version 3 of the License, or
cbf5528cf447 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 91327
diff changeset
281 (at your option) any later version.
75774
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
282
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
283 GNU Emacs is distributed in the hope that it will be useful,
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
284 but WITHOUT ANY WARRANTY; without even the implied warranty of
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
285 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
286 GNU General Public License for more details.
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
287
dc23aaa67696 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75343
diff changeset
288 You should have received a copy of the GNU General Public License
95004
cbf5528cf447 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 91327
diff changeset
289 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
71188
d4fb4584a969 Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents: 70839
diff changeset
290
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 52305
diff changeset
291 arch-tag: c1d4e7c8-db85-44e6-909e-659e2b20fefa