* Update to packages/alpine.spec to account for the new location of man
[alpine.git] / doc / man1 / pico.1
blob8117013eb4cbcd6f83bfd1f4827d63caac6f0c62
1 .TH pico 1 "Version 5.08"
2 .SH Name
3 pico \- simple text editor in the style of the Alpine Composer
4 .SH Syntax
5 .B pico
7 .I options
8 ] [
9 .I file
11 .SH Description
12 \fIPico\fR is a simple, display-oriented text editor based on
13 the Alpine message system composer.  As with Alpine, commands are 
14 displayed at the bottom of the screen, and context-sensitive
15 help is provided.  As characters are typed they are immediately 
16 inserted into the text.
17 .PP
18 Editing commands are entered using control-key
19 combinations.  As a work-around for communications programs that
20 swallow certain control characters, you can emulate a control key
21 by pressing ESCAPE twice, followed by the desired control character,
22 e.g. "ESC ESC c" would be equivalent to entering a ctrl-c.
23 The editor has five basic features: paragraph justification,
24 searching, block cut/paste, a spelling checker, and a file browser.
25 .PP
26 Paragraph justification (or filling) takes place in the paragraph that
27 contains the cursor, or, if the cursor is between lines, in the paragraph
28 immediately below.  Paragraphs are delimited by blank lines, or by lines
29 beginning with a space or tab.  Unjustification can be done immediately
30 after justification using the control-U key combination. 
31 .PP
32 String searches are not sensitive to case.  A search begins at the current
33 cursor position and wraps around the end of the text.  The most recent   
34 search string is offered as the default in subsequent searches.
35 .PP
36 Blocks of text can be moved, copied or deleted with creative use of the
37 command for mark (ctrl-^), delete (ctrl-k) and undelete (ctrl-u).
38 The delete command will remove text between the "mark" and the current 
39 cursor position, and place it in the "cut" buffer.  The undelete command
40 effects a "paste" at the current cursor position.
41 .PP
42 The spell checker examines all words in the text.  It then offers, in 
43 turn, each misspelled word for correction while 
44 highlighting it in the text.  Spell checking can be cancelled at any time.  
45 Alternatively, \fIpico\fR will substitute for the default spell checking 
46 routine a routine defined by the SPELL environment variable.  The replacement 
47 routine should read standard input and write standard output.
48 .PP
49 The file browser is offered as an option in the "Read File" and "Write Out"
50 command prompts.  It is intended to help in searching for specific files 
51 and navigating directory hierarchies.  Filenames with sizes and names of 
52 directories in the current working directory are presented for selection.
53 The current working directory is displayed on the top line of the display 
54 while the list of available commands takes up the bottom two.  Several 
55 basic file manipulation functions are supported:  file renaming, copying, 
56 and deletion.
57 .PP
58 More specific help is available in \fIpico\fR's online help.
59 .SH Options
60 .IP \fB+\fIn\fB\fR
61 Causes \fIpico\fR to be started with the cursor located \fIn\fR lines 
62 into the file. (Note: no space between "+" sign and number)
63 .IP \fB-a\fR
64 Display all files including those beginning with a period (.).
65 .IP \fB-b\fR
66 Enable the option to Replace text matches found using the
67 "Where is" command. This now does nothing. Instead, the option is
68 always turned on (as if the -b flag had been specified).
69 .IP \fB-d\fR
70 Rebind the "delete" key so the character the cursor is on is rubbed out
71 rather than the character to its left.
72 .IP \fB-e\fR
73 Enable file name completion.
74 .IP \fB-f\fR
75 Use function keys for commands.  This option supported only in 
76 conjunction with UW Enhanced NCSA telnet.
77 .IP \fB-h\fR
78 List valid command line options.
79 .IP \fB-j\fR
80 Enable "Goto" command in the file browser.  This enables the command to
81 permit explicitly telling \fIpilot\fR which directory to visit.
82 .IP \fB-g\fR
83 Enable "Show Cursor" mode in file browser.  Cause cursor to be positioned
84 before the current selection rather than placed at the lower left of the
85 display.
86 .IP \fB-k\fR
87 Causes "Cut Text" command to remove characters from the cursor position
88 to the end of the line rather than remove the entire line.
89 .IP \fB-m\fR
90 Enable mouse functionality.  This only works when \fIpico\fR is run from
91 within an X Window System "xterm" window.
92 .IP \fB-n\fIn\fB\fR
93 The \-n\fIn\fR option enables new mail notification.  The \fIn\fR 
94 argument is optional, and specifies how often, in seconds, your 
95 mailbox is checked for new mail.  For example, \-n60 causes \fIpico\fR 
96 to check for new mail once every minute.  The default interval is 180 
97 seconds, while the minimum allowed is 30. (Note: no space between "n" and 
98 the number) 
99 .IP \fB-o\ \fIdir\fB\fR
100 Sets operating directory.  Only files within this directory are accessible.
101 Likewise, the file browser is limited to the specified directory subtree.
102 .IP \fB-r\fIn\fB\fR
103 Sets column used to limit the "Justify" command's right margin
104 .IP \fB-s\ \fIspeller\fR
105 Specify an alternate program
106 .I spell
107 to use when spell checking.
108 .IP \fB-t\fR
109 Enable "tool" mode.  Intended for when \fIpico\fR is used as the
110 editor within other tools (e.g., Elm, Pnews).  \fIPico\fR will not prompt
111 for save on exit, and will not rename the buffer during the "Write Out"
112 command.
113 .IP \fB-v\fR
114 View the file only, disallowing any editing.
115 .IP \fB-version\fR
116 Print Pico version and exit.
117 .IP \fB-w\fR
118 Disable word wrap (thus allow editing of long lines).
119 .IP \fB-x\fR
120 Disable keymenu at the bottom of the screen.
121 .IP \fB-z\fR
122 Enable ^Z suspension of \fIpico\fR.
123 .IP \fB-p\fR
124 Preserve the "start" and "stop" characters, typically Ctrl-Q and Ctrl-S,
125 which are sometimes used in communications paths to control data flow
126 between devices that operate at different speeds.
127 .IP \fB-Q\ \fIquotestr\fB\fR
128 Set the quote string.  Especially useful when composing email, setting this 
129 allows the quote string to be checked for when Justifying paragraphs.
130 A common quote string is "> ".
131 .IP \fB-W\ \fIword_separators\fB\fR
132 If characters listed here appear in the middle of a word surrounded by
133 alphanumeric characters that word is split into two words. This is used by
134 the Forward and Backward word commands and by the spell checker.
135 .IP \fB-q\fR
136 Termcap or terminfo definition for input escape sequences are used in
137 preference to sequences defined by default.  This option is only available
138 if \fIpico\fR was compiled with the TERMCAP_WINS define turned on.
139 .IP \fB-setlocale_ctype\fR
140 Do setlocale(LC_CTYPE) if available. Default is to not do this setlocale.
141 .IP \fB-no_setlocale_collate\fR
142 Do not do setlocale(LC_COLLATE). Default is to do this setlocale.
144 Lastly, when a running \fIpico\fR is disconnected (i.e., receives a 
145 SIGHUP), \fIpico\fR will save the current work if needed before exiting.
146 Work is saved under the current filename with ".save" appended.
147 If the current work is unnamed, it is saved under the filename "pico.save".
149 .SH Color Support
150 If your terminal supports colors, Pico can be configured to color
151 text. Users can configure the color of the text, the text in the key menu,
152 the titlebar, messages and prompt in the status line. As an added feature
153 Pico can also be used to configure the color of up to three different
154 levels of quoted text, and the signature of an email message. This is 
155 useful when Pico is used as a tool (with the -t command line switch.)
157 Pico can tell you the number of colors that your terminal supports, when
158 started with the switch -color_codes. In addition Pico will print a table
159 showing the numerical code of every color supported in that terminal. In order
160 to configure colors, one must use these numerical codes. For example, 0 is
161 for black, so in order to configure a black color, one must use its code, the
162 number 0.
164 In order to activate colors, one must use the option -ncolors with a numerical
165 value indicating the number of colors that your terminal supports, for example,
166 \fI-ncolors 256\fR indicates that the user wishes to use a table of 256 colors.
168 All options that control color, are four letter options. Their last two 
169 letters are either "fc" or "bc", indicating \fIforeground color\fR and 
170 \fIbacground color\fR, respectively. The first two letters indicate the 
171 type of text that is being configured, for example "nt" stands for 
172 \fInormal text\fR, so that -ntfc represents the color of the normal text,
173 while -ntbc represents the color of the background of normal text. Here
174 is a complete list of the color options supported by Pico.
175 .IP -color_codes
176 displays the number of colors supported by the terminal, and a 
177 table showing the association of colors and numerical codes
178 .IP -ncolors \fInumber\fR
179 activates color support in Pico, and tells Pico how many colors to use.
180 Depending on your terminal \fInumber\fR could be 8, 16, or 256.
181 .IP -ntfc \fInumber\fR
182 specifies the number \fInum\fR of the color to be used to color normal text.
183 .IP -ntbc \fInumber\fR
184 specifies the number \fInum\fR of the color of the background for normal text.
185 .IP -rtfc \fInumber\fR  
186 number of the color of reverse text. Default: same as background color
187 of normal text (if specified.)
188 .IP -rtbc \fInumber\fR  
189 number of the color of the background of reverse text. Default: same as 
190 color of normal text (if specified.)
191 .IP -tbfc \fInumber\fR
192 number of color of text of the title bar. Default: same as
193 foreground color of reverse text.
194 .IP -tbbc \fInumber\fR
195 number of the color of background of the title bar.
196 .IP -klfc \fInumber\fR  
197 number of the color of the text of the key label.
198 .IP -klbc \fInumber\fR
199 number of color of background of the key label.
200 .IP -knfc \fInumber\fR
201 number of color of text of the key name.
202 .IP -knbc \fInumber\fR
203 number of color of background of the key name.
204 .IP -stfc \fInumber\fR
205 number of color of text of the status line.
206 .IP -stbc \fInumber\fR
207 number of color of background of the status line.
208 .IP -prfc \fInumber\fR
209 number of color of text of a prompt.
210 .IP -prbc \fInumber\fR
211 number of color of background of a prompt.
212 .IP -q1fc \fInumber\fR
213 number of color of text of level one of quoted text.
214 .IP -q1bc \fnumber\fR
215 number of color of background of level one of quoted text. If the option
216 -q1bc is used, the default value of this option is the background color
217 or normal text.
218 .IP -q2fc \fInumber\fR
219 number of color of text of level two of quoted text.
220 .IP -q2bc \fInumber\fR
221 number of color of background of level two of quoted text. If the option
222 -q1bc is used, the default value of this option is the background color
223 or normal text.
224 .IP -q3fc \fInumber\fR
225 number of color of text of level three of quoted text.
226 .IP -sbfc \fInumber\fR
227 number of color of text of signature block text.
228 .IP -sbbc n\fIumber\fR
229 number of color of background of signature block text.
231 .SH Bugs
232 The manner in which lines longer than the display width are dealt
233 is not immediately obvious.  Lines that continue beyond the edge
234 of the display are indicated by a '$' character at the end
235 of the line.  Long lines are scrolled horizontally as the cursor 
236 moves through them.
237 .SH Files
238 .ta 1.75i
240 pico.save       Unnamed interrupted work saved here.
241 *.save  Interrupted work on a named file is saved here.
243 .SH Authors
244 Michael Seibel <mikes@cac.washington.edu>
246 Laurence Lundblade <lgl@cac.washington.edu>
248 Pico was originally derived from MicroEmacs 3.6, by Dave G. Conroy.
250 Copyright 1989-2008 by the University of Washington.
251 .SH "See Also"
252 alpine(1)
254 Source distribution (part of the Alpine Message System):
257 $Date: 2009-02-02 13:54:23 -0600 (Mon, 02 Feb 2009) $