X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/54102d63f35dbeac8b7c0bad6aab999c985c1fc7..9d138659971d8f027fe1e203e23b885f00cb8c25:/man/cmdargs.texi diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 38ac330178..5094a924cc 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -119,6 +119,10 @@ the library can be found either in the current directory, or in the Emacs library search path as specified with @env{EMACSLOADPATH} (@pxref{General Variables}). +@strong{Warning:} If previous command-line arguments have visited +files, the current directory is the directory of the last file +visited. + @item -L @var{dir} @opindex -L @itemx --directory=@var{dir} @@ -268,10 +272,10 @@ option and @samp{-Q} are the only options that block it. @item -Q @opindex -Q -Start emacs with minimum customizations and window decorations. -This is like using @samp{-q} and @samp{--no-site-file}, but in -addition it also disables the menu-bar, the tool-bar, the scroll-bars, -tool tips, the blinking cursor, and the fancy startup screen. +@itemx --quick +@opindex --quick +Start emacs with minimum customizations. This is like using @samp{-q} +and @samp{--no-site-file}, but also disables the startup screen. @item --no-splash @opindex --no-splash @@ -1196,8 +1200,9 @@ appear until you deiconify it. @opindex -hb @itemx --horizontal-scroll-bars @opindex --horizontal-scroll-bars -@cindex horizontal scroll bars, command-line argument -Enable horizontal scroll bars. +@c @cindex horizontal scroll bars, command-line argument +Enable horizontal scroll bars. Since horizontal scroll bars +are not yet implemented, this actually does nothing. @item -vb @opindex -vb @@ -1219,6 +1224,14 @@ Specify @var{pixels} as additional space to put between lines, in pixels. @opindex --no-blinking-cursor @cindex blinking cursor disable, command-line argument Disable the blinking cursor on graphical terminals. + +@item -D +@opindex -D +@itemx --basic-display +@opindex --basic-display +Disable the menu-bar, the tool-bar, the scroll-bars, and tool tips, +and turn off the blinking cursor. This can be useful for making a +test case that simplifies debugging of display problems. @end table The @samp{--xrm} option (@pxref{Resources}) specifies additional