File: 00readme

package info (click to toggle)
mew 1.93b33-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 2,072 kB
  • ctags: 1,720
  • sloc: lisp: 13,877; ansic: 2,325; sh: 305; makefile: 174; perl: 23
file content (64 lines) | stat: -rw-r--r-- 1,844 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
			    <Installation>
			    Kazu Yamamoto
			     May 8, 1998


This is beta release of Mew 1.93.

Emacs 19.28 or later (including 20.xx), Mule version 2.3 or later, and
XEmacs 20.3 or later are supposed to be officially supported. Mule for
Win32 Window Version 1.21 is also supported. Support for Emacs 18,
Mule 1 and XEmacs 20.2 is OBSOLETE, sorry. This version has not been
tested on XEmacs 19.

(0) Mew requires Perl 5.004 or later and IM. Install them in order
before instalation of Mew. They can be found in the following:

	http://www.perl.com/CPAN/src/5.0/
	ftp://ftp.Mew.org/pub/Mew/

(1) Edit "Makefile" as you like.

(2) Type "make".

(3) Type "make install".

(4) Type "make install-info". And add the following line into the
"dir" file.

---
* Mew: (mew.info).      Messaging in the Emacs World
---

(5) Copy the contents in the "etc" directory to anywhere, say
"/usr/local/lib/xemacs-20.3/etc/mew".

(6) Add the following to "~/.emacs" or your site environment file.

	(autoload 'mew "mew" nil t)
	(autoload 'mew-send "mew" nil t)
	(setq mew-mail-domain-list '("your mail domain"))
	(setq mew-icon-directory "/usr/local/lib/xemacs-20.3/etc/mew")

Note that you need to set mew-icon-directory the directory in the
stage (5).

(7) Please check "mew.dot.emacs". Cut parts or the entire of the file
then add to "~/.emacs".

(8) Install IM Perl5 package.

(9) On XEmacs, click the "Mail" tool button to start Mew. If cute cats
are displayed and no error occur, you succeeded. On text Emacs, type
"M-x mew" to execute Mew. In this case, the old demo will start.

			   <CALL for ICONS>

Now necessary icons are prepared, however, I'm still calling for icon
contributions. The more choices are, the better.

If you don't install XEmacs 20.3 but want to see icon-base interface,
please gain access to:
	http://www.mew.org

--End of file