annotate etc/xemacs.1 @ 414:da8ed4261e83 r21-2-15

Import from CVS: tag r21-2-15
author cvs
date Mon, 13 Aug 2007 11:21:38 +0200
parents 697ef44129c6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 367
diff changeset
1 .TH XEMACS 1 "1998 January 13"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 .UC 4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 .SH NAME
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 xemacs \- Emacs: The Next Generation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 .SH SYNOPSIS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 .B xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 .I command-line switches
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 ] [
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 .I files ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 ]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 .SH DESCRIPTION
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 .I XEmacs
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
15 is a version of
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 .IR Emacs ,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 compatible with and containing many improvements over
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 .I GNU
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 .IR Emacs ,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 written by Richard Stallman of the Free Software Foundation. It was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 originally based on an early release of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 .I GNU Emacs Version
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 .IR 19 ,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 and has tracked subsequent releases of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 .I GNU Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 as they have become available.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 The primary documentation of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 is in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 .I XEmacs Reference
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 .IR Manual ,
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
33 which you can read on-line using Info, a subsystem of
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 .IR XEmacs .
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 Please look there for complete and up-to-date documentation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 Complete documentation on using Emacs Lisp is available on-line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 through the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 .I XEmacs Lisp Programmer's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 .IR Manual .
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 Both manuals also can be printed out nicely using the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 .I TeX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 formatting package.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 The user functionality of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 encompasses everything other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 .I Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 editors do, and it is easily extensible since its
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 editing commands are written in Lisp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 has an extensive interactive help facility,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 but the facility assumes that you know how to manipulate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 windows and buffers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 CTRL-h enters the Help facility. Help Tutorial (CTRL-h t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 requests an interactive tutorial which can teach beginners the fundamentals
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
58 of
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
59 .I XEmacs
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 in a few minutes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 Help Apropos (CTRL-h a) helps you
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 find a command given its functionality, Help Key Binding (CTRL-h k)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 describes a given key sequence's effect, and Help Function (CTRL-h f)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 describes a given Lisp function specified by name. You can also
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
65 look up key sequences in the
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 .I XEmacs Reference Manual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 using Lookup Key Binding (CTRL-h CTRL-k),
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
68 and look up Lisp functions in the
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 .I XEmacs Lisp Programmer's Manual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 using Lookup Function (CTRL-h CTRL-f). All of these help functions,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 and more, are available on the Help menu if you are using a window
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 system.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 has extensive GUI (graphical user interface) support when running under
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 a window system such as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 .IR X ,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 including multiple frames (top-level windows), a menubar, a toolbar,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 horizontal and vertical scrollbars, dialog boxes, and extensive mouse
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 support.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 has full support for multiple fonts and colors, variable-width fonts,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 and variable-height lines, and allows for pixmaps to be inserted into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 a buffer. (This is used in the W3 web-browsing package and in some
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 of the debugger and outlining interfaces, among other things.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 .IR XEmacs 's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 Undo can undo several steps of modification to your buffers, so it is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 easy to recover from editing mistakes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 .IR XEmacs 's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 many special packages handle mail reading (VM, MH-E and RMail) and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 sending (Mail), Usenet news reading and posting (GNUS), World Wide Web
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 browsing (W3), specialized modes for editing source code in all common
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 programming languages, syntax highlighting for many languages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 (Font-Lock), compiling (Compile), running subshells within
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 windows (Shell), outline editing (Outline), running a Lisp read-eval-print
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 loop (Lisp-Interaction-Mode), and automated psychotherapy (Doctor).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 .PP
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
102 There is an extensive reference manual, but users of other Emacsen
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
103 should have little trouble adapting even without a copy. Users new to
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
104 Emacs will be able to use basic features fairly rapidly by studying
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
105 the tutorial and using the self-documentation features.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 .SM XEmacs Options
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 .PP
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
109 XEmacs accepts all standard X Toolkit command line options when run in
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
110 an X Windows environment. In addition, the following options are accepted
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
111 (when options imply a sequence of actions to perform, they are
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
112 performed in the order encountered):
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 .TP 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 .BI \-t " file"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 Use specified
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 .I file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 as the terminal instead of using stdin/stdout. This implies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 .BR \-nw \.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 .BI \-batch
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 Edit in batch mode. The editor will send messages to stdout. You
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 must use the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 .BR \-l ,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 .BR \-f ,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 .B \-eval
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 options to specify files to execute and functions to call.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 .TP
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 371
diff changeset
129 .B \-nw
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 Inhibit the use of any window-system-specific display code: use the
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
131 current TTY.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 .B \-debug\-init
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
134 Enter the debugger if an error occurs loading the init file.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 .B \-unmapped
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 Do not map the initial frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 .B \-no\-site\-file
219
262b8bb4a523 Import from CVS: tag r20-4b8
cvs
parents: 215
diff changeset
140 Do not load the site-specific init file (site-start.el).
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 .B \-q, \-no\-init\-file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 Do not load an init file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 .TP
276
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 243
diff changeset
145 .B \-no-early-packages
6330739388db Import from CVS: tag r21-0b36
cvs
parents: 243
diff changeset
146 Do not process the early packages.
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 78
diff changeset
147 .TP
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 78
diff changeset
148 .B \-vanilla
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 78
diff changeset
149 Load no extra files at startup. Equivalent to the combination of
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 78
diff changeset
150 .B \-q
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 78
diff changeset
151 ,
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 78
diff changeset
152 .B \-no-site-file
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 78
diff changeset
153 , and
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 367
diff changeset
154 .B \-no-packages
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 78
diff changeset
155 \.
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 78
diff changeset
156 .TP
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 .BI \-u " user, " \-user " user"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 Load
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 .IR user 's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 init file.
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
161 .TP 8
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
162 .I file
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
163 Edit
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
164 .IR file \.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
165 .TP
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
166 .BI \+ number
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
167 Go to the line specified by
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
168 .I number
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
169 (do not insert a space between the "+" sign and the number).
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
170 .TP
215
1f0dabaa0855 Import from CVS: tag r20-4b6
cvs
parents: 78
diff changeset
171 .B \-help
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
172 Print a help message and exit.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
173 .TP
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
174 .B \-V, \-version,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
175 Print the version number and exit.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
176 .TP
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
177 .BI \-f " function, " \-funcall " function"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
178 Execute the lisp function
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
179 .IR function \.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
180 .TP
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
181 .BI \-l " file, " \-load " file"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
182 Load the Lisp code in the file
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
183 .IR file \.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
184 .TP
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
185 .BI \-eval " form"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
186 Evaluate the Lisp form
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
187 .IR form \.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
188 .TP
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
189 .BI \-i " file, " \-insert " file"
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
190 Insert
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
191 .I file
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
192 into the current buffer.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
193 .TP
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
194 .B \-kill
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
195 Exit
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
196 .I XEmacs
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
197 (useful with
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
198 .BR \-batch ).
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 .SM Using XEmacs with X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 has been tailored to work well with the X window system.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 If you run
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 from under X windows, it will create its own X window to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 display in. You will probably want to start the editor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 as a background process
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 so that you can continue using your original window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 .I XEmacs
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
212 can be started with the following standard X options:
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 .TP
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
214 .BI \-visual " <visualname><bitdepth>"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
215 Select the visual that XEmacs will attempt to use.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
216 .I <visualname>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
217 should be one of the strings "StaticColor", "TrueColor", "GrayScale",
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
218 "PseudoColor" or "DirectColor", and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
219 .I <bitdepth>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
220 should be the number of bits per pixel (example, "-visual TrueColor24"
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
221 for a 24bit TrueColor visual) See
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
222 .IR X (1)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
223 for more information.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
224 .TP
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
225 .B -privateColormap
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
226 Require XEmacs to create and use a private colormap for display. This will keep
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
227 XEmacs from taking colors from the default colormap and keeping them from other
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
228 clients.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
229 .TP
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 .BI \-geometry " ##x##+##+##"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 Specify the geometry of the initial window. The ##'s represent a number;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 the four numbers are width (characters), height (characters), X offset
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 (pixels), and Y offset (pixels), respectively. Partial specifications of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 the form
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 .I ##x##
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 .I +##+##
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 are also allowed. (The geometry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 specification is in the standard X format; see
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 .IR X (1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 for more information.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 .B \-iconic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 Specifies that the initial window should initially appear iconified.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 .TP 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 .BI \-name " name"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 Specifies the program name which should be used when looking up
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 defaults in the user's X resources.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 .BI \-title " title, " \-T " title, " \-wn " title"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 Specifies the title which should be assigned to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 .BI \-d " displayname, " \-display " displayname"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 Create the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 window on the display specified by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 .IR displayname .
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 Must be the first option specified in the command line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 .BI \-font " font, " \-fn " font"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 Set the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 window's font to that specified by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 .IR font \.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 You will find the various
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 .I X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 fonts in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 .I /usr/lib/X11/fonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 directory.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 works with either fixed- or variable-width fonts, but will probably
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 look better with a fixed-width font.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 .BI \-scrollbar\-width " pixels"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 Specify the width of the vertical scrollbars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 .BI \-scrollbar\-height " pixels"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 Specify the height of the horizontal scrollbars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 .BI \-bw " pixels, " \-borderwidth " pixels"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 Set the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 window's border width to the number of pixels specified by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 .IR pixels \.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 Defaults to one pixel on each side of the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 .BI \-ib " pixels, " \-internal\-border\-width " pixels"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 Specify the width between a frame's border and its text, in pixels.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 Defaults to one pixel on each side of the window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 .BI \-fg " color, " \-foreground " color"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 Sets the color of the text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 See the file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 .I /usr/lib/X11/rgb.txt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 for a list of valid
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 color names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 .BI \-bg " color, " \-background " color"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 Sets the color of the window's background.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 .BI \-bd " color, " \-bordercolor " color"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 Sets the color of the window's border.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 .BI \-mc " color"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 Sets the color of the mouse pointer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 .BI \-cr " color"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 Sets the color of the text cursor.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 .B \-rv, \-reverse
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 Reverses the foreground and background colors (reverse video). Consider
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 explicitly setting the foreground and background colors instead of using
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 this option.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 .BI \-xrm " argument"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 This allows you to set an arbitrary resource on the command line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 .I argument
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 367
diff changeset
321 should be a resource specification, as might as in your
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 .I \.Xresources
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 .I \.Xdefaults
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 You can also set resources, i.e.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 .I X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 default values, for your
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 windows in your
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 .I \.Xresources
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 .I \.Xdefaults
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 file (see
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 .IR xrdb (1)).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 Use the following format:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 .IP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 Emacs.keyword:value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 .IP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 Emacs*EmacsFrame.keyword:value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 where
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 .I value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 specifies the default value of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 .IR keyword \.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 (Some resources need the former format; some the latter.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 You can also set resources for a particular frame by using the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 format
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 .IP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 Emacs*framename.keyword:value
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 where
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 .I framename
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 is the resource name assigned to that particular frame.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 (Certain packages, such as VM, give their frames unique resource
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 names, in this case "VM".)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 lets you set default values for the following keywords:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 .TP 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 .B default.attributeFont (\fPclass\fB Face.AttributeFont)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 Sets the window's text font.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 .B default.attributeForeground (\fPclass\fB Face.AttributeForeground)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 Sets the window's text color.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 .B default.attributeBackground (\fPclass\fB Face.AttributeBackground)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 Sets the window's background color.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 .B \fIface\fB.attributeFont (\fPclass\fB Face.AttributeFont)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 Sets the font for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 .IR face ,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 which should be the name of a face. Common face names are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 .in +\w'right-margin'u+12n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 .ta \w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 FACE PURPOSE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 default Normal text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 bold Bold text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 italic Italicized text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 bold-italic Bold and italicized text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 modeline Modeline text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 zmacs-region Text selected with the mouse.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 highlight Text highlighted when the mouse passes over.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 left-margin Text in the left margin.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 right-margin Text in the right margin.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 isearch Text highlighted during incremental search.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415 info-node Text of Info menu items.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417 .ti -\w'right-margin'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 info-xref Text of Info cross references.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 .TP 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 .B \fIface\fB.attributeForeground (\fPclass\fB Face.AttributeForeground)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 Sets the foreground color for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 .IR face \.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423 .TP 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 .B \fIface\fB.attributeBackground (\fPclass\fB Face.AttributeBackground)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 Sets the background color for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 .IR face \.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 .TP 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428 .B \fIface\fB.attributeBackgroundPixmap (\fPclass\fB Face.AttributeBackgroundPixmap)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 Sets the background pixmap (stipple) for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 .IR face \.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 .TP 8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 .B \fIface\fB.attributeUnderline (\fPclass\fB Face.AttributeUnderline)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 Whether
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434 .I face
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 should be underlined.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 .B reverseVideo (\fPclass\fB ReverseVideo)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 If set to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 .IR on ,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 the window will be displayed in reverse video. Consider
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 explicitly setting the foreground and background colors instead
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 367
diff changeset
442 of using this resources.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 .B borderWidth (\fPclass\fB BorderWidth)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 Sets the window's border width in pixels.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 .B internalBorderWidth (\fPclass\fB InternalBorderWidth)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 Sets the window's internal border width in pixels.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 .B borderColor (\fPclass\fB BorderColor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 Sets the color of the window's border.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 .B cursorColor (\fPclass\fB Foreground)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 Sets the color of the window's text cursor.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 .B pointerColor (\fPclass\fB Foreground)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 Sets the color of the window's mouse cursor.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 .TP
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
459 .B emacsVisual (\fPclass\fB EmacsVisual)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
460 Sets the default visual
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
461 .I XEmacs
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
462 will try to use (as described above).
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
463 .TP
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
464 .B privateColormap (\fPclass\fB PrivateColormap)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
465 If set,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
466 .I XEmacs
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
467 will default to using a private colormap.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 375
diff changeset
468 .TP
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 .B geometry (\fPclass\fB Geometry)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 Sets the geometry of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 window (as described above).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 .B iconic (\fPclass\fB Iconic)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 If set to on, the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 window will initially appear as an icon.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 .B menubar (\fPclass\fB Menubar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 Whether the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 window will have a menubar. Defaults to true.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 .B initiallyUnmapped (\fPclass\fB InitiallyUnmapped)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 Whether
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 will leave the initial frame unmapped when it starts up.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 .B barCursor (\fPclass\fB BarCursor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490 Whether the cursor should be a bar instead of the traditional box.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 .B title (\fPclass\fB Title)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 Sets the title of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 window.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 .B iconName (\fPclass\fB Title)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 Sets the icon name for the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 window icon.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 .B scrollBarWidth (\fPclass\fB ScrollBarWidth)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 Sets the width of the vertical scrollbars, in pixels. A width of 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 means no vertical scrollbars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 .B scrollBarHeight (\fPclass\fB ScrollBarHeight)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 Sets the height of the horizontal scrollbars, in pixels. A height of 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 means no horizontal scrollbars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 .B scrollBarPlacement (\fPclass\fB ScrollBarPlacement)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 Sets the position of vertical and horizontal scrollbars. Should be one
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 of the strings "top-left", "bottom-left", "top-right", or "bottom-right".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 The default is "bottom-right" for the Motif and Lucid scrollbars and
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 367
diff changeset
514 "buttom-left" for the Athena scrollbars.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 .B topToolBarHeight (\fPclass\fB TopToolBarHeight)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 Sets the height of the top toolbar, in pixels. 0 means no top toolbar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 .B bottomToolBarHeight (\fPclass\fB BottomToolBarHeight)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 Sets the height of the bottom toolbar, in pixels. 0 means no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 bottom toolbar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 .B leftToolBarWidth (\fPclass\fB LeftToolBarWidth)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 Sets the width of the left toolbar, in pixels. 0 means no left toolbar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 .B rightToolBarWidth (\fPclass\fB RightToolBarWidth)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 Sets the width of the right toolbar, in pixels. 0 means no right toolbar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 .B topToolBarShadowColor (\fPclass\fB TopToolBarShadowColor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 Sets the color of the top shadows for the toolbars. (For all toolbars,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 \fBnot\fR just the toolbar at the top of the frame.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 .B bottomToolBarShadowColor (\fPclass\fB BottomToolBarShadowColor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 Sets the color of the bottom shadows for the toolbars. (For all toolbars,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 \fBnot\fR just the toolbar at the bottom of the frame.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 .B topToolBarShadowPixmap (\fPclass\fB TopToolBarShadowPixmap)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 Sets the pixmap of the top shadows for the toolbars. (For all toolbars,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 \fBnot\fR just the toolbar at the top of the frame.) If set, this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 resource overrides the corresponding color resource.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 .B bottomToolBarShadowPixmap (\fPclass\fB BottomToolBarShadowPixmap)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 Sets the pixmap of the bottom shadows for the toolbars. (For all toolbars,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 \fBnot\fR just the toolbar at the bottom of the frame.) If set, this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 resource overrides the corresponding color resource.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547 .B toolBarShadowThickness (\fPclass\fB ToolBarShadowThickness)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 Thickness of the shadows around the toolbars, in pixels.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 .B visualBell (\fPclass\fB VisualBell)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 Whether XEmacs should flash the screen rather than making an audible beep.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 .B bellVolume (\fPclass\fB BellVolume)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 Volume of the audible beep. Range is 0 through 100.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 .B useBackingStore (\fPclass\fB UseBackingStore)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 Whether
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 should set the backing-store attribute of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 .I X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 windows it creates. This increases the memory usage of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 .I X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 server but decreases the amount of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 .I X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 traffic necessary to update the screen, and is useful when the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 connection to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 .I X
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 server goes over a low-bandwidth line such as a modem connection.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 .B textPointer (\fPclass\fB Cursor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 The cursor to use when the mouse is over text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 .B selectionPointer (\fPclass\fB Cursor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 The cursor to use when the mouse is over a mouse-highlighted
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 text region.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 .B spacePointer (\fPclass\fB Cursor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 The cursor to use when the mouse is over a blank space in a buffer (that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579 is, after the end of a line or after the end-of-file).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 .B modeLinePointer (\fPclass\fB Cursor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 The cursor to use when the mouse is over a mode line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 .B gcPointer (\fPclass\fB Cursor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 The cursor to display when a garbage-collection is in progress.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 .B scrollbarPointer (\fPclass\fB Cursor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 The cursor to use when the mouse is over the scrollbar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 .B pointerColor (\fPclass\fB Foreground)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 The foreground color of the mouse cursor.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 .TP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 .B pointerBackground (\fPclass\fB Background)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 The background color of the mouse cursor.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 .PP
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
596 .SM Using the Mouse
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 The following lists the mouse button bindings for the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 window under X11.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602 .in +\w'CTRL-SHIFT-middle'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 .ta \w'CTRL-SHIFT-middle'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 .ti -\w'CTRL-SHIFT-middle'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 MOUSE BUTTON FUNCTION
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 .ti -\w'CTRL-SHIFT-middle'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 left Set point or make a text selection.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 .ti -\w'CTRL-SHIFT-middle'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 middle Paste text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 .ti -\w'CTRL-SHIFT-middle'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614 right Pop up a menu of options.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 .ti -\w'CTRL-SHIFT-middle'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 SHIFT-left Extend a selection.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619 .ti -\w'CTRL-SHIFT-middle'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 CTRL-left Make a selection and insert it at point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 .ti -\w'CTRL-SHIFT-middle'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623 CTRL-middle Set point and move selected text there.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 .ti -\w'CTRL-SHIFT-middle'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626 CTRL-SHIFT-left Make a selection, delete it, and insert it at point.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 .ti -\w'CTRL-SHIFT-middle'u+4n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629 META-left Make a rectangular selection.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 .SH FILES
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
631 Lisp code is read at startup from the user's init file,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
632 \fB$HOME/.emacs\fP.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
633
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 /usr/local/info - files for the Info documentation browser
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 (a subsystem of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636 .IR XEmacs )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 to refer to. The complete text of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638 .I XEmacs Reference Manual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 and the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 .I XEmacs Lisp Programmer's Manual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 is included in a convenient tree structured form.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 /usr/local/lib/xemacs-$VERSION/info - the Info files may be here instead.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 /usr/local/lib/xemacs-$VERSION/src - C source files and object files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 (May not be present.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648 /usr/local/lib/xemacs-$VERSION/lisp/* - Lisp source files and compiled files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 that define most editing commands. The files are contained in subdirectories,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650 categorized by function or individual package. Some are preloaded;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 others are autoloaded from these directories when used.
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
652
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 /usr/local/lib/xemacs-$VERSION/etc - some files of information, pixmap
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654 files, other data files used by certain packages, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 /usr/local/lib/xemacs-$VERSION/$CONFIGURATION - various programs that are used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657 with XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents: 70
diff changeset
659 /usr/local/lib/xemacs-$VERSION/$CONFIGURATION/DOC -
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 contains the documentation strings for the Lisp primitives and
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
661 preloaded Lisp functions of \fIXEmacs\fP.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
662 They are stored here to reduce the size of \fIXEmacs\fP proper.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 .br
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 /usr/local/lib/xemacs-$VERSION/etc/SERVICE - lists people offering
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
666 various services to assist users of \fIXEmacs\fP,
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 including education, troubleshooting, porting and customization.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 /usr/local/lib/xemacs/lock - holds lock files that are made for all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 files being modified in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 .IR XEmacs ,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 to prevent simultaneous modification of one file by two users.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 /usr/local/lib/xemacs/site-lisp - locally-provided Lisp files.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 /usr/lib/X11/rgb.txt - list of valid X color names.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 .SH BUGS AND HELP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 There is a newsgroup, comp.emacs.xemacs, for reporting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 bugs and fixes and requesting help. But before reporting something
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 as a bug, please try to be sure that it really is a bug, not a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 misunderstanding or a deliberate feature. We ask you to read the section
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684 ``Reporting XEmacs Bugs'' near the end of the reference manual (or Info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 system) for hints on how and when to report bugs. Also, include the version
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 number of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 you are running and the system you are running it on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 in \fIevery\fR bug report that you send in. Finally, the more you can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 isolate the cause of a bug and the conditions it happens under, the more
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 likely it is to be fixed, so please take the time to do so.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 The newsgroup is bidirectionally gatewayed to and from the mailing list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 xemacs@xemacs.org. You can read the list instead of the newsgroup if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 you do not have convenient Usenet news access. To request to be added
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 to the mailing list, send mail to xemacs-request@xemacs.org. (Do not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 send mail to the list itself.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 The
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 maintainers read the newsgroup regularly and will attempt to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 fix bugs reported in a timely fashion. However, not every message will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 get a response from one of the maintainers. Note that there are many
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 people other than the maintainers who read the newsgroup, and will usually
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 be of assistance in helping with any problems encountered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 If you need more personal assistance than can be provided by the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 newsgroup, look in the SERVICE file (see above) for a list of people
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 who offer it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 For more information about XEmacs mailing lists, see the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 file /usr/local/lib/xemacs-$VERSION/etc/MAILINGLISTS.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 .SH UNRESTRICTIONS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 .PP
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
715 .I XEmacs
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
716 is free; anyone may redistribute copies of
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
717 .I XEmacs
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 to
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
719 anyone under the terms stated in the
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
720 .I XEmacs
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 General Public License,
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
722 a copy of which accompanies each copy of
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
723 .I XEmacs
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 and which also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 appears in the reference manual.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 Copies of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 may sometimes be received packaged with distributions of Unix systems,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 but it is never included in the scope of any license covering those
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 systems. Such inclusion violates the terms on which distribution
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 is permitted. In fact, the primary purpose of the General Public
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 License is to prohibit anyone from attaching any other restrictions
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
734 to redistribution of
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 .IR XEmacs \.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 .SH SEE ALSO
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 X(1), xlsfonts(1), xterm(1), xrdb(1), emacs(1), vi(1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 .SH AUTHORS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 .I XEmacs
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
741 was written by
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
742 Steve Baur <steve@xemacs.org>,
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
743 Martin Buchholz <martin@xemacs.org>,
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 367
diff changeset
744 Richard Mlynarik <mly@adoc.xerox.com>,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
745 Hrvoje Niksic <hniksic@srce.hr>,
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
746 Chuck Thompson <cthomp@xemacs.org>,
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
747 Ben Wing <wing@666.com>,
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 398
diff changeset
748 Jamie Zawinski <jwz@netscape.com>,
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
749 and many others.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
750 It was based on an early version of
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 .I GNU Emacs Version
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 .IR 19 ,
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 219
diff changeset
753 written by Richard Stallman <rms@gnu.org> of the Free Software
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 Foundation, and has tracked subsequent releases of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 .I GNU Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 as they have become available. It was originally written by Lucid, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 (now defunct) and was called
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758 .I Lucid
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 .IR Emacs \.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 Chuck Thompson wrote the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763 redisplay engine, maintains the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 FTP and WWW sites, and has put out all releases of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 since 19.11 (the first release called
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 .IR XEmacs ).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 Ben Wing wrote the Asian-language support, the on-line documentation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 (including this man page and much of the FAQ), the external widget code,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771 and retooled or rewrote most of the basic, low-level
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
772 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
773 subsystems. Jamie Zawinski put out all releases of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774 .I Lucid
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 .IR Emacs ,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 from the first (19.0) through the last (19.10), and was the primary
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777 code contributor for all of these releases. Richard Mlynarik rewrote
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780 Lisp-object allocation system, improved the keymap and minibuffer code,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781 and did the initial synching of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 .I GNU Emacs Version
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 .IR 19 \.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 Many others have also contributed significantly. For more detailed
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
788 information, including a long history of \fIXEmacs\fP from multiple
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
789 viewpoints and pretty pictures and bios of the major \fIXEmacs\fP
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 contributors, see the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 .I XEmacs About Page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 (the About XEmacs option on the Help menu).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 .SH MORE INFORMATION
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
794 For more information about \fIXEmacs\fP, see the
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 .I XEmacs About Page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796 (mentioned above),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 look in the file /usr/local/lib/xemacs-$VERSION/etc/NEWS,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 or point your Web browser at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800 http://www.xemacs.org/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801 .PP
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
802 for up-to-the-minute information about \fIXEmacs\fP.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 The
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 .I XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 FAQ (Frequently Asked Questions) can be found at the Web site just listed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 A possibly out-of-date version is also accessible through the Info system
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
808 inside of \fIXEmacs\fP.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 .PP
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
810 The latest version of \fIXEmacs\fP can be downloaded using anonymous
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 2
diff changeset
811 FTP from
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 .PP
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 ftp://ftp.xemacs.org/pub/xemacs/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 .PP
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 276
diff changeset
815 or from a mirror site near you. Mirror sites are listed in the file
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 276
diff changeset
816 etc/FTP in the XEmacs distribution or see the Web site for an up-to-date
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 276
diff changeset
817 list of mirror sites.