comparison man/cmdargs.texi @ 61467:a3e6e523bd06

(Initial Options): -Q is now --quick, and does less. (Misc X): Add -D, --basic-display.
author Richard M. Stallman <rms@gnu.org>
date Mon, 11 Apr 2005 16:44:25 +0000
parents 1101a3dc70f0
children 01a320949e45 146c086df160
comparison
equal deleted inserted replaced
61466:0d13c2e5baa9 61467:a3e6e523bd06
266 and @samp{--batch} have no effect on the loading of this file---this 266 and @samp{--batch} have no effect on the loading of this file---this
267 option and @samp{-Q} are the only options that block it. 267 option and @samp{-Q} are the only options that block it.
268 268
269 @item -Q 269 @item -Q
270 @opindex -Q 270 @opindex -Q
271 @itemx --bare-bones 271 @itemx --quick
272 @opindex --bare-bones 272 @opindex --quick
273 Start emacs with minimum customizations and window decorations. 273 Start emacs with minimum customizations. This is like using @samp{-q}
274 This is like using @samp{-q} and @samp{--no-site-file}, but in 274 and @samp{--no-site-file}, but also disables the startup screen.
275 addition it also disables the menu-bar, the tool-bar, the scroll-bars,
276 tool tips, the blinking cursor, and the fancy startup screen.
277 275
278 @item --no-splash 276 @item --no-splash
279 @opindex --no-splash 277 @opindex --no-splash
280 @vindex inhibit-startup-message 278 @vindex inhibit-startup-message
281 Do not display a splash screen on startup; this is equivalent to 279 Do not display a splash screen on startup; this is equivalent to
1220 @opindex -nbc 1218 @opindex -nbc
1221 @itemx --no-blinking-cursor 1219 @itemx --no-blinking-cursor
1222 @opindex --no-blinking-cursor 1220 @opindex --no-blinking-cursor
1223 @cindex blinking cursor disable, command-line argument 1221 @cindex blinking cursor disable, command-line argument
1224 Disable the blinking cursor on graphical terminals. 1222 Disable the blinking cursor on graphical terminals.
1223
1224 @item -D
1225 @opindex -D
1226 @itemx --basic-display
1227 @opindex --basic-display
1228 Disable the menu-bar, the tool-bar, the scroll-bars, and tool tips,
1229 and turn off the blinking cursor. This can be useful for making a
1230 test case that simplifies debugging of display problems.
1225 @end table 1231 @end table
1226 1232
1227 The @samp{--xrm} option (@pxref{Resources}) specifies additional 1233 The @samp{--xrm} option (@pxref{Resources}) specifies additional
1228 X resource values. 1234 X resource values.
1229 1235