aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-23 11:01:35 +0000
committerEli Zaretskii2001-11-23 11:01:35 +0000
commit2398d10dc7b76e523f5b5042a55bdf73eb2f8a6e (patch)
treefb6bf403594c526535746f5c55279275f527a684
parent544b00c1668a9603f135c5c831a1120c8c1f040b (diff)
downloademacs-2398d10dc7b76e523f5b5042a55bdf73eb2f8a6e.tar.gz
emacs-2398d10dc7b76e523f5b5042a55bdf73eb2f8a6e.zip
Modify distribution terms. Add more command-line options.
-rw-r--r--etc/emacs.162
1 files changed, 46 insertions, 16 deletions
diff --git a/etc/emacs.1 b/etc/emacs.1
index d6144b64438..2c3bbe2beda 100644
--- a/etc/emacs.1
+++ b/etc/emacs.1
@@ -18,7 +18,7 @@
18.\" Boston, MA 02111-1307, USA. 18.\" Boston, MA 02111-1307, USA.
19.\" 19.\"
20'\" t 20'\" t
21.TH EMACS 1 "1995 December 7" 21.TH EMACS 1 "2001 November 23"
22.UC 4 22.UC 4
23.SH NAME 23.SH NAME
24emacs \- GNU project Emacs 24emacs \- GNU project Emacs
@@ -56,8 +56,7 @@ has an extensive interactive help facility,
56but the facility assumes that you know how to manipulate 56but the facility assumes that you know how to manipulate
57.I Emacs 57.I Emacs
58windows and buffers. 58windows and buffers.
59CTRL-h (backspace 59CTRL-h or F1 enters the Help facility. Help Tutorial (CTRL-h t)
60or CTRL-h) enters the Help facility. Help Tutorial (CTRL-h t)
61requests an interactive tutorial which can teach beginners the fundamentals 60requests an interactive tutorial which can teach beginners the fundamentals
62of 61of
63.I Emacs 62.I Emacs
@@ -102,9 +101,25 @@ Go to the line specified by
102(do not insert a space between the "+" sign and 101(do not insert a space between the "+" sign and
103the number). 102the number).
104.TP 103.TP
104.BI \+ line:column
105Go to the specified
106.I line
107and
108.I column
109.TP
105.B \-q 110.B \-q
106Do not load an init file. 111Do not load an init file.
107.TP 112.TP
113.B \-no-site-file
114Do not load the site-wide startup file.
115.TP
116.BI \-debug-init
117Enable
118.I Emacs
119Lisp debugger during the processing of the user init file
120.BI ~/.emacs.
121This is useful for debugging problems in the init file.
122.TP
108.BI \-u " user" 123.BI \-u " user"
109Load 124Load
110.I user's 125.I user's
@@ -115,6 +130,11 @@ Use specified
115.I file 130.I file
116as the terminal instead of using stdin/stdout. 131as the terminal instead of using stdin/stdout.
117This must be the first argument specified in the command line. 132This must be the first argument specified in the command line.
133.TP
134.B \-version
135Display
136.I Emacs
137version information and exit.
118.PP 138.PP
119The following options are lisp-oriented 139The following options are lisp-oriented
120(these options are processed in the order encountered): 140(these options are processed in the order encountered):
@@ -126,6 +146,10 @@ Execute the lisp function
126.BI \-l " file" 146.BI \-l " file"
127Load the lisp code in the file 147Load the lisp code in the file
128.I file. 148.I file.
149.TP
150.BI \-eval " expr"
151Evaluate the Lisp expression
152.I expr.
129.PP 153.PP
130The following options are useful when running 154The following options are useful when running
131.I Emacs 155.I Emacs
@@ -140,6 +164,13 @@ options to specify files to execute and functions to call.
140Exit 164Exit
141.I Emacs 165.I Emacs
142while in batch mode. 166while in batch mode.
167.TP
168.BI \-L " directory"
169Add
170.I directory
171to the list of directories
172.I Emacs
173searches for Lisp files.
143.\" START DELETING HERE IF YOU'RE NOT USING X 174.\" START DELETING HERE IF YOU'RE NOT USING X
144.PP 175.PP
145.SM Using Emacs with X 176.SM Using Emacs with X
@@ -504,17 +535,16 @@ Copyright
504.if n (c) 535.if n (c)
5051995, 1999, 2000, 2001 Free Software Foundation, Inc. 5361995, 1999, 2000, 2001 Free Software Foundation, Inc.
506.PP 537.PP
507Permission is granted to copy, distribute and/or modify this document 538Permission is granted to make and distribute verbatim copies of this
508under the terms of the GNU Free Documentation License, Version 1.1 539document provided the copyright notice and this permission notice are
509or any later version published by the Free Software Foundation; 540preserved on all copies.
510with no Invariant Sections, with no Front-Cover Texts, and no 541.PP
511Back-Cover Texts. 542Permission is granted to copy and distribute modified versions of
543this document under the conditions for verbatim copying, provided that
544the entire resulting derived work is distributed under the terms of
545a permission notice identical to this one.
512.PP 546.PP
513This document is part of a collection distributed under the GNU Free 547Permission is granted to copy and distribute translations of this
514Documentation License. If you want to distribute this document 548document into another language, under the above conditions for
515separately from the collection, you can do so by adding a copy of the 549modified versions, except that this permission notice may be stated
516license to the document, as described in section 6 of the license. 550in a translation approved by the Free Software Foundation.
517A copy of the license is included in the
518.BR gfdl ( 1 )
519man page, and in the section entitled "GNU Free Documentation
520License" in the Emacs manual.