comparison etc/xemacs.1 @ 339:336b97f03633 r21-0-67

Import from CVS: tag r21-0-67
author cvs
date Mon, 13 Aug 2007 10:51:27 +0200
parents 19dcec799385
children a4f53d9b3154
comparison
equal deleted inserted replaced
338:d486d167960c 339:336b97f03633
208 as a background process 208 as a background process
209 so that you can continue using your original window. 209 so that you can continue using your original window.
210 .PP 210 .PP
211 .I XEmacs 211 .I XEmacs
212 can be started with the following standard X options: 212 can be started with the following standard X options:
213 .TP
214 .BI \-visual " <visualname><bitdepth>"
215 Select the visual that XEmacs will attempt to use.
216 .I <visualname>
217 should be one of the strings "StaticColor", "TrueColor", "GrayScale",
218 "PseudoColor" or "DirectColor", and
219 .I <bitdepth>
220 should be the number of bits per pixel (example, "-visual TrueColor24"
221 for a 24bit TrueColor visual) See
222 .IR X (1)
223 for more information.
224 .TP
225 .B -privateColormap
226 Require XEmacs to create and use a private colormap for display. This will keep
227 XEmacs from taking colors from the default colormap and keeping them from other
228 clients.
213 .TP 229 .TP
214 .BI \-geometry " ##x##+##+##" 230 .BI \-geometry " ##x##+##+##"
215 Specify the geometry of the initial window. The ##'s represent a number; 231 Specify the geometry of the initial window. The ##'s represent a number;
216 the four numbers are width (characters), height (characters), X offset 232 the four numbers are width (characters), height (characters), X offset
217 (pixels), and Y offset (pixels), respectively. Partial specifications of 233 (pixels), and Y offset (pixels), respectively. Partial specifications of
437 .B cursorColor (\fPclass\fB Foreground) 453 .B cursorColor (\fPclass\fB Foreground)
438 Sets the color of the window's text cursor. 454 Sets the color of the window's text cursor.
439 .TP 455 .TP
440 .B pointerColor (\fPclass\fB Foreground) 456 .B pointerColor (\fPclass\fB Foreground)
441 Sets the color of the window's mouse cursor. 457 Sets the color of the window's mouse cursor.
458 .TP
459 .B emacsVisual (\fPclass\fB EmacsVisual)
460 Sets the default visual
461 .I XEmacs
462 will try to use (as described above).
463 .TP
464 .B privateColormap (\fPclass\fB PrivateColormap)
465 If set,
466 .I XEmacs
467 will default to using a private colormap.
442 .TP 468 .TP
443 .B geometry (\fPclass\fB Geometry) 469 .B geometry (\fPclass\fB Geometry)
444 Sets the geometry of the 470 Sets the geometry of the
445 .I XEmacs 471 .I XEmacs
446 window (as described above). 472 window (as described above).