more miscellaneous documentation updates
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2705 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
18a89a6cef
commit
9b494fa90c
|
@ -298,6 +298,10 @@ CVS code -
|
||||||
(DLR)
|
(DLR)
|
||||||
- nanorc.5:
|
- nanorc.5:
|
||||||
- Update the description of how the "color" regex works. (DLR)
|
- Update the description of how the "color" regex works. (DLR)
|
||||||
|
- Clarify descriptions of the characters that aren't allowed
|
||||||
|
in the "punct" or "brackets" options. (DLR)
|
||||||
|
- Use .B instead of \fB ... \fP where possible, as nano.1 does.
|
||||||
|
(DLR)
|
||||||
- configure.ac:
|
- configure.ac:
|
||||||
- Minor tweaks to some of the test blocks to avoid XSI:isms.
|
- Minor tweaks to some of the test blocks to avoid XSI:isms.
|
||||||
(DLR, adapted from a Debian patch for GNU ed by David
|
(DLR, adapted from a Debian patch for GNU ed by David
|
||||||
|
@ -319,6 +323,8 @@ CVS code -
|
||||||
foreground color, and update the associated comments. Also,
|
foreground color, and update the associated comments. Also,
|
||||||
tweak the "comment" regex to color comments that don't start
|
tweak the "comment" regex to color comments that don't start
|
||||||
at the beginning of a line. (DLR)
|
at the beginning of a line. (DLR)
|
||||||
|
- Clarify descriptions of the characters that aren't allowed
|
||||||
|
in the "punct" or "brackets" options. (DLR)
|
||||||
- Update comment referring to --enable-extra. (DLR)
|
- Update comment referring to --enable-extra. (DLR)
|
||||||
- doc/man/fr/Makefile.am:
|
- doc/man/fr/Makefile.am:
|
||||||
- Set mandir to @mandir@/fr, so French manpages get installed
|
- Set mandir to @mandir@/fr, so French manpages get installed
|
||||||
|
|
|
@ -41,80 +41,80 @@ Options are unset by default, except for options that take an argument.
|
||||||
The supported commands and arguments are:
|
The supported commands and arguments are:
|
||||||
|
|
||||||
.TP 3
|
.TP 3
|
||||||
\fBset/unset autoindent\fP
|
.B set/unset autoindent
|
||||||
Use auto-indentation.
|
Use auto-indentation.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset backup\fP
|
.B set/unset backup
|
||||||
Create backup files in
|
Create backup files in
|
||||||
.IR filename~ .
|
.IR filename~ .
|
||||||
.TP
|
.TP
|
||||||
\fBset backupdir "\fIdirectory\fP"\fP
|
.B set backupdir "\fIdirectory\fP"
|
||||||
Set the directory where \fBnano\fP puts unique backup files if file
|
Set the directory where \fBnano\fP puts unique backup files if file
|
||||||
backups are enabled.
|
backups are enabled.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset backwards\fP
|
.B set/unset backwards
|
||||||
Do backwards searches by default.
|
Do backwards searches by default.
|
||||||
.TP
|
.TP
|
||||||
\fBset brackets "\fIstring\fP"\fP
|
.B set brackets "\fIstring\fP"
|
||||||
Set the characters treated as closing brackets. They cannot contain
|
Set the characters treated as closing brackets. They cannot contain
|
||||||
tabs or spaces. Only closing punctuation, optionally followed by
|
blank characters. Only closing punctuation, optionally followed by
|
||||||
closing brackets, can end sentences.
|
closing brackets, can end sentences.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset casesensitive\fP
|
.B set/unset casesensitive
|
||||||
Do case sensitive searches by default.
|
Do case sensitive searches by default.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset const\fP
|
.B set/unset const
|
||||||
Constantly display the cursor position in the status bar.
|
Constantly display the cursor position in the status bar.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset cut\fP
|
.B set/unset cut
|
||||||
Use cut to end of line by default.
|
Use cut to end of line by default.
|
||||||
.TP
|
.TP
|
||||||
\fBset fill \fIn\fP\fP
|
.B set fill \fIn\fP
|
||||||
Wrap lines at column number \fIn\fP. If \fIn\fP is 0 or less, the line
|
Wrap lines at column number \fIn\fP. If \fIn\fP is 0 or less, the line
|
||||||
length will be the screen width less \fIn\fP. The default value is -8.
|
length will be the screen width less \fIn\fP. The default value is -8.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset historylog\fP
|
.B set/unset historylog
|
||||||
Enable
|
Enable
|
||||||
.I ~/.nano_history
|
.I ~/.nano_history
|
||||||
for saving and reading search/replace strings.
|
for saving and reading search/replace strings.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset morespace\fP
|
.B set/unset morespace
|
||||||
Allow use of the blank line below the titlebar as extra editing space.
|
Allow use of the blank line below the titlebar as extra editing space.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset mouse\fP
|
.B set/unset mouse
|
||||||
Enable mouse support, so that mouse clicks can be used to set the mark
|
Enable mouse support, so that mouse clicks can be used to set the mark
|
||||||
and run shortcuts.
|
and run shortcuts.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset multibuffer\fP
|
.B set/unset multibuffer
|
||||||
Allow inserting files into their own buffers.
|
Allow inserting files into their own buffers.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset noconvert\fP
|
.B set/unset noconvert
|
||||||
Don't convert files from DOS/Mac format.
|
Don't convert files from DOS/Mac format.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset nofollow\fP
|
.B set/unset nofollow
|
||||||
Don't follow symlinks when writing files.
|
Don't follow symlinks when writing files.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset nohelp\fP
|
.B set/unset nohelp
|
||||||
Don't display the help lists at the bottom of the screen.
|
Don't display the help lists at the bottom of the screen.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset nowrap\fP
|
.B set/unset nowrap
|
||||||
Don't wrap text at all.
|
Don't wrap text at all.
|
||||||
.TP
|
.TP
|
||||||
\fBset operatingdir "\fIdirectory\fP"\fP
|
.B set operatingdir "\fIdirectory\fP"
|
||||||
\fBnano\fP will only read and write files inside \fIdirectory\fP and its
|
\fBnano\fP will only read and write files inside \fIdirectory\fP and its
|
||||||
subdirectories. Also, the current directory is changed to here, so
|
subdirectories. Also, the current directory is changed to here, so
|
||||||
files are inserted from this dir. By default the operating directory
|
files are inserted from this dir. By default the operating directory
|
||||||
feature is turned off.
|
feature is turned off.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset preserve\fP
|
.B set/unset preserve
|
||||||
Preserve the XON and XOFF keys (^Q and ^S).
|
Preserve the XON and XOFF keys (^Q and ^S).
|
||||||
.TP
|
.TP
|
||||||
\fBset punct "\fIstring\fP"\fP
|
.B set punct "\fIstring\fP"
|
||||||
Set the characters treated as closing punctuation. They cannot contain
|
Set the characters treated as closing punctuation. They cannot contain
|
||||||
tabs or spaces. Only closing punctuation, optionally followed by
|
blank characters. Only closing punctuation, optionally followed by
|
||||||
closing brackets, can end sentences.
|
closing brackets, can end sentences.
|
||||||
.TP
|
.TP
|
||||||
\fBset quotestr "\fIstring\fP"\fP
|
.B set quotestr "\fIstring\fP"
|
||||||
The email-quote string, used to justify email-quoted paragraphs. This
|
The email-quote string, used to justify email-quoted paragraphs. This
|
||||||
is an "extended regular expression" if your system supports them,
|
is an "extended regular expression" if your system supports them,
|
||||||
otherwise a literal string. The default value is
|
otherwise a literal string. The default value is
|
||||||
|
@ -124,45 +124,45 @@ otherwise a literal string. The default value is
|
||||||
if you have regexps, otherwise set quotestr ">\ ". Note that '\\t'
|
if you have regexps, otherwise set quotestr ">\ ". Note that '\\t'
|
||||||
above stands for a literal Tab character.
|
above stands for a literal Tab character.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset rebinddelete\fP
|
.B set/unset rebinddelete
|
||||||
Interpret the Delete key differently so that both Backspace and Delete
|
Interpret the Delete key differently so that both Backspace and Delete
|
||||||
work properly. You should only need to use this option if Backspace
|
work properly. You should only need to use this option if Backspace
|
||||||
acts like Delete on your system.
|
acts like Delete on your system.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset regexp\fP
|
.B set/unset regexp
|
||||||
Do regular expression searches by default.
|
Do regular expression searches by default.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset smarthome\fP
|
.B set/unset smarthome
|
||||||
Make the Home key smarter. When Home is pressed anywhere but at the
|
Make the Home key smarter. When Home is pressed anywhere but at the
|
||||||
very beginning of non-whitespace characters on a line, the cursor will
|
very beginning of non-whitespace characters on a line, the cursor will
|
||||||
jump to that beginning (either forwards or backwards). If the cursor is
|
jump to that beginning (either forwards or backwards). If the cursor is
|
||||||
already at that position, it will jump to the true beginning of the
|
already at that position, it will jump to the true beginning of the
|
||||||
line.
|
line.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset smooth\fP
|
.B set/unset smooth
|
||||||
Use smooth scrolling by default.
|
Use smooth scrolling by default.
|
||||||
.TP
|
.TP
|
||||||
\fBset speller \fIspellprog\fP\fP
|
.B set speller \fIspellprog\fP
|
||||||
Use spelling checker \fIspellprog\fP instead of the built-in one, which
|
Use spelling checker \fIspellprog\fP instead of the built-in one, which
|
||||||
calls \fIspell\fP.
|
calls \fIspell\fP.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset suspend\fP
|
.B set/unset suspend
|
||||||
Allow nano to be suspended.
|
Allow nano to be suspended.
|
||||||
.TP
|
.TP
|
||||||
\fBset tabsize \fIn\fP\fP
|
.B set tabsize \fIn\fP
|
||||||
Use a tab size of \fIn\fP columns instead of the default (8); must be
|
Use a tab size of \fIn\fP columns instead of the default (8); must be
|
||||||
greater than 0.
|
greater than 0.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset tabstospaces\fP
|
.B set/unset tabstospaces
|
||||||
Convert typed tabs to spaces.
|
Convert typed tabs to spaces.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset tempfile\fP
|
.B set/unset tempfile
|
||||||
Save automatically on exit, don't prompt.
|
Save automatically on exit, don't prompt.
|
||||||
.TP
|
.TP
|
||||||
\fBset/unset view\fP
|
.B set/unset view
|
||||||
Disallow file modification.
|
Disallow file modification.
|
||||||
.TP
|
.TP
|
||||||
\fBset whitespace "\fIstring\fP"\fP
|
.B set whitespace "\fIstring\fP"
|
||||||
Set the two characters used to display the first characters of tabs and
|
Set the two characters used to display the first characters of tabs and
|
||||||
spaces. They must be single-column characters.
|
spaces. They must be single-column characters.
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -20,9 +20,9 @@
|
||||||
## Do backwards searches by default.
|
## Do backwards searches by default.
|
||||||
# set backwards
|
# set backwards
|
||||||
|
|
||||||
## The characters treated as closing brackets. They cannot contain tabs
|
## The characters treated as closing brackets. They cannot contain
|
||||||
## or spaces. Only closing punctuation, optionally followed by closing
|
## blank characters. Only closing punctuation, optionally followed by
|
||||||
## brackets, can end sentences.
|
## closing brackets, can end sentences.
|
||||||
##
|
##
|
||||||
# set brackets "'")}]>"
|
# set brackets "'")}]>"
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
# set preserve
|
# set preserve
|
||||||
|
|
||||||
## The characters treated as closing punctuation. They cannot contain
|
## The characters treated as closing punctuation. They cannot contain
|
||||||
## tabs or spaces. Only closing punctuation, optionally followed by
|
## blank characters. Only closing punctuation, optionally followed by
|
||||||
## closing brackets, can end sentences.
|
## closing brackets, can end sentences.
|
||||||
##
|
##
|
||||||
# set punct ".?!"
|
# set punct ".?!"
|
||||||
|
|
Loading…
Reference in New Issue