comparison man/cmdargs.texi @ 90389:146cd8369025

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 259-273) - Update from CVS - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t - Merge from gnus--rel--5.10 - Rename "field-at-point" to "field-at-pos" - (comint-insert-input): Remove redundant calls to setq and goto-char * gnus--rel--5.10 (patch 99-100) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 10 May 2006 20:42:41 +0000
parents c156f6a9e7b5 410da5f62040
children 19bee54e2dfc
comparison
equal deleted inserted replaced
90388:a786f674d33f 90389:146cd8369025
291 @opindex -u 291 @opindex -u
292 @itemx --user=@var{user} 292 @itemx --user=@var{user}
293 @opindex --user 293 @opindex --user
294 @cindex load init file of another user 294 @cindex load init file of another user
295 Load @var{user}'s Emacs init file @file{~@var{user}/.emacs} instead of 295 Load @var{user}'s Emacs init file @file{~@var{user}/.emacs} instead of
296 your own. 296 your own@footnote{
297 This option has no effect on MS-Windows.}.
297 298
298 @item --debug-init 299 @item --debug-init
299 @opindex --debug-init 300 @opindex --debug-init
300 @cindex errors in init file 301 @cindex errors in init file
301 Enable the Emacs Lisp debugger for errors in the init file. 302 Enable the Emacs Lisp debugger for errors in the init file.
1225 @item -nbc 1226 @item -nbc
1226 @opindex -nbc 1227 @opindex -nbc
1227 @itemx --no-blinking-cursor 1228 @itemx --no-blinking-cursor
1228 @opindex --no-blinking-cursor 1229 @opindex --no-blinking-cursor
1229 @cindex blinking cursor disable, command-line argument 1230 @cindex blinking cursor disable, command-line argument
1230 Disable the blinking cursor on graphical terminals. 1231 Disable the blinking cursor on graphical displays.
1231 1232
1232 @item -D 1233 @item -D
1233 @opindex -D 1234 @opindex -D
1234 @itemx --basic-display 1235 @itemx --basic-display
1235 @opindex --basic-display 1236 @opindex --basic-display