comparison etc/xemacs.1 @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents a300bb07d72d
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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
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.
442 .TP 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.
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).
447 .TP 473 .TP
714 .I XEmacs 740 .I XEmacs
715 was written by 741 was written by
716 Steve Baur <steve@xemacs.org>, 742 Steve Baur <steve@xemacs.org>,
717 Martin Buchholz <martin@xemacs.org>, 743 Martin Buchholz <martin@xemacs.org>,
718 Richard Mlynarik <mly@adoc.xerox.com>, 744 Richard Mlynarik <mly@adoc.xerox.com>,
719 Hrvoje Niksic <hniksic@srce.hr>, 745 Hrvoje Niksic <hniksic@xemacs.org>,
720 Chuck Thompson <cthomp@xemacs.org>, 746 Chuck Thompson <cthomp@xemacs.org>,
721 Ben Wing <wing@666.com>, 747 Ben Wing <ben@xemacs.org>,
722 Jamie Zawinski <jwz@netscape.com>, 748 Jamie Zawinski <jwz@jwz.org>,
723 and many others. 749 and many others.
724 It was based on an early version of 750 It was based on an early version of
725 .I GNU Emacs Version 751 .I GNU Emacs Version
726 .IR 19 , 752 .IR 19 ,
727 written by Richard Stallman <rms@gnu.org> of the Free Software 753 written by Richard Stallman <rms@gnu.org> of the Free Software