Mercurial > hg > xemacs-beta
comparison man/xemacs/cmdargs.texi @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | de805c49cfc1 |
children | da8ed4261e83 |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
137 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 |
138 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). |
139 | 139 |
140 @item -no-init-file | 140 @item -no-init-file |
141 @itemx -q | 141 @itemx -q |
142 Do not load your Emacs init file. @xref{Init File}. | 142 Do not load your Emacs init file @file{~/.emacs}. |
143 | 143 |
144 @item -no-site-file | 144 @item -no-site-file |
145 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 | 146 |
147 @item -no-autoloads | 147 @item -no-autoloads |
153 concerning the package system, @xref{Startup Paths}.) | 153 concerning the package system, @xref{Startup Paths}.) |
154 | 154 |
155 @item -vanilla | 155 @item -vanilla |
156 This is equivalent to @samp{-q -no-site-file -no-early-packages}. | 156 This is equivalent to @samp{-q -no-site-file -no-early-packages}. |
157 | 157 |
158 @item -user-init-file @var{file} | |
159 Load @var{file} as your Emacs init file instead of | |
160 @file{~/.xemacs/init.el}/@file{~/.emacs}. | |
161 | |
162 @item -user-init-directory @var{directory} | |
163 Use @var{directory} as the location of your early package hierarchies | |
164 and the various user-specific initialization files. | |
165 | |
166 @item -user @var{user} | 158 @item -user @var{user} |
167 @itemx -u @var{user} | 159 @itemx -u @var{user} |
168 Equivalent to @samp{-user-init-file ~@var{user}/.xemacs/init.el | 160 Load @var{user}'s Emacs init file @file{~@var{user}/.emacs} instead of |
169 -user-init-directory ~@var{user}/.xemacs}, or @samp{-user-init-file | 161 your own. |
170 ~@var{user}/.emacs -user-init-directory ~@var{user}/.xemacs}. whichever | 162 |
171 init file comes first. @xref{Init File}. | |
172 | 163 |
173 @end table | 164 @end table |
174 | 165 |
175 @vindex command-line-args | 166 @vindex command-line-args |
176 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 |
231 @item -mc @var{color} | 222 @item -mc @var{color} |
232 Use @var{color} as the mouse color. | 223 Use @var{color} as the mouse color. |
233 | 224 |
234 @item -cr @var{color} | 225 @item -cr @var{color} |
235 Use @var{color} as the text-cursor foreground color. | 226 Use @var{color} as the text-cursor foreground color. |
236 | |
237 @item -private | |
238 Install a private colormap for XEmacs. | |
239 @end table | 227 @end table |
240 | 228 |
241 In addition, XEmacs allows you to use a number of standard Xt | 229 In addition, XEmacs allows you to use a number of standard Xt |
242 command line arguments. | 230 command line arguments. |
243 | 231 |