Fixed doc/man/mcedit.1.in file

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Denis Briand 2009-08-21 15:14:02 +03:00 committed by Slava Zanko
parent ab39fc0ba6
commit e2206c3a70
1 changed files with 35 additions and 35 deletions

View File

@ -1,4 +1,4 @@
.TH MCEDIT 1 "August 2009" "MC Version 4.7.0-pre1" "GNU Midnight Commander" .TH MCEDIT 1 "August 2009" "MC Version 4.7.0\-pre1" "GNU Midnight Commander"
.SH NAME .SH NAME
mcedit \- Internal file editor of GNU Midnight Commander. mcedit \- Internal file editor of GNU Midnight Commander.
.SH USAGE .SH USAGE
@ -42,49 +42,49 @@ section in mc(1) for more information.
Disable mouse support. Disable mouse support.
.TP .TP
.I "\-f" .I "\-f"
Display the compiled-in search path for GNU Midnight Commander data Display the compiled\-in search path for GNU Midnight Commander data
files. files.
.TP .TP
.I "\-t" .I "\-t"
Force using termcap database instead of terminfo. This option is only Force using termcap database instead of terminfo. This option is only
applicable if GNU Midnight Commander was compiled with S-Lang library applicable if GNU Midnight Commander was compiled with S\-Lang library
with terminfo support. with terminfo support.
.TP .TP
.I "\-V" .I "\-V"
Display the version of the program. Display the version of the program.
.TP .TP
.I "\-x" .I "\-x"
Force xterm mode. Used when running on xterm-capable terminals (two Force xterm mode. Used when running on xterm\-capable terminals (two
screen modes, and able to send mouse escape sequences). screen modes, and able to send mouse escape sequences).
.SH FEATURES .SH FEATURES
The internal file editor is a full-featured full screen editor. It can The internal file editor is a full\-featured full screen editor. It can
edit files up to 64 megabytes. It is possible to edit binary files. edit files up to 64 megabytes. It is possible to edit binary files.
The features it presently supports are: block copy, move, delete, cut, The features it presently supports are: block copy, move, delete, cut,
paste; key for key undo; pull-down menus; file insertion; macro paste; key for key undo; pull\-down menus; file insertion; macro
commands; regular expression search and replace (and our own commands; regular expression search and replace (and our own
scanf-printf search and replace); shift-arrow text highlighting (if scanf\-printf search and replace); shift\-arrow text highlighting (if
supported by the terminal); insert-overwrite toggle; word wrap; supported by the terminal); insert\-overwrite toggle; word wrap;
autoindent; tunable tab size; syntax highlighting for various file autoindent; tunable tab size; syntax highlighting for various file
types; and an option to pipe text blocks through shell commands like types; and an option to pipe text blocks through shell commands like
indent and ispell. indent and ispell.
.SH KEYS .SH KEYS
The editor is easy to use and can be used without learning. The The editor is easy to use and can be used without learning. The
pull-down menu is invoked by pressing F9. You can learn other keys from pull\-down menu is invoked by pressing F9. You can learn other keys from
the menu and from the button bar labels. the menu and from the button bar labels.
.PP .PP
In addition to that, Shift combined with arrows does text highlighting In addition to that, Shift combined with arrows does text highlighting
(if supported by the terminal): (if supported by the terminal):
.B Ctrl-Ins .B Ctrl\-Ins
copies to the file copies to the file
.BR ~/.mc/cedit/cooledit.clip , .BR ~/.mc/cedit/cooledit.clip ,
.B Shift-Ins .B Shift\-Ins
pastes from pastes from
.BR ~/.mc/cedit/cooledit.clip , .BR ~/.mc/cedit/cooledit.clip ,
.B Shift-Del .B Shift\-Del
cuts to cuts to
.BR ~/.mc/cedit/cooledit.clip , .BR ~/.mc/cedit/cooledit.clip ,
and and
.B Ctrl-Del .B Ctrl\-Del
deletes highlighted text. Mouse highlighting also works on some deletes highlighted text. Mouse highlighting also works on some
terminals. To use the standard mouse support provided by your terminal, terminals. To use the standard mouse support provided by your terminal,
hold the Shift key. Please note that the mouse support in the terminal hold the Shift key. Please note that the mouse support in the terminal
@ -92,19 +92,19 @@ doesn't share the clipboard with
.BR mcedit . .BR mcedit .
.PP .PP
The completion key (usually The completion key (usually
.B "Meta-Tab" .B "Meta\-Tab"
or or
.BR "Escape Tab" ) .BR "Escape Tab" )
completes the word under the cursor using the words used earlier in the completes the word under the cursor using the words used earlier in the
file. file.
.PP .PP
To define a macro, press To define a macro, press
.B Ctrl-R .B Ctrl\-R
and then type out the keys you want to be executed. Press and then type out the keys you want to be executed. Press
.B Ctrl-R .B Ctrl\-R
again when finished. You can then assign the macro to any key you like again when finished. You can then assign the macro to any key you like
by pressing that key. The macro is executed when you press by pressing that key. The macro is executed when you press
.B Ctrl-A .B Ctrl\-A
and then the assigned key. The macro is also executed if you press and then the assigned key. The macro is also executed if you press
Meta, Ctrl, or Esc and the assigned key, provided that the key is not Meta, Ctrl, or Esc and the assigned key, provided that the key is not
used for any other function. The macro commands are stored in the file used for any other function. The macro commands are stored in the file
@ -125,7 +125,7 @@ file called
will be created for you from the default template. Feel free to edit it will be created for you from the default template. Feel free to edit it
if you need. if you need.
.PP .PP
.B C-p .B C\-p
will run ispell on a block of text in a similar way. The script file will run ispell on a block of text in a similar way. The script file
will be called will be called
.BR ~/.mc/cedit/edit.spell.rc . .BR ~/.mc/cedit/edit.spell.rc .
@ -139,19 +139,19 @@ menu.
.B mcedit .B mcedit
can be used to navigation through code with tags files created by etags can be used to navigation through code with tags files created by etags
or ctags commands. If there is no file TAGS code navigation would not work. or ctags commands. If there is no file TAGS code navigation would not work.
In example, in case of exuberant-ctags for C language command will be: In example, in case of exuberant\-ctags for C language command will be:
.PP .PP
ctags -e --language-force=C -R ./ ctags \-e \-\-language\-force=C \-R ./
.PP .PP
.B Meta-Enter .B Meta\-Enter
show list box to select item under cursor (cusor should stand at end of show list box to select item under cursor (cusor should stand at end of
word). word).
.PP .PP
.B Meta-Minus .B Meta\-Minus
where minus is symbol "-" go to previous function in navigation list (like a browser where minus is symbol "\-" go to previous function in navigation list (like a browser
Back). Back).
.PP .PP
.B Meta-Equal .B Meta\-Equal
where equal is symbol "=" go to next function in navigation list (like a browser where equal is symbol "=" go to next function in navigation list (like a browser
Forward). Forward).
.PP .PP
@ -161,7 +161,7 @@ supports syntax highlighting. This means that keywords and contexts
(like C comments, string constants, etc) are highlighted in different (like C comments, string constants, etc) are highlighted in different
colors. The following section explains the format of the file colors. The following section explains the format of the file
.BR ~/.mc/cedit/Syntax . .BR ~/.mc/cedit/Syntax .
If this file is missing, system-wide If this file is missing, system\-wide
.B @prefix@/share/mc/syntax/Syntax .B @prefix@/share/mc/syntax/Syntax
is used. is used.
The file The file
@ -452,14 +452,14 @@ symbol for add extension to name of backup files. Default "~".
.TP .TP
.I editor_line_state .I editor_line_state
show state line of editor now it show number of file line (in future it show state line of editor now it show number of file line (in future it
can show things like folding, breakpoints, etc.). M-n toglle this option. can show things like folding, breakpoints, etc.). M\-n toglle this option.
.TP .TP
.I editor_visible_spaces .I editor_visible_spaces
Toggle show visible trailing spaces (TWS), if editor_visible_spaces=1 TWS Toggle show visible trailing spaces (TWS), if editor_visible_spaces=1 TWS
showed as '.' showed as '.'
.TP .TP
.I editor_visible_tabs .I editor_visible_tabs
Toggle show visible tabs, if editor_visible_tabs=1 tabs showed as '<---->' Toggle show visible tabs, if editor_visible_tabs=1 tabs showed as '<\-\-\-\->'
.TP .TP
.I editor_persistent_selections .I editor_persistent_selections
Do not remove block selection after moving the cursor. Do not remove block selection after moving the cursor.
@ -483,7 +483,7 @@ to be described
save file position on exit. save file position on exit.
.TP .TP
.I source_codepage .I source_codepage
symbol representation of codepage name for file (i.e. CP1251, ~ - default). symbol representation of codepage name for file (i.e. CP1251, ~ \- default).
.SH MISCELLANEOUS .SH MISCELLANEOUS
You can use scanf search and replace to search and replace a C format You can use scanf search and replace to search and replace a C format
string. First take a look at the string. First take a look at the
@ -518,7 +518,7 @@ matches the number given, which is not always a real match. Scanf also
treats whitespace as being elastic. Note that the scanf format %[ is treats whitespace as being elastic. Note that the scanf format %[ is
very useful for scanning strings, and whitespace. very useful for scanning strings, and whitespace.
.PP .PP
The editor also displays non-us characters (160+). When editing The editor also displays non\-us characters (160+). When editing
binary files, you should set binary files, you should set
.B display bits .B display bits
to 7 bits in the Midnight Commander options menu to keep the spacing to 7 bits in the Midnight Commander options menu to keep the spacing
@ -530,7 +530,7 @@ The help file for the program.
.PP .PP
.I @prefix@/share/mc/mc.ini .I @prefix@/share/mc/mc.ini
.IP .IP
The default system-wide setup for GNU Midnight Commander, used only if The default system\-wide setup for GNU Midnight Commander, used only if
the user's own ~/.mc/ini file is missing. the user's own ~/.mc/ini file is missing.
.PP .PP
.I @prefix@/share/mc/mc.lib .I @prefix@/share/mc/mc.lib
@ -540,13 +540,13 @@ affect all users, whether they have ~/.mc/ini or not.
.PP .PP
.I @prefix@/share/mc/syntax/* .I @prefix@/share/mc/syntax/*
.IP .IP
The default system-wide syntax files for mcedit, used only if The default system\-wide syntax files for mcedit, used only if
the corresponding user's own ~/.mc/cedit/ file is missing. the corresponding user's own ~/.mc/cedit/ file is missing.
.PP .PP
.I $HOME/.mc/ini .I $HOME/.mc/ini
.IP .IP
User's own setup. If this file is present then the setup is loaded User's own setup. If this file is present then the setup is loaded
from here instead of the system-wide setup file. from here instead of the system\-wide setup file.
.PP .PP
.I $HOME/.mc/cedit/ .I $HOME/.mc/cedit/
.IP .IP
@ -554,16 +554,16 @@ User's own directory where block commands are processed and saved and
user's own syntax files are located. user's own syntax files are located.
.SH LICENSE .SH LICENSE
This program is distributed under the terms of the GNU General Public This program is distributed under the terms of the GNU General Public
License as published by the Free Software Foundation. See the built-in License as published by the Free Software Foundation. See the built\-in
help of the Midnight Commander for details on the License and the lack help of the Midnight Commander for details on the License and the lack
of warranty. of warranty.
.SH AVAILABILITY .SH AVAILABILITY
The latest version of this program can be found at The latest version of this program can be found at
http://midnight-commander.org/. http://midnight\-commander.org/.
.SH SEE ALSO .SH SEE ALSO
cooledit(1), mc(1), gpm(1), terminfo(1), scanf(3). cooledit(1), mc(1), gpm(1), terminfo(1), scanf(3).
.SH AUTHORS .SH AUTHORS
Paul Sheer (psheer@obsidian.co.za) is the original author of Paul Sheer (psheer@obsidian.co.za) is the original author of
the Midnight Commander's internal editor. the Midnight Commander's internal editor.
.SH BUGS .SH BUGS
Bugs should be reported to mc-devel@gnome.org Bugs should be reported to mc\-devel@gnome.org