[mew-int 2619] mew crash in x.

zhengjujie zhengjujie at example.com
Sun Oct 12 23:21:05 JST 2008


I'm an emacs newer and want to use mew instead of  gnus.
My operating system is gentoo and  I install emacs-cvs because of
support for unicode.
My mew version is 6.1,and I install it with gentoo software manager
named portage,but when I finish configuration and begin to startup mew
in emacs ,it can't display the toolbars 's icons ,and then it starts to
get mail from my web mailboxes,but it always crashes when in receiveing
progress.Then I begin emacs with no x support(emacs -nw),in this
situation,mew can work well and get all mails form internet.I guess it
may be caused by configuration.

Here are two main configuration for mew.
This one is my personal configuation file.
cat ~/.mew.el
;;Confiure Mew
(setq mew-icon-directory "/usr/share/mew")
(if (boundp 'read-mail-command)
      (setq read-mail-command 'mew))
(autoload 'mew-user-agent-compose "mew" nil t)
(if (boundp 'mail-user-agent)
      (setq mail-user-agent 'mew-user-agent))
(if (fboundp 'define-mail-user-agent)
      (define-mail-user-agent
     'mew-user-agent
     'mew-user-agent-compose
     'mew-draft-send-message
     'mew-draft-kill
     'mew-send-hook))
(setq mew-pop-size 0)
(setq toolbar-mail-reader 'Mew)
(set-default 'mew-decode-quoted 't)
(setq mew-use-cached-passwd t)
;;Configure personal information
(setq mew-name "bigclean_zheng")
(setq mew-user "bigclean")
;;Configure smtp server
(setq mew-smtp-user "zhengjujie at example.com")
(setq mew-mail-domain "163.com")
(setq mew-smtp-server "smtp.163.com")
;;;;;;;;;;
;;Configure pop server
(setq mew-pop-server "pop.163.com")
(setq mew-pop-user "zhengjujie at example.com")
(setq mew-pop-auth 'pass)
(setq mew-pop-delete nil)

This one is configure by system for whole users

cat 50mew-gentoo.el

;;; mew site-lisp configuration

(add-to-list 'load-path "/usr/share/emacs/site-lisp/mew")

(setq mew-icon-directory "/usr/share/mew")
(setq mew-pop-port "pop-3")
(setq mew-imap-port "imap2")

(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)

And mew icons are surely in directory /usr/share/mew.
Is ther anyone have the similar problems and give me some suggestion?







More information about the Mew-int mailing list