aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-03-03 20:01:31 +0000
committerRichard M. Stallman2001-03-03 20:01:31 +0000
commit9c3aede4eb5fe01b13b954b42ee48d304098b927 (patch)
tree3674e5d17c31f46b6270cb8e393af362f54f4ab7
parentf910bdeb8d6f06fdf555b7a53b44a0b5b865e007 (diff)
downloademacs-9c3aede4eb5fe01b13b954b42ee48d304098b927.tar.gz
emacs-9c3aede4eb5fe01b13b954b42ee48d304098b927.zip
Minor cleanups. Rename `Motif Resources' node to `LessTif Resources'.
-rw-r--r--man/cmdargs.texi62
1 files changed, 32 insertions, 30 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index 182d4367ea1..b0c3fd6d568 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -67,7 +67,7 @@ the action arguments in the order they are written.
67* Icons X:: Choosing what sort of icon to use, under X. 67* Icons X:: Choosing what sort of icon to use, under X.
68* Resources X:: Advanced use of classes and resources, under X. 68* Resources X:: Advanced use of classes and resources, under X.
69* Lucid Resources:: X resources for Lucid menus. 69* Lucid Resources:: X resources for Lucid menus.
70* Motif Resources:: X resources for Motif menus. 70* LessTif Resources:: X resources for LessTif and Motif menus.
71@end menu 71@end menu
72 72
73@node Action Arguments 73@node Action Arguments
@@ -426,7 +426,7 @@ Used by the Emerge package as a prefix for temporary files.
426This specifies the current time zone and possibly also daylight 426This specifies the current time zone and possibly also daylight
427savings information. On MS-DOS, if @code{TZ} is not set in the 427savings information. On MS-DOS, if @code{TZ} is not set in the
428environment when Emacs starts, Emacs defines a default value as 428environment when Emacs starts, Emacs defines a default value as
429appropriate for the country code returned by DOS. On MS Windows, Emacs 429appropriate for the country code returned by DOS. On MS-Windows, Emacs
430does not use @code{TZ} at all. 430does not use @code{TZ} at all.
431@item USER 431@item USER
432The user's login name. See also @env{LOGNAME}. On MS-DOS, this 432The user's login name. See also @env{LOGNAME}. On MS-DOS, this
@@ -463,9 +463,11 @@ internal terminal emulator. This feature is useful for submitting bug
463reports. 463reports.
464 464
465@item EMACSCOLORS 465@item EMACSCOLORS
466Used on MS-DOS systems to set screen colors early, so that the screen 466On MS-DOS, this specifies the screen colors. It is useful to set them
467won't momentarily flash the default colors when Emacs starts up. The 467this way, since otherwise Emacs would display the default colors
468value of this variable should be the two-character encoding of the 468momentarily when it starts up.
469
470The value of this variable should be the two-character encoding of the
469foreground (the first character) and the background (the second 471foreground (the first character) and the background (the second
470character) colors of the default face. Each character should be the 472character) colors of the default face. Each character should be the
471hexadecimal code for the desired color on a standard PC text-mode 473hexadecimal code for the desired color on a standard PC text-mode
@@ -494,7 +496,7 @@ remotely, displaying on your local screen.
494 496
495 With Emacs, the main reason people change the default display is to 497 With Emacs, the main reason people change the default display is to
496let them log into another system, run Emacs on that system, but have the 498let them log into another system, run Emacs on that system, but have the
497window displayed at their local terminal. You might need to login 499window displayed at their local terminal. You might need to log in
498to another system because the files you want to edit are there, or 500to another system because the files you want to edit are there, or
499because the Emacs executable file you want to run is there. 501because the Emacs executable file you want to run is there.
500 502
@@ -519,9 +521,9 @@ by changing the @env{DISPLAY} variable, or with the option @samp{-d
519emacs --display=glasperle:0 & 521emacs --display=glasperle:0 &
520@end smallexample 522@end smallexample
521 523
522 You can inhibit the direct use of the GUI with the @samp{-nw} option. This 524 You can inhibit the direct use of the window system and GUI with the
523is also an initial option. It tells Emacs to display using ordinary 525@samp{-nw} option. It tells Emacs to display using ordinary ASCII on
524ASCII on its controlling terminal. 526its controlling terminal. This is also an initial option.
525 527
526 Sometimes, security arrangements prevent a program on a remote system 528 Sometimes, security arrangements prevent a program on a remote system
527from displaying on your local system. In this case, trying to run Emacs 529from displaying on your local system. In this case, trying to run Emacs
@@ -670,7 +672,7 @@ background is usually black and the foreground is white.
670@item -fg @var{color} 672@item -fg @var{color}
671@itemx --foreground-color=@var{color} 673@itemx --foreground-color=@var{color}
672Specify the foreground color. @var{color} should be a standard color 674Specify the foreground color. @var{color} should be a standard color
673name or a numeric specification of the color's red, green, and blue 675name, or a numeric specification of the color's red, green, and blue
674components as in @samp{#4682B4} or @samp{RGB:46/82/B4}. 676components as in @samp{#4682B4} or @samp{RGB:46/82/B4}.
675@item -bg @var{color} 677@item -bg @var{color}
676@itemx --background-color=@var{color} 678@itemx --background-color=@var{color}
@@ -736,11 +738,10 @@ and @var{yoffset} are measured in pixels.
736 738
737 Since the mode line and the echo area occupy the last 2 lines of the 739 Since the mode line and the echo area occupy the last 2 lines of the
738frame, the height of the initial text window is 2 less than the height 740frame, the height of the initial text window is 2 less than the height
739specified in your geometry. In non-X-toolkit versions of Emacs, 741specified in your geometry. In non-X-toolkit versions of Emacs, the
740the menu bar also takes one line of the specified number. The tool bar, 742menu bar also takes one line of the specified number. But in the X
741if present, is excluded from the height of the initial text window; 743toolkit version, the menu bar is additional and does not count against
742Emacs will enlarge the frame's height as needed to accomodate for the 744the specified height. The tool bar, if present, is also additional.
743tool bar.
744 745
745 You do not have to specify all of the fields in the geometry 746 You do not have to specify all of the fields in the geometry
746specification. 747specification.
@@ -782,11 +783,11 @@ the window.
782@table @samp 783@table @samp
783@item -ib @var{width} 784@item -ib @var{width}
784@itemx --internal-border=@var{width} 785@itemx --internal-border=@var{width}
785Specify @var{width} as the width of the internal border in pixels. 786Specify @var{width} as the width of the internal border, in pixels.
786 787
787@item -bw @var{width} 788@item -bw @var{width}
788@itemx --border-width=@var{width} 789@itemx --border-width=@var{width}
789Specify @var{width} as the width of the main border in pixels. 790Specify @var{width} as the width of the main border, in pixels.
790@end table 791@end table
791 792
792 When you specify the size of the frame, that does not count the 793 When you specify the size of the frame, that does not count the
@@ -847,9 +848,9 @@ window manager choose what sort of icon to use---usually just a small
847rectangle containing the frame's title. 848rectangle containing the frame's title.
848 849
849 The @samp{-iconic} option tells Emacs to begin running as an icon, 850 The @samp{-iconic} option tells Emacs to begin running as an icon,
850rather than opening a frame right away. In this situation, the icon 851rather than showing a frame right away. In this situation, the icon
851window provides only an indication that Emacs has started; the usual text 852is the only indication that Emacs has started; the text frame doesn't
852frame doesn't appear until you deiconify it. 853appear until you deiconify it.
853 854
854@node Resources X 855@node Resources X
855@appendixsec X Resources 856@appendixsec X Resources
@@ -989,7 +990,7 @@ Width in pixels of the internal border.
989@item @code{lineSpacing} (class LineSpacing) 990@item @code{lineSpacing} (class LineSpacing)
990@cindex line spacing 991@cindex line spacing
991@cindex leading 992@cindex leading
992Additional space (@dfn{leading}) between lines in pixels. 993Additional space (@dfn{leading}) between lines, in pixels.
993 994
994@item @code{menuBar} (class @code{MenuBar}) 995@item @code{menuBar} (class @code{MenuBar})
995Give frames menu bars if @samp{on}; don't have menu bars if @samp{off}. 996Give frames menu bars if @samp{on}; don't have menu bars if @samp{off}.
@@ -1027,7 +1028,7 @@ Gamma correction for colors, equivalent to the frame parameter
1027 1028
1028@item @code{selectionFont} (class @code{Font}) 1029@item @code{selectionFont} (class @code{Font})
1029Font name for pop-up menu items, in non-toolkit versions of Emacs. (For 1030Font name for pop-up menu items, in non-toolkit versions of Emacs. (For
1030toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif 1031toolkit versions, see @ref{Lucid Resources}, also see @ref{LessTif
1031Resources}.) 1032Resources}.)
1032 1033
1033@item @code{synchronous} (class @code{Synchronous}) 1034@item @code{synchronous} (class @code{Synchronous})
@@ -1126,16 +1127,17 @@ The margin of the menu bar, in characters. The default of 4 makes the
1126menu bar appear like the LessTif/Motif one. 1127menu bar appear like the LessTif/Motif one.
1127@end table 1128@end table
1128 1129
1129@node Motif Resources 1130@node LessTif Resources
1130@section Motif Menu X Resources 1131@section LessTif Menu X Resources
1131@cindex Menu X Resources (Motif widgets) 1132@cindex Menu X Resources (LessTif widgets)
1132@cindex Motif Widget X Resources 1133@cindex LessTif Widget X Resources
1133 1134
1134 If the Emacs installed at your site was built to use the X toolkit 1135 If the Emacs installed at your site was built to use the X toolkit
1135with the Motif widgets, then the menu bar is a separate widget and has 1136with the LessTif or Motif widgets, then the menu bar is a separate
1136its own resources. The resource names contain @samp{pane.menubar} 1137widget and has its own resources. The resource names contain
1137(following, as always, the name of the Emacs invocation or @samp{Emacs} 1138@samp{pane.menubar} (following, as always, the name of the Emacs
1138which stands for all Emacs invocations). Specify them like this: 1139invocation or @samp{Emacs} which stands for all Emacs invocations).
1140Specify them like this:
1139 1141
1140@smallexample 1142@smallexample
1141Emacs.pane.menubar.@var{subwidget}.@var{resource}: @var{value} 1143Emacs.pane.menubar.@var{subwidget}.@var{resource}: @var{value}