Use a nicer, cleaner syntax calling #'make-glyph
[emchat] / emchat.texi
1 \input texinfo @c emchat.texi   -*-TeXinfo-*-
2 @c Copyright (C) 2000 - 2010 Steve Youngs
3 @c %**start of header
4 @setfilename emchat.info
5 @settitle An Instant Messaging Client for (S)XEmacs.
6 @finalout
7 @setchapternewpage odd
8 @c %**end of header
9 @set EDITION 1.2
10 @set UPDATED Nov 13, 2007
11
12 @include emchat-version.texi
13
14 @dircategory Lisp
15 @direntry
16 * EMchat: (emchat).              An Instant Messaging Client for SXEmacs
17 @end direntry
18
19 @ifinfo
20 This manual documents EMchat, an instant messaging client for SXEmacs.
21 It corresponds to EMchat version @value{VERSION}.  
22
23 The manual was last updated @value{UPDATED}.
24 @end ifinfo
25
26 @titlepage
27 @title EMchat
28 @subtitle Yet another instant messaging client
29 @subtitle Edition @value{EDITION}, for EMchat Version @value{VERSION}
30 @author by Steve Youngs
31
32 @end titlepage
33 Copyright @copyright{} 2000 - 2010  Steve Youngs.
34
35 @contents
36
37 @node Top, Overview, (dir), (dir)
38
39 @ifinfo 
40 This manual documents EMchat, an instant messaging client for SXEmacs.
41 It corresponds to EMchat version @value{VERSION}.  
42
43 The manual was last updated @value{UPDATED}.
44 @end ifinfo
45
46 This manual is far from finished.  Actually, it hasn't even been started
47 yet.  At this stage you would be better off looking at the source .el
48 files to answer your questions.  You are very welcome to direct any
49 questions to either @email{emchat-devel@@emchat.org, the EMchat Developers
50 mailing list} or to me at @email{steve@@emchat.org, Steve Youngs}.
51
52
53 @menu
54 * Overview::                    A brief introduction.
55 * Concept Index::               Go here to find what you're after.
56 @end menu
57
58
59 @node Overview, Concept Index, Top, Top
60 @chapter Overview
61 @cindex overview
62 EMchat is an instant messaging client, written in elisp.  It @emph{only}
63 runs in SXEmacs or XEmacs.  So all of you die hard GNU/Emacs users, you'll just
64 have to install that other breed of emacsen.  You never know, you
65 might even like it.  Of course this is GPL software, so you are quite
66 welcome to port it.
67
68 Now you have one more reason to @emph{not} leave SXEmacs.
69
70 @node Concept Index,  , Overview, Top
71 @unnumbered Concept Index
72      
73 @printindex cp
74      
75 @contents
76
77 @bye