* liece-commands.el (liece-command-tag-region): Simplify.
[elisp/liece.git] / README
1 -*- mode: text; left-margin: 2; fill-column: 70; -*-
2
3 * Directory tree
4
5   This package contains following directories:
6
7   lisp/ - Emacs Lisp files.
8
9   dcc/  - DCC external program source.
10
11   doc/  - Documentation, info files, sample configuration, etc.
12
13   etc/  - Miscellaneous files which decorate this program.
14
15   Please read documentation under `doc' directory.
16
17 * Bug reports
18
19   If you write bug reports and/or suggestions for improvement, 
20   please send them to the Liece Mailing List.
21   This mailing list is also for other general discussions (about
22   future enhancements, customization, etc). To join the Liece ML,
23   send an e-mail to:
24
25        liece-ctl@unixuser.org
26
27   with the message body, 
28
29        subscribe Your Name
30
31 * CVS
32
33   Development of Liece uses CVS, Concurrent Versions System.
34   Latest developing version is available at CVS.
35
36 (0) logging in to anonymous CVS server.
37
38     % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
39
40     CVS password: [CR] # NULL string
41
42 (1) checkout modules
43
44     % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout liece
45
46   Specify revision tag in front of the module name.
47
48 (2) bootstrapping
49
50     % autoreconf -f -i