Mercurial > hg > xemacs-beta
comparison etc/xemacs.1 @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | a4f53d9b3154 |
children | a300bb07d72d |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
1 .TH XEMACS 1 "2000-09-20" | 1 .TH XEMACS 1 "1998 January 13" |
2 .UC 4 | 2 .UC 4 |
3 .SH NAME | 3 .SH NAME |
4 xemacs \- Emacs: The Next Generation | 4 xemacs \- Emacs: The Next Generation |
5 .SH SYNOPSIS | 5 .SH SYNOPSIS |
6 .B xemacs | 6 .B xemacs |
124 .BR \-f , | 124 .BR \-f , |
125 and | 125 and |
126 .B \-eval | 126 .B \-eval |
127 options to specify files to execute and functions to call. | 127 options to specify files to execute and functions to call. |
128 .TP | 128 .TP |
129 .B \-nw | 129 .B \-nw\ |
130 Inhibit the use of any window-system-specific display code: use the | 130 Inhibit the use of any window-system-specific display code: use the |
131 current TTY. | 131 current TTY. |
132 .TP | 132 .TP |
133 .B \-debug\-init | 133 .B \-debug\-init |
134 Enter the debugger if an error occurs loading the init file. | 134 Enter the debugger if an error occurs loading the init file. |
149 Load no extra files at startup. Equivalent to the combination of | 149 Load no extra files at startup. Equivalent to the combination of |
150 .B \-q | 150 .B \-q |
151 , | 151 , |
152 .B \-no-site-file | 152 .B \-no-site-file |
153 , and | 153 , and |
154 .B \-no-early-packages | 154 .B \-no-packages |
155 \. | 155 \. |
156 .TP | 156 .TP |
157 .BI \-u " user, " \-user " user" | 157 .BI \-u " user, " \-user " user" |
158 Load | 158 Load |
159 .IR user 's | 159 .IR user 's |
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. | |
229 .TP | 213 .TP |
230 .BI \-geometry " ##x##+##+##" | 214 .BI \-geometry " ##x##+##+##" |
231 Specify the geometry of the initial window. The ##'s represent a number; | 215 Specify the geometry of the initial window. The ##'s represent a number; |
232 the four numbers are width (characters), height (characters), X offset | 216 the four numbers are width (characters), height (characters), X offset |
233 (pixels), and Y offset (pixels), respectively. Partial specifications of | 217 (pixels), and Y offset (pixels), respectively. Partial specifications of |
316 this option. | 300 this option. |
317 .TP | 301 .TP |
318 .BI \-xrm " argument" | 302 .BI \-xrm " argument" |
319 This allows you to set an arbitrary resource on the command line. | 303 This allows you to set an arbitrary resource on the command line. |
320 .I argument | 304 .I argument |
321 should be a resource specification, as might be found in your | 305 should be a resource specification, as might as in your |
322 .I \.Xresources | 306 .I \.Xresources |
323 or | 307 or |
324 .I \.Xdefaults | 308 .I \.Xdefaults |
325 file. | 309 file. |
326 .PP | 310 .PP |
437 .B reverseVideo (\fPclass\fB ReverseVideo) | 421 .B reverseVideo (\fPclass\fB ReverseVideo) |
438 If set to | 422 If set to |
439 .IR on , | 423 .IR on , |
440 the window will be displayed in reverse video. Consider | 424 the window will be displayed in reverse video. Consider |
441 explicitly setting the foreground and background colors instead | 425 explicitly setting the foreground and background colors instead |
442 of using this resource. | 426 of using this resources. |
443 .TP | 427 .TP |
444 .B borderWidth (\fPclass\fB BorderWidth) | 428 .B borderWidth (\fPclass\fB BorderWidth) |
445 Sets the window's border width in pixels. | 429 Sets the window's border width in pixels. |
446 .TP | 430 .TP |
447 .B internalBorderWidth (\fPclass\fB InternalBorderWidth) | 431 .B internalBorderWidth (\fPclass\fB InternalBorderWidth) |
453 .B cursorColor (\fPclass\fB Foreground) | 437 .B cursorColor (\fPclass\fB Foreground) |
454 Sets the color of the window's text cursor. | 438 Sets the color of the window's text cursor. |
455 .TP | 439 .TP |
456 .B pointerColor (\fPclass\fB Foreground) | 440 .B pointerColor (\fPclass\fB Foreground) |
457 Sets the color of the window's mouse cursor. | 441 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. | |
468 .TP | 442 .TP |
469 .B geometry (\fPclass\fB Geometry) | 443 .B geometry (\fPclass\fB Geometry) |
470 Sets the geometry of the | 444 Sets the geometry of the |
471 .I XEmacs | 445 .I XEmacs |
472 window (as described above). | 446 window (as described above). |
509 .TP | 483 .TP |
510 .B scrollBarPlacement (\fPclass\fB ScrollBarPlacement) | 484 .B scrollBarPlacement (\fPclass\fB ScrollBarPlacement) |
511 Sets the position of vertical and horizontal scrollbars. Should be one | 485 Sets the position of vertical and horizontal scrollbars. Should be one |
512 of the strings "top-left", "bottom-left", "top-right", or "bottom-right". | 486 of the strings "top-left", "bottom-left", "top-right", or "bottom-right". |
513 The default is "bottom-right" for the Motif and Lucid scrollbars and | 487 The default is "bottom-right" for the Motif and Lucid scrollbars and |
514 "bottom-left" for the Athena scrollbars. | 488 "buttom-left" for the Athena scrollbars. |
515 .TP | 489 .TP |
516 .B topToolBarHeight (\fPclass\fB TopToolBarHeight) | 490 .B topToolBarHeight (\fPclass\fB TopToolBarHeight) |
517 Sets the height of the top toolbar, in pixels. 0 means no top toolbar. | 491 Sets the height of the top toolbar, in pixels. 0 means no top toolbar. |
518 .TP | 492 .TP |
519 .B bottomToolBarHeight (\fPclass\fB BottomToolBarHeight) | 493 .B bottomToolBarHeight (\fPclass\fB BottomToolBarHeight) |
739 .PP | 713 .PP |
740 .I XEmacs | 714 .I XEmacs |
741 was written by | 715 was written by |
742 Steve Baur <steve@xemacs.org>, | 716 Steve Baur <steve@xemacs.org>, |
743 Martin Buchholz <martin@xemacs.org>, | 717 Martin Buchholz <martin@xemacs.org>, |
744 Richard Mlynarik <Mly@POBox.COM>, | 718 Richard Mlynarik <mly@adoc.xerox.com>, |
745 Hrvoje Niksic <hniksic@srce.hr>, | 719 Hrvoje Niksic <hniksic@srce.hr>, |
746 Chuck Thompson <cthomp@xemacs.org>, | 720 Chuck Thompson <cthomp@xemacs.org>, |
747 Ben Wing <wing@666.com>, | 721 Ben Wing <wing@666.com>, |
748 Jamie Zawinski <jwz@netscape.com>, | 722 Jamie Zawinski <jwz@netscape.com>, |
749 and many others. | 723 and many others. |