diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-04-28 12:32:28 -0300 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-04-28 12:32:28 -0300 |
commit | d1bb66232235211a8383356ef2851f68ac864a3f (patch) | |
tree | ca3ca65e7daa640854d7c00ffbe83f691e9b5e9a /lisp/mh-e/mh-e.el | |
parent | d178f871644d97853be0f89d05a8fc5649e5d620 (diff) | |
download | emacs-d1bb66232235211a8383356ef2851f68ac864a3f.tar.gz |
Make MH-E use completion-at-point
* lisp/mh-e/mh-letter.el (mh-letter-completion-at-point): New function,
extracted from mh-letter-complete
(mh-letter-mode, mh-letter-complete, mh-letter-complete-or-space): Use it.
(mh-complete-word): Only use the common-substring arg when it works.
(mh-folder-expand-at-point):
* lisp/mh-e/mh-alias.el (mh-alias-letter-expand-alias): Return data suitable
for completion-at-point-functions.
* lisp/mh-e/mh-utils.el (mh-folder-completion-function): Make it work like
file-name completion, so partial-completion can do its job.
* lisp/minibuffer.el (completion-at-point, completion-help-at-point):
Don't presume that a given completion-at-point-function will always
use the same calling convention.
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r-- | lisp/mh-e/mh-e.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index e9896eb4b8c..ccae063827f 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -1179,7 +1179,7 @@ lowercase for mailing lists and uppercase for people." "*Non-nil means to expand aliases entered in the minibuffer. In other words, aliases entered in the minibuffer will be -expanded to the full address in the message draft. By default, +expanded to the full address in the message draft. By default, this expansion is not performed." :type 'boolean :group 'mh-alias |