Mercurial > hg > xemacs-beta
comparison man/xemacs/cmdargs.texi @ 296:5a79be0ef6a8 r21-0b46
Import from CVS: tag r21-0b46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:38:46 +0200 |
parents | 376386a54a3c |
children | 7c94d56991e1 |
comparison
equal
deleted
inserted
replaced
295:9d5da8baa111 | 296:5a79be0ef6a8 |
---|---|
1 | 1 |
2 @node Command Switches, Basic, Exiting, Top | 2 @node Command Switches, Startup Paths, Exiting, Top |
3 @section Command Line Switches and Arguments | 3 @section Command Line Switches and Arguments |
4 @cindex command line arguments | 4 @cindex command line arguments |
5 @cindex arguments (from shell) | 5 @cindex arguments (from shell) |
6 | 6 |
7 XEmacs supports command line arguments you can use to request | 7 XEmacs supports command line arguments you can use to request |
79 | 79 |
80 @item -kill | 80 @item -kill |
81 Exit from Emacs without asking for confirmation. | 81 Exit from Emacs without asking for confirmation. |
82 | 82 |
83 @item -version | 83 @item -version |
84 @itemx -V | |
84 Prints version information. This implies @samp{-batch}. | 85 Prints version information. This implies @samp{-batch}. |
85 | 86 |
86 @example | 87 @example |
87 % xemacs -version | 88 % xemacs -version |
88 XEmacs 19.13 of Mon Aug 21 1995 on willow (usg-unix-v) [formerly Lucid Emacs] | 89 XEmacs 19.13 of Mon Aug 21 1995 on willow (usg-unix-v) [formerly Lucid Emacs] |
126 automatically if the @samp{DISPLAY} environment variable is not set. | 127 automatically if the @samp{DISPLAY} environment variable is not set. |
127 | 128 |
128 @item -debug-init | 129 @item -debug-init |
129 Enter the debugger if an error in the init file occurs. | 130 Enter the debugger if an error in the init file occurs. |
130 | 131 |
132 @item -debug-paths | |
133 Displays information on how XEmacs constructs the various paths into its | |
134 hierarchy on startup. (See also @pxref{Startup Paths}.) | |
135 | |
131 @item -unmapped | 136 @item -unmapped |
132 Do not map the initial frame. This is useful if you want to start up | 137 Do not map the initial frame. This is useful if you want to start up |
133 XEmacs as a server (e.g. for gnuserv screens or external client widgets). | 138 XEmacs as a server (e.g. for gnuserv screens or external client widgets). |
134 | 139 |
135 @item -no-init-file | 140 @item -no-init-file |
136 @itemx -q | 141 @itemx -q |
137 Do not load your Emacs init file @file{~/.emacs}. | 142 Do not load your Emacs init file @file{~/.emacs}. |
138 | 143 |
139 @item -no-site-file | 144 @item -no-site-file |
140 Do not load the site-specific init file @file{lisp/site-start.el}. | 145 Do not load the site-specific init file @file{lisp/site-start.el}. |
146 | |
147 @item -no-autoloads | |
148 Do not load global symbol files (@file{auto-autoloads}) at startup. | |
149 This implies @samp{-vanilla}. | |
150 | |
151 @item -no-early-packages | |
152 Do not process early packages. (For more information on startup issues | |
153 concerning the package system, @xref{Startup Paths}.) | |
154 | |
155 @item -vanilla | |
156 This is equivalent to @samp{-q -no-site-file -no-early-packages}. | |
141 | 157 |
142 @item -user @var{user} | 158 @item -user @var{user} |
143 @itemx -u @var{user} | 159 @itemx -u @var{user} |
144 Load @var{user}'s Emacs init file @file{~@var{user}/.emacs} instead of | 160 Load @var{user}'s Emacs init file @file{~@var{user}/.emacs} instead of |
145 your own. | 161 your own. |
162 | |
163 | |
146 @end table | 164 @end table |
147 | 165 |
148 @vindex command-line-args | 166 @vindex command-line-args |
149 Note that the init file can get access to the command line argument | 167 Note that the init file can get access to the command line argument |
150 values as the elements of a list in the variable | 168 values as the elements of a list in the variable |