The following is a list of all keywords associated with MicroEmacs '99:
!abort(4) Exit macro with a FALSE status
!bell(4) Sound audio alarm
!continue(4) Restart a conditional loop
!done(4) End a conditional loop
!ehelp(4) Terminate a help definition
!elif(4) Conditional test statement, continuation
!else(4) Conditional alternative statement
!emacro(4) Terminate a macro definition
!endif(4) Conditional test termination
!force(4) Ignore command or macro status
!goto(4) Unconditional labeled jump
!if(4) Conditional test statement
!jump(4) Unconditional jump
!nmacro(4) Ignore command or macro status
!repeat(4) Conditional loop (post testing)
!return(4) Exit macro with a TRUE status
!tgoto(4) Conditional labeled jump
!tjump(4) Unconditional relative branch
!until(4) Test a conditional loop
!while(4) Conditional loop
$INFOPATH(5) GNU info files base directory
$LOGNAME(5) System user name (UNIX)
$MENAME(5) MicroEmacs user name
$MEPATH(5) MicroEmacs search path
$ME_ISHELL(5) Windows ishell command.com
$ME_PIPE_STDERR(5) Command line diversion to stderr symbol
$auto-time(5) Automatic buffer save time
$box-chars(5) Characters used to draw lines
$buffer-bhook(5) Buffer macro hook command name (buffer current)
$buffer-bname(5) Name of the current buffer
$buffer-dhook(5) Buffer macro hook command name (buffer deletion)
$buffer-ehook(5) Buffer macro hook command name (buffer swapped)
$buffer-fhook(5) Buffer macro hook command name (buffer creation)
$buffer-fmod(5) Buffer file modes (or attributes)
$buffer-fname(5) Name of the current buffer's file name
$buffer-hilight(5) Define current buffer hilighting scheme
$buffer-indent(5) Current buffer indentation scheme
$buffer-input(5) Divert buffer input through macro
$buffer-ipipe(5) Divert buffer incremental pipe input through macro
$buffer-mask(5) Current buffer word class mask
$buffer-mode-line(5) Buffer mode line string
$buffer-names(5) Filtered buffer name list
$buffer-scheme(5) Buffer color scheme
$c-brace(5) C-mode; brace indentation
$c-case(5) C-mode; case indentation
$c-contcomm(5) C-mode; comment continuation string
$c-continue(5) C-mode; line continuation indent
$c-contmax(5) C-mode; line continuation maximum indent
$c-margin(5) C-mode; trailing comment margin
$c-statement(5) C-mode; statement indentation
$c-switch(5) C-mode; switch indentation
$command-names(5) Filtered command name list
$cursor-blink(5) Cursor blink rate
$cursor-color(5) Cursor foreground color
$cursor-x(5) Mouse X (horizontal) position
$cursor-y(5) Mouse Y (vertical) position
$debug(5) Macro debugging flag
$delay-time(5) Mouse time event delay time
$file-ignore(5) File extensions to ignore
$file-names(5) Filtered file name list
$file-template(5) Regular expression file search string
$fill-bullet(5) Paragraph filling bullet character set
$fill-bullet-len(5) Paragraph filling bullet search depth
$fill-col(5) Paragraph Mode; right fill column
$fill-eos(5) Paragraph filling; end of sentence fill characters
$fill-eos-len(5) Paragraph filling; end of sentence padding length
$fill-ignore(5) Ignore paragraph filling character(s)
$fill-mode(5) Paragraph mode; justification method
$find-words(5) Filtered word list
$fmatchdelay(5) Fence matching delay time
$global-fmod(5) Global file modes (or attributes)
$global-scheme(5) Global buffer color scheme
$home(5) Users `home' directory location
$idle-time(5) System idle event delay time
$kept-versions(5) Number of backups to be kept
$line-scheme(5) Set the current line color scheme
$line-template(5) Command line regular expression search string
$ml-scheme(5) Message line color scheme
$mode-line(5) Mode line format
$mode-line-scheme(5) Mode line color scheme
$mode-names(5) Filtered mode name list
$mouse(5) Mouse configuration variable
$mouse-pos(5) Mouse position information
$mouse-x(5) Mouse X (horizontal) position
$mouse-y(5) Mouse Y (vertical) position
$osd-scheme(5) OSD color scheme
$platform(5) MicroEmacs '99 host platform identifier
$progname(5) Program file name
$random(5) Generate a random number
$rcs-ci-com(5) RCS (and SCCS) check in command
$rcs-cif-com(5) RCS (and SCCS) check in first command
$rcs-co-com(5) RCS (and SCCS) check out command
$rcs-cou-com(5) RCS (and SCCS) check out unlock command
$rcs-file(5) RCS (and SCCS) file name
$recent-keys(5) Recent key history
$repeat-time(5) Mouse time event repeat time
$result(5) Various command return values
$screen-depth(5) Number of character lines on the screen canvas
$screen-width(5) Number of character columns on the screen canvas
$scroll(5) Screen scroll control
$scroll-bar(5) Scroll bar configuration
$scroll-bar-scheme(5) Scroll bar color scheme
$search-path(5) MicroEmacs search path
$show-modes(5) Select buffer modes to display
$show-region(5) Enable the hilighting of regions
$status(5) Macro command execution status
$system(5) System configuration variable
$tabsize(5) Tab character width
$tabwidth(5) Tab character interval
$temp-name(5) Temporary file name
$time(5) The current system time
$timestamp(5) Time stamp string
$variable-names(5) Filtered variable name list
$window-aline(5) Window cursor absolute line
$window-chars(5) Character set used to render the windows
$window-col(5) Window cursor column (no expansion)
$window-depth(5) Number of text lines in a window
$window-line(5) Window cursor line
$window-mode-line(5) Window mode line position
$window-scroll-bar(5) Window scroll bar (or separator) position
$window-wcol(5) Window cursor column (expansion)
$window-width(5) Number of character columns in a window
$window-wline(5) Window cursor line (window position)
%compile-com(5) Default system compile command line
%cygnus-bin-path(5) Cygwin BASH directory
%cygnus-hilight(5) Cygwin shell hilight enable flag
%cygnus-prompt(5) Cygwin shell prompt
%diff-com(5) Diff command line
%gdiff-com(5) Gdiff command line
%grep-com(5) Grep command line
%html-author(5) Edit mode of HTML files
%proxy-addr(5) Set HTTP proxy server address
%proxy-port(5) Set HTTP proxy server port
%tag-file(5) Tag file name
%tag-option(5) Tag file search option
%tag-template(5) Tag file search string
&abs(4) Absolute value of a number
&add(4) Add two numbers
&and(4) Logical AND operator
&atoi(4) ASCII to integer conversion
&band(4) Bitwise AND operator
&bmode(4) Determine buffer mode
&bnot(4) Bitwise NOT operator
&bor(4) Bitwise OR operator
&bxor(4) Bitwise XOR operator
&cat(4) Concatenate two strings together
&cond(4) Conditional expression operator
&dec(4) Pre-decrement variable
÷(4) Division of two numbers
&equal(4) Numerical equivalence operator
&exist(4) Test if a variable or command exists
&find(4) Find a file on the search path
&gmode(4) Determine global mode
&great(4) Numerical greater than operator
&inc(4) Pre-increment variable
&indirect(4) Evaluate a string as a variable
&inword(4) Test for a word character
&isequal(4) Case insensitive String equivalence operator
&isin(4) Case insensitive test for string in string
&itoa(4) Integer to ASCII conversion
&kbind(4) Return command key binding
&ldel(4) Delete list item
&left(4) Return the left most characters from a string
&len(4) Return the length of a string
&less(4) Numerical less than operator
&lfind(4) Find list item
&lget(4) Get list item
&linsert(4) Insert list item
&lset(4) Set list item
&mid(4) Return a portion (middle) of a string
&mod(4) Modulus of two numbers
&multiply(4) Multiply two numbers
&nbmode(4) Determine named buffer mode
&negate(4) Negation of two numbers
¬(4) Logical NOT operator
&or(4) Logical OR operator
&pdec(4) Post-decrement variable
&pinc(4) Post-increment variable
®(4) Retrieve a registry value (with default)
&right(4) Return the right most characters from a string
&risin(4) Recursive case insensitive test for string in string
&rsin(4) Recursively test for string in string
&sequal(4) String equivalence operator
&set(4) In-line macro variable assignment
&sgreat(4) String greater than operator
&sin(4) Test for string in string
&sless(4) String less than operator
&slower(4) Return the string converted to lower case
&sprintf(4) Formatted string construction
&stat(4) Retrieve a file statistic
&sub(4) Subtract two numbers
&supper(4) Return the string converted to upper case
&trboth(4) Return string trimmed of white chars on both sides
&trleft(4) Return string trimmed of white chars on left side
&trright(4) Return string trimmed of white chars on right side
&which(4) Find a program on the path
&xisequal(4) Case insensitive regexp String equivalence operator
&xsequal(4) Regexp string equivalence operator
.calc.result(5) Last calc calculation result
.which.result(5) Program path
0-9(9) UNIX t/nroff file
@0(4) Macro arguments (macro name)
@1(4) Macro arguments (first argument)
@2(4) Macro arguments (second argument)
@?(4) Macro arguments (numeric argument given)
@cc(4) Current command name
@cck(4) Current command key
@cg(4) Get a command name from the user
@cgk(4) Get a key from the user
@cl(4) Last command name
@clk(4) Last command key
@cq(4) Get a quoted command name from the user
@cqk(4) Get a quoted key from the user
@hash(4) Macro arguments (numeric argument value)
@mc(4) Message line character input request
@ml(4) Message line input request
@mn(4) Message line input as normal request
@mna(4) All input from Message line as normal
@mx(4) Message line input by executing command
@mxa(4) All input from Message line by executing command
@s0(4) Last search's whole match string
@s1(4) Last search's first group value
@s2(4) Last search's second group value
@wc(4) Extract character from the current buffer
@wl(4) Extract a line from the current buffer
@y(4) Yank buffer variable
abort-command(2) (C-g) Abort command
about(2) Information About MicroEmacs
add-color(2) Create a new color
add-color-scheme(2) Create a new color scheme
add-dictionary(2) Declare existence of a spelling dictionary
add-file-hook(2) Declare file name context dependent configuration
add-global-mode(3) Set a global buffer mode
add-mode(3) Set a local buffer mode
add-next-line(2) Define the searching behavior of command output
add-spell-rule(2) Add a new spelling rule to the dictionary
alarm(3) Set an alarm
aman(3) Compile an nroff file into a buffer (UNIX)
append-buffer(2) Write contents of buffer to end of named file
ascii-time(3) Return the current time as a string
asm(9) Assembler File
asn.1(9) ASN.1 file
auto(2m) Automatic source file line type detection
auto-spell(3) Auto-spell support
auto-spell-buffer(3) Auto-spell whole buffer
auto-spell-reset(3) Auto-spell hilight reset
autosv(2m) Automatic file save
awk(9) AWK File
Bindings(2) Default Key Bindings
BufferVariables(4) Buffer variables
Build(2) Build
backup(2m) Automatic file backup of last edit
backward-char(2) (C-b) Move the cursor left
backward-delete-char(2) (backspace) Delete the previous character at the cursor position
backward-delete-tab(2) (S-tab) Delete white space to previous tab-stop
backward-kill-word(2) (esc backspace) Delete the previous word at the cursor position
backward-line(2) (C-p) Move the cursor to the previous line
backward-paragraph(2) (esc p) Move the cursor to the previous paragraph
backward-word(2) (esc b) Move the cursor to the previous word
bas(9) Visual Basic
bat(9) MS-DOS Batch File
beginning-of-buffer(2) (esc <) Move to beginning of buffer/file
beginning-of-line(2) (C-a) Move to beginning of line
benchmrk(3f) Benchmark MicroEmacs macro processor speed
binary(2m) Binary editor mode
bnf(9) Backus-Naur Form
btm(9) 4-DOS Batch File
buffer-abbrev-file(2) Set buffers' abbreviation file
buffer-bind-key(2) Create local key binding for current buffer
buffer-bind-unbound-key(3) Conditionally create binding for current buffer
buffer-info(2) (C-x =) Status information on current buffer position
buffer-mode(2) (C-x m) Change a local buffer mode
buffer-unbind-key(2) Remove local key binding for current buffer
Client-Server(2) Client-Server Model
CmdVariables(4) Command variables
CommandVariables(4) Last, current and get a command key/name
CompanyProfiles(2) Defining a company profile
Compatibility(2) Compatibility with the original MicroEmacs
CurrentBufferVariables(4) Extract information from the current buffer
c(9) C programming language
c-hash-del(3) Remove C/C++ #define evaluation
c-hash-eval(3) Evaluate C/C++ #defines
c-hash-set-define(3) Set a C/C++ #define
c-hash-unset-define(3) Unset a C/C++ #define
calc(3) Integer calculator
capitalize-word(2) (esc c) Capitalize word
cbl(9) Cobol (85) File
cc(9) C++ programming language
change-buffer-name(2) (esc C-n) Change name of current buffer
change-directory(2) [C-x C-d] Change the current working directory
change-file-name(2) (C-x n) Change the file name of the current buffer
change-font(2) Change the screen font
change-screen-depth(2) Change the number of lines on the screen
change-screen-width(2) Change the number of columns on the screen
clean(3) Remove redundant white spaces from the current buffer
cls(9) Visual Basic
cmode(2m) C Programming language mode
command-apropos(2) (C-h a) List commands involving a concept
compare-windows(2) Compare buffer windows, ignore whitespace
compare-windows-exact(3) Compare buffer windows, with whitespace
compile(3) Start a compilation process
copy-region(2) (esc w) Copy a region of the buffer
count-words(2) (esc C-c) Count the number of words in a region
cpp(9) C++ programming language
create-callback(2) Create a timer callback
crlf(2m) File's line feed style
crypt(2m) Encrypted file mode
csh(9) C-Shell file
ctags(3f) Generate a C tags file
ctrlz(2m) File's termination style
cygnus(3) Open a Cygwin BASH window
dbx(3) UNIX Debugger
def(9) C or C++ definition file
define-help(2) Define help information
define-macro(2) Define a new macro
define-macro-file(2) Define macro file location
del(2m) Flag buffer to be deleted
delete-blank-lines(2) (C-x C-o) Delete blank lines about cursor
delete-buffer(2) (C-x k) Delete a buffer
delete-dictionary(2) Remove a spelling dictionary from memory
delete-global-mode(3) Remove a global buffer mode
delete-indentation(3) Join 2 lines deleting white spaces
delete-mode(3) Remove a local buffer mode
delete-other-windows(2) (C-x 1) Delete other windows
delete-registry(2) Delete a registry tree
delete-some-buffers(2) Delete buffers with query
delete-window(2) (C-x 0) Delete current window
describe-bindings(2) (C-h b) Show current command/key binding
describe-key(2) (C-x ?) Report keyboard key name and binding
describe-variable(2) (C-h v) Describe current setting of a variable
diff(3) Difference files or directories
diff-changes(3) Find the differences from a previous edit session
dir(2m) Buffer is a directory listing
directory-tree(2) Draw the file directory tree
doc(9) ASCII plain text document file
dos2unix(3f) Convert DOS format files to UNIX format files
draw(3) Simple line drawing utility
eaf(8) MicroEmacs abbreviation file format
edf(8) MicroEmacs spelling dictionary file
edit(2m) Buffer has be changed
edit-dictionary(3) Insert a dictionary in a buffer
ehf(8) MicroEmacs help file
ehf(9) MicroEmacs '99 help file
ehftools(3f) Generate a MicroEmacs help file
emf(8) MicroEmacs macro file
emf(9) MicroEmacs '99 Macro File
emftags(3f) Generate a MicroEmacs macro tags file
end-kbd-macro(2) (C-x )) Stop recording keyboard macro
end-of-buffer(2) (esc >) Move to end of buffer/file
end-of-line(2) (C-e) Move to end of line
erf(8) MicroEmacs registry file
erf(9) MicroEmacs '99 registry file
etf(8) MicroEmacs template file format
etfinsrt(3) Insert template file into current buffer
exact(2m) Searching and sorting case sensitivity
exchange-point-and-mark(2) (C-x C-x) Exchange the cursor and marked position
execute-buffer(2) Execute script lines from a buffer
execute-file(2) (esc /) Execute script lines from a file
execute-kbd-macro(2) (C-x e) Execute a keyboard macro
execute-line(2) Execute a typed in script line
execute-named-command(2) [esc x] Execute a named command
execute-string(2) Execute a string as a command
execute-tool(3) Execute a user defined shell tool
exit-emacs(2) Exit MicroEmacs
expand-abbrev(2) Expand an abbreviation
expand-abbrev-handle(3) (esc esc) Expand an abbreviation handler
f(9) Fortran File
f77(9) Fortran 77 File
f90(9) Fortran 90 File
file-attrib(3) File attributes
file-browser(3) (A-b) Browse the file system
fileHooks(2) File Hooks
fill-paragraph(2) (esc o) Format a paragraph
filter-buffer(2) (C-x #) Filter the current buffer through an O/S command
find-bfile(2) (C-x 9) Load a file as binary data
find-buffer(2) (C-x b) Switch to a named buffer
find-cfile(2) Load a crypted file
find-file(2) (C-x C-f) Load a file
find-registry(2) Index search of a registry sub-tree
find-tag(2) (esc t) Find tag, auto-load file and move to tag position
find-word(3) Find a word using spelling dictionaries
find-zfile(3) Compressed file support
fold-all(3) (f3) (Un)Fold all regions in the current buffer
fold-current(3) (f2) (un)Fold a region in the current buffer
forward-char(2) (C-f) Move the cursor right
forward-delete-char(2) (C-d) Delete the next character at the cursor position
forward-kill-word(2) (esc d) Delete the next word at the cursor position
forward-line(2) (C-n) Move the cursor to the next line
forward-paragraph(2) (esc n) Move the cursor to the next paragraph
forward-word(2) (esc f) Move the cursor to the next word
fvwm(9) FVWM configuration file
fvwmrc(9) FVWM configuration file
gawk(9) GNU AWK File
gdb(3) GNU Debugger
gdiff(3) Graphical file difference
gdiff(3f) Command line graphical file difference
get-next-line(2) (C-x `) Find the next command line
get-registry(2) Retrieve a node value from the registry
global-abbrev-file(2) Set global abbreviation file
global-bind-key(2) (esc k) Bind a key to a named command or macro
global-mode(2) (esc m) Change a global buffer mode
global-unbind-key(2) (esc C-k) Unbind a key from a named command or macro
goto-alpha-mark(2) (C-x a) Move the cursor to a alpha marked location
goto-line(2) (esc g) Move the cursor to specified line
goto-matching-fence(2) (esc C-f) Move the cursor to matching fence
goto-window(2) Restore a saved window to the current window
grep(3) Execute grep command
grow-window-horizontally(2) Enlarge current window horizontally (relative)
grow-window-vertically(2) (C-x z) Enlarge the current window (relative change)
h(9) C programming language header
help(2) (esc ?) Help; high level introduction to help
help-command(2) (C-h C-c) Help; command information
help-item(2) (C-h C-i) Help; item information
help-variable(2) (C-h C-v) Help; variable information
hide(2m) Hide buffer
hilight(2) Manage the buffer hilighting schemes
hilight-print(2) Define a hilighting print scheme
hpj(9) MS-Windows Help Project File
htm(9) HyperText Markup Language File
html(9) HyperText Markup Language File
hunt-backward(2) (C-x C-h) Resume previous search in backward direction
hunt-forward(2) (C-x h) Resume previous search in forward direction
Installation(1) Installation details for MicroEmacs
Interfacing(2) Interfacing to external components
i(9) C/C++ preprocessor outpuit file
ifill-paragraph(3) (esc q) Format a paragraph
imakefile(9) Make file
indent(2) Manage the auto-indentation methods
indent(2m) Automatic indentation
info(3) Display a GNU Info database
info(9) GNU Info file
info-goto-link(3) Locate and follow a link in a info page
info-on(3) Display a GNU Info database on a subject
ini(9) MS-Windows Initialization File
insert-file(2) (C-x C-i) Insert file into current buffer
insert-file-name(2) (C-x C-y) Insert filename into current buffer
insert-macro(2) Insert keyboard macro into buffer
insert-newline(2) (C-o) Insert new line at cursor position
insert-space(2) Insert space(s) into current buffer
insert-string(2) Insert character string into current buffer
insert-tab(2) (C-i) Insert tab(s) into current buffer
ipipe-kill(2) Kill a incremental pipe
ipipe-shell-command(2) (esc backslash) Incremental pipe (non-suspending system call)
ipipe-write(2) Write a string to an incremental pipe
isearch-backward(2) (C-r) Search backwards incrementally (interactive)
isearch-forward(2) (C-s) Search forward incrementally (interactive)
ishell(3) Open a Cygwin BASH window
iso-accents-expand(3) Expand an ISO accent
iso-accents-mode(3) ISO accent expansion short-cut mode
jav(9) Java programming language
java(9) Java programming language
justify(2m) Justification Mode
kbd-macro-query(2) (C-x q) Query termination of keyboard macro
keyNames(2) Key Binding Names
kill-line(2) (C-k) Delete all characters to the end of the line
kill-paragraph(2) (esc C-w) Delete a paragraph
kill-region(2) (C-w) Delete all characters in the marked region
ksh(9) Korn shell file
l(9) LEX programming language
languageTemplates(2) File Language Templates
latex(9) TeX Documentation
latin-to-user-font(3) Convert buffer from Latin to user font
letter(2m) Letter kill policy
line(2m) Line kill policy
line-scheme-search(3) Search and annotate the current buffer
list-buffers(2) (C-x C-b) List all buffers and show their status
list-commands(2) (C-h c) List available commands
list-registry(2) Display the registry in a buffer
list-variables(2) (C-h v) List defined variables
lock(2m) Pipe cursor position lock
login(9) Shell user login file
lower-case-region(2) (C-x C-l) Lowercase a region (downcase)
lower-case-word(2) (esc l) Lowercase word (downcase)
MacroArguments(4) Arguments to macros
MacroNumericArguments(4) Numeric arguments to macros
Mahjongg(3) MicroEmacs '99 version of the solitaire Mah Jongg game
MainMenu(3) The top main menu
Match-It(3) MicroEmacs '99 version of the Match-It game
MessageLineVaraibles(4) Prompt the user for input on message line
MetaFont(9) MetaFont/MetaPost File
Metris(3) MicroEmacs '99 version of the falling blocks game
m4(9) M4 Macro Processor
magic(2m) Regular expression search
mail(3) Compose and send an email
mail-check(3) Check for new email
makefile(9) Make file
man(3) UNIX manual page viewer
man(9) UNIX Manual Page
mark-registry(2) Modify the operating mode of a registry node
me(1) MicroEmacs '99 text editor
me32.ini(8) Microsoft Window's Initialization (ini) File
memsdev(1) Microsoft Developer Studio Add-in for MicroEmacs '99
mf(9) MetaFont File
ml-bind-key(2) Create key binding for message line
ml-clear(2) Clear the message line
ml-unbind-key(2) Remove key binding from message line
ml-write(2) Write message on message line
mp(9) MetaPost File
nact(2m) Buffer not active
name-kbd-macro(2) Assign a name to the last keyboard macro
named-buffer-mode(2) Change a named buffer mode
narrow(2m) Buffer contains a narrow
narrow-buffer(2) Hide buffer lines
nawk(9) New AWK File
newline(2) (return) Insert a new line
next-buffer(2) (C-x x) Switch to the next buffer
next-window(2) (C-x o) Move the cursor to the next window
next-window-find-buffer(2) [] Split the current window and show new buffer
next-window-find-file(2) (C-x 4) Split the current window and find file
nroff(9) UNIX nroff file
ntags(3f) Generate a nroff tags file
organizer(3) Calendar and address organizer
osd(2) Manage the On-Screen Display
osd-bind-key(2) Create key binding for OSD dialog
osd-dialog(3) OSD dialog box
osd-help(3) GUI based on-line help
osd-unbind-key(2) Remove key binding from OSD dialog
osd-xdialog(3) OSD Extended dialog box
over(2m) Over-strike Mode
Patience(3) MicroEmacs '99 version of Patience (or Solitaire)
p(9) Pascal File
paragraph-to-line(3) Convert a paragraph to a single line
pas(9) Pascal File
perl(9) Practical Extraction and Report Language File
pipe(2m) Incremental Pipe running
pipe-shell-command(2) (esc @) Execute a single operating system command
pl(9) Practical Extraction and Report Language File
popup-window(2) Pop-up a window on the screen
prefix(2) Key prefix command
previous-window(2) (C-x p) Move the cursor to the previous window
print-buffer(2) Print buffer, with formatting
print-region(2) Print region, with formatting
printall(3f) Formatted print job
profile(9) Shell user profile
py(9) Python Language File
python(9) Python Language File
query-replace-all-string(3) Query replace string in a list of files
query-replace-string(2) (esc C-r) Search and replace a string - with query
quick-exit(2) (esc z) Exit the editor writing changes
quiet(2m) Quiet mode
quote-char(2) (C-q) Insert literal character
RegisterVariables(4) Register variables
RegularExpressions(2) Regular Expressions
rc(9) Microsoft Developer resource file
rcs-file(2) (C-x C-q) Handle Revision Control System (RCS) files
read-file(2) (C-x C-r) Find and load file replacing current buffer
read-history(2) Read in session history information
read-registry(2) Read in a registry definition file
recenter(2) (C-l) Recenter the window (refresh the screen)
reg(9) Registry file
regex-backward(3) Search for a magic string in the backward direction
regex-forward(3) Search for a magic string in the forward direction
replace-all-pairs(3) Replace string pairs in a list of files
replace-all-string(3) Replace string with new string in a list of files
replace-string(2) (esc r) Replace string with new string
resize-all-windows(2) Resize all windows (automatic change)
resize-window-horizontally(2) Resize current window horizontally (absolute)
resize-window-vertically(2) (C-x w) Resize the current window (absolute change)
restore-dictionary(3) Save dictionary user changes
restyle-buffer(3) Automatically reformat a buffer's indentation
restyle-region(3) Automatically reformat a regions indentation
reyank(2) (esc y) Restore next yank buffer
rgrep(3) Execute recursive grep command
rgy(9) Registry file
rul(9) Install Shield Rules
SearchGroups(4) Last search group values
s(9) Assembler File
save(2m) Flag buffer to be saved
save-all(3) Save all modified files (with query)
save-buffer(2) (C-x C-s) Save contents of changed buffer to file
save-buffers-exit-emacs(2) (esc z) Exit the editor prompt user to write changes
save-dictionary(2) Save changed spelling dictionaries
save-history(2) Write history information to history file
save-registry(2) Write a registry definition file
save-some-buffers(2) Save contents of all changed buffers to file (with query)
sch(9) Scheme File
scheme(9) Scheme File
scheme-editor(3) Color Scheme Editor
scm(9) Scheme File
screen-poke(2) Immediate write string to the screen
screen-update(2) (redraw) Force screen update
scroll-down(2) (C-n) Move the window down (scrolling)
scroll-left(2) (C-x <) Move the window left (scrolling)
scroll-next-window-down(2) (esc C-v) Scroll next window down
scroll-next-window-up(2) (esc C-z) Scroll next window up
scroll-right(2) (C-x >) Move the window right (scrolling)
scroll-up(2) (C-p) Move the window up (scrolling)
search-backward(2) (C-x r) Search for a string in the backward direction
search-forward(2) (C-x s) Search for a string in the forward direction
set-alpha-mark(2) (C-x C-a) Place an alphabetic marker in the buffer
set-char-mask(2) Set character word mask
set-cursor-to-mouse(2) Move the cursor to the current mouse position
set-encryption-key(2) (esc e) Define the encryption key
set-language(3) Set the current language
set-mark(2) (esc space) Set starting point of region
set-registry(2) Modify a node value in the registry
set-scroll-with-mouse(2) Scroll the window with the mouse
set-variable(2) (C-x v) Assign a new value to a variable
set-window(2) Save the current window for restore
sh(9) Bourne shell file
shell(2) [C-x c] Create a new command processor or shell
shell-command(2) Perform an operating system command
show-cursor(2) Change the visibility of the cursor
show-region(2) Show the current copy region
shrink-window-horizontally(2) Shrink current window horizontally (relative)
shrink-window-vertically(2) (C-x C-z) Shrink the current window (relative change)
shut-down(3) Editor exit callback command
so(9) UNIX t/nroff include file
sort-lines(2) Alphabetically sort lines
sort-lines-ignore-case(3) Alphabetically sort lines ignoring case
spell(2) Spell checker service provider
spell-add-word(3) Add a word to the main dictionary
spell-buffer(3) Spell check the current buffer
spell-complete-word(3) Complete a word by invocation of the speller
spell-edit-word(3) Edits a spell word entry
spell-word(3) (esc $) Spell check a single word
split-window-horizontally(2) (C-x 5) Split current window into two (horizontally)
split-window-vertically(2) (C-x 2) Split the current window into two
sql(9) SQL File
start-kbd-macro(2) (C-x () Start recording keyboard macro
start-up(3) Editor startup callback command
stop-mail-check(3) Disable the check for new email
suspend-emacs(2) Suspend editor and place in background
symbol(3) Insert an ASCII character
Triangle(3) MicroEmacs '99 version of Triangle patience game
tab(2) (tab) Handle the tab key
tab(2m) Tabulation mode
tabs-to-spaces(3) Converts all tabs to spaces
tcl(9) TCL programming language
tcltags(3f) Generate a Tcl/Tk tags file
tcshrc(9) T-Shell start up file
tex(9) TeX Documentation
tex2nr(3) Convert a Latex file into nroff
texi(9) GNU Texinfo documentation file
texinfo(9) GNU Texinfo documentation file
textags(3f) Generate a LaTeX/BibTeX tags file
time(2m) File time stamping
time(3) Command time evaluator
tk(9) TK programming language
tni(9) UNIX t/nroff include file
translate-key(2) Translate key
transpose-chars(2) (C-t) Exchange (swap) adjacent characters
transpose-lines(2) (C-x C-t) Exchange (swap) adjacent lines
troff(9) UNIX troff file
txt(9) ASCII plain text file
UserProfiles(2) Defining a user profile
undo(2) (C-x u) Undo the last edit
undo(2m) Retain edit modifications
universal-argument(2) (C-u) Set the command argument count
unmark-buffer(3) Remove buffer edited flag
unset-variable(2) Delete a variable
upper-case-region(2) (C-x C-u) Uppercase a region (upcase)
upper-case-word(2) (esc u) Uppercase word (upcase)
user-setup(3) Configure MicroEmacs for a specific user
user-to-latin-font(3) Convert buffer from user to Latin font
usr(2m) User buffer modes
Variables(4) User defined macro variables
vb(9) Visual Basic
vhdl(9) VHDL hardware simulation File
view(2m) Read only
view-file(2) (C-x C-v) Load a file read only
vm(3) Email viewer
void(2) Null command
vrml(9) VRML File
which(3) Program finder
wish(9) TCL shell file
wrap(2m) Line wrap entered text
wrap-word(2) Wrap word onto next line
write-buffer(2) (C-x C-w) Write contents of buffer to named (new) file
x86(9) Intel .x86 Assembler File
y(9) YACC programming language
yank(2) (C-y) Paste (copy) kill buffer contents into buffer
zfile-setup(3) Compressed file support setup
zsh(9) Z-Shell file
(c) Copyright JASSPA 1999
Last Modified: 1999/12/01
Generated On: 1999/12/01