Mercurial > emacs
changeset 69196:6c74df3ce672
(mh-variant, mh-default-folder-for-message-function): Sync docstring
with manual.
(cus-face): Require as it is needed by mh-inherit-face-flag.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Tue, 28 Feb 2006 01:33:28 +0000 |
parents | 477ba8c8d22c |
children | 9f9cc4dd5f76 |
files | lisp/mh-e/ChangeLog lisp/mh-e/mh-e.el |
diffstat | 2 files changed, 19 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Tue Feb 28 00:38:35 2006 +0000 +++ b/lisp/mh-e/ChangeLog Tue Feb 28 01:33:28 2006 +0000 @@ -1,5 +1,8 @@ 2006-02-27 Bill Wohler <wohler@newt.com> + * mh-e.el (mh-default-folder-for-message-function): Sync docstring + with manual. + * mh-mime.el (mh-minibuffer-read-type): Deleted comment in docstring about obsolete variable mh-mime-content-types.
--- a/lisp/mh-e/mh-e.el Tue Feb 28 00:38:35 2006 +0000 +++ b/lisp/mh-e/mh-e.el Tue Feb 28 01:33:28 2006 +0000 @@ -864,14 +864,18 @@ that MH-E will automatically choose the first of nmh, MH, or GNU mailutils that it finds in the directories listed in `mh-path' (which you can customize), `mh-sys-path', and -`exec-path'. If, for example, you have both nmh and mailutils -installed and `mh-variant-in-use' was initialized to nmh but you -want to use mailutils, then you can set this option to -\"mailutils\". +`exec-path'. If MH-E can't find MH at all, you may have to +customize `mh-path' and add the directory in which the command +\"mhparam\" is located. If, on the other hand, you have both nmh +and mailutils installed (for example) and `mh-variant-in-use' was +initialized to nmh but you want to use mailutils, then you can +set this option to \"mailutils\". When this variable is changed, MH-E resets `mh-progs', `mh-lib', `mh-lib-progs', `mh-flists-present-flag', and `mh-variant-in-use' -accordingly." +accordingly. Prior to version 8, it was often necessary to set +some of these variables in \"~/.emacs\"; now it is no longer +necessary and can actually cause problems." :type `(radio (const :tag "Auto-detect" autodetect) ,@(mapcar (lambda (x) `(const ,(car x))) (mh-variants))) @@ -1236,11 +1240,11 @@ (defcustom mh-default-folder-for-message-function nil "Function to select a default folder for refiling or \"Fcc:\". -The current buffer is set to the message being refiled with point -at the start of the message. This function should return the -default folder as a string with a leading \"+\" sign. It can also -return nil so that the last folder name is used as the default, -or an empty string to suppress the default entirely." +When this function is called, the current buffer contains the message +being refiled and point is at the start of the message. This function +should return the default folder as a string with a leading \"+\" +sign. It can also return nil so that the last folder name is used as +the default, or an empty string to suppress the default entirely." :type 'function :group 'mh-folder-selection) @@ -2989,6 +2993,8 @@ (setq new-spec (cons entry new-spec))))) new-spec))) +(require 'cus-face) + (defvar mh-inherit-face-flag (assq :inherit custom-face-attributes) "Non-nil means that the `defface' :inherit keyword is available. The :inherit keyword is available on all supported versions of