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