old-www/HOWTO/Emacs-Beginner-HOWTO-5.html

107 lines
3.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Emacs Beginner's HOWTO: Popular Packages </TITLE>
<LINK HREF="Emacs-Beginner-HOWTO-6.html" REL=next>
<LINK HREF="Emacs-Beginner-HOWTO-4.html" REL=previous>
<LINK HREF="Emacs-Beginner-HOWTO.html#toc5" REL=contents>
</HEAD>
<BODY>
<A HREF="Emacs-Beginner-HOWTO-6.html">Next</A>
<A HREF="Emacs-Beginner-HOWTO-4.html">Previous</A>
<A HREF="Emacs-Beginner-HOWTO.html#toc5">Contents</A>
<HR>
<H2><A NAME="popular_packages"></A> <A NAME="s5">5. Popular Packages </A></H2>
<P>In addition to the many different modes available for Emacs, there
are also many add-on <B>packages</B>. I call them packages because
they're more than just new modes. They often include extra utilities
or are so large that calling them modes just doesn't seem to do them
justice. In still other cases, they are software which extends or
integrates other Emacs modes and packages. The distinction isn't
entirely clear, but that's okay.
<P>
<H2><A NAME="ss5.1">5.1 VM (Mail)</A>
</H2>
<P>To quote the VM FAQ:
<P>
<BLOCKQUOTE>
VM (View Mail) is an Emacs subsystem that allows mail to be read and
disposed of within Emacs. Commands exist to do the normal things
expected of a mail user agent, such as generating replies, saving
messages to folders, deleting messages and so on. There are other more
advanced commands that do tasks like bursting and creating digests,
message forwarding, and organizing message presentation according to
various criteria.
</BLOCKQUOTE>
<P>
<P>When I first began using Emacs, I tried VM out for a while. I found
it to be a great replacement for Pine, Elm, or most any other mail
program. But I didn't want to use separate programs to read mail and
news. VM is actively developed and well supported today.
<P>
<P>It is available here:
<A HREF="http://www.wonderworks.com/vm/">http://www.wonderworks.com/vm/</A>.
<P>
<H2><A NAME="ss5.2">5.2 Gnus (Mail and News)</A>
</H2>
<P>To quote the GNUS Manual:
<P>
<BLOCKQUOTE>
Gnus is a message-reading laboratory. It will let you look at just
about anything as if it were a newsgroup. You can read mail with it,
you can browse directories with it, you can ftp with it---you can even
read news with it!
</BLOCKQUOTE>
<P>
<BLOCKQUOTE>
Gnus tries to empower people who read news the same way Emacs empowers
people who edit text. Gnus sets no limits to what the user should be
allowed to do. Users are encouraged to extend Gnus to make it behave
like they want it to behave. A program should not control people;
people should be empowered to do what they want by using (or abusing)
the program.
</BLOCKQUOTE>
<P>
<P>GNUS is what I currently use for mail and news (as hinted
above). GNUS is also actively developed and well supported today.
<P>
<P>It is available here:
<A HREF="http://www.gnus.org/">http://www.gnus.org/</A>.
<P>
<H2><A NAME="ss5.3">5.3 BBDB (A rolodex)</A>
</H2>
<P>BBDB is an Insidious Big Brother Database, a rolodex-like program
for Emacs that works with most of the popular Emacs Mail packages (VM
and GNUS included).
<P>
<P>It is available here:
<A HREF="http://pweb.netcom.com/~simmonmt/bbdb/index.html">http://pweb.netcom.com/~simmonmt/bbdb/index.html</A>.
<P>
<H2><A NAME="ss5.4">5.4 AucTeX (another TeX mode)</A>
</H2>
<P>AucTeX is another mode for editing TeX files.
<P>
<P>To quote the AucTeX web site:
<P>
<BLOCKQUOTE>
AUC TeX is an extensible package that supports writing and formatting
TeX files for most variants of GNU Emacs. Many different macro
packages are supported, including AMS TeX, LaTeX, and TeXinfo.
</BLOCKQUOTE>
<P>
<P>It is available here:
<A HREF="http://sunsite.auc.dk/auctex/">http://sunsite.auc.dk/auctex/</A>.
<P>
<HR>
<A HREF="Emacs-Beginner-HOWTO-6.html">Next</A>
<A HREF="Emacs-Beginner-HOWTO-4.html">Previous</A>
<A HREF="Emacs-Beginner-HOWTO.html#toc5">Contents</A>
</BODY>
</HTML>