[mew-int 01163] Starting up MEW in Windows XEmacs

Charles Muller acmuller at example.com
Thu Nov 21 19:11:23 JST 2002


Hi MEWers,

I've been happily using MEW on Linux for some time now. I still need to use
Win2000 fairly often, and I would like to use MEW there in XEmacs (21.4). MEW
comes with the XEmacs package, but I have not been able to get it to start
up. I copied the following lines from my Linux .emacs file into the
.custom.el file in my Windows XEmacs, but apparently this is not the right
procedure. I can't seem to find any specific instructions on the web for
setting up in Windows/XEmacs. Can anyone point me to some instructions?

Chuck

-----------------------------
;; MEW Area

(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
(setq mew-auto-get nil)
(setq mew-pop-auth 'pass)
(setq mew-name "Charles Muller") ;; (user-full-name)
(setq mew-user "xxxxx") ;; (user-login-name)
(setq mew-mail-domain "xxx.com")
(setq mew-pop-user "xxxx")  ;; (user-login-name)
(setq mew-pop-server "xxxxx.com")    ;; if not localhost
(setq mew-smtp-server "xxxxx.com")  ;; if not localhost

;;(setq mew-icon-directory "icon directory") ;; if using XEmacs/Emacs 21
;; See also mew-config-alist for advanced use

(setq mew-pop-delete t)


;; Optional setup (Read Mail menu for Emacs 21):
(if (boundp 'read-mail-command)
    (setq read-mail-command 'mew))

;; Optional setup (e.g. C-xm for sending a message):
(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))
---------------------------


Charles Muller  <acmuller at example.com>
Faculty of Humanities,  Toyo Gakuen University
Digital Dictionary of Buddhism and CJKV-English Dictionary [http://www.acmuller.net]
H-Buddhism List Editor [http://www2.h-net.msu.edu/~buddhism/]
Mobile Phone: 090-9310-1787



More information about the Mew-int mailing list