Deleted Added
full compact
1.\"
2.\"
3.\" To format this reference page, use the command:
4.\"
5.\" nroff -man ee.1
6.\"
7.\" $Header: /home/hugh/sources/old_ae/RCS/ee.1,v 1.19 1995/11/29 04:03:15 hugh Exp hugh $
7.\" $Header: /home/hugh/sources/old_ae/RCS/ee.1,v 1.22 2001/12/16 04:49:27 hugh Exp $
8.\"
9.\"
10.TH ee 1 "" "" "" ""
11.SH NAME
12ee \- easy editor
13.SH SYNOPSIS
14.nf
15ee [-e] [-i] [-h] [+#] [\fIfile\fR ...]

--- 8 unchanged lines hidden (view full) ---

24mode unless there is a prompt at the bottom of the terminal, or a
25menu present (in a box in the middle of the terminal). The command
26.I ree
27is the same as
28.I ee,
29but restricted to editing the named
30file (no file operations, or shell escapes are allowed).
31.PP
32An editor with similar user-friendly qualities but more features is available
33and is called
34.I aee.
35.PP
36For
37.I ee
38to work properly, the environment variable
39.SM TERM
40must be set to indicate the type of terminal being used. For
41example, for an
42.SM HP 700/92
43terminal, the

--- 357 unchanged lines hidden (view full) ---

401cursor location. The old information would have to be deleted by the user.
402.\"
403.\" initializing ee from a file
404.\"
405.SS "Initializing ee from a file"
406.PP
407Since different users have different preferences, \fIee\fR allows some
408slight configurability. There are three possible locations for an
405initialization file for ee: the file \fI/usr/local/lib/init.ee\fR, the
409initialization file for ee: the file \fI/usr/share/misc/init.ee\fR, the
410file \fI.init.ee\fR in the user's home directory, or the file \fI.init.ee\fR
411in the current directory (if different from the home
412directory). This allows system administrators to set some preferences for
413the users on a system-wide basis (for example, the \fBprint\fR command),
414and the user to customize settings for particular directories (like one
415for correspondence, and a different directory for programming).
416.PP
413The file \fI\/usr/local/lib/init.ee\fR is read first, then
417The file \fI\/usr/share/misc/init.ee\fR is read first, then
418\fI$HOME/.init.ee\fR, then \fI.init.ee\fR, with the settings specified by the
419most recent file read taking precedence.
420.PP
421The following items may be entered in the initialization file:
422.RS 4
423.IP \fBcase\fR
424Sets searches to be case sensitive.
425.IP \fBnocase\fR

--- 90 unchanged lines hidden (view full) ---

516Chinese Big-5 code set. (Other multi-byte code sets may function, but the
517reason Big-5 works is that a two-byte character also takes up two columns on
518the screen.)
519.SH WARNINGS
520The automatic paragraph formatting operation
521may be too slow for slower systems.
522.SH FILES
523.PP
520.I /usr/local/lib/init.ee
524.I /usr/share/misc/init.ee
525.br
526.I $HOME/.init.ee
527.br
528.I .init.ee
529.SH AUTHOR
530.PP
531The software
532.I ee
533was developed by Hugh Mahon.
534.PP
535This software and documentation contains
536proprietary information which is protected by
537copyright. All rights are reserved.
538.PP
535Copyright (c) 1990, 1991, 1992, 1993, 1995, 1996 Hugh Mahon.
539Copyright (c) 1990, 1991, 1992, 1993, 1995, 1996, 2001 Hugh Mahon.
540.SH "SEE ALSO"
541.PP
538termcap(4), terminfo(4), environ(5), spell(1), ispell(1), lp(1)
542termcap(4), terminfo(4), environ(5), spell(1), ispell(1), lp(1), aee(1)
543