annotate man/xemacs/reading.texi @ 776:79940b592197
[xemacs-hg @ 2002-03-15 07:43:14 by ben]
.cvsignore: ignore .tmp files that are getting auto-created by VC.
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
alloc.c, emacs.c, lisp.h: add new -no-packages. make sure list of args for sorting is
actually correct. clean up arg parsing code.
xemacs.mak: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
Makefile: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
mule\chinese.el, mule\japan-util.el: fix warnings.
behavior-defs.el: fix errors with require.
bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs.
cus-edit.el: pretty-print values.
dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new
-no-packages option. merge code duplication in dump-paths and
startup.
lisp-mode.el: indent macrolet and labels correctly. update comments about
lisp-indent-function. flet already handled in cl.
apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings.
very-early-lisp.el: update docs.
mule\chinese.el, mule\japan-util.el: fix warnings.
mule\chinese.el, mule\japan-util.el: fix warnings.
behavior-defs.el: fix errors with require.
bytecomp-runtime.el: add new funs {when,and}-{f}boundp, clean up docs.
cus-edit.el: pretty-print values.
dump-paths.el, find-paths.el, startup.el, setup-paths.el: fix problems/inconsistencies parsing options. support new
-no-packages option. merge code duplication in dump-paths and
startup.
lisp-mode.el: indent macrolet and labels correctly. update comments about
lisp-indent-function. flet already handled in cl.
apropos.el, auto-save.el, buff-menu.el, cl-extra.el, dragdrop.el, faces.el, files.el, fill.el, font-lock.el, font.el, gtk-faces.el, gui.el, help.el, hyper-apropos.el, info.el, isearch-mode.el, keymap.el, lisp-mnt.el, mouse.el, package-admin.el, package-get.el, printer.el, process.el, resize-minibuffer.el, simple.el, toolbar-items.el, wid-edit.el, win32-native.el: fix warnings.
very-early-lisp.el: update docs.
mule\chinese.el, mule\japan-util.el: fix warnings.
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
Makefile.in.in: Use -no-packages to avoid problems with package files shadowing
core files (e.g. unicode.el in mule-ucs).
author |
ben |
date |
Fri, 15 Mar 2002 07:43:43 +0000 |
parents |
376386a54a3c |
children |
712931b4b71d |
rev |
line source |
0
|
1
|
|
2 @node Reading Mail, Calendar/Diary, Sending Mail, Top
|
|
3 @chapter Reading Mail
|
|
4 @cindex mail
|
|
5 @cindex message
|
|
6
|
|
7 XEmacs provides three separate mail-reading packages. Each one comes with
|
|
8 its own manual, which is included standard with the XEmacs distribution.
|
|
9
|
|
10 The recommended mail-reading package for new users is VM. VM works
|
|
11 with standard Unix-mail-format folders and was designed as a replacement
|
|
12 for the older Rmail.
|
|
13
|
|
14 XEmacs also provides a sophisticated and comfortable front-end to the
|
|
15 MH mail-processing system, called @samp{mh-e}. Unlike in other
|
|
16 mail programs, folders in MH are stored as file-system directories,
|
|
17 with each message occupying one (numbered) file. This facilitates
|
|
18 working with mail using shell commands, and many other features of
|
|
19 MH are also designed to integrate well with the shell and with
|
|
20 shell scripts. Keep in mind, however, that in order to use mh-e
|
|
21 you must have the MH mail-processing system installed on your
|
|
22 computer.
|
|
23
|
|
24 Finally, XEmacs provides the Rmail package. Rmail is (currently) the
|
|
25 only mail reading package distributed with FSF GNU Emacs, and is
|
|
26 powerful in its own right. However, it stores mail folders in a special
|
|
27 format called @samp{Babyl}, that is incompatible with all other
|
|
28 frequently-used mail programs. A utility program is provided for
|
|
29 converting Babyl folders to standard Unix-mail format; however, unless
|
|
30 you already have mail in Babyl-format folders, you should consider
|
|
31 using VM or mh-e instead. (If at times you have to use FSF Emacs, it
|
|
32 is not hard to obtain and install VM for that editor.)
|