>>>>> In <[EMAIL PROTECTED]> jimmij wrote:

> When mmm-mode is in global-mode:

> (setq mmm-global-mode t)

> gnus sometimes (very often, and easy to reproduce) cannot access to
> messages from summary buffer. There is an error:

> Buffer is read-only: #<buffer " *mmm-temp*">

How about this?

(eval-after-load "mmm-vars"
  '(setq mmm-never-modes
    (append '(gnus-summary-mode gnus-group-mode gnus-article-mode)
            mmm-never-modes)))
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to