[mew-dist 19379] Trying to install Mew for the first time.

Yoshihiro Ishijima ishijima at example.com
2001年 10月 17日 (水) 07:12:02 JST


Hello,

I'm trying to install Mew for the first time.  I downloaded the
mew-2.0.60.  I'm using XEmacs 21.1.14 (with mule) on HP-UX 11.0.

When I started the Mew I got the following error:

    Mew errors:

    impath is not found in 'exec-path'

What is the impath?

Before I encountered this error, it complained that
"mew-mail-domain-list" was not set.  It seems that there are bunch of
variables that I still haven't set.  Could somebody tell me the list of
variables that I need to set?  I just followed the install instruction
at http://www.mew.org/FAQ/mew.html.ja, and set the following in
~/.emacs,

    (autoload 'mew "mew" nil t)
    (autoload 'mew-send "mew" nil t)
    (setq mew-icon-directory "/usr/local/lib/xemacs/etc/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-user "ishijima")
    (setq mew-mail-domain "cup.hp.com")
    (setq mew-mail-domain-list (list "cup.hp.com" "hp.com"))

Further, I have one more question.  I'm currently using the Netscape
browser to read/write email, and, because my UNIX workstation is my
mail server, I don't use POP, but I just use "movemail" to move mail
from /var/mail.  Can I do a similar thing with Mew?  Or, do I have to
use POP (I will if I must do so)?

Please write in Japanese.  I can read Japanese, but it's hard for me
to write in Japanese, and that's why I'm trying to install Mew :).

By the way, I'm on vacation, and, if you reply to me, my vacation
program may send you a vacation message, but please ignore that.

Thanks.

Yoshihiro Ishijima



Mew-dist メーリングリストの案内