Mercurial > emacs
comparison man/cmdargs.texi @ 60400:616254f1bdb6
(Emacs Invocation): Add cindex "invocation (command line arguments)"
(Misc X): Add -nbc, --no-blinking-cursor.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 05 Mar 2005 04:40:18 +0000 |
parents | dd4499d17ce0 |
children | 798f3b5ae20f 29e773288013 |
comparison
equal
deleted
inserted
replaced
60399:e8bfc9ca45c2 | 60400:616254f1bdb6 |
---|---|
7 @cindex command line arguments | 7 @cindex command line arguments |
8 @cindex arguments (command line) | 8 @cindex arguments (command line) |
9 @cindex options (command line) | 9 @cindex options (command line) |
10 @cindex switches (command line) | 10 @cindex switches (command line) |
11 @cindex startup (command line arguments) | 11 @cindex startup (command line arguments) |
12 @cindex invocation (command line arguments) | |
12 | 13 |
13 GNU Emacs supports command line arguments to request various actions | 14 GNU Emacs supports command line arguments to request various actions |
14 when invoking Emacs. These are for compatibility with other editors and | 15 when invoking Emacs. These are for compatibility with other editors and |
15 for sophisticated activities. We don't recommend using them for | 16 for sophisticated activities. We don't recommend using them for |
16 ordinary editing. | 17 ordinary editing. |
1209 @opindex -lsp | 1210 @opindex -lsp |
1210 @itemx --line-spacing=@var{pixels} | 1211 @itemx --line-spacing=@var{pixels} |
1211 @opindex --line-spacing | 1212 @opindex --line-spacing |
1212 @cindex line spacing, command-line argument | 1213 @cindex line spacing, command-line argument |
1213 Specify @var{pixels} as additional space to put between lines, in pixels. | 1214 Specify @var{pixels} as additional space to put between lines, in pixels. |
1215 | |
1216 @item -nbc | |
1217 @opindex -nbc | |
1218 @itemx --no-blinking-cursor | |
1219 @opindex --no-blinking-cursor | |
1220 @cindex blinking cursor disable, command-line argument | |
1221 Disable the blinking cursor on graphical terminals. | |
1214 @end table | 1222 @end table |
1215 | 1223 |
1216 The @samp{--xrm} option (@pxref{Resources}) specifies additional | 1224 The @samp{--xrm} option (@pxref{Resources}) specifies additional |
1217 X resource values. | 1225 X resource values. |
1218 | 1226 |