Files
emacs/lisp
Bill Wohler 30f240162b * mh-comp.el (mh-pgp-support-flag): Move here from mh-utils.el; needed
to help remove dependency on mh-utils.

* mh-exec.el: New file. Move process support routines here from
mh-utils.el.

* mh-init.el (mh-utils): Remove require.
(mh-exec): Add require.
(mh-profile-component, mh-profile-component-value): Move here from
mh-utils.el.

* mh-utils.el (mh-pgp-support-flag): Move to mh-comp.el to reduce
dependencies on mh-utils.el.
(mh-profile-component, mh-profile-component-value): Move to mh-init.el
since that's the only place that uses them. (Other than mh-alias.el;
I'm thinking that mh-find-path can set variable from the Aliasfile
component like it does the other components).
(mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell)
(mh-exec-cmd, mh-exec-cmd-error, mh-exec-cmd-daemon)
(mh-exec-cmd-env-daemon, mh-process-daemon, mh-exec-cmd-quiet)
(defvar, mh-exec-cmd-output)
(mh-exchange-point-and-mark-preserving-active-mark)
(mh-exec-lib-cmd-output, mh-handle-process-error): Move to new file
mh-exec.el so that mh-init.el doesn't have to depend on mh-utils.el,
breaking circular dependency.

* mh-alias.el: mh-customize.el: mh-e.el: mh-funcs.el: mh-gnus.el:
* mh-identity.el: mh-inc.el: mh-junk.el: mh-mime.el: mh-print.el:
* mh-search.el: mh-seq.el: mh-speed.el: Added debugging statements
(commented out) around requires to help find dependency loops. Will
remove them when issues are resolved.
2006-01-15 08:17:56 +00:00
..
2005-12-12 20:27:13 +00:00
2005-11-01 09:31:26 +00:00
2006-01-07 02:51:45 +00:00
2005-12-26 21:22:55 +00:00
2005-12-25 14:09:57 +00:00
2005-10-07 13:59:20 +00:00
2005-12-19 07:04:44 +00:00
2005-12-30 21:54:32 +00:00
2006-01-13 02:36:49 +00:00
2005-10-16 21:49:00 +00:00
2005-09-18 12:25:02 +00:00
2005-09-18 12:25:02 +00:00
2005-12-12 05:20:41 +00:00
2005-09-15 13:09:46 +00:00
2005-12-12 05:18:19 +00:00
2006-01-12 23:13:26 +00:00
2005-09-18 12:25:02 +00:00
2005-09-18 12:25:02 +00:00
2005-12-30 13:20:23 +00:00
2005-11-11 02:54:08 +00:00
2005-12-20 17:39:47 +00:00
2005-11-22 19:25:50 +00:00
2005-09-18 12:25:02 +00:00
2005-11-16 22:44:53 +00:00
2005-12-19 07:04:44 +00:00
2005-10-02 03:11:03 +00:00
2006-01-05 15:59:50 +00:00
2005-10-26 08:38:07 +00:00
2005-09-18 12:25:02 +00:00
2006-01-12 02:27:35 +00:00
2005-12-05 02:04:14 +00:00
2005-12-03 14:35:38 +00:00
2005-10-23 13:30:15 +00:00
2005-11-03 03:56:38 +00:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.