]> code.delx.au - gnu-emacs-elpa/blob - packages/enwc/doc/enwc.texi
Merge commit '0cda39255827f283e7578cd469ae42daad9556a2' from js2-mode
[gnu-emacs-elpa] / packages / enwc / doc / enwc.texi
1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename enwc.info
4 @settitle ENWC Manual
5 @c %**end of header
6
7 @include version.texi
8 @include fdl.texi
9
10 @dircategory Emacs
11 @direntry
12 * ENWC: (enwc). The Emacs Network Client.
13 @end direntry
14
15 @copying
16 This manual is for ENWC, the Emacs Network Client.
17
18 Copyright (C) 2012 Ian Dunn
19
20 @quotation
21 Permission is granted to copy, distribute and/or modify this document
22 under the terms of the GNU Free Documentation License, Version 1.3 or
23 any later version published by the Free Software Foundation; with no
24 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
25 Texts. A copy of the license is included in the section entitled
26 ``GNU Free Documentation License''.
27 @end quotation
28 @end copying
29
30 @titlepage
31 @title ENWC
32 @subtitle Edition @value{EDITION}, for @code{enwc} version @value{VERSION}
33 @subtitle @value{UPDATED}
34 @author by Ian Dunn
35
36 @page
37 @vskip 0pt plus 1filll
38 @insertcopying{}
39 @end titlepage
40
41 @contents
42
43 @ifnottex
44 @node Top
45 @top ENWC
46
47 @insertcopying
48
49 This manual is for ENWC, the Emacs Network Client.
50
51 This is edition @value{EDITION}, for @code{enwc} version @value{VERSION}
52 @end ifnottex
53
54 @menu
55 * Introduction:: Overview of ENWC.
56 * Setup:: Getting ready to use ENWC.
57 * Configuration:: All of the configuration options.
58 * Commands:: The commands that ENWC uses.
59 @end menu
60
61 @node Introduction
62 @chapter Introduction
63
64 ENWC is the Emacs Network Client. It uses several backends to allow the user to control network connections through GNU Emacs, while still allowing control to remain with the actual network manager. ENWC makes uses of the D-Bus interfaces provided by these network managers.
65
66 @node Setup
67 @chapter Setup
68
69 First, the path to ENWC must be added to the @var{load-path} variable. Then, in the @file{.emacs} file, the following must be added:
70
71 @lisp
72 (require 'enwc-setup)
73 (enwc-setup)
74 @end lisp
75
76 Now, simply press @kbd{M+x}, and type @kbd{ENWC}, and press @kbd{RET}. ENWC will begin scanning for networks on the wireless interface, and display them in its buffer.
77
78 @bye