Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* [bug?] mmm and gnus
@ 2005-11-17 18:15 jimmij
  2005-11-17 23:32 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: jimmij @ 2005-11-17 18:15 UTC (permalink / raw)


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*">

jimmij
-- 
I come from the Land Of Imagination


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [bug?] mmm and gnus
  2005-11-17 18:15 [bug?] mmm and gnus jimmij
@ 2005-11-17 23:32 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2005-11-17 23:32 UTC (permalink / raw)


>>>>> In <rhwmzk387jy.fsf@jj.jj> 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)))


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-17 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-17 18:15 [bug?] mmm and gnus jimmij
2005-11-17 23:32 ` Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).