From: Per Abrahamsen Date: Tue, 19 Dec 2000 10:10:31 +0000 (+0000) Subject: *** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=ffec45c660e54528058e559beeaf4637d3480efb;p=gnus *** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'. This change was made to avoid conflict with the standard binding of `back-to-indentation', which is also useful in message mode. --- diff --git a/GNUS-NEWS b/GNUS-NEWS index 057a7f61d..720c8578f 100644 --- a/GNUS-NEWS +++ b/GNUS-NEWS @@ -1,3 +1,10 @@ +** Gnus changes since 5.8. + +*** MML (Mime compose) prefix changed from `M-m' to `C-c C-m'. + +This change was made to avoid conflict with the standard binding of +`back-to-indentation', which is also useful in message mode. + ** Gnus changes. The Gnus NEWS entries are short, but they reflect sweeping changes in diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8ce0b4453..d527ea43d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-12-19 Per Abrahamsen + + * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m' + to avoid conflict with the standard `back-to-indentation' + binding. + 2000-12-17 10:00:00 ShengHuo ZHU * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle. diff --git a/lisp/mml.el b/lisp/mml.el index 39f9dfa8b..1a1cbd753 100644 --- a/lisp/mml.el +++ b/lisp/mml.el @@ -668,7 +668,9 @@ If HANDLES is non-nil, use it instead reparsing the buffer." (define-key map "s" sign) (define-key map "c" encrypt) ;;(define-key map "n" 'mml-narrow-to-part) - (define-key main "\M-m" map) + ;; `M-m' conflicts with `back-to-indentation'. + ;; (define-key main "\M-m" map) + (define-key main "\C-c\C-m" map) main)) (easy-menu-define