• MicroEmacs
    • Home
    • me(1)
    • ACKNOWLEDGMENTS
    • COPYRIGHT
    • HISTORY
    • CONTACT INFORMATION
    • Frequently Asked Questions
    • Help! Hypertext manual pages.
  • Main Information
    • Installation Information
    • Installation Patching Information
    • Setting Up A User Profile
    • Setting Up a Company Profile
    • Top Main Menu
    • Essential Commands
    • Help Information
    • Key Bindings
    • File Handling Commands
    • Dialogs and Menus
    • Cursor Movement Commands
    • Insertion and Deletion Commands
    • Paragraph and Text Formatting Commands
    • Capitalization and Transposition Commands
    • Searching and Replacing
    • Macro Commands
    • Buffer Manipulation Commands
    • Window Commands
    • Keyboard Binding Commands
    • Operating Modes
    • Shell and Command Controls
    • Spelling Commands
    • Hilighting, Color and Screen Appearance
    • Comparison and Differencing Commands
    • Short Cuts and Abbreviations
    • Message Line Commands
    • Printing Commands
    • Writing MicroEmacs Macros
    • Macro Development Commands
    • Registry Commands
    • Command Line Filters
    • Games
  • Glossaries
    • [Commands]
    • [Variables]
    • [Macro-Dev]
    • [Glossary]
  • Miscellaneous Information
    • Language Templates
    • File Hooks
    • Editor Files
    • Compatibility with the original MicroEMACS
    • Interfacing to external components
    • Supported File Types
    • Client-Server Interface
    • Regular Expressions
    • Building the source
  • !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)
  • $MEBACKUPPATH(5) Backup file location
  • $MEBACKUPSUB(5) Backup file name modifier
  • $MEINSTALLPATH(5) MicroEmacs system macros search path
  • $MENAME(5) MicroEmacs user name
  • $MEPATH(5) MicroEmacs search path
  • $MEUSERPATH(5) MicroEmacs user directory
  • $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-backup(5) Buffer backup file name
  • $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-fill-col(5) Buffer paragraph mode; right fill column
  • $buffer-fill-mode(5) Buffer paragraph mode; justification method
  • $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-indent-width(5) Buffer indentation width in characters
  • $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
  • $buffer-tab-width(5) Buffer tab character interval
  • $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) Global 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) Global paragraph mode; justification method
  • $find-words(5) Filtered word list
  • $fmatchdelay(5) Fence matching delay time
  • $frame-depth(5) Number of lines on the current frame canvas
  • $frame-id(5) Current frame identity
  • $frame-width(5) Number of columns on the current frame canvas
  • $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
  • $indent-width(5) Global indentation width in characters
  • $kept-versions(5) Number of backups to be kept
  • $line-flags(5) Current buffer line flags
  • $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-chars(5) Mode characters
  • $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
  • $pause-time(5) Length of time to pause for user
  • $platform(5) MicroEmacs host platform identifier
  • $progname(5) Program file name
  • $quiet(5) Quiet mode control variable
  • $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
  • $rcs-ue-com(5) RCS (and SCCS) unedit file command
  • $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
  • $tab-width(5) Global displayable tab character width
  • $temp-name(5) Temporary file name
  • $time(5) The current system time
  • $timestamp(5) Time stamp string
  • $trunc-scheme(5) Truncation color scheme
  • $user-name(5) MicroEmacs user name
  • $user-path(5) MicroEmacs user directory
  • $variable-names(5) Filtered variable name list
  • $version(5) MicroEmacs version date-code
  • $window-acol(5) Window cursor actual column
  • $window-aline(5) Window cursor actual 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-eline(5) Window end line
  • $window-flags(5) Current window setup flags
  • $window-id(5) Current window identity
  • $window-line(5) Window cursor line
  • $window-mark-col(5) Window mark column
  • $window-mark-line(5) Window mark 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 (historic)
  • $window-width(5) Number of character columns in a window
  • $window-wline(5) Window cursor line (historic)
  • $window-x-scroll(5) Current window X scroll
  • $window-xcl-scroll(5) Current window current line X scroll
  • $window-y-scroll(5) Current window Y scroll
  • %company-name(5) Name of company for template
  • %compile-com(5) Default system compile command line
  • %cvs-com(5) CVS Command line
  • %cygwin-hilight(5) Cygwin shell hilight enable flag
  • %cygwin-path(5) Cygwin root directory
  • %cygwin-prompt(5) Cygwin shell prompt
  • %diff-com(5) Diff command line
  • %ftp-flags(5) Configure the FTP console
  • %gdiff-com(5) Gdiff command line
  • %http-flags(5) Configure the HTTP console
  • %http-proxy-addr(5) Set HTTP proxy server address
  • %http-proxy-port(5) Set HTTP proxy server port
  • %man-com(5) Man Command line
  • %tag-file(5) Tag file name
  • %tag-option(5) Tag file search option
  • %tag-template(5) Tag file search string
  • %xdiff-com(5) xdiff command line
  • %xfind-com(5) Find command line
  • %xgrep-com(5) Grep command line
  • &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
  • &bstat(4) Retrieve current buffer statistic
  • &bxor(4) Bitwise XOR operator
  • &cat(4) Concatenate two strings together
  • &cbind(4) Return the command a key is bound to
  • &cond(4) Conditional expression operator
  • &dec(4) Pre-decrement variable
  • &divide(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
  • &irep(4) Case insensitive replace string in string
  • &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 the key a command is bound to
  • &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
  • &nbind(4) Return the numerial argument of a binding
  • &nbmode(4) Determine named buffer mode
  • &negate(4) Negation of two numbers
  • &not(4) Logical NOT operator
  • &opt(4) MicroEmacs optional feature test
  • &or(4) Logical OR operator
  • &pdec(4) Post-decrement variable
  • &pinc(4) Post-increment variable
  • &reg(4) Retrieve a registry value (with default)
  • &rep(4) Replace string in string
  • &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
  • &xirep(4) Regex case insensitive Replace string in string
  • &xisequal(4) Case insensitive regex String equivalence operator
  • &xrep(4) Regex replace string in string
  • &xsequal(4) Regex string equivalence operator
  • .Xdefaults(8) UNIX Window Manager defaults file
  • .ascii-time.format(5) Set the format of the date string
  • .calc.result(5) Last calc calculation result
  • .which.result(5) Program path
  • 0-9(9) UNIX t/nroff file
  • 2dos(3f) Convert text files to DOS format files.
  • 2mac(3f) Convert text files to Macintosh format files
  • 2unix(3f) Convert text files to UNIX format files
  • 2win(3f) Convert text files to Windows format files.
  • @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
  • @fs(4) Frame store variable
  • @fss(4) Frame store scheme variable
  • @h0(4) General history string
  • @h1(4) Buffer history string
  • @h2(4) Command history string
  • @h3(4) File history string
  • @h4(4) Search history string
  • @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
  • @p(4) Macro arguments (calling macro name)
  • @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
  • abbrev-list(3) Create a list of abbreviations
  • abort-command(2) (C-g) Abort command
  • about(2) Information About MicroEmacs
  • ada(9) Ada programming language
  • adb(9) Ada programming language
  • 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
  • ads(9) Ada programming language
  • alarm(3) Set an alarm
  • alias-path-setup(3) Define alternative path alias
  • aman(3) Compile an nroff file into a buffer (UNIX)
  • apache(9) Apache httpd.conf configuration file
  • 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
  • asp(9) Active Server Pages
  • auto(2m) Automatic source file line type detection
  • auto-spell(3) Auto-spell support
  • auto-spell-buffer(3) Auto-spell whole buffer
  • auto-spell-ignore(3) Auto-spell ignore current word
  • auto-spell-menu(3) Auto-spell context menu
  • 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
  • bib(9) TeX Bibliography File
  • binary(2m) Binary editor mode
  • bnf(9) Backus-Naur Form
  • browse(3) Browse a file or buffer in view mode
  • 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-info(2) (C-x =) Status information on current buffer position
  • buffer-init(3) Initialize a buffer language template
  • buffer-init-fhook(3) Initialize the buffer file hooks
  • buffer-init-hooks(3) Initialize the buffer language template hooks
  • buffer-major-mode(3) Change the operating mode of a buffer
  • buffer-mode(2) (C-x m) Change a local buffer mode
  • buffer-setup(3) Configure the current buffer settings
  • buffer-unbind-key(2) Remove local key binding for current buffer
  • ClearCase(3) MicroEmacs ClearCase interface
  • 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-deslashify(3) C language, remove backslash to end of lines of region
  • 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
  • c-slashify(3) C language, append backslash to end of lines of region
  • c-to-cpp-convert(3) Convert a C file to C++
  • calc(3) Integer calculator
  • capitalize-word(2) (esc c) Capitalize word
  • cbl(9) Cobol (85) File
  • cc(9) C++ programming language
  • cc-add(3) MicroEmacs ClearCase interface - add file
  • cc-checkin(3) MicroEmacs ClearCase interface - checkin files
  • cc-checkout(3) MicroEmacs ClearCase interface - checkout files
  • cc-delete(3) MicroEmacs ClearCase interface - delete files
  • cc-diff(3) MicroEmacs ClearCase interface - diff changes
  • cc-setup(3) MicroEmacs ClearCase interface setup
  • cc-state(3) MicroEmacs ClearCase interface - list state of directory files
  • cc-update(3) MicroEmacs ClearCase interface - update directory files
  • cfc(9) ColdFusion Markup Language
  • cfm(9) ColdFusion Markup Language
  • cfml(9) Adobe Macromedia ColdFusion Markup Language
  • change-buffer-name(2) (esc C-n) Change name of current buffer
  • change-file-name(2) (C-x n) Change the file name of the current buffer
  • change-font(2) Change the screen font
  • change-frame-depth(2) Change the number of lines on the current frame
  • change-frame-width(2) Change the number of columns on the current frame
  • change-scheme(3) Change the current highlight scheme
  • change-screen-depth(2) Change the number of lines on the screen
  • change-screen-width(2) Change the number of columns on the screen
  • change-window-depth(2) Change the depth of the current window
  • change-window-width(2) Change the width of the current window
  • charset-change(3) Convert buffer between two character sets
  • charset-iso-to-user(3) Convert buffer from ISO standard to user character set
  • charset-user-to-iso(3) Convert buffer from user to ISO standard character set
  • check-line-length(3) Check the length of text lines are valid
  • clean(3) Remove redundant white spaces from the current buffer
  • cls(9) Visual Basic
  • collapse-all(3) (f3) (Un)Fold all regions in the current buffer
  • collapse-current(3) (f2) (un)Fold a region in the current buffer
  • command-apropos(2) (C-h a) List commands involving a concept
  • command-wait(2) Conditional wait command
  • comment-end(3) End the current comment
  • comment-line(3) Comment out the current line
  • comment-restyle(3) Reformat the current comment
  • comment-start(3) Start a new comment
  • comment-to-end-of-line(3) Extend comment to end of line
  • compare-windows(2) Compare buffer windows, ignore whitespace
  • compare-windows-exact(3) Compare buffer windows, with whitespace
  • compile(3) Start a compilation process
  • copy-rectangle(3) Copy a rectangular region of text
  • copy-region(2) (esc w) Copy a region of the buffer
  • copy-registry(3) Recursive copy of registry subtree
  • count-words(2) (esc C-c) Count the number of words in a region
  • cpp(9) C++ programming language
  • cr(2m) File's carriage return (CR) style
  • create-callback(2) Create a timer callback
  • create-frame(2) (C-x 5 1, C-x 5 2) Create a new frame
  • crypt(2m) Encrypted file mode
  • csh(9) C-Shell file
  • ctags(3f) Generate a C tags file
  • ctrlz(2m) File's termination style
  • cvs(3) MicroEmacs CVS interface
  • cvs-add(3) MicroEmacs CVS interface - add file
  • cvs-checkout(3) MicroEmacs CVS interface - checkout files
  • cvs-commit(3) MicroEmacs CVS interface - commit changes
  • cvs-diff(3) MicroEmacs CVS interface - diff changes
  • cvs-gdiff(3) MicroEmacs CVS interface - graphical diff changes
  • cvs-log(3) MicroEmacs CVS interface - log changes
  • cvs-remove(3) MicroEmacs CVS interface - remove file
  • cvs-resolve-conflicts(3) MicroEmacs CVS interface - resolve conflicts
  • cvs-setup(3) MicroEmacs CVS interface setup
  • cvs-state(3) MicroEmacs CVS interface - list state of directory files
  • cvs-status(3) MicroEmacs CVS interface - status of files
  • cvs-tag(3) MicroEmacs CVS interface - tag files
  • cvs-update(3) MicroEmacs CVS interface - update directory files
  • cygwin(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-frame(2) (C-x 5 0) Delete the current frame
  • delete-global-mode(3) Remove a global buffer mode
  • delete-hilight-lines(3) Delete hilight lines
  • 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
  • describe-word(3) Display a dictionary definition of a word
  • 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
  • display-matching-fence(3) Display the matching bracket
  • display-white-chars(3) Toggle the displaying of white characters
  • display-whitespaces(3) Toggle the displaying of white characters
  • 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 2009 help file
  • ehftools(3f) Generate a MicroEmacs help file
  • emf(8) MicroEmacs macro file
  • emf(9) MicroEmacs 2009 Macro File
  • emftags(3f) Generate a MicroEmacs macro tags file
  • encase(3) Encase a text region with start/end string
  • 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
  • enf(8) Notes database file
  • erf(8) MicroEmacs registry file
  • erf(9) MicroEmacs 2009 registry file
  • esf(8) MicroEmacs session 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
  • expand-iso-accents(3) Expand an ISO accent
  • expand-look-back(3) Complete a word by looking back for a similar word
  • expand-word(3) Complete a word by invocation of the speller
  • f(9) Fortran File
  • f77(9) Fortran 77 File
  • f90(9) Fortran 90 File
  • fence(2m) Auto fence matching mode
  • file-attrib(3) Set the current buffers system file attributes
  • file-browser(3) (f10) Browse the file system
  • file-browser-close(3) Close the file-browser
  • file-browser-swap-buffers(3) Swap between file-browser windows
  • file-op(2) File system operations command
  • file-tool-setup(3) Define file browser tools
  • file-type-setup(3) Define file type set
  • fileHooks(2) File Hooks
  • filetype(3f) Determine file type UNIX, DOS or Windows
  • fill-paragraph(2) (esc o) Format a paragraph
  • filter-buffer(2) (C-x #) Filter the current buffer through an O/S command
  • find(3) Execute built-in find command
  • find-bfile(3) (C-x 9) Load a file as binary data
  • find-buffer(2) (C-x b) Switch to a named buffer
  • find-cfile(3) 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-setup(3) Setup the built-in find and grep commands
  • find-tag(2) (esc t) Find tag, auto-load file and move to tag position
  • find-word(3) Find a using spelling dictionaries
  • find-zfile(3) Compressed file support
  • fold-close(3) (C-f2) Close an open fold (in-line)
  • fold-create(3) (C-f2) Create a new fold
  • fold-enter(3) (f3) Enter fold
  • fold-exit(3) (esc f3) Exit a fold
  • fold-exit-all(3) (esc C-f3) Exit all folds
  • fold-kill(3) (C-x C-k) Delete the fold and all its contents
  • fold-open(3) (f2) Open fold (in-line)
  • fold-remove(3) (esc C-f3) Remove the fold, maintaining content
  • 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
  • ftp(3) Initiate an FTP connection
  • 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
  • generate-tags-file(3) Generate a tags file
  • get-next-line(2) (C-x `) Find the next command line
  • 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-position(2) Restore a stored position
  • goto-window(2) Restore a saved window to the current window (historic)
  • grep(3) Search a file for a pattern
  • grow-window-horizontally(2) Enlarge current window horizontally (relative)
  • grow-window-vertically(2) Enlarge the current window (relative change)
  • HistoryGroupVariables(4) Last history values
  • 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
  • hpj(9) MS-Windows Help Project File
  • htm(9) HyperText Markup Language File
  • html(9) HyperText Markup Language File
  • httpd.conf(9) Apache configuration 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
  • indent-decrease(3) Decrease the line indentation
  • indent-increase(3) Increase the line indentation
  • info(3) Display a GNU Info database
  • info(9) GNU Info file
  • info-goto-link(3) Display Info on a given link
  • info-on(3) Display Info on a given topic
  • 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-password(3) Create and insert a new password string
  • insert-space(2) Insert space(s) into current buffer
  • insert-string(2) Insert character string into current buffer
  • insert-symbol(3) Insert an ASCII character
  • 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-mode(3) ISO accent expansion short-cut mode
  • item-list(3) (F7) Abbreviated search and list buffer contents
  • item-list-close(3) (esc F7) Close the item list
  • item-list-find(3) Find the selected item in the item list
  • jav(9) Java programming language
  • java(9) Java programming language
  • javatags(3f) Generate a C tags file from Java sources
  • jst(9) JASSPA Structred Text
  • 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) Delete a paragraph
  • kill-rectangle(2) (esc C-w) Delete a column of text
  • 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
  • lf(2m) File's line feed style
  • line-scheme(3) Apply line annotation in 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
  • localeSupport(2) Locale Support
  • 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 2009 version of the solitaire Mah Jongg game
  • MainMenu(3) The top main menu
  • Match-It(3) MicroEmacs 2009 version of the Match-It game
  • MessageLineVaraibles(4) Prompt the user for input on message line
  • MetaFont(9) MetaFont/MetaPost File
  • Metris(3) MicroEmacs 2009 version of the falling blocks game
  • m4(9) M4 Macro Processor
  • macroDebugging(4) Macro Debugging - A Crash Course
  • macroOverview(4) MicroEmacs Macro Language at a Glance
  • macroWriting(4) Writing MicroEmacs Macros
  • magic(2m) Regular expression search
  • mail(3) Compose and send an email
  • mail-check(3) Check for new email
  • major-mode-help(3) Displays help page for current buffer
  • major-mode-setup(3) Configures the current buffer settings
  • makefile(9) Make file
  • man(3) UNIX manual page viewer
  • man(9) UNIX Manual Page
  • man-clean(3) Clean UNIX manual page
  • mark-registry(2) Modify the operating mode of a registry node
  • me(1) MicroEmacs 2009 text editor
  • me32.ini(8) Microsoft Window's Initialization (ini) File
  • memsdev(1) Microsoft Developer Studio Add-in for MicroEmacs 2009
  • mf(9) MetaFont File
  • ml-bind-key(2) Create key binding for 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
  • narrow-search-backward(3) (C-c r) Search for a string in the backward direction
  • narrow-search-forward(3) (C-c s) Search for a string in the forward direction
  • nawk(9) New AWK File
  • ne(1) NanoEmacs 2009 text editor
  • newline(2) (return) Insert a new line
  • next-buffer(2) (C-x x) Switch to the next buffer
  • next-frame(2) (C-x 5 o) Change the focus to the next frame
  • 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
  • normal-tab(3) Insert a normal tab
  • notes(3) Tagged hierarchical database of notes
  • notes-close(3) Close the notes window
  • notes-context(3) Create/Access buffer context note
  • notes-file(3) Open a notes database file
  • notes-import-skwyrul(3) Import a Skwyrul index file (skwyrul_l.htm)
  • notes-instant(3) Create quick note
  • nroff(9) UNIX nroff file
  • ntags(3f) Generate a nroff tags file
  • number-items(3) Renumber a vertical list of items
  • occur(3) Regular expression search for occurrences
  • open-line(3) (C-o) Open new line at cursor position
  • 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-entry(3) OSD entry dialog box
  • osd-help(3) GUI based on-line help
  • osd-search(3) Search and annotate the current buffer
  • osd-unbind-key(2) Remove key binding from OSD dialog
  • osd-xdialog(3) OSD Extended dialog box
  • over(2m) Over-strike Mode
  • Patching(1) Patch a MicroEmacs Installation
  • Patience(3) MicroEmacs 2009 version of Patience (or Solitaire)
  • p(9) Pascal File
  • page-bfile(3) Load a large binary file as binary data
  • page-file(3) Load a large file in page mode
  • page-file-backward-line(3) (C-p) Move backwards one line in paged buffer
  • page-file-beginning-of-buffer(3) Move to the start of the paged file
  • page-file-end-of-buffer(3) Move to the end of the paged file
  • page-file-forward-line(3) (C-n) Move forwards one line in paged buffer
  • page-file-goto-byte(3) Page to the buffer byte offset
  • page-file-goto-page(3) Move to page
  • page-file-isearch-backward(3) (C-r) Page search backwards incrementally (interactive)
  • page-file-isearch-forward(3) (C-s) Page search forward incrementally (interactive)
  • page-file-save-buffer(3) (C-x C-s) Save contents of a page mode buffer to file
  • page-file-scroll-down(3) (C-n) Scroll paged buffer down
  • page-file-scroll-up(3) (C-p) Scroll paged buffer up
  • page-file-search-backward(3) (C-x r) Page search for a string in the backward direction
  • page-file-search-buffer(3) Search the page file buffer
  • page-file-search-forward(3) (C-x s) Page search for a string in the forward direction
  • paragraph-to-line(3) Convert a paragraph to a single line
  • pas(9) Pascal File
  • password-to-phonic(3) Convert a password to phonic string
  • perl(9) Practical Extraction and Report Language File
  • perldb(3) Perl Debugger
  • php(9) PHP: Hypertext Preprocessor Language
  • php3(9) PHP: Hypertext Preprocessor Language
  • php4(9) PHP: Hypertext Preprocessor Language
  • phphtml(9) PHP: Hypertext Preprocessor Language
  • pipe(2m) Incremental Pipe running
  • pipe-shell-command(2) (esc @) Execute a single operating system command
  • pl(9) Practical Extraction and Report Language File
  • pm(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-color(2) Create a new printer color
  • print-region(2) Print region, with formatting
  • print-scheme(2) Create a new printer color and font scheme
  • print-setup(3) Configure MicroEmacs's printer interface
  • 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
  • query-replace-string-in-files(3) Conditionally search and replace strings across files
  • quick-exit(2) (esc z) Exit the editor writing changes
  • quote-char(2) (C-q) Insert literal character
  • RegisterVariables(4) Register variables
  • RegularExpressions(2) Regular Expressions
  • rb(9) Ruby programming language
  • rbin(2m) Reduced binary editor mode
  • rc(9) Microsoft Developer resource file
  • rcs-file(2) (C-x C-q) Handle Revision Control System (RCS) files
  • rdiff(3) Recursively compare files or directories
  • read-file(2) (C-x C-r) Find and load file replacing current buffer
  • read-registry(2) Read in a registry definition file
  • read-session(3) Read in session information
  • recenter(2) (C-l) Recenter the window (refresh the screen)
  • reg(9) Registry file
  • 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
  • replace-string-in-files(3) Search and replace strings across files
  • reread-all(3) Reload all files
  • reread-file(3) Reload the current buffer's file
  • resize-all-windows(2) Resize all windows (automatic change)
  • resize-window-horizontally(2) Resize current window horizontally (absolute)
  • resize-window-vertically(2) 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
  • ruby(9) Ruby programming language
  • rul(9) Install Shield Rules
  • SearchGroups(4) Last search group values
  • s(9) Assembler File
  • samba(9) Samba smb.conf configuration 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-registry(2) Write a registry definition file
  • save-session(3) Write session information to session 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-buffer(2) Search the current buffer for a string
  • 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-mark(2) (esc space) Set starting point of region
  • set-position(2) Store the current position
  • 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 (historic)
  • 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) Shrink the current window (relative change)
  • shut-down(3) Editor exit callback command
  • smb.conf(9) Samba configuration file
  • so(9) UNIX t/nroff include file
  • sort-lines(2) Alphabetically sort lines
  • sort-lines-ignore-case(3) Alphabetically sort lines ignoring case
  • space-rectangle(3) Adds space(s) vertically
  • 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-edit-word(3) Edits a spell word entry
  • spell-word(3) (esc $) Spell check a single word
  • split-window-horizontally(2) (C-x 3) 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
  • string-rectangle(3) Add a string vertically
  • sty(9) TeX Style File
  • suspend-emacs(2) Suspend editor and place in background
  • Triangle(3) MicroEmacs 2009 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
  • toolbar(3) Toggle tool bar visibility
  • toolbar-close(3) Close the tool bar
  • toolbar-open(3) Open the tool bar
  • toolbar-refresh(3) Update the tool bar
  • 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
  • uncomment-line(3) Uncomment current line
  • undo(2) (C-x u) Undo the last edit
  • undo(2m) Retain edit modifications
  • uniq(3) Make lines in a sorted list unique
  • universal-argument(2) (C-u) Set the command argument count
  • unix2dos(3f) Convert UNIX format files to DOS format files.
  • unix2win(3f) Convert UNIX format files to Windows format files.
  • 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
  • usr(2m) User buffer modes
  • Variables(4) User defined macro variables
  • v(9) Verilog hardware description language
  • vb(9) Visual Basic
  • verilog(9) Verilog hardware description language
  • 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
  • watch(3) Monitor a changing file
  • watch-reset(3) Reset the watch command counters
  • watch-time(3) Change the watch command poll time
  • which(3) Program finder
  • wiki(9) GNU Wiki File
  • 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
  • write-region(3) Write contents of region to named (new) file
  • x86(9) Intel .x86 Assembler File
  • xdiff(3) External graphical file difference
  • xfind(3) Execute find command
  • xgrep(3) Execute grep command
  • xml(9) Extensible Markup Language
  • xml-backward-tag(3) Find the previous XML tag
  • xml-forward-tag(3) Find the next XML tag
  • xml-goto-matching-tag(3) Find matching opening/closing XML tag
  • xml-verify(3) Verify syntax of XML file
  • xsl(9) Extensible Stylesheet Language
  • xul(9) XML User Interface Language
  • y(9) YACC programming language
  • yank(2) (C-y) Paste (copy) kill buffer contents into buffer
  • yank-rectangle(2) (esc C-y) Insert a column of text
  • yank-rectangle-overwrite(3) Insert a column of text with overwrite
  • zfile-setup(3) Compressed file support setup
  • zsh(9) Z-Shell file