* liece-handle.el (liece-handle-mode-message): Check chnlp before
[elisp/liece.git] / doc / liece.texi
1 \input texinfo                  @c -*-texinfo-*-
2
3 @setfilename liece.info
4
5 @set VERSION 1.4.5
6
7 @direntry
8 * Liece: (liece).   The Emacs IRC Client.
9 @end direntry
10
11 @settitle Liece @value{VERSION}
12
13 @ifinfo
14 This file describes version @value{VERSION} of the Liece IRC client.
15
16 Copyright (C) 2000 Daiki Ueno.
17
18 Permission is granted to copy, distribute and/or modify this document
19 under the terms of the GNU Free Documentation License, Version 1.1 or
20 any later version published by the Free Software Foundation; with no
21 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
22 Texts.  A copy of the license is included in the section entitled "GNU
23 Free Documentation License".
24 @end ifinfo
25
26 @tex
27
28 @titlepage
29 @title Liece
30
31 @author by Daiki Ueno
32 @page
33
34 @vskip 0pt plus 1filll
35 Copyright @copyright{} 1998-2002 Daiki Ueno.
36
37 Permission is granted to copy, distribute and/or modify this document
38 under the terms of the GNU Free Documentation License, Version 1.1 or
39 any later version published by the Free Software Foundation; with no
40 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
41 Texts.  A copy of the license is included in the section entitled "GNU
42 Free Documentation License".
43 @end titlepage
44 @page
45
46 @end tex
47
48 @node Top, Prerequisites, (dir), (dir)
49 @top Liece
50 This file describes version @value{VERSION} of the Liece IRC client.
51
52 The IRC (Internet Relay Chat) protocol is for use with text based
53 conferencing.  The standard is documented separately in RFC 1459, RFC
54 2810, RFC 2811, RFC 2812, RFC 2813.
55
56 @menu
57 * Prerequisites::               
58 * How to use::                  
59 * Index::                       
60 * Function Index::              
61 * Variable Index::              
62 @end menu
63
64 @node Prerequisites, How to use, Top, Top
65 @chapter Prerequisites
66
67 This document assumes that you have already experienced at exploring IRC
68 world and that you are familiar with its basic operations.
69
70 If you are new to IRC, I recommend that you should look over the FAQ at
71 Internet Relay Chat (IRC) Help: @uref{http://www.irchelp.org}.
72
73 For Japanese users, IRC users in Japan Home Page
74 @uref{http://irc.kyoto-u.ac.jp} also provides useful information in
75 cares of living.
76
77 @node How to use, Index, Prerequisites, Top
78 @chapter How to use
79
80 @section Environment
81
82 Liece is supposed to run on following Emacsen:
83
84 @itemize @bullet
85 @item Emacs 20.7 or later
86 @item XEmacs 21.4 or later
87 @end itemize
88
89 This document assumes that you have already obtained and installed them.
90
91 @section Settings
92
93 To get a try at IRC, you need to add the following line to the end of
94 your @file{.emacs} file:
95
96 @lisp
97 (autoload 'liece "liece" "Begin idling your time away." t)
98 @end lisp
99
100 If you are using GNU Emacs instead of XEmacs, you also need to add the
101 contents of @file{etc/sample.dot.emacs} into @file{~/.liece/init.el}.
102
103 By hitting @kbd{M-x liece}, you will be asked which IRC server you attempt to
104 connect to and your nickname one after another.
105
106 @node Index, Function Index, How to use, Top
107 @chapter Index
108 @printindex cp
109
110 @node Function Index, Variable Index, Index, Top
111 @chapter Function Index
112 @printindex fn
113
114 @node Variable Index,  , Function Index, Top
115 @chapter Variable Index
116 @printindex vr
117
118 @summarycontents
119 @contents
120 @bye
121
122 @c End: