Mercurial > hg > xemacs-beta
comparison man/xemacs/cmdargs.texi @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | da8ed4261e83 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
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 |