comparison man/xemacs/cmdargs.texi @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents cc15677e0335
children de805c49cfc1
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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 @file{~/.emacs}.
160
161 @item -user-init-directory @var{directory}
162 Use @var{directory} as the location of your early package hierarchies
163 and the various user-specific initialization files.
164
158 @item -user @var{user} 165 @item -user @var{user}
159 @itemx -u @var{user} 166 @itemx -u @var{user}
160 Load @var{user}'s Emacs init file @file{~@var{user}/.emacs} instead of 167 Equivalent to
161 your own. 168 @samp{-user-init-file ~@var{user}/.emacs -user-init-directory ~@var{user}/.xemacs}.
162 169
163 170
164 @end table 171 @end table
165 172
166 @vindex command-line-args 173 @vindex command-line-args
222 @item -mc @var{color} 229 @item -mc @var{color}
223 Use @var{color} as the mouse color. 230 Use @var{color} as the mouse color.
224 231
225 @item -cr @var{color} 232 @item -cr @var{color}
226 Use @var{color} as the text-cursor foreground color. 233 Use @var{color} as the text-cursor foreground color.
234
235 @item -private
236 Install a private colormap for XEmacs.
227 @end table 237 @end table
228 238
229 In addition, XEmacs allows you to use a number of standard Xt 239 In addition, XEmacs allows you to use a number of standard Xt
230 command line arguments. 240 command line arguments.
231 241