Mercurial > hg > xemacs-beta
comparison lisp/startup.el @ 414:da8ed4261e83 r21-2-15
Import from CVS: tag r21-2-15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:21:38 +0200 |
parents | 697ef44129c6 |
children | 11054d720c21 |
comparison
equal
deleted
inserted
replaced
413:901169e5ca31 | 414:da8ed4261e83 |
---|---|
198 "Print the XEmacs usage message and exit." | 198 "Print the XEmacs usage message and exit." |
199 (let ((standard-output 'external-debugging-output)) | 199 (let ((standard-output 'external-debugging-output)) |
200 (princ (concat "\n" (emacs-version) "\n\n")) | 200 (princ (concat "\n" (emacs-version) "\n\n")) |
201 (princ | 201 (princ |
202 (if (featurep 'x) | 202 (if (featurep 'x) |
203 (concat (emacs-name) | 203 (concat "When creating a window on an X display, " |
204 " accepts all standard X Toolkit command line options.\n" | 204 (emacs-name) |
205 "In addition, the") | 205 " accepts all standard X Toolkit |
206 command line options plus the following: | |
207 -iconname <title> Use title as the icon name. | |
208 -mc <color> Use color as the mouse color. | |
209 -cr <color> Use color as the text-cursor foregound color. | |
210 -private Install a private colormap. | |
211 | |
212 In addition, the") | |
206 "The")) | 213 "The")) |
207 (princ " following options are accepted: | 214 (princ " following options are accepted: |
208 | |
209 -t <device> Use TTY <device> instead of the terminal for input | 215 -t <device> Use TTY <device> instead of the terminal for input |
210 and output. This implies the -nw option. | 216 and output. This implies the -nw option. |
211 -nw Inhibit the use of any window-system-specific | 217 -nw Inhibit the use of any window-system-specific |
212 display code: use the current tty. | 218 display code: use the current tty. |
213 -batch Execute noninteractively (messages go to stderr). | 219 -batch Execute noninteractively (messages go to stderr). |