/[emacs]/emacs/src/emacs.c
ViewVC logotype

Diff of /emacs/src/emacs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.359 by mituharu, Fri Mar 4 11:06:42 2005 UTC revision 1.360 by jurta, Sat Mar 5 04:34:59 2005 UTC
# Line 250  Run Emacs, the extensible, customizable, Line 250  Run Emacs, the extensible, customizable,
250  display editor.  The recommended way to start Emacs for normal editing\n\  display editor.  The recommended way to start Emacs for normal editing\n\
251  is with no options at all.\n\  is with no options at all.\n\
252  \n\  \n\
253  Run M-x info RET m emacs RET m command arguments RET inside Emacs to\n\  Run M-x info RET m emacs RET m emacs invocation RET inside Emacs to\n\
254  read the main documentation for these command-line arguments.\n\  read the main documentation for these command-line arguments.\n\
255  \n\  \n\
256  Initialization options:\n\  Initialization options:\n\
# Line 296  Display options:\n\ Line 296  Display options:\n\
296  --background-color, -bg COLOR   window background color\n\  --background-color, -bg COLOR   window background color\n\
297  --border-color, -bd COLOR       main border color\n\  --border-color, -bd COLOR       main border color\n\
298  --border-width, -bw WIDTH       width of main border\n\  --border-width, -bw WIDTH       width of main border\n\
299  --color MODE                    color mode for character terminals;\n\  --color, --color=MODE           color mode for character terminals;\n\
300                                    MODE defaults to `auto', and can also\n\                                    MODE defaults to `auto', and can also\n\
301                                    be `never', `auto', `always',\n\                                    be `never', `auto', `always',\n\
302                                    or a mode name like `ansi8'\n\                                    or a mode name like `ansi8'\n\
# Line 313  Display options:\n\ Line 313  Display options:\n\
313  --line-spacing, -lsp PIXELS     additional space to put between lines\n\  --line-spacing, -lsp PIXELS     additional space to put between lines\n\
314  --mouse-color, -ms COLOR        mouse cursor color in Emacs window\n\  --mouse-color, -ms COLOR        mouse cursor color in Emacs window\n\
315  --name NAME                     title for initial Emacs frame\n\  --name NAME                     title for initial Emacs frame\n\
316    --no-blinking-cursor, -nbc      disable blinking cursor\n\
317  --reverse-video, -r, -rv        switch foreground and background\n\  --reverse-video, -r, -rv        switch foreground and background\n\
318  --title, -T TITLE               title for initial Emacs frame\n\  --title, -T TITLE               title for initial Emacs frame\n\
319  --vertical-scroll-bars, -vb     enable vertical scroll bars\n\  --vertical-scroll-bars, -vb     enable vertical scroll bars\n\
# Line 1824  struct standard_args standard_args[] = Line 1825  struct standard_args standard_args[] =
1825    { "-ib", "--internal-border", 10, 1 },    { "-ib", "--internal-border", 10, 1 },
1826    { "-ms", "--mouse-color", 10, 1 },    { "-ms", "--mouse-color", 10, 1 },
1827    { "-cr", "--cursor-color", 10, 1 },    { "-cr", "--cursor-color", 10, 1 },
1828      { "-nbc", "--no-blinking-cursor", 10, 0 },
1829    { "-fn", "--font", 10, 1 },    { "-fn", "--font", 10, 1 },
1830    { "-font", 0, 10, 1 },    { "-font", 0, 10, 1 },
1831    { "-fs", "--fullscreen", 10, 0 },    { "-fs", "--fullscreen", 10, 0 },

Legend:
Removed from v.1.359  
changed lines
  Added in v.1.360

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26