% - Function: Return remainder of X divided by Y. * - Function: Return product of any number of arguments, which are numbers or markers. + - Function: Return sum of any number of arguments, which are numbers or markers. - - Function: Negate number or subtract numbers or markers and return the result. / - Function: Return first argument divided by all the remaining arguments. /= - Function: Return t if first arg is not equal to second arg. Both must be numbers or markers. 1+ - Function: Return NUMBER plus one. NUMBER may be a number or a marker. 1- - Function: Return NUMBER minus one. NUMBER may be a number or a marker. 1value - Macro: Evaluate FORM, expecting a constant return value. 2C-associate-buffer - Command: Associate another buffer with this one in two-column minor mode. 2C-split - Command: Split a two-column text at point, into two buffers in two-column minor mode. 2C-two-columns - Command: Split current window vertically for two-column editing. 5x5 - Command: Play 5x5. 5x5-crack - Command: Attempt to find a solution for 5x5. 5x5-crack-mutating-best - Command: Attempt to crack 5x5 by mutating the best solution. 5x5-crack-mutating-current - Command: Attempt to crack 5x5 by mutating the current solution. 5x5-crack-randomly - Command: Attempt to crack 5x5 using random solutions. 5x5-crack-xor-mutate - Command: Attempt to crack 5x5 by xor the current and best solution. < - Function: Return t if first arg is less than second arg. Both must be numbers or markers. <= - Function: Return t if first arg is less than or equal to second arg. = - Function: Return t if two args, both numbers or markers, are equal. > - Function: Return t if first arg is greater than second arg. Both must be numbers or markers. >= - Function: Return t if first arg is greater than or equal to second arg. Buffer-menu - Group: Show a menu of all buffers in a buffer. Buffer-menu-1-window - Command: Select this line's buffer, alone, in full frame. Buffer-menu-2-window - Command: Select this line's buffer, with previous buffer in second window. Buffer-menu-backup-unmark - Command: Move up and cancel all requested operations on buffer on line above. Buffer-menu-buffer - Function: Return buffer described by this line of buffer menu. Buffer-menu-buffer+size-width - Variable: *How wide to jointly make the buffer name and size columns. Buffer-menu-bury - Command: Bury the buffer listed on this line. Buffer-menu-delete - Command: Mark buffer on this line to be deleted by x command. Buffer-menu-delete-backwards - Command: Mark buffer on this line to be deleted by x command Buffer-menu-execute - Command: Save and/or delete buffers marked with s or k commands. Buffer-menu-files-only - Variable: Non-nil if the current buffer-menu lists only file buffers. Buffer-menu-mark - Command: Mark buffer on this line for being displayed by v command. Buffer-menu-mode - Function: Major mode for editing a list of buffers. Buffer-menu-mode-map - Variable: Local keymap for `Buffer-menu-mode' buffers. Buffer-menu-mode-width - Variable: *How wide to make the mode name column. Buffer-menu-mouse-select - Command: Select the buffer whose line you click on. Buffer-menu-not-modified - Command: Mark buffer on this line as unmodified (no changes to save). Buffer-menu-other-window - Command: Select this line's buffer in other window, leaving buffer menu visible. Buffer-menu-revert - Command: Update the list of buffers. Buffer-menu-save - Command: Mark buffer on this line to be saved by x command. Buffer-menu-select - Command: Select this line's buffer; also display buffers marked with `>'. Buffer-menu-sort - Command: Sort the buffer menu by COLUMN. Buffer-menu-sort-button-map - Variable: Local keymap for Buffer menu sort buttons. Buffer-menu-sort-by-column - Command: Sort the buffer menu by the column clicked on. Buffer-menu-sort-column - Variable: 2 for sorting by buffer names. 5 for sorting by file names. Buffer-menu-switch-other-window - Command: Make the other window select this line's buffer. Buffer-menu-this-window - Command: Select this line's buffer in this window. Buffer-menu-toggle-files-only - Command: Toggle whether the current buffer-menu displays only file buffers. Buffer-menu-toggle-read-only - Command: Toggle read-only status of buffer on this line, perhaps via version control. Buffer-menu-unmark - Command: Cancel all requested operations on buffer on this line and move down. Buffer-menu-use-frame-buffer-list - Variable: If non-nil, the Buffer Menu uses the selected frame's buffer list. Buffer-menu-use-header-line - Variable: *Non-nil means to use an immovable header-line. Buffer-menu-view - Command: View this line's buffer in View mode. Buffer-menu-view-other-window - Command: View this line's buffer in View mode in another window. Buffer-menu-visit-tags-table - Command: Visit the tags table in the buffer on this line. See `visit-tags-table'. Control-X-prefix - Function: Prefix command (definition is a keymap associating keystrokes with commands). Custom-buffer-done - Command: Exit current Custom buffer according to `custom-buffer-done-kill'. Custom-goto-parent - Command: Go to the parent group listed at the top of this buffer. Custom-mode-menu - Command: Menu used in customization buffers. - Variable: Menu used in customization buffers. Custom-reset-current - Command: Reset all edited settings in the buffer to show their current values. Custom-reset-saved - Command: Reset all edited or set settings in the buffer to their saved value. Custom-reset-standard - Command: Erase all customization (either current or saved) for the group members. Custom-save - Command: Set all edited settings, then save all settings that have been set. Custom-set - Command: Set the current value of all edited settings in the buffer. ESC-prefix - Function: Prefix command (definition is a keymap associating keystrokes with commands). Electric-command-history-redo-expression - Command: Edit current history line in minibuffer and execute result. Helper-describe-bindings - Command: Describe local key bindings of current mode. Helper-help - Command: Provide help for current mode. Info-additional-directory-list - Variable: List of additional directories to search for Info documentation files. Info-backward-node - Command: Go backward one node, considering all nodes as forming one sequence. Info-build-toc - Function: Build table of contents from menus of Info FILE and its subfiles. Info-cease-edit - Command: Finish editing Info node; switch back to Info proper. Info-check-pointer - Function: Non-nil if ITEM is present in this node. Info-copy-current-node-name - Command: Put the name of the current Info node into the kill ring. Info-current-file - Variable: Info file that Info is now looking at, or nil. Info-current-file-completions - Variable: Cached completion list for current Info file. Info-current-node - Variable: Name of node that Info is now looking at, or nil. Info-current-subfile - Variable: Info subfile that is actually in the *info* buffer now. Info-default-directory-list - Variable: Default list of directories to search for Info documentation files. Info-desktop-buffer-misc-data - Function: Auxiliary information to be saved in desktop file. Info-directory - Command: Go to the Info directory node. Info-directory-list - Variable: List of directories to search for Info documentation files. Info-display-images-node - Function: Display images in current node. Info-edit - Command: Edit the contents of this Info node. Info-edit-map - Variable: Local keymap used within `e' command of Info. Info-edit-mode - Function: Major mode for editing the contents of an Info node. Info-edit-mode-hook - Variable: Hooks run when `Info-edit-mode' is called. Info-enable-active-nodes - Variable: Non-nil allows Info to execute Lisp code associated with nodes. Info-enable-edit - Variable: *Non-nil means the e command in Info can edit the current node. Info-exit - Command: Exit Info by selecting some other buffer. Info-extract-pointer - Function: Extract the value of the node-pointer named NAME. Info-file-list-for-emacs - Variable: List of Info files that describe Emacs commands. Info-file-supports-index-cookies - Variable: Non-nil if current Info file supports index cookies. Info-final-node - Command: Go to the final node in this file. Info-find-emacs-command-nodes - Function: Return a list of locations documenting COMMAND. Info-find-file - Function: Return expanded FILENAME, or t, if FILENAME is "dir". Info-find-in-tag-table - Function: Find a node in a tag table. Info-find-in-tag-table-1 - Function: Find a node in a tag table. Info-find-index-name - Function: Move point to the place within the current node where NAME is defined. Info-find-node - Function: Go to an Info node specified as separate FILENAME and NODENAME. Info-find-node-in-buffer - Function: Find a node or anchor in the current buffer. Info-find-node-in-buffer-1 - Function: Find a node or anchor in the current buffer. Info-follow-nearest-node - Command: Follow a node reference near point. Info-follow-reference - Command: Follow cross reference named FOOTNOTENAME to the node it refers to. Info-following-node-name-re - Function: Return a regexp matching a node name. Info-fontify-maximum-menu-size - Variable: *Maximum size of menu to fontify if `font-lock-mode' is non-nil. Info-fontify-node - Function: Fontify the node. Info-fontify-visited-nodes - Variable: *Non-nil to fontify references to visited nodes in `info-xref-visited' face. Info-forward-node - Command: Go forward one node, considering all nodes as forming one sequence. Info-get-token - Function: Return the token around POS. Info-goto-emacs-command-node - Command: Go to the Info node in the Emacs manual for command COMMAND. Info-goto-emacs-key-command-node - Command: Go to the node in the Emacs manual which describes the command bound to KEY. Info-goto-index - Function: Go to the first index node. Info-goto-node - Command: Go to Info node named NODENAME. Give just NODENAME or (FILENAME)NODENAME. Info-help - Command: Enter the Info tutorial. Info-hide-cookies-node - Function: Hide unrecognized cookies in current node. Info-hide-note-references - Variable: *If non-nil, hide the tag and section reference in *note and * menu items. Info-history - Command: Go to a node with a menu of visited nodes. - Variable: Stack of Info nodes user has visited. Info-history-back - Command: Go back in the history to the last node visited. Info-history-forward - Command: Go forward in the history of visited nodes. - Variable: Stack of Info nodes user has visited with `Info-history-back' command. Info-history-list - Variable: List of all Info nodes user has visited. Info-index - Command: Look up a string TOPIC in the index for this manual and go to that entry. Info-index-alternatives - Variable: List of possible matches for last `Info-index' command. Info-index-next - Command: Go to the next matching index item from the last i command. Info-index-node - Function: Return non-nil value if NODE is an index node. Info-index-nodes - Function: Return a list of names of all index nodes in Info FILE. - Variable: Alist of cached index node names of visited Info files. Info-insert-toc - Function: Insert table of contents with references to nodes. Info-install-speedbar-variables - Function: Install those variables used by speedbar to enhance Info. Info-isearch-search - Variable: *If non-nil, isearch in Info searches through multiple nodes. Info-last - Command: Go back in the history to the last node visited. Info-last-menu-item - Command: Go to the node of the previous menu item. Info-last-preorder - Command: Go to the last node, popping up a level if there is none. Info-menu - Command: Go to the node pointed to by the menu item named (or abbreviated) MENU-ITEM. Info-menu-entry-name-re - Variable: Regexp that matches a menu entry name upto but not including the colon. Info-menu-update - Function: Update the Info menu for the current node. Info-mode - Function: Info mode provides commands for browsing through the Info documentation tree. Info-mode-hook - Variable: Hooks run when `Info-mode' is called. Info-mode-line-node-keymap - Variable: Keymap to put on the Info node name in the mode line. Info-mode-map - Variable: Keymap containing Info commands. Info-mode-menu - Command: Menu for Info files. - Variable: Menu for Info files. Info-mouse-follow-nearest-node - Command: Follow a node reference near point. Info-next - Command: Go to the next node of this node. Info-next-link-keymap - Variable: Keymap to put on the Next link in the text or the header line. Info-next-menu-item - Command: Go to the node of the next menu item. Info-next-preorder - Command: Go to the next subnode or the next node, or go up a level. Info-next-reference - Command: Move cursor to the next cross-reference or menu item in the node. Info-node-spec-re - Variable: Regexp to match the text after a : until the terminating `.'. Info-nth-menu-item - Command: Go to the node of the Nth menu item. Info-on-current-buffer - Command: Use Info mode to browse the current Info buffer. Info-point-loc - Variable: Point location within a selected node. Info-prev - Command: Go to the previous node of this node. Info-prev-link-keymap - Variable: Keymap to put on the Prev link in the text or the header line. Info-prev-reference - Command: Move cursor to the previous cross-reference or menu item in the node. Info-read-node-name-2 - Function: Virtual completion table for file names input in Info node names. Info-refill-paragraphs - Variable: *If non-nil, attempt to refill paragraphs with hidden references. Info-restore-desktop-buffer - Function: Restore an Info buffer specified in a desktop file. Info-restore-point - Function: If this node has been visited, restore the point value when we left. Info-revert-find-node - Function: Go to an Info node FILENAME and NODENAME, re-reading disk contents. Info-scroll-down - Command: Scroll one screenful back in Info, considering all nodes as one sequence. Info-scroll-prefer-subnodes - Variable: *If non-nil, SPC in a menu visits subnodes. Info-scroll-up - Command: Scroll one screenful forward in Info, considering all nodes as one sequence. Info-search - Command: Search for REGEXP, starting from point, and select node it's found in. Info-search-backward - Command: Search for REGEXP in the reverse direction. Info-search-case-fold - Variable: The value of `case-fold-search' from previous `Info-search' command. Info-search-case-sensitively - Command: Search for a regexp case-sensitively. Info-search-history - Variable: The history list for `Info-search'. Info-search-next - Command: Search for next regexp from a previous `Info-search' command. Info-search-whitespace-regexp - Variable: *If non-nil, regular expression to match a sequence of whitespace chars. Info-select-node - Function: Select the Info node that point is in. Info-selection-hook - Variable: Hooks run when `Info-select-node' is called. Info-speedbar-browser - Command: Initialize speedbar to display an Info node browser. Info-speedbar-buttons - Function: Create a speedbar display to help navigation in an Info file. Info-speedbar-expand-node - Function: Expand the node the user clicked on. Info-speedbar-fetch-file-nodes - Function: Fetch the subnodes from the info NODESPEC. Info-speedbar-goto-node - Function: When user clicks on TEXT, go to an info NODE. Info-speedbar-hierarchy-buttons - Function: Display an Info directory hierarchy in speedbar. Info-speedbar-key-map - Variable: Keymap used when in the info display mode. Info-speedbar-menu-items - Variable: Additional menu-items to add to speedbar frame. Info-split - Command: Split an info file into an indirect file plus bounded-size subfiles. Info-split-parameter-string - Function: Return alist of ("KEY" . "VALUE") from PARAMETER-STRING; a Info-standalone - Variable: Non-nil if Emacs was started solely as an Info browser. Info-streamline-headings - Variable: List of elements (RE . NAME) to merge headings matching RE to NAME. Info-suffix-list - Variable: List of file name suffixes and associated decoding commands. Info-summary - Command: Display a brief summary of all Info commands. Info-tag-table-buffer - Variable: Buffer used for indirect tag tables. Info-tag-table-marker - Variable: Marker pointing at beginning of current Info file's tag table. Info-tagify - Command: Create or update Info file tag table in current buffer or in a region. Info-toc - Command: Go to a node with table of contents of the current Info file. Info-top-node - Command: Go to the Top node of this file. Info-try-follow-nearest-node - Function: Follow a node reference near point. Return non-nil if successful. Info-undefined - Command: Make command be undefined in Info. Info-unescape-quotes - Function: Unescape double quotes and backslashes in VALUE. Info-up - Command: Go to the superior node of this node. Info-up-link-keymap - Variable: Keymap to put on the Up link in the text or the header line. Info-use-header-line - Variable: *Non-nil means to put the beginning-of-node links in an Emacs header-line. Info-validate - Command: Check current buffer for validity as an Info file. LaTeX-mode - Command: Major mode for editing files of input for LaTeX. Snarf-documentation - Function: Used during Emacs initialization to scan the `etc/DOC...' file. TeX-mode - Command: Major mode for editing files of input for TeX, LaTeX, or SliTeX. View-back-to-mark - Command: Return to last mark set in View mode, else beginning of file. View-exit - Command: Exit View mode but stay in current buffer. View-exit-and-edit - Command: Exit View mode and make the current buffer editable. View-goto-line - Command: Move to first (or prefix LINE) line in View mode. View-goto-percent - Command: Move to end (or prefix PERCENT) of buffer in View mode. View-kill-and-leave - Command: Quit View mode, kill current buffer and return to previous buffer. View-leave - Command: Quit View mode and maybe switch buffers, but don't kill this buffer. View-quit - Command: Quit View mode, trying to restore window and buffer to previous state. View-quit-all - Command: Quit View mode, trying to restore windows and buffers to previous state. View-revert-buffer-scroll-page-forward - Command: Scroll forward, reverting buffer if needed, in View mode. View-scroll-half-page-backward - Command: Scroll backward a "half page" (or prefix LINES) lines in View mode. View-scroll-half-page-forward - Command: Scroll forward a "half page" (or prefix LINES) lines in View mode. View-scroll-line-backward - Command: Scroll backward one line (or prefix LINES lines) in View mode. View-scroll-line-forward - Command: Scroll forward one line (or prefix LINES lines) in View mode. View-scroll-page-backward - Command: Scroll "page size" or prefix LINES lines backward in View mode. View-scroll-page-backward-set-page-size - Command: Scroll backward prefix LINES lines in View mode, setting the "page size". View-scroll-page-forward - Command: Scroll "page size" or prefix LINES lines forward in View mode. View-scroll-page-forward-set-page-size - Command: Scroll forward LINES lines in View mode, setting the "page size". View-scroll-to-buffer-end - Command: Scroll backward or forward so that buffer end is at last line of window. View-search-last-regexp-backward - Command: Search backward for first (or prefix Nth) instance of last regexp in View mode. View-search-last-regexp-forward - Command: Search forward for first (or prefix Nth) instance of last regexp in View mode. View-search-regexp-backward - Command: Search backward for first (or prefix Nth) occurrence of REGEXP in View mode. View-search-regexp-forward - Command: Search forward for first (or prefix Nth) occurrence of REGEXP in View mode. ` - Macro: Argument STRUCTURE describes a template to build. abbrev - Group: Abbreviation handling, typing shortcuts, macros. abbrev-all-caps - Variable: *Set non-nil means expand multi-word abbrevs all caps if abbrev was so. abbrev-expansion - Function: Return the string that ABBREV expands into in the current buffer. abbrev-file-name - Variable: *Default name of file to read abbrevs from. abbrev-mode - Command: Toggle Abbrev mode in the current buffer. - Variable: Enable or disable Abbrev mode. - Group: Word abbreviations mode. abbrev-prefix-mark - Command: Mark current point as the beginning of an abbrev. abbrev-start-location - Variable: Buffer position for `expand-abbrev' to use as the start of the abbrev. abbrev-start-location-buffer - Variable: Buffer that `abbrev-start-location' has been set for. abbrev-symbol - Function: Return the symbol representing abbrev named ABBREV. abbrev-table-name - Function: Value is the name of abbrev table TABLE. abbrev-table-name-list - Variable: List of symbols whose values are abbrev tables. abbreviate-file-name - Function: Return a version of FILENAME shortened using `directory-abbrev-alist'. abbreviated-calendar-year - Variable: Interpret a two-digit year DD in a diary entry as either 19DD or 20DD. abbreviated-home-dir - Variable: The user's homedir abbreviated according to `directory-abbrev-alist'. abbrevs-changed - Variable: Set non-nil by defining or altering any word abbrevs. abort-recursive-edit - Command: Abort the command that requested this recursive edit or minibuffer input. abs - Function: Return the absolute value of ARG. accelerate-menu - Command: Start key navigation of the menu bar in FRAME. accept-change-group - Function: Finish a change group made with `prepare-change-group' (which see). accept-process-output - Function: Allow any pending output from subprocesses to be read by Emacs. access-file - Function: Access file FILENAME, and get an error if that does not work. accessible-keymaps - Function: Find all keymaps accessible via prefix characters from KEYMAP. acons - Function: Add KEY and VALUE to ALIST. acos - Function: Return the inverse cosine of ARG. activate-change-group - Function: Activate a change group made with `prepare-change-group' (which see). activate-input-method - Function: Switch to input method INPUT-METHOD for the current buffer. activate-mark-hook - Variable: Hook run when the mark becomes active. active-minibuffer-window - Function: Return the currently active minibuffer window, or nil if none. ad-Orig-bbdb/gnus-update-records - Function: Return the records corresponding to the current Gnus message, creating ad-Orig-documentation - Function: Return the documentation string of FUNCTION. ad-Orig-eshell-ls-decorated-name - Function: Return FILE, possibly decorated. ad-Orig-exit-calendar - Command: Get out of the calendar window and hide it and related buffers. ad-Orig-muse-next-reference - Command: Move forward to next Muse link or URL, cycling if necessary. ad-Orig-muse-previous-reference - Command: Move backward to the next Muse link or URL, cycling if necessary. ad-Orig-muse-publish-classify-url - Function: Transform anchors and get published name, if TARGET is a page. ad-Orig-planner-create-task-from-buffer - Command: Create a new task named TITLE on DATE based on the current buffer. ad-Orig-planner-current-note-info - Function: Parse the current note and return the note information as a list. ad-Orig-planner-cyclic-create-task-maybe - Function: For DATE, possibly create a task based on TASK-STRING. ad-Orig-planner-delete-task - Command: Deletes this task from the current page and the linked page. ad-Orig-planner-edit-task-description - Command: Update multiple pages. ad-Orig-planner-make-link - Function: Return a Wiki link to LINK with NAME as the text. ad-Orig-planner-note-link - Function: Return the link specified by NOTE-INFO. ad-Orig-planner-note-link-text - Function: Return the link text specified by NOTE-INFO. ad-Orig-planner-publish-markup-note - Function: Replace note with XML representation of note data. Borrowed ad-Orig-planner-publish-markup-task - Function: Replace tasks with XML representation of task data. ad-Orig-planner-replan-note - Command: Change or assign the plan page for the current note. ad-Orig-planner-replan-task - Command: Change or assign the plan page for the current task. ad-Orig-planner-rss-add-note - Command: Export the current note using `planner-rss-add-item'. ad-Orig-planner-task-in-progress - Command: Mark the current task as in progress. ad-Orig-planner-task-info-from-string - Function: On the planner page PAGE-NAME, parse STRING and return the task as a list. ad-Orig-planner-task-link - Function: Return the page linked to by a task given INFO. ad-Orig-planner-task-plan - Function: Return the planner page of a task given INFO. ad-Orig-planner-update-note - Command: Copy the text from this note to the linked note, if any. ad-Orig-remember-planner-append - Function: Remember this text to PAGE or today's page. ad-Orig-switch-to-buffer - Command: Select buffer BUFFER in the current window. ad-Orig-switch-to-buffer-other-window - Command: Select buffer BUFFER in another window. ad-Orig-timeclock-out - Command: Clock out, recording the current time moment in the timelog. ad-Orig-w3m-browse-url - Command: Ask emacs-w3m to browse URL. ad-access-argument - Function: Tell how to access ARGLIST's actual argument at position INDEX. ad-activate - Command: Activate all the advice information of an advised FUNCTION. ad-activate-advised-definition - Function: Redefine FUNCTION with its advised definition from cache or scratch. ad-activate-all - Command: Activate all currently advised functions. ad-activate-internal - Command: Activate all the advice information of an advised FUNCTION. ad-activate-internal-off - Function: Automatic advice activation is disabled. `ad-start-advice' enables it. ad-activate-on - Command: Activate all the advice information of an advised FUNCTION. ad-activate-regexp - Command: Activate functions with an advice name containing a REGEXP match. ad-add-advice - Function: Add a piece of ADVICE to FUNCTION's list of advices in CLASS. ad-advice-position - Function: Return position of first advice of FUNCTION in CLASS with NAME. ad-advised-arglist - Function: Find first defined arglist in FUNCTION's redefining advices. ad-advised-definition-p - Function: Return non-nil if DEFINITION was generated from advice information. ad-advised-interactive-form - Function: Find first interactive form in FUNCTION's redefining advices. ad-arglist - Function: Return the argument list of DEFINITION. ad-assemble-advised-definition - Function: Assembles an original and its advices into an advised function. ad-body-forms - Function: Return the list of body forms of DEFINITION. ad-clear-cache - Command: Clears a previously cached advised definition of FUNCTION. ad-compile-function - Command: Byte-compiles FUNCTION (or macro) if it is not yet compiled. ad-compiled-code - Macro: Return the byte-code object of a COMPILED-DEFINITION. ad-compiled-p - Macro: Return non-nil if DEFINITION is a compiled byte-code object. ad-copy-tree - Function: Return a copy of the list structure of TREE. ad-deactivate - Command: Deactivate the advice of an actively advised FUNCTION. ad-deactivate-all - Command: Deactivate all currently advised functions. ad-deactivate-regexp - Command: Deactivate functions with an advice name containing REGEXP match. ad-default-compilation-action - Variable: *Defines whether to compile advised definitions during activation. ad-definition-type - Function: Return symbol that describes the type of DEFINITION. ad-disable-advice - Command: Disable the advice of FUNCTION with CLASS and NAME. ad-disable-regexp - Command: Disable all advices with names that contain a match for REGEXP. ad-do-advised-functions - Macro: `ad-dolist'-style iterator that maps over `ad-advised-functions'. ad-docstring - Function: Return the unexpanded docstring of DEFINITION. ad-dolist - Macro: A Common-Lisp-style dolist iterator with the following syntax: ad-enable-advice - Command: Enables the advice of FUNCTION with CLASS and NAME. ad-enable-advice-internal - Function: Set enable FLAG of FUNCTION's advices in CLASS matching NAME. ad-enable-regexp - Command: Enables all advices with names that contain a match for REGEXP. ad-enable-regexp-internal - Function: Set enable FLAGs of all CLASS advices whose name contains a REGEXP match. ad-find-advice - Macro: Find the first advice of FUNCTION in CLASS with NAME. ad-find-some-advice - Function: Find the first of FUNCTION's advices in CLASS matching NAME. ad-get-advice-info-field - Macro: Retrieve the value of the advice info FIELD of FUNCTION. ad-get-argument - Function: Return form to access ARGLIST's actual argument at position INDEX. ad-get-arguments - Function: Return form to access all actual arguments starting at position INDEX. ad-get-cache-class-id - Function: Return the part of FUNCTION's cache id that identifies CLASS. ad-get-enabled-advices - Function: Return the list of enabled advices of FUNCTION in CLASS. ad-handle-definition - Function: Handle re/definition of an advised FUNCTION during de/activation. ad-has-any-advice - Function: True if the advice info of FUNCTION defines at least one advice. ad-has-enabled-advice - Function: True if at least one of FUNCTION's advices in CLASS is enabled. ad-has-proper-definition - Function: True if FUNCTION is a symbol with a proper definition. ad-has-redefining-advice - Function: True if FUNCTION's advice info defines at least 1 redefining advice. ad-initialize-advice-info - Function: Initialize the advice info for FUNCTION. ad-insert-argument-access-forms - Function: Expands arg-access text macros in DEFINITION according to ARGLIST. ad-interactive-form - Function: Return the interactive form of DEFINITION. ad-is-active - Function: Return non-nil if FUNCTION is advised and activated. ad-is-advised - Macro: Return non-nil if FUNCTION has any advice info associated with it. ad-is-compilable - Function: True if FUNCTION has an interpreted definition that can be compiled. ad-lambda-expression - Function: Return the lambda expression of a function/macro/advice DEFINITION. ad-lambdafy - Macro: Take a macro function DEFINITION and make a lambda out of it. ad-macrofy - Macro: Take a lambda function DEFINITION and make a macro out of it. ad-make-advice - Function: Constructs single piece of advice to be stored in some advice-info. ad-make-advised-definition - Function: Generate an advised definition of FUNCTION from its advice info. ad-make-advised-definition-docstring - Function: Make an identifying docstring for the advised definition of FUNCTION. ad-make-advised-docstring - Function: Construct a documentation string for the advised FUNCTION. ad-make-cache-id - Function: Generate an identifying image of the current advices of FUNCTION. ad-make-hook-form - Function: Make hook-form from FUNCTION's advice bodies in class HOOK-NAME. ad-make-mapped-call - Function: Make form to call TARGET-FUNCTION with args from SOURCE-ARGLIST. ad-make-origname - Function: Make name to be used to call the original FUNCTION. ad-map-arglists - Function: Make `funcall/apply' form to map SOURCE-ARGLIST to TARGET-ARGLIST. ad-parse-arglist - Function: Parse ARGLIST into its required, optional and rest parameters. ad-pop-advised-function - Macro: Remove FUNCTION from `ad-advised-functions'. ad-preactivate-advice - Function: Preactivate FUNCTION and returns the constructed cache. ad-pushnew-advised-function - Macro: Add FUNCTION to `ad-advised-functions' unless its already there. ad-read-advice-class - Function: Read a valid advice class with completion from the minibuffer. ad-read-advice-name - Function: Read name of existing advice of CLASS for FUNCTION with completion. ad-read-advice-specification - Function: Read a complete function/class/name specification from minibuffer. ad-read-advised-function - Function: Read name of advised function with completion from the minibuffer. ad-read-regexp - Function: Read a regular expression from the minibuffer. ad-real-definition - Function: Find FUNCTION's definition at the end of function cell indirection. ad-real-documentation - Function: Return the documentation string of FUNCTION. ad-real-fset - Function: Set SYMBOL's function definition to DEFINITION, and return DEFINITION. ad-real-orig-definition - Function: Find FUNCTION's real original definition starting from its `origname'. ad-recover - Command: Try to recover FUNCTION's original definition, and unadvise it. ad-recover-all - Command: Recover all currently advised functions. Use in emergencies. ad-recover-normality - Command: Undo all advice related redefinitions and unadvises everything. ad-redefinition-action - Variable: *Defines what to do with redefinitions during Advice de/activation. ad-remove-advice - Command: Remove FUNCTION's advice with NAME from its advices in CLASS. ad-retrieve-args-form - Function: Generate a form which evaluates into names/values/types of ARGLIST. ad-safe-fset - Function: A safe `fset' which will never call `ad-activate-internal' recursively. ad-set-advice-info-field - Function: Destructively modify VALUE of the advice info FIELD of FUNCTION. ad-set-argument - Function: Return form to set ARGLIST's actual arg at INDEX to VALUE-FORM. ad-set-arguments - Function: Make form to assign elements of VALUES-FORM as actual ARGLIST args. ad-should-compile - Function: Return non-nil if the advised FUNCTION should be compiled. ad-start-advice - Command: Start the automatic advice handling magic. ad-stop-advice - Command: Stop the automatic advice handling magic. ad-subr-arglist - Function: Retrieve arglist of the subr with SUBR-NAME. ad-substitute-tree - Function: Substitute qualifying subTREEs with result of FUNCTION(subTREE). ad-unadvise - Command: Deactivate FUNCTION and then remove all its advice information. ad-unadvise-all - Command: Unadvise all currently advised functions. ad-update - Command: Update the advised definition of FUNCTION if its advice is active. ad-update-all - Command: Update all currently advised functions. ad-update-regexp - Command: Update functions with an advice name containing a REGEXP match. ad-verify-cache-id - Function: True if FUNCTION's cache-id is compatible with its current advices. ad-with-originals - Macro: Binds FUNCTIONS to their original definitions and execute BODY. ada-add-extensions - Function: Define SPEC and BODY as being valid extensions for Ada files. ada-find-file - Command: Open a file anywhere in the source path. ada-header - Command: Insert a descriptive header at the top of the file. ada-mode - Command: Ada mode is the major mode for editing Ada code. adaptive-fill-first-line-regexp - Variable: *Regexp specifying whether to set fill prefix from a one-line paragraph. adaptive-fill-function - Variable: *Function to call to choose a fill prefix for a paragraph, or nil. adaptive-fill-mode - Variable: *Non-nil means determine a paragraph's fill prefix from its text. adaptive-fill-regexp - Variable: *Regexp to match text at start of line that constitutes indentation. add-change-log-entry - Command: Find change log file, and add an entry for today and an item for this file. add-change-log-entry-other-window - Command: Find change log file in other window and add entry and item. add-global-abbrev - Command: Define global (all modes) abbrev for last word(s) before point. add-hook - Function: Add to the value of HOOK the function FUNCTION. add-log-c-like-modes - Variable: *Modes that look like C to `add-log-current-defun'. add-log-current-defun - Function: Return name of function definition point is in, or nil. add-log-current-defun-function - Variable: *If non-nil, function to guess name of surrounding function. add-log-full-name - Variable: *Full name of user, for inclusion in ChangeLog daily headers. add-log-lisp-like-modes - Variable: *Modes that look like Lisp to `add-log-current-defun'. add-log-mailing-address - Variable: Email addresses of user, for inclusion in ChangeLog headers. add-log-tex-like-modes - Variable: *Modes that look like TeX to `add-log-current-defun'. add-minor-mode - Function: Register a new minor mode. add-mode-abbrev - Command: Define mode-specific abbrev for last word(s) before point. add-name-to-file - Command: Give FILE additional name NEWNAME. Both args must be strings. add-submenu - Function: Add submenu SUBMENU in the menu at MENU-PATH. add-text-properties - Function: Add properties to the text from START to END. add-timeout - Function: Add a timer to run SECS seconds from now, to call FUNCTION on OBJECT. add-to-coding-system-list - Function: Add CODING-SYSTEM to `coding-system-list' while keeping it sorted. add-to-diary-list - Function: Add an entry to `diary-entries-list'. add-to-history - Function: Add NEWELT to the history list stored in the variable HISTORY-VAR. add-to-invisibility-spec - Function: Add ELEMENT to `buffer-invisibility-spec'. add-to-list - Function: Add ELEMENT to the value of LIST-VAR if it isn't there yet. add-to-ordered-list - Function: Add ELEMENT to the value of LIST-VAR if it isn't there yet. adelete - Function: Delete a key-value pair from the alist. adjoin - Function: Return ITEM consed onto the front of LIST only if it's not already there. adjust-window-trailing-edge - Function: Adjust the bottom or right edge of WINDOW by DELTA. advertised-undo - Command: Undo some previous changes. advertised-widget-backward - Command: Move point to the previous field or button. advertized-bbdb-delete-current-field-or-record - Command: Delete the line which the cursor is on; actually, delete the field which advice - Group: An overloading mechanism for Emacs Lisp functions. aelement - Function: Makes a list of a cons cell containing car of KEY and cdr of VALUE. after-change-functions - Variable: List of functions to call after each text change. after-change-major-mode-hook - Variable: Normal hook run at the very end of major mode functions. after-find-file - Function: Called after finding a file and by the default revert function. after-init-hook - Variable: Normal hook run after loading the init files, `~/.emacs' and `default.el'. after-insert-file-functions - Variable: A list of functions to be called at the end of `insert-file-contents'. after-insert-file-set-coding - Function: Set `buffer-file-coding-system' of current buffer after text is inserted. after-load-alist - Variable: An alist of expressions to be evalled when particular files are loaded. after-make-frame-functions - Variable: Functions to run after a frame is created. after-revert-hook - Variable: Normal hook for `revert-buffer' to run after reverting. after-save-hook - Variable: Normal hook that is run after a buffer is saved to its file. after-setting-font-hook - Variable: Functions to run after a frame's font has been changed. aget - Function: Returns the value in ALIST that is associated with KEY. aheadsym - Function: Return the key symbol at the head of ALIST. ajk/my-cleanup-then-save-buffers-kill-emacs - Command: Clean up before saving buffers and killing Emacs. alias-generic-mode - Command: Mode for C Shell alias files. align - Command: Attempt to align a region based on a set of alignment rules. align-current - Command: Call `align' on the current alignment section. align-entire - Command: Align the selected region as if it were one alignment section. align-highlight-rule - Command: Highlight the whitespace which a given rule would have modified. align-newline-and-indent - Command: A replacement function for `newline-and-indent', aligning as it goes. align-regexp - Command: Align the current region using an ad-hoc rule read from the minibuffer. align-unhighlight-rule - Command: Remove any highlighting that was added by `align-highlight-rule'. alist - Widget: An association list. all-bahai-calendar-holidays - Variable: If nil, show only major holidays from the Baha'i calendar. all-christian-calendar-holidays - Variable: If nil, show only major holidays from the Christian calendar. all-completions - Function: Search for partial matches to STRING in ALIST. all-hebrew-calendar-holidays - Variable: If nil, show only major holidays from the Hebrew calendar. all-islamic-calendar-holidays - Variable: If nil, show only major holidays from the Islamic calendar. alloc - Group: Storage allocation and gc for GNU Emacs Lisp interpreter. allout-mode - Command: Toggle minor mode for controlling exposure and editing of text outlines. alter-text-property - Function: Programmatically change value of a text-property. alternate-fontname-alist - Variable: Alist of fontname vs list of the alternate fontnames. amake - Function: Make an association list. american-calendar - Command: Set the interpretation and display of dates to the American style. american-calendar-display-form - Variable: Pseudo-pattern governing the way a date appears in the American style. american-date-diary-pattern - Variable: List of pseudo-patterns describing the American patterns of date used. and - Function: Eval args until one of them yields nil, then return nil. ange-ftp-completion-hook-function - Function: Provides support for ange-ftp host name completion. ange-ftp-re-read-dir - Command: Reread remote directory DIR to update the directory cache. ange-ftp-reread-dir - Command: Reread remote directory DIR to update the directory cache. animate-birthday-present - Command: Display one's birthday present in a new buffer. animate-n-steps - Variable: Number of steps to use `animate-string'. animate-sequence - Function: Display strings from LIST-OF-STRING with animation in a new buffer. animate-string - Function: Display STRING starting at position VPOS, HPOS, using animation. anot-head-p - Function: Find out if a specified key-value pair is not at the head of an alist. ansi-color-for-comint-mode-on - Command: Set `ansi-color-for-comint-mode' to t. ansi-color-process-output - Function: Maybe translate SGR control sequences of comint output into text-properties. ansi-term - Command: Start a terminal-emulator in a new buffer. antlr-mode - Command: Major mode for editing ANTLR grammar files. antlr-set-tabs - Function: Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'. antlr-show-makefile-rules - Command: Show Makefile rules for all grammar files in the current directory. apache-conf-generic-mode - Command: Generic mode for Apache or HTTPD configuration files. apache-log-generic-mode - Command: Mode for Apache log files append - Function: Concatenate all the arguments and make the result a list. append-next-kill - Command: Cause following command, if it kills, to append to previous kill. append-to-buffer - Command: Append to specified buffer the text of the region. append-to-file - Command: Append the contents of the region to the end of file FILENAME. append-to-register - Command: Append region to text in register REGISTER. applications - Group: Applications written in Emacs. apply - Function: Call FUNCTION with our remaining args, using our last arg as list of args. apply-macro-to-region-lines - Command: Apply last keyboard macro to all lines in the region. appt - Group: Appointment notification. appt-activate - Command: Toggle checking of appointments. appt-add - Command: Add an appointment for today at NEW-APPT-TIME with message NEW-APPT-MSG. appt-audible - Variable: *Non-nil means beep to indicate appointment. appt-buffer-name - Variable: Name of the appointments buffer. appt-check - Function: Check for an appointment and update any reminder display. appt-convert-time - Function: Convert hour:min[am/pm] format to minutes from midnight. appt-delete - Command: Delete an appointment from the list of appointments. appt-delete-window - Function: Function called to undisplay appointment messages. appt-delete-window-function - Variable: Function called to remove appointment window and buffer. appt-disp-window - Function: Display appointment message APPT-MSG in a separate buffer. appt-disp-window-function - Variable: Function called to display appointment window. appt-display-count - Variable: Internal variable used to count number of consecutive reminders. appt-display-diary - Variable: *Non-nil displays the diary when the appointment list is first initialized. appt-display-duration - Variable: *The number of seconds an appointment message is displayed. appt-display-format - Variable: How appointment reminders should be displayed. appt-display-interval - Variable: *Number of minutes to wait between checking the appointment list. appt-display-message - Function: Display a reminder about an appointment. appt-display-mode-line - Variable: *Non-nil means display minutes to appointment and time on the mode line. appt-issue-message - Variable: *Non-nil means check for appointments in the diary buffer. appt-make-list - Function: Update the appointments list from today's diary buffer. appt-max-time - Variable: 11:59pm in minutes - number of minutes in a day minus 1. appt-message-warning-time - Variable: *Time in minutes before an appointment that the warning begins. appt-mode-string - Variable: String being displayed in the mode line saying you have an appointment. appt-msg-window - Variable: *Non-nil means display appointment message in another window. appt-now-displayed - Variable: Non-nil when we have started notifying about a appointment that is near. appt-prev-comp-time - Variable: Time of day (mins since midnight) at which we last checked appointments. appt-select-lowest-window - Function: Select the lowest window on the frame. appt-sort-list - Function: Sort an appointment list, putting earlier items at the front. appt-time-msg-list - Variable: The list of appointments for today. appt-timer - Variable: Timer used for diary appointment notifications (`appt-check'). appt-update-list - Function: If the current buffer is visiting the diary, update appointments. appt-visible - Variable: *Non-nil means display appointment message in echo area. apropos - Command: Show all meaningful Lisp symbols whose names match PATTERN. - Group: Apropos commands for users and programmers. apropos-accumulator - Variable: Alist of symbols already found in current apropos run. apropos-all-words - Variable: Current list of words and synonyms. apropos-all-words-regexp - Variable: Regexp matching apropos-all-words. apropos-calc-scores - Function: Return apropos scores for string STR matching WORDS. apropos-command - Command: Show commands (interactively callable functions) that match PATTERN. apropos-describe-plist - Function: Display a pretty listing of SYMBOL's plist. apropos-do-all - Variable: *Whether the apropos commands should do more. apropos-documentation - Command: Show symbols whose documentation contains matches for PATTERN. apropos-documentation-property - Function: Like (documentation-property SYMBOL PROPERTY RAW) but handle errors. apropos-documentation-sort-by-scores - Variable: *Non-nil means sort matches by scores; best match is shown first. apropos-false-hit-str - Function: Return t if STR is not really matched by the current keywords. apropos-false-hit-symbol - Function: Return t if SYMBOL is not really matched by the current keywords. apropos-files-scanned - Variable: List of elc files already scanned in current run of `apropos-documentation'. apropos-follow - Command: Invokes any button at point, otherwise invokes the nearest label button. apropos-internal - Function: Show all symbols whose names contain match for REGEXP. apropos-item - Variable: Current item in or for `apropos-accumulator'. apropos-keybinding-face - Variable: *Face for lists of keybinding in Apropos output, or nil for none. apropos-label-face - Variable: *Face for label (`Command', `Variable' ...) in Apropos output. apropos-macrop - Function: Return t if SYMBOL is a Lisp macro. apropos-match-face - Variable: *Face for matching text in Apropos documentation/value, or nil for none. apropos-mode - Command: Major mode for following hyperlinks in output of apropos commands. apropos-mode-hook - Variable: *Hook run when mode is turned on. apropos-mode-map - Variable: Keymap used in Apropos mode. apropos-next-label-button - Function: Return the next apropos label button after POS, or nil if there's none. apropos-parse-pattern - Function: Rewrite a list of words to a regexp matching all permutations. apropos-pattern - Variable: Apropos pattern as entered by user. apropos-pattern-quoted - Variable: Apropos pattern passed through `regexp-quoute'. apropos-print - Function: Output result of apropos searching into buffer `*Apropos*'. apropos-property-face - Variable: *Face for property name in apropos output, or nil for none. apropos-read-pattern - Function: Read an apropos pattern, either a word list or a regexp. apropos-regexp - Variable: Regexp used in current apropos run. apropos-safe-documentation - Function: Like `documentation', except it avoids calling `get_doc_string'. apropos-score-doc - Function: Return apropos score for documentation string DOC. apropos-score-str - Function: Return apropos score for string STR. apropos-score-symbol - Function: Return apropos score for SYMBOL. apropos-sort-by-scores - Variable: *Non-nil means sort matches by scores; best match is shown first. apropos-symbol-button-display-help - Function: Display further help for the `apropos-symbol' button BUTTON. apropos-symbol-face - Variable: *Face for symbol name in Apropos output, or nil for none. apropos-synonyms - Variable: List of synonyms known by apropos. apropos-true-hit - Function: Return t if STR is a genuine hit. apropos-true-hit-doc - Function: Return t if DOC is really matched by the current keywords. apropos-value - Command: Show all symbols whose value's printed representation matches PATTERN. apropos-variable - Command: Show user variables that match PATTERN. apropos-words - Variable: Current list of apropos words extracted from `apropos-pattern'. apropos-words-to-regexp - Function: Make regexp matching any two of the words in WORDS. apropos-zippy - Command: Return a list of all Zippy quotes matching REGEXP. aput - Function: Inserts a key-value pair into an alist. archive-mode - Function: Major mode for viewing an archive file in a dired-like way. aref - Function: Return the element of ARRAY at index IDX. arp - Command: Run the arp program. array-mode - Command: Major mode for editing arrays. arrayp - Function: Return t if OBJECT is an array (string or vector). article-babel - Command: Translate article using an online translation service. article-capitalize-sentences - Command: Capitalize the first word in each sentence. article-date-english - Command: Convert the current article date to something that is proper English. article-date-iso8601 - Command: Convert the current article date to ISO8601. article-date-lapsed - Command: Convert the current article date to time lapsed since it was sent. article-date-local - Command: Convert the current article date to the local timezone. article-date-original - Command: Convert the current article date to what it was originally. article-date-user - Command: Convert the current article date to the user-defined format. article-date-ut - Command: Convert DATE date to universal time in the current article. article-de-base64-unreadable - Command: Translate a base64 article. article-de-quoted-unreadable - Command: Translate a quoted-printable-encoded article. article-decode-HZ - Command: Translate a HZ-encoded article. article-decode-charset - Command: Decode charset-encoded text in the article. article-decode-encoded-words - Function: Remove encoded-word encoding from headers. article-decode-group-name - Function: Decode group names in `Newsgroups:'. article-decode-idna-rhs - Function: Decode IDNA strings in RHS in various headers in current buffer. article-decode-mime-words - Command: Decode all MIME-encoded words in the article. article-display-face - Command: Display any Face headers in the header. article-display-x-face - Command: Look for an X-Face header and display it if present. article-emphasize - Command: Emphasize text according to `gnus-emphasis-alist'. article-fill-long-lines - Command: Fill lines that are wider than the window width. article-goto-body - Function: Place point at the start of the body. article-hide-boring-headers - Command: Toggle hiding of headers that aren't very interesting. article-hide-headers - Command: Hide unwanted headers and possibly sort them as well. article-hide-list-identifiers - Command: Remove list identifies from the Subject header. article-hide-pem - Command: Toggle hiding of any PEM headers and signatures in the current article. article-hide-signature - Command: Hide the signature in the current article. article-make-date-line - Function: Return a DATE line of TYPE. article-narrow-to-head - Function: Narrow the buffer to the head of the message. article-normalize-headers - Command: Make all header lines 40 characters long. article-really-strip-banner - Function: Strip the banner specified by the argument. article-remove-cr - Command: Remove trailing CRs and then translate remaining CRs into LFs. article-remove-leading-whitespace - Command: Remove excessive whitespace from all headers. article-remove-trailing-blank-lines - Command: Remove all trailing blank lines from the article. article-strip-all-blank-lines - Command: Strip all blank lines. article-strip-banner - Command: Strip the banners specified by the `banner' group parameter and by article-strip-blank-lines - Command: Strip leading, trailing and multiple blank lines. article-strip-headers-in-body - Command: Strip offensive headers from bodies. article-strip-leading-blank-lines - Command: Remove all blank lines from the beginning of the article. article-strip-leading-space - Command: Remove all white space from the beginning of the lines in the article. article-strip-multiple-blank-lines - Command: Replace consecutive blank lines with one empty line. article-strip-trailing-space - Command: Remove all white space from the end of the lines in the article. article-time-units - Variable: Mapping from time units to seconds. article-translate-characters - Function: Translate all characters in the body of the article according to FROM and TO. article-translate-strings - Function: Translate all string in the body of the article according to MAP. article-treat-dumbquotes - Command: Translate M****s*** sm*rtq**t*s and other symbols into proper text. article-treat-overstrike - Command: Translate overstrikes into bold text. article-unsplit-urls - Command: Remove the newlines that some other mailers insert into URLs. article-update-date-lapsed - Function: Function to be run from a timer to update the lapsed time line. article-verify-cancel-lock - Command: Verify Cancel-Lock header. article-verify-x-pgp-sig - Command: Verify X-PGP-Sig. article-wash-html - Command: Format an HTML article. artist-mode - Command: Toggle artist mode. With arg, turn artist mode on if arg is positive. aset - Function: Store into the element of ARRAY at index IDX the value NEWELT. ash - Function: Return VALUE with its bits shifted left by COUNT. asin - Function: Return the inverse sine of ARG. ask-user-about-lock - Function: Ask user what to do when he wants to edit FILE but it is locked by OPPONENT. ask-user-about-supersession-threat - Function: Ask a user who is about to modify an obsolete buffer what to do. asm-mode - Command: Major mode for editing typical assembler code. asort - Function: Move a specified key-value pair to the head of an alist. assert - Macro: Verify that FORM returns non-nil; signal an error if not. assoc - Function: Return non-nil if KEY is `equal' to the car of an element of LIST. assoc* - Function: Find the first item whose car matches ITEM in LIST. assoc-default - Function: Find object KEY in a pseudo-alist ALIST. assoc-if - Function: Find the first item whose car satisfies PREDICATE in LIST. assoc-if-not - Function: Find the first item whose car does not satisfy PREDICATE in LIST. assoc-ignore-case - Function: Like `assoc', but ignores differences in case and text representation. assoc-ignore-representation - Function: Like `assoc', but ignores differences in text representation. assoc-string - Function: Like `assoc' but specifically for strings. assq - Function: Return non-nil if KEY is `eq' to the car of an element of LIST. assq-delete-all - Function: Delete from ALIST all elements whose car is `eq' to KEY. atan - Function: Return the inverse tangent of the arguments. atom - Function: Return t if OBJECT is not a cons cell. This includes nil. atomic-change-group - Macro: Perform BODY as an atomic change group. auto-coding-alist - Variable: Alist of filename patterns vs corresponding coding systems. auto-coding-alist-lookup - Function: Return the coding system specified by `auto-coding-alist' for FILENAME. auto-coding-functions - Variable: A list of functions which attempt to determine a coding system. auto-coding-regexp-alist - Variable: Alist of patterns vs corresponding coding systems. auto-coding-regexp-alist-lookup - Function: Lookup `auto-coding-regexp-alist' for the contents of the current buffer. auto-compression-mode - Command: Toggle automatic file compression and uncompression. - Variable: Non-nil if Auto-Compression mode is enabled. auto-fill-chars - Variable: A char-table for characters which invoke auto-filling. auto-fill-function - Function: Automatically break line at a previous space, in insertion of text. - Variable: Function called (if non-nil) to perform auto-fill. auto-fill-inhibit-regexp - Variable: *Regexp to match lines which should not be auto-filled. auto-fill-mode - Command: Toggle Auto Fill mode. auto-hscroll-mode - Variable: *Allow or disallow automatic scrolling windows horizontally. auto-image-file-mode - Command: Toggle visiting of image files as images. - Variable: Non-nil if Auto-Image-File mode is enabled. auto-insert - Command: Insert default contents into new files if variable `auto-insert' is non-nil. auto-insert-mode - Command: Toggle Auto-insert mode. - Variable: Non-nil if Auto-Insert mode is enabled. auto-lower-mode - Command: Toggle whether or not the selected frame should auto-lower. auto-mode-alist - Variable: Alist of filename patterns vs corresponding major mode functions. auto-mode-interpreter-regexp - Variable: Regexp matching interpreters, for file mode determination. auto-raise-mode - Command: Toggle whether or not the selected frame should auto-raise. auto-raise-tool-bar-buttons - Variable: *Non-nil means raise tool-bar buttons when the mouse moves over them. auto-resize-tool-bars - Variable: *Non-nil means automatically resize tool-bars. auto-revert-mode - Command: Toggle reverting buffer when file on disk changes. auto-revert-tail-mode - Command: Toggle reverting tail of buffer when file on disk grows. auto-save - Group: Preventing accidential loss of data. auto-save-default - Variable: Non-nil says by default do auto-saving of every file-visiting buffer. auto-save-file-name-p - Function: Return non-nil if FILENAME can be yielded by `make-auto-save-file-name'. auto-save-file-name-transforms - Variable: Transforms to apply to buffer file name before making auto-save file name. auto-save-hook - Variable: Normal hook run just before auto-saving. auto-save-interval - Variable: *Number of input events between auto-saves. auto-save-list-file-name - Variable: File name in which we write a list of all auto save file names. auto-save-list-file-prefix - Variable: Prefix for generating `auto-save-list-file-name'. auto-save-mode - Command: Toggle auto-saving of contents of current buffer. auto-save-timeout - Variable: *Number of seconds idle time before auto-save. auto-save-visited-file-name - Variable: Non-nil says auto-save a buffer in the file it is visiting, when practical. auto-show-mode - Command: This command is obsolete. - Variable: Obsolete. auto-window-vscroll - Variable: *Non-nil means to automatically adjust `window-vscroll' to view tall lines. autoarg-kp-mode - Command: Toggle Autoarg-KP minor mode globally. - Variable: Non-nil if Autoarg-Kp mode is enabled. autoarg-mode - Command: Toggle Autoarg minor mode globally. - Variable: Non-nil if Autoarg mode is enabled. autoconf-mode - Command: Major mode for editing Autoconf configure.in files. autoload - Function: Define FUNCTION to autoload from FILE. autoload-coding-system - Function: Define SYMBOL as a coding-system that is defined on demand. automount-dir-prefix - Variable: Regexp to match the automounter prefix in a directory name. awk-mode - Command: Major mode for editing AWK code. awk-mode-abbrev-table - Variable: Abbreviation table used in awk-mode buffers. awk-mode-hook - Variable: *Hook called by `awk-mode'. awk-mode-map - Variable: Keymap used in awk-mode buffers. back-to-indentation - Command: Move point to the first non-whitespace character on this line. backquote - Macro: Argument STRUCTURE describes a template to build. backquote-backquote-symbol - Variable: Symbol used to represent a backquote or nested backquote. backquote-list* - Macro: Like `list' but the last argument is the tail of the new list. backquote-list*-function - Function: Like `list' but the last argument is the tail of the new list. backquote-list*-macro - Macro: Like `list' but the last argument is the tail of the new list. backquote-splice-symbol - Variable: Symbol used to represent a splice inside a backquote. backquote-unquote-symbol - Variable: Symbol used to represent an unquote inside a backquote. backtrace - Command: Print a trace of Lisp function calls currently active. backtrace-debug - Function: Set the debug-on-exit flag of eval frame LEVEL levels down to FLAG. backtrace-frame - Function: Return the function and arguments NFRAMES up from current execution point. backup - Group: Backups of edited data files. backup-buffer - Function: Make a backup of the disk file visited by the current buffer, if appropriate. backup-by-copying - Variable: Non-nil means always use copying to create backup files. backup-by-copying-when-linked - Variable: Non-nil means use copying to create backups for files with multiple names. backup-by-copying-when-mismatch - Variable: Non-nil means create backups by copying if this preserves owner or group. backup-by-copying-when-privileged-mismatch - Variable: Non-nil means create backups by copying to preserve a privileged owner. backup-directory-alist - Variable: Alist of filename patterns and backup directory names. backup-enable-predicate - Variable: Predicate that looks at a file name and decides whether to make backups. backup-extract-version - Function: Given the name of a numeric backup file, FN, return the backup number. backup-file-name-p - Function: Return non-nil if FILE is a backup file name (numeric or not). backup-inhibited - Variable: Non-nil means don't make a backup, regardless of the other parameters. backward-button - Command: Move to the Nth previous button, or Nth next button if N is negative. backward-char - Command: Move point left N characters (right if N is negative). backward-delete-char - Command: Delete the previous N characters (following if N is negative). backward-delete-char-untabify - Command: Delete characters backward, changing tabs into spaces. backward-delete-char-untabify-method - Variable: *The method for untabifying when deleting backward. backward-kill-paragraph - Command: Kill back to start of paragraph. backward-kill-sentence - Command: Kill back from point to start of sentence. backward-kill-sexp - Command: Kill the sexp (balanced expression) preceding point. backward-kill-word - Command: Kill characters backward until encountering the end of a word. backward-list - Command: Move backward across one balanced group of parentheses. backward-page - Command: Move backward to page boundary. With arg, repeat, or go fwd if negative. backward-paragraph - Command: Move backward to start of paragraph. backward-prefix-chars - Function: Move point backward over any number of chars with prefix syntax. backward-sentence - Command: Move backward to start of sentence. With arg, do it arg times. backward-sexp - Command: Move backward across one balanced expression (sexp). backward-to-indentation - Command: Move backward ARG lines and position at first nonblank character. backward-up-list - Command: Move backward out of one level of parentheses. backward-word - Command: Move backward until encountering the beginning of a word. bahai-diary-entry-symbol - Variable: Symbol indicating a diary entry according to the Baha'i calendar. bahai-holidays - Variable: Baha'i holidays. balance-windows - Command: Make windows the same heights or widths in window split subtrees. barf-if-buffer-read-only - Function: Signal a `buffer-read-only' error if the current buffer is read-only. base64-decode-region - Command: Base64-decode the region between BEG and END. base64-decode-string - Function: Base64-decode STRING and return the result. base64-encode-region - Command: Base64-encode the region between BEG and END. base64-encode-string - Function: Base64-encode STRING and return the result. bashdb - Command: Run bashdb on program FILE in buffer *gud-FILE*. basic-faces - Group: The standard faces of Emacs. basic-save-buffer - Command: Save the current buffer in its visited file, if it has been modified. batch-byte-compile - Function: Run `byte-compile-file' on the files remaining on the command line. batch-byte-compile-if-not-done - Function: Like `byte-compile-file' but doesn't recompile if already up to date. batch-byte-recompile-directory - Function: Run `byte-recompile-directory' on the dirs remaining on the command line. batch-info-validate - Function: Runs `Info-validate' on the files remaining on the command line. batch-titdic-convert - Function: Run `titdic-convert' on the files remaining on the command line. batch-unrmail - Function: Convert Rmail files to system inbox format. batch-update-autoloads - Function: Update loaddefs.el autoloads in batch mode. battery - Command: Display battery status information in the echo area. - Group: Display battery status information. battery-echo-area-format - Variable: *Control string formatting the string to display in the echo area. battery-format - Function: Substitute %-sequences in FORMAT. battery-linux-proc-acpi - Function: Get ACPI status information from Linux kernel. battery-linux-proc-apm - Function: Get APM status information from Linux kernel. battery-linux-proc-apm-regexp - Variable: Regular expression matching contents of `/proc/apm'. battery-load-critical - Variable: *Upper bound of critical battery load percentage. battery-load-low - Variable: *Upper bound of low battery load percentage. battery-mode-line-format - Variable: *Control string formatting the string to display in the mode line. battery-mode-line-string - Variable: String to display in the mode line. battery-pmset - Function: Get battery status information using `pmset'. battery-status-function - Variable: *Function for getting battery status information. battery-update - Function: Update battery status information in the mode line. battery-update-interval - Variable: *Seconds after which the battery status will be updated. battery-update-timer - Variable: Interval timer object. baud-rate - Function: Return the value of the `baud-rate' variable. - Variable: *The output baud rate of the terminal. bbdb - Command: Display all entries in the BBDB matching the regexp STRING - Group: The Insidious Big Brother Database. bbdb-add-new-field - Function: Programmatically add a new field called NAME. Returns the list of propnames. bbdb-add-or-remove-mail-alias - Command: Add NEWALIAS in all RECORDS or remove it if DELETE it t. bbdb-address - Variable: Used for inter-function communication between the functions bbdb-address-edit-continental - Function: Function to use for address editing. bbdb-address-edit-default - Function: Function to use for address editing. bbdb-address-editing-function - Variable: Function to use for address editing. bbdb-address-formatting-alist - Variable: Alist of address identifying and address formatting functions. bbdb-address-is-continental - Function: Return non-nil if the address ADDR is a continental address. bbdb-addresses-label-list - Variable: *List of labels for Address field. bbdb-after-change-hook - Variable: *Hook or hooks invoked each time a BBDB record is altered. Invoked with bbdb-after-read-db-hook - Variable: *Hook or hooks invoked (with no arguments) just after the Insidious Big bbdb-alist-with-header - Widget: My group bbdb-always-add-addresses - Variable: *If this is true, then when the Insidious Big Brother Database notices bbdb-annotate-message-sender - Function: Fills the record corresponding to the sender with as much info as possible. bbdb-annotate-notes - Function: Add an annotation to a record. bbdb-append-records - Command: Typing + in the *BBDB* buffer makes the next search/display command to append bbdb-apply-next-command-to-all-records - Command: Typing * in the *BBDB* buffer makes the next command operate on all bbdb-auto-fill-function - Function: Automatically break line at a previous space, in insertion of text. bbdb-auto-notes-alist - Variable: *An alist which lets you have certain pieces of text automatically added bbdb-auto-notes-hook - Function: For use as a `bbdb-notice-hook'. This might automatically add some text bbdb-auto-notes-ignore - Variable: Alist of headers and regexps to ignore in `bbdb-auto-notes-hook'. bbdb-auto-notes-ignore-all - Variable: Alist of headers and regexps which cause the entire message to be ignored bbdb-auto-revert-p - Variable: *If this variable is true and the BBDB file is noticed to have changed on bbdb-buffers-with-message-caches - Variable: A list of all the buffers which have stuff on their `bbdb-message-cache' bbdb-canonical-hosts - Variable: Certain sites have a single mail-host; for example, all mail originating bbdb-canonicalize-net-hook - Variable: *If this is non-nil, it should be a function of one arg: a network address bbdb-canonicalize-redundant-nets-p - Variable: *If this is non-nil, redundant network addresses will be ignored. bbdb-case-fold-search - Variable: *This is the value of `case-fold-search' used by `bbdb' and friends. bbdb-change-hook - Variable: *Hook or hooks invoked each time a BBDB record is altered. Invoked with bbdb-change-record - Function: Update the database after a change to the given record. Second arg bbdb-changed - Command: Display all entries in the bbdb database which have been changed since bbdb-check-zip-codes-p - Variable: If non-nil, require legal zip codes when entering an address. bbdb-clean-username - Function: Strips garbage from the user full name string. bbdb-company - Command: Display all entries in BBDB matching STRING in the company field. bbdb-compare-records - Macro: Builds a lambda comparison function that takes one argument, REC. bbdb-complete-clicked-name - Function: Find the record for a name clicked in a completion buffer. bbdb-complete-name - Command: Complete the user full-name or net-address before point (up to the bbdb-complete-name-allow-cycling - Variable: Whether to allow cycling of email addresses when calling bbdb-complete-name-hooks - Variable: List of functions called after a sucessful completion. bbdb-completing-read-one-record - Function: Prompt for and return a single record from the bbdb; bbdb-completing-read-record - Function: Prompt for and return a record from the bbdb. bbdb-completion-display-record - Variable: *Whether `bbdb-complete-name' ( bbdb-completion-predicate - Function: For use as the third argument to `completing-read'. bbdb-completion-type - Variable: *Controls the behaviour of `bbdb-complete-name'. If nil, completion is bbdb-continental-zip-regexp - Variable: Regexp matching continental zip codes. bbdb-copy-thing - Function: Copy a thing. Handles vectors, strings, markers, numbers, conses, bbdb-create - Command: Add a new entry to the bbdb database ; prompts for all relevant info bbdb-create-ftp-site - Command: Add a new ftp-site entry to the bbdb database. bbdb-create-hook - Variable: *Hook or hooks invoked each time a new BBDB record is created. Invoked bbdb-create-internal - Function: Adds a record to the database; this function does a fair amount of bbdb-creation-date-hook - Function: For use as a `bbdb-create-hook'; adds a notes-field called `creation-date' bbdb-creation-newer - Command: *Display records with creation-date newer than DATE. bbdb-creation-no-change - Command: *Display records that have the same timestamp and creation-date. bbdb-creation-older - Command: *Display records with creation-date older than DATE. bbdb-current-record - Function: Returns the record which the point is point at. In linear time, man... bbdb-data-completion-default - Function: Figure out a default value from the completion list for FIELD. bbdb-data-completion-list - Function: Figure out a completion list for the specified FIELD value. bbdb-database - Group: Variables that affect the database as a whole bbdb-decache-message - Function: Remove an element form the cache. bbdb-default-area-code - Variable: *The default area code to use when prompting for a new phone number. bbdb-default-country - Variable: *Default country to use if none is specified. bbdb-default-domain - Variable: *The default domain to append when prompting for a new net address. bbdb-default-label-list - Variable: *Default list of labels for Address and Phone fields. bbdb-define-all-aliases - Command: Define mail aliases for some of the records in the database. bbdb-define-all-aliases-field - Variable: *The field which `bbdb-define-all-aliases' searches for. bbdb-define-all-aliases-mode - Variable: *The type of alias which are created. bbdb-defstruct - Macro: Make two functions, one for each slot. The functions are: bbdb-delete-current-field-or-record - Command: Delete the line which the cursor is on; actually, delete the field which bbdb-delete-current-record - Command: Delete the entire bbdb database entry which the cursor is within. bbdb-delete-extent - Function: Delete the overlay OVERLAY from its buffer. bbdb-delete-redundant-nets - Function: Deletes redundant network addresses. bbdb-desc-to-menu - Function: Return the argument unchanged. bbdb-dial - Command: Dial the number at point. bbdb-dial-local-prefix - Variable: Local prefix digits. bbdb-dial-local-prefix-alist - Variable: Mapping to remove local prefixes from numbers. bbdb-dial-long-distance-prefix - Variable: Long distance prefix digits. bbdb-dial-number - Command: Dial the number specified by PHONE-STRING. bbdb-display - Command: Prompts for and displays a single record (this is faster than searching.) bbdb-display-all-records-completely - Command: Show all the fields of all currently displayed records. bbdb-display-completion-list - Function: Wrapper for `display-completion-list'. bbdb-display-layout - Variable: *The default display layout. bbdb-display-layout-alist - Variable: *An alist describing each display layout. bbdb-display-message - Command: Do nothing and return nil. bbdb-display-record-completely - Command: Show all the fields of the current record. bbdb-display-record-with-layout - Command: Show all the fields of the current record using LAYOUT. bbdb-display-some - Function: Display records according to FUNCTION. FUNCTION is called with one bbdb-divide-name - Function: divide the string into a first name and a last name, cleverly. bbdb-do-all-records-p - Macro: Whether the last command was `bbdb-apply-next-command-to-all-records'. bbdb-dwim-net-address - Function: Returns a string to use as the email address of the given record. The bbdb-dwim-net-address-allow-redundancy - Variable: *Non-nil means always use full name when sending mail, even if same as net. bbdb-edit-current-field - Command: Edit the contents of the Insidious Big Brother Database field displayed on bbdb-electric-p - Variable: *Whether bbdb mode should be `electric' like `electric-buffer-list'. bbdb-electric-throw-to-execute - Function: Exit the `electric-command-loop' and evaluate the given form. bbdb-encache-message - Function: Cache the BBDB-RECORDS for a message identified by MESSAGE-KEY and bbdb-event-to-character - Command: Do nothing and return nil. bbdb-expand-mail-aliases - Variable: If non-nil, expand mail aliases in `bbdb-complete-name'. bbdb-extent-at - Function: NOT FULL XEMACS IMPLEMENTATION bbdb-extent-end-position - Function: Return the position at which OVERLAY ends. bbdb-extent-property - Function: Get the property of overlay OVERLAY with property name PROP. bbdb-extent-start-position - Function: Return the position at which OVERLAY starts. bbdb-extent-string - Command: Do nothing and return nil. bbdb-extract-address-component-handler - Variable: *Specifies how `bbdb-extract-address-components' reports errors. bbdb-extract-address-component-ignore-regexp - Variable: *A regexp matching addresses which should be ignored. bbdb-extract-address-component-regexps - Variable: *List of regexps matching headers. bbdb-extract-address-components - Function: Return a list of address components found in ADSTRING. bbdb-extract-address-components-func - Variable: Function called to parse one or more email addresses. bbdb-extract-field-value - Function: Given the name of a field (like "Subject") this returns the value of bbdb-file - Variable: *The name of the Insidious Big Brother Database file. bbdb-file-coding-system - Variable: Coding system used for reading and writing `bbdb-file'. bbdb-file-format-migration - Variable: A cons of two elements: the version read, and the version to write. bbdb-file-remote - Variable: *The remote file to save the database to. bbdb-file-remote-save-always - Variable: *Should the `bbdb-file-remote' file be saved whenever the database is saved? bbdb-find-duplicates - Function: Find all records that have duplicate entries for given FIELDS. bbdb-find-face - Function: Retrieve the face named NAME. bbdb-finger - Command: Finger the network address of a BBDB record. bbdb-finger-buffer-name - Variable: The buffer into which finger output should be directed. bbdb-finger-host-field - Variable: *The field for special net addresses used by "M-x bbdb-finger". bbdb-force-record-create - Command: Force automatic creation of a BBDB records for the current message. bbdb-format-address - Function: Call appropriate formatting function for address ADDR. bbdb-format-address-continental - Function: Insert formated continental address ADDR in current buffer. bbdb-format-address-default - Function: Insert formated address ADDR in current buffer. bbdb-format-record - Function: Insert a formatted version of RECORD into the current buffer. bbdb-format-record-creation-date - Function: Convert a date from the BBDB internal format to the format bbdb-format-record-layout-full-multi-line - Function: Record formatting function for the multi-line layout. bbdb-format-record-layout-multi-line - Function: Record formatting function for the multi-line layout. bbdb-format-record-layout-one-line - Function: Record formatting function for the one-line layout. bbdb-format-record-layout-pop-up-multi-line - Function: Record formatting function for the multi-line layout. bbdb-format-record-one-line-net - Function: Insert a formatted list of nets for one-line display. bbdb-format-record-one-line-notes - Function: Insert formatted notes for one-line display. bbdb-format-record-one-line-phones - Function: Insert a formatted phone number for one-line display. bbdb-format-record-timestamp - Function: Convert a date from the BBDB internal format to the format bbdb-format-streets - Function: Insert street subfields of address ADDR in current buffer. bbdb-ftp - Command: Use ange-ftp to open an ftp-connection to a BBDB record's name. bbdb-gag-messages - Variable: Bind this to t to quiet things down - do not set it! bbdb-get-addresses - Function: bbdb-get-addresses-headers - Variable: *List of headers to search for senders and recipients email addresses. bbdb-get-field - Function: Get the N-th element (or all if nil) of the notes FIELD of the REC. bbdb-get-help-window - Function: Display MESSAGE in a new window which is the last one in the current frame. bbdb-get-mail-aliases - Function: Return a list of mail aliases used in the BBDB. bbdb-get-only-first-address-p - Variable: *If t `bbdb-update-records' will return only the first one. bbdb-get-record - Function: Get the current record or ask the user. bbdb-gui - Variable: *Non-nil means fontify the *BBDB* buffer. bbdb-hack-x-face - Function: Process a face property of a record and honour it. bbdb-hash-record - Function: Insert the record in the appropriate hashtables. This must be called bbdb-hashtable-size - Variable: *The size of the bbdb hashtable. bbdb-have-re-char-classes - Variable: Non-nil if this Emacs supports regexp character classes. bbdb-header-start - Function: Returns a marker at the beginning of the header block of the current bbdb-highlight-extent - Command: Do nothing and return nil. bbdb-highlight-headers-x-face - Command: Do nothing and return nil. bbdb-highlight-headers-x-face-to-pixmap - Command: Do nothing and return nil. bbdb-hooks - Group: Hooks run at various times by the BBDB bbdb-ignore-most-messages-alist - Variable: *An alist describing which messages to automatically create BBDB bbdb-ignore-most-messages-hook - Function: For use as the value of bbdb/news-auto-create-p or bbdb/mail-auto-create-p. bbdb-ignore-selected-messages-confirmation - Variable: *If bbdb-ignore-selected-messages-hook is used as an auto-create-hook, this bbdb-ignore-selected-messages-hook - Function: For use as a bbdb/news-auto-create-hook or bbdb/mail-auto-create-hook. bbdb-ignore-some-messages-alist - Variable: *An alist describing which messages *not* to automatically create bbdb-ignore-some-messages-hook - Function: For use as a `bbdb/news-auto-create-hook' or `bbdb/mail-auto-create-hook'. bbdb-info-file - Variable: *Set this to the location of the bbdb info file, if it's not in the bbdb-init-forms - Variable: The alist which maps features to insinuation forms. bbdb-initialize - Function: *Initialize the BBDB. One or more of the following symbols can be bbdb-initialize-hook - Variable: *Hook or hooks invoked (with no arguments) when the Insidious Big Brother bbdb-insert-new-field - Command: Add a new field to the current record; the field type and contents bbdb-insert-sorted - Function: Inserts the RECORD into the list of RECORDS, in order. bbdb-insinuate-gnus - Function: Call this function to hook BBDB into Gnus. bbdb-insinuate-message - Function: Call this function to hook BBDB into `message-mode'. bbdb-insinuate-mh - Function: Call this function to hook BBDB into MH-E. bbdb-insinuate-reportmail - Function: Call this function to hook BBDB into reportmail. bbdb-insinuate-rmail - Function: Call this function to hook BBDB into RMAIL. bbdb-insinuate-sc - Function: Call this function to hook BBDB into Supercite. bbdb-insinuate-sendmail - Function: Call this function to hook BBDB into sendmail (that is, M-x mail). bbdb-insinuate-vm - Function: Call this function to hook BBDB into VM. bbdb-insinuate-w3 - Function: Call this function to hook BBDB into W3. bbdb-invoke-hook - Function: Like `invoke-hooks', but invokes the given hook with one argument. bbdb-invoke-hook-for-value - Function: If HOOK is a function, invoke it with ARGS. Otherwise return it as-is. bbdb-join - Function: Join a LIST to a string where the list elements are separated by SEPARATOR. bbdb-kill-help-window - Function: Kill the buffer corresponding to WINDOW and delete the WINDOW. bbdb-kill-older - Command: *Apply FUNCTION to all records with timestamps older than DATE. bbdb-label-completion-default - Function: Figure out a default label from the completion list for FIELD. bbdb-label-completion-list - Function: Figure out a completion list for the specified FIELD label. bbdb-lastname-prefixes - Variable: *List of lastname prefixes recognized in name fields. Used to bbdb-legal-zip-codes - Variable: List of regexps that match legal zip codes. bbdb-list-hook - Variable: *Hook or hooks invoked after the `bbdb-list-buffer' is filled in. bbdb-load-hook - Variable: *Hook or hooks invoked when the BBDB code is first loaded. bbdb-load-touchtones - Command: Load the touchtone sounds into `sound-alist'. bbdb-mail-abbrev-expand-hook - Variable: *Hook or hooks invoked each time an alias is expanded. bbdb-make-extent - Function: Create a new overlay with range BEG to END in BUFFER. bbdb-make-glyph - Command: Do nothing and return nil. bbdb-mapc - Function: Apply FUNCTION to each element of SEQUENCE for side effects only. bbdb-merge-file - Command: Merge a bbdb file into the in-core bbdb. bbdb-merge-interactively - Function: Interactively add a new record; arguments same as M-x bbdb-create-internal. bbdb-merge-internally - Function: Merge two records. NEW-RECORDS wins over OLD in cases of ties. bbdb-merge-lists! - Function: Merge two lists l1 l2 (modifies l1) only adds elements from l2 bbdb-merge-record - Function: Generic merge function. bbdb-merge-records - Function: Merge the contents of old-record into new-record, old-record bbdb-message-cache - Variable: alist of (MESSAGE-KEY BBDB-RECORDS) cached in order to avoid updating bbdb-message-cache-lookup - Function: Return cached BBDB records for MESSAGE-KEY. bbdb-message-caching-enabled - Variable: *Whether caching of the message->bbdb-record association should be used bbdb-message-marker-field - Variable: *The field whose value will be used to mark messages by this user in Gnus. bbdb-migrate - Function: Migrate the BBDB from the version on disk (the car of bbdb-migrate-rewrite-all - Function: Rewrite each and every record in the bbdb file; this is necessary if we bbdb-migrate-update-file-version - Function: Change the `file-version' string from the OLD version to the NEW bbdb-migration-query - Function: Ask if the database is to be migrated. bbdb-mode - Function: Major mode for viewing and editing the Insidious Big Brother Database. bbdb-mode-hook - Variable: *Hook or hooks invoked when the *BBDB* buffer is created. bbdb-mode-map - Variable: Keymap for Insidious Big Brother Database listings. bbdb-mode-search-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Keymap for Insidious Big Brother Database searching bbdb-modem-device - Variable: The name of the modem device. bbdb-modem-dial - Variable: Type of dialing to use. bbdb-mua-specific - Group: MUA-specific customizations bbdb-mua-specific-gnus - Group: Gnus-specific BBDB customizations bbdb-mua-specific-gnus-scoring - Group: Gnus-specific scoring BBDB customizations bbdb-mua-specific-gnus-splitting - Group: Gnus-specific splitting BBDB customizations bbdb-multiple-buffers - Variable: When non-nil we create a new buffer of every buffer causing pop-ups. bbdb-multiple-buffers-default - Function: Default function for guessing a better name for new *BBDB* buffers. bbdb-name - Command: Display all entries in the BBDB matching the regexp STRING in the name bbdb-net - Command: Display all entries in BBDB matching regexp STRING in the network address. bbdb-net-convert - Function: Given a record whose net field is a comma-separated string, convert it to bbdb-net-redundant-p - Function: Returns non-nil if NET represents a sub-domain of one of the OLD-NETS. bbdb-new-nets-always-primary - Variable: *If this is true, then when the Insidious Big Brother Database adds a new bbdb-next-event - Function: Read an event object from the input stream. bbdb-next-record - Command: Move the cursor to the first line of the next BBDB record. bbdb-no-duplicates-p - Variable: Should BBDB allow entries with duplicate names. bbdb-north-american-phone-numbers-p - Variable: *Set this to nil if you want to enter phone numbers that aren't the same bbdb-notes - Command: Display all entries in BBDB matching STRING in the named notes field. bbdb-notes-default-separator - Variable: *The default separator inserted by `bbdb-annotate-notes'. bbdb-notes-sort-order - Variable: *The order for sorting the notes. bbdb-notice-auto-save-file - Variable: *If this is true, then the BBDB will notice when its auto-save file is bbdb-notice-hook - Variable: *Hook or hooks invoked each time a BBDB record is "noticed", that is, bbdb-noticing-records - Group: Variables that affect the noticing of new authors bbdb-offer-save - Function: Offer to save the Insidious Big Brother Database if it is modified. - Variable: *If t, then certain actions will cause the BBDB to ask you whether bbdb-offer-to-create - Variable: Used for inter-function communication between the functions bbdb-omit-record - Command: Remove the current record from the display without deleting it from the bbdb-parse-phone-number - Function: Parse a phone number from STRING and return a list of integers the form bbdb-parse-zip-string - Function: Check whether STRING is a legal zip code. bbdb-phone-dialing - Group: Customizations for phone number dialing bbdb-phones - Command: Display all entries in BBDB matching the regexp STRING in the phones field. bbdb-phones-label-list - Variable: *List of labels for Phone field. bbdb-play-sound - Function: Play the specified touchtone number NUM at VOLUME. bbdb-pop-up-bbdb-buffer - Function: Find the largest window on the screen, and split it, displaying the bbdb-pop-up-display-layout - Variable: *The default display layout pop-up BBDB buffers, i.e. mail, news. bbdb-pop-up-target-lines - Variable: *Desired number of lines in a VM/MH/RMAIL/Gnus pop-up bbdb window. bbdb-popup - Function: Popup the given menu and call the selected option. bbdb-prev-record - Command: Move the cursor to the first line of the previous BBDB record. bbdb-print - Command: Make a TeX file for printing out the bbdb database. bbdb-prompt-for-create - Function: This function is used by `bbdb-update-records' to ask the user how to bbdb-quiet-about-name-mismatches - Variable: *If this is true, then BBDB will not prompt you when it notices a bbdb-read-addresses-with-completion - Function: Like `read-string', but allows `bbdb-complete-name' style completion. bbdb-read-new-record - Function: Prompt for and return a completely new BBDB record. bbdb-read-string - Function: Reads a string, trimming whitespace and text properties. bbdb-readonly-p - Variable: *If this is true, then nothing will attempt to change the bbdb database bbdb-record-creation - Group: Variables that affect the creation of BBDB records bbdb-record-display - Group: Variables that affect the display of BBDB records bbdb-record-edit-address - Function: Edit an address ADDR. bbdb-record-use - Group: Variables that affect the use of BBDB records bbdb-records - Function: Return a list of all bbdb records; read in and parse the db if necessary. bbdb-redisplay-one-record - Function: Regrind one record. The *BBDB* buffer must be current when this is called. bbdb-redisplay-records - Function: Regrinds the contents of the *BBDB* buffer, without scrolling. bbdb-refile-notes-default-merge-function - Function: Returns the concatenation of STRING1 and STRING2 - Variable: *Default function to use for merging BBDB notes records. bbdb-refile-notes-generate-alist - Variable: *An alist defining specific merging function, based on notes field. bbdb-refile-notes-remove-duplicates - Function: Concatenate STRING1 and STRING2, but remove duplicate lines. bbdb-refile-notes-string-least - Function: Returns the string that is lessp. bbdb-refile-notes-string-most - Function: Returns the string that is not lessp. bbdb-refile-record - Command: Merge the current record into some other record; that is, delete the bbdb-remove-duplicate-nets - Command: *Remove duplicate nets from a record. bbdb-replace-regexp-in-string - Function: Replace all matches for REGEXP with REP in STRING. bbdb-resort-database - Command: *Resort BBDB database as a last resort. bbdb-rfc822-addresses - Function: Split ADDRLINE into a list of parsed addresses. bbdb-save-db - Command: Save the DB if it is modified. bbdb-save-db-timeout - Variable: *If non-nil, then when `bbdb-save-db' is asking you whether to save the db, bbdb-saving - Group: Variables that affect saving of the BBDB bbdb-search - Macro: Search RECORDS for optional arguments NAME, COMPANY, NET, NOTES, PHONE. bbdb-search-intertwingle - Function: Find bbdb records matching NAME and NET. bbdb-search-invert - Variable: Bind this variable to t in order to invert the result of `bbdb-search'. bbdb-search-invert-p - Function: Return `bbdb-search-invert' and set it to nil. bbdb-search-invert-set - Command: Typing ! inverts the meaning of the next search command. bbdb-search-simple - Function: name is a string; net is a string or list of strings. bbdb-send-mail - Command: Compose a mail message to the person indicated by the current bbdb record. bbdb-send-mail-style - Variable: *Specifies which package should be used to send mail. bbdb-set-extent-begin-glyph - Command: Do nothing and return nil. bbdb-set-extent-end-glyph - Command: Do nothing and return nil. bbdb-set-extent-face - Function: set the face for an overlay bbdb-set-glyph-face - Command: Do nothing and return nil. bbdb-set-specifier - Command: Do nothing and return nil. bbdb-show-all-recipients - Command: *Display BBDB records for all recipients of the message in this buffer. bbdb-show-duplicates - Command: *Find all records that have duplicate entries for given FIELDS. bbdb-silent-running - Variable: *If this is true, bbdb will suppress all its informational messages and bbdb-snarf - Command: snarf up a bbdb record WHERE the point is. bbdb-snarf-extract-label - Command: Extract the label before the point, or return DEFAULT if no label. bbdb-snarf-parse-phone-number - Function: Fix the bogosity that is `bbdb-snarf-parse-phone-number'. bbdb-snarf-phone-regexp - Variable: regexp to match phones. bbdb-snarf-region - Command: snarf up a bbdb record in the current region. See `bbdb-snarf' for bbdb-snarf-web-prop - Variable: What property bbdb should use for the web, or nil to not detect web URLs. bbdb-snarf-zip-regexp - Variable: regexp matching zip. bbdb-sort-addresses - Function: Sort the addresses in the record according to the location. bbdb-sort-notes - Function: Sort the notes in the record according to `bbdb-notes-sort-order'. bbdb-sort-phones - Function: Sort the phones in the record according to the location. bbdb-sound-files - Variable: A vector of ten sound files to be used for dialing. They bbdb-sound-player - Variable: The program to be used to play the sounds for the touch-tone digits. bbdb-sound-volume - Variable: The volume to play back dial tones at. The range is 0 to 100. bbdb-sounds-directory - Variable: The directory to load the touchtone sound files from, or nil if none. bbdb-split - Function: Return a list by splitting STRING at SEPARATORS. bbdb-srv - Function: Just like bbdb/srv-handle-headers, but only updates every few seconds. bbdb-string-trim - Function: Lose leading and trailing whitespace. Also remove all properties bbdb-submit-bug-report - Command: Submit a bug report, with pertinent information to the BBDB info list. bbdb-suppress-changed-records-recording - Variable: Whether to record changed records in variable `bbdb-changed-records'. bbdb-time-convert - Function: Convert a date from the BBDB internal format to the format bbdb-time-display-format - Variable: The format for the timestamp to be used in the creation-date and bbdb-time-internal-format - Variable: The internal date format. bbdb-timestamp-hook - Function: For use as a `bbdb-change-hook'; maintains a notes-field called `timestamp' bbdb-timestamp-newer - Command: *Display records with timestamp newer than DATE. bbdb-timestamp-older - Command: *Display records with timestamp older than DATE. bbdb-toggle-all-records-display-layout - Command: Show all the fields of all visible records. bbdb-toggle-records-display-layout - Command: Toggle whether the current record is displayed expanded or elided bbdb-transpose-fields - Command: This is like the `transpose-lines' command, but it is for BBDB fields. bbdb-unmigrate-record - Function: Reverse-migrate a single record from the current version (in bbdb-update-address-class - Variable: Class of currently processed address as in `bbdb-get-addresses-headers'. bbdb-update-address-header - Variable: Header the currently processed address was extracted from. bbdb-update-records - Function: Returns the records corresponding to the list of addresses ADDRS, bbdb-update-records-mode - Variable: Controls how `bbdb-update-records' processes email addresses. bbdb-use-alternate-names - Variable: *If this is true, then when bbdb notices a name change, it will ask you bbdb-use-pop-up - Variable: If true, display a continuously-updating bbdb window while in VM, MH, bbdb-user-mail-names - Macro: Returns a regexp matching the address of the logged-in user. - Variable: *A regular expression identifying the addresses that belong to you. bbdb-user-menu-commands - Variable: User defined menu entries which should be appended to the BBDB menu. bbdb-utilities - Group: Customize BBDB Utilities bbdb-utilities-finger - Group: Customizations for fingering from within the BBDB bbdb-vcard-export-record-insert-vcard - Function: Insert a vcard formatted version of RECORD into the current buffer bbdb-version - Command: Return string describing the version of the BBDB that is running. bbdb-write-file-hook-fn - Function: This is just for `bbdb-write-file-hooks'. Keep it there. bbdb-write-file-hooks - Variable: *The list of functions added to `local-write-file-hooks' in `bbdb-file'. bbdb-www - Command: Visit URLs stored in the `www' field of the current record. bbdb-www-grab-homepage - Command: Grab the current URL and store it in the bbdb database bbdb-xemacs-display-completion-list - Function: Wrapper for `display-completion-list'. bbdb-yank - Command: Insert the current contents of the *BBDB* buffer at point. bbdb-yank-addresses - Command: CC the people displayed in the *BBDB* buffer on this message. bbdb/gnus-annotate-sender - Command: Add a line to the end of the Notes field of the BBDB record bbdb/gnus-edit-notes - Command: Edit the notes field or (with a prefix arg) a user-defined field bbdb/gnus-get-message-id - Function: Return the message-id of the current message. bbdb/gnus-lines-and-from-length - Variable: *The number of characters used to display From: info in Gnus, if you have bbdb/gnus-nnimap-folder-list-from-bbdb - Function: Return a list of ( "From" email-regexp imap-folder-name) tuples bbdb/gnus-pop-up-bbdb-buffer - Function: Make the *BBDB* buffer be displayed along with the Gnus windows, bbdb/gnus-score - Function: This returns a score alist for Gnus. A score pair will be made for bbdb/gnus-score-alist - Variable: The text version of the scoring structure returned by bbdb/gnus-score-as-text - Function: Returns a SCORE file format string built from the BBDB. bbdb/gnus-score-default - Variable: If this is set, then every net address in the BBDB that does not have bbdb/gnus-score-default-internal - Variable: Internal variable for detecting changes to bbdb/gnus-score-field - Variable: This variable contains the name of the BBDB field which should be bbdb/gnus-score-invalidate-alist - Function: This function is called through `bbdb-after-change-hook', bbdb/gnus-score-rebuild-alist - Variable: Set to t to rebuild bbdb/gnus-score-alist on the next call to bbdb/gnus-show-all-recipients - Command: Show all recipients of this message. Counterpart to `bbdb/vm-show-sender'. bbdb/gnus-show-records - Command: Display the contents of the BBDB for all addresses of this message. bbdb/gnus-show-sender - Command: Display the contents of the BBDB for the senders of this message. bbdb/gnus-snarf-signature - Command: Snarf signature from the corresponding *Article* buffer. bbdb/gnus-split-crosspost-default - Variable: *If this variable is not nil, then if the BBDB could not identify a bbdb/gnus-split-default-group - Variable: *If the BBDB doesn't indicate any group to spool a message to, it will bbdb/gnus-split-method - Function: This function expects to be called in a buffer which contains a mail bbdb/gnus-split-myaddr-regexp - Variable: *This regular expression should match your address as found in the bbdb/gnus-split-nomatch-function - Variable: *This function will be called after searching the BBDB if no place to bbdb/gnus-split-private-field - Variable: *This variable is used to determine the field to reference to find the bbdb/gnus-split-public-field - Variable: *This variable is used to determine the field to reference to find the bbdb/gnus-split-to-group - Function: This function is called from bbdb/gnus-split-method in order to bbdb/gnus-summary-author-in-bbdb - Function: Given a Gnus message header, returns a mark if the poster is in the BBDB, " " otherwise. The mark itself is the value of the field indicated by `bbdb-message-marker-field' (`mark-char' by default) if the indicated field is in the poster's record, and `bbdb/gnus-summary-known-poster-mark' otherwise. bbdb/gnus-summary-get-author - Function: Given a Gnus message header, returns the appropriate piece of bbdb/gnus-summary-in-bbdb-format-letter - Variable: This is the gnus-user-format-function- that will be used to insert bbdb/gnus-summary-known-poster-mark - Variable: This is the default character to prefix author names with if bbdb/gnus-summary-mark-known-posters - Variable: *If t, mark messages created by people with records in the BBDB. bbdb/gnus-summary-prefer-bbdb-data - Variable: If t, then for posters who are in our BBDB, replace the information bbdb/gnus-summary-prefer-real-names - Variable: If t, then display the poster's name from the BBDB if we have one, bbdb/gnus-summary-show-all-recipients - Command: Display BBDB records for all recipients of the message. bbdb/gnus-summary-show-bbdb-names - Variable: *If both this variable and `bbdb/gnus-summary-prefer-real-names' are true, bbdb/gnus-summary-user-format-letter - Variable: This is the gnus-user-format-function- that will be used to insert bbdb/gnus-update-record - Function: Return the record corresponding to the current Gnus message, creating bbdb/gnus-update-records - Function: Return the records corresponding to the current Gnus message, creating bbdb/gnus-update-records-mode - Variable: Controls how `bbdb/gnus-update-records' processes email addresses. bbdb/mail-auto-create-p - Variable: *If this is t, then Gnus, MH, RMAIL, and VM will automatically bbdb/mh-annotate-sender - Command: Add a line to the end of the Notes field of the BBDB record bbdb/mh-show-sender - Command: Display the contents of the BBDB for the sender of this message. bbdb/mh-update-record - Function: Returns the record corresponding to the current MH message, creating or bbdb/news-auto-create-p - Variable: *If this is t, then Gnus will automatically create new bbdb bbdb/rmail-annotate-sender - Command: Add a line to the end of the Notes field of the BBDB record bbdb/rmail-show-sender - Command: Display the contents of the BBDB for the sender of this message. bbdb/rmail-update-records - Function: Returns the records corresponding to the current RMAIL emssage, bbdb/sc-default - Function: If the current "from" field in `sc-mail-info' alist bbdb/srv-auto-create-mail-news-dispatcher - Function: For use as the value of bbdb/srv-auto-create-p. bbdb/srv-handle-headers-with-delay - Function: Just like bbdb/srv-handle-headers, but only updates every few seconds. bbdb/vm-annotate-sender - Command: Add a line to the end of the Notes field of the BBDB record bbdb/vm-set-auto-folder-alist - Command: Create a `vm-auto-folder-alist' according to the records in the bbdb. bbdb/vm-set-auto-folder-alist-field - Variable: *The field which `bbdb/vm-set-auto-folder-alist' searches for. bbdb/vm-set-auto-folder-alist-headers - Variable: *The headers used by `bbdb/vm-set-auto-folder-alist'. bbdb/vm-show-all-recipients - Command: Show all recipients of this message. Counterpart to `bbdb/vm-show-sender'. bbdb/vm-show-records - Command: Display the contents of the BBDB for the sender of this message. bbdb/vm-show-sender - Command: Display the contents of the BBDB for the senders of this message. bbdb/vm-update-records - Function: Returns the records corresponding to the current VM message, bdf-directory-list - Variable: *List of directories to search for `BDF' font files. beep - Function: Beep, or flash the screen. before-change-functions - Variable: List of functions to call before each text change. before-init-hook - Variable: Normal hook run after handling urgent options but before loading init files. before-make-frame-hook - Variable: Functions to run before a frame is created. before-revert-hook - Variable: Normal hook for `revert-buffer' to run before reverting. before-save-hook - Variable: Normal hook that is run before a buffer is saved to its file. beginning-of-buffer - Command: Move point to the beginning of the buffer; leave mark at previous position. beginning-of-buffer-other-window - Command: Move point to the beginning of the buffer in the other window. beginning-of-defun - Command: Move backward to the beginning of a defun. beginning-of-defun-function - Variable: If non-nil, function for `beginning-of-defun-raw' to call. beginning-of-defun-raw - Command: Move point to the character that starts a defun. beginning-of-line - Command: Move point to beginning of current line. beginning-of-line-text - Command: Move to the beginning of the text on this line. benchmark - Command: Print the time taken for REPETITIONS executions of FORM. benchmark-run - Macro: Time execution of FORMS. benchmark-run-compiled - Macro: Time execution of compiled version of FORMS. bibtex-mode - Command: Major mode for editing BibTeX files. big5-to-cns - Variable: Translation table for encoding to `euc-tw'. binary-overwrite-mode - Command: Toggle binary overwrite mode. bitmap-spec-p - Function: Value is non-nil if OBJECT is a valid bitmap specification. blackbox - Command: Play blackbox. blink-cursor-alist - Variable: Alist specifying how to blink the cursor off. blink-cursor-delay - Variable: *Seconds of idle time after which cursor starts to blink. blink-cursor-end - Function: Stop cursor blinking. blink-cursor-idle-timer - Variable: Timer started after `blink-cursor-delay' seconds of Emacs idle time. blink-cursor-interval - Variable: *Length of cursor blink interval in seconds. blink-cursor-mode - Command: Toggle blinking cursor mode. - Variable: Non-nil if Blink-Cursor mode is enabled. blink-cursor-start - Function: Timer function called from the timer `blink-cursor-idle-timer'. blink-cursor-timer - Variable: Timer started from `blink-cursor-start'. blink-cursor-timer-function - Function: Timer function of timer `blink-cursor-timer'. blink-matching-delay - Variable: *Time in seconds to delay after showing a matching paren. blink-matching-open - Command: Move cursor momentarily to the beginning of the sexp before point. blink-matching-paren - Variable: *Non-nil means show matching open-paren when close-paren is inserted. blink-matching-paren-distance - Variable: *If non-nil, maximum distance to search backwards for matching open-paren. blink-matching-paren-dont-ignore-comments - Variable: *nil means `blink-matching-paren' ignores comments. blink-matching-paren-on-screen - Variable: *Non-nil means show matching open-paren when it is on screen. blink-paren-function - Variable: Function called, if non-nil, whenever a close parenthesis is inserted. block - Macro: Define a lexically-scoped block named NAME. bobp - Function: Return t if point is at the beginning of the buffer. bol-maybe-general-my - Command: bold - Face: Basic bold face. bold-italic - Face: Basic bold-italic face. bold-region - Command: Bold all nonblank characters in the region. bolp - Function: Return t if point is at the beginning of a line. bookmark-bmenu-list - Command: Display a list of existing bookmarks. bookmark-delete - Command: Delete BOOKMARK from the bookmark list. bookmark-insert - Command: Insert the text of the file pointed to by bookmark BOOKMARK. bookmark-insert-location - Command: Insert the name of the file associated with BOOKMARK. bookmark-jump - Command: Jump to bookmark BOOKMARK (a point in some file). bookmark-load - Command: Load bookmarks from FILE (which must be in bookmark format). bookmark-locate - Command: Insert the name of the file associated with BOOKMARK. bookmark-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Keymap containing bindings to bookmark functions. bookmark-relocate - Command: Relocate BOOKMARK to another file (reading file name with minibuffer). bookmark-rename - Command: Change the name of OLD bookmark to NEW name. bookmark-save - Command: Save currently defined bookmarks. bookmark-set - Command: Set a bookmark named NAME inside a file. bookmark-write - Command: Write bookmarks to a file (reading the file name with the minibuffer). bool-vector-p - Function: Return t if OBJECT is a bool-vector. boolean - Widget: To be nil or non-nil, that is the question. booleanp - Function: Return non-nil if OBJECT is one of the two canonical boolean values: t or nil. border - Face: Basic face for the frame border under X. bound-and-true-p - Macro: Return the value of symbol VAR if it is bound, else nil. boundp - Function: Return t if SYMBOL's value is not void. bounds-of-thing-at-point - Function: Determine the start and end buffer locations for the THING at point. brief-mode - Command: Toggle CRiSP/Brief emulation minor mode. browse-url - Command: Ask a WWW browser to load URL. - Group: Use a web browser to look at a URL. browse-url-CCI-host - Variable: *Host to access XMosaic via CCI. browse-url-CCI-port - Variable: *Port to access XMosaic via CCI. browse-url-at-mouse - Command: Ask a WWW browser to load a URL clicked with the mouse. browse-url-at-point - Command: Ask a WWW browser to load the URL at or before point. browse-url-browser-display - Variable: *The X display for running the browser, if not same as Emacs'. browse-url-browser-function - Variable: *Function to display the current buffer in a WWW browser. browse-url-cci - Command: Ask the XMosaic WWW browser to load URL. browse-url-default-browser - Function: Find a suitable browser and ask it to load URL. browse-url-emacs-display - Function: Return the X display Emacs is running on. browse-url-epiphany - Command: Ask the Epiphany WWW browser to load URL. browse-url-epiphany-arguments - Variable: *A list of strings to pass to Epiphany as arguments. browse-url-epiphany-new-window-is-tab - Variable: *Whether to open up new windows in a tab or a new window. browse-url-epiphany-program - Variable: *The name by which to invoke Epiphany. browse-url-epiphany-sentinel - Function: Handle a change to the process communicating with Epiphany. browse-url-epiphany-startup-arguments - Variable: *A list of strings to pass to Epiphany when it starts up. browse-url-file-url - Function: Return the URL corresponding to FILE. browse-url-filename-alist - Variable: *An alist of (REGEXP . STRING) pairs used by `browse-url-of-file'. browse-url-firefox - Command: Ask the Firefox WWW browser to load URL. browse-url-firefox-arguments - Variable: *A list of strings to pass to Firefox as arguments. browse-url-firefox-new-window-is-tab - Variable: *Whether to open up new windows in a tab or a new window. browse-url-firefox-program - Variable: *The name by which to invoke Firefox. browse-url-firefox-sentinel - Function: Handle a change to the process communicating with Firefox. browse-url-firefox-startup-arguments - Variable: *A list of strings to pass to Firefox when it starts up. browse-url-galeon - Command: Ask the Galeon WWW browser to load URL. browse-url-galeon-arguments - Variable: *A list of strings to pass to Galeon as arguments. browse-url-galeon-new-window-is-tab - Variable: *Whether to open up new windows in a tab or a new window. browse-url-galeon-program - Variable: *The name by which to invoke Galeon. browse-url-galeon-sentinel - Function: Handle a change to the process communicating with Galeon. browse-url-galeon-startup-arguments - Variable: *A list of strings to pass to Galeon when it starts up. browse-url-generic - Command: Ask the WWW browser defined by `browse-url-generic-program' to load URL. browse-url-generic-args - Variable: *A list of strings defining options for `browse-url-generic-program'. browse-url-generic-program - Variable: *The name of the browser program used by `browse-url-generic'. browse-url-gnome-moz - Command: Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'. browse-url-gnome-moz-arguments - Variable: *A list of strings passed to the GNOME mozilla viewer as arguments. browse-url-gnudoit-args - Variable: *A list of strings defining options for `browse-url-gnudoit-program'. browse-url-gnudoit-program - Variable: *The name of the `gnudoit' program used by `browse-url-w3-gnudoit'. browse-url-grail - Command: Ask the Grail WWW browser to load URL. - Variable: Location of Grail remote control client script `rcgrail.py'. browse-url-interactive-arg - Function: Read a URL from the minibuffer, prompting with PROMPT. browse-url-iximosaic - Command: Ask the IXIMosaic WWW browser to load URL. browse-url-kde - Command: Ask the KDE WWW browser to load URL. browse-url-kde-args - Variable: *A list of strings defining options for `browse-url-kde-program'. browse-url-kde-program - Variable: *The name by which to invoke the KDE web browser. browse-url-lynx-emacs - Command: Ask the Lynx WWW browser to load URL. browse-url-lynx-emacs-args - Variable: *A list of strings defining options for Lynx in an Emacs buffer. browse-url-lynx-input-attempts - Variable: *How many times to try to move down from a series of lynx input fields. browse-url-lynx-input-delay - Variable: *How many seconds to wait for lynx between moves down from an input field. browse-url-lynx-input-field - Variable: *Action on selecting an existing Lynx buffer at an input field. browse-url-lynx-xterm - Command: Ask the Lynx WWW browser to load URL. browse-url-mail - Command: Open a new mail message buffer within Emacs for the RFC 2368 URL. browse-url-mmm - Command: Ask the MMM WWW browser to load URL. browse-url-mosaic - Command: Ask the XMosaic WWW browser to load URL. browse-url-mosaic-arguments - Variable: *A list of strings to pass to Mosaic as arguments. browse-url-mosaic-pidfile - Variable: *The name of the pidfile created by Mosaic. browse-url-mosaic-program - Variable: *The name by which to invoke Mosaic (or mMosaic). browse-url-mozilla - Command: Ask the Mozilla WWW browser to load URL. browse-url-mozilla-arguments - Variable: *A list of strings to pass to Mozilla as arguments. browse-url-mozilla-new-window-is-tab - Variable: *Whether to open up new windows in a tab or a new window. browse-url-mozilla-program - Variable: *The name by which to invoke Mozilla. browse-url-mozilla-sentinel - Function: Handle a change to the process communicating with Mozilla. browse-url-mozilla-startup-arguments - Variable: *A list of strings to pass to Mozilla when it starts up. browse-url-netscape - Command: Ask the Netscape WWW browser to load URL. browse-url-netscape-arguments - Variable: *A list of strings to pass to Netscape as arguments. browse-url-netscape-new-window-is-tab - Variable: *Whether to open up new windows in a tab or a new window. browse-url-netscape-program - Variable: *The name by which to invoke Netscape. browse-url-netscape-reload - Command: Ask Netscape to reload its current document. browse-url-netscape-send - Function: Send a remote control command to Netscape. browse-url-netscape-sentinel - Function: Handle a change to the process communicating with Netscape. browse-url-netscape-startup-arguments - Variable: *A list of strings to pass to Netscape when it starts up. browse-url-netscape-version - Variable: *The version of Netscape you are using. browse-url-new-window-flag - Variable: *If non-nil, always open a new browser window with appropriate browsers. browse-url-of-buffer - Command: Ask a WWW browser to display BUFFER. browse-url-of-dired-file - Command: In Dired, ask a WWW browser to display the file named on this line. browse-url-of-file - Command: Ask a WWW browser to display FILE. browse-url-of-file-hook - Variable: *Run after `browse-url-of-file' has asked a browser to load a file. browse-url-of-region - Command: Ask a WWW browser to display the current region. browse-url-process-environment - Function: Set DISPLAY in the environment to the X display the browser will use. browse-url-save-file - Variable: *If non-nil, save the buffer before displaying its file. browse-url-temp-dir - Variable: *The name of a directory for browse-url's temporary files. browse-url-w3 - Command: Ask the w3 WWW browser to load URL. browse-url-w3-gnudoit - Command: Ask another Emacs running gnuserv to load the URL using the W3 browser. browse-url-xterm-args - Variable: *A list of strings defining options for `browse-url-xterm-program'. browse-url-xterm-program - Variable: *The name of the terminal emulator used by `browse-url-lynx-xterm'. bruce - Command: Adds that special touch of class to your outgoing mail. bs-customize - Command: Customization of group bs for Buffer Selection Menu. bs-cycle-next - Command: Select next buffer defined by buffer cycling. bs-cycle-previous - Command: Select previous buffer defined by buffer cycling. bs-show - Command: Make a menu of buffers so you can manipulate buffers or the buffer list. buffer-access-fontified-property - Variable: Property which (if non-nil) indicates text has been fontified. buffer-access-fontify-functions - Variable: List of functions called by `buffer-substring' to fontify if necessary. buffer-auto-save-file-format - Variable: *Format in which to write auto-save files. buffer-auto-save-file-name - Variable: Name of file for auto-saving current buffer. buffer-backed-up - Variable: Non-nil if this buffer's file has been backed up. buffer-base-buffer - Function: Return the base buffer of indirect buffer BUFFER. buffer-disable-undo - Command: Make BUFFER stop keeping undo information. buffer-display-count - Variable: A number incremented each time this buffer is displayed in a window. buffer-display-table - Variable: Display table that controls display of the contents of current buffer. buffer-display-time - Variable: Time stamp updated each time this buffer is displayed in a window. buffer-enable-undo - Command: Start keeping undo information for buffer BUFFER. buffer-end - Function: Return the "far end" position of the buffer, in direction ARG. buffer-file-coding-system - Variable: Coding system to be used for encoding the buffer contents on saving. buffer-file-coding-system-explicit - Variable: The file coding system explicitly specified for the current buffer. buffer-file-format - Variable: List of formats to use when saving this buffer. buffer-file-name - Function: Return name of file BUFFER is visiting, or nil if none. - Variable: Name of file visited in current buffer, or nil if not visiting a file. buffer-file-number - Variable: The device number and file number of the file visited in the current buffer. buffer-file-numbers-unique - Variable: Non-nil means that `buffer-file-number' uniquely identifies files. buffer-file-read-only - Variable: Non-nil if visited file was read-only when visited. buffer-file-truename - Variable: Abbreviated truename of file visited in current buffer, or nil if none. buffer-file-type - Variable: Non-nil if the visited file is a binary file. buffer-has-markers-at - Function: Return t if there are markers pointing at POSITION in the current buffer. buffer-invisibility-spec - Variable: Invisibility spec of this buffer. buffer-list - Function: Return a list of all existing live buffers. buffer-live-p - Function: Return non-nil if OBJECT is a buffer which has not been killed. buffer-local-value - Function: Return the value of VARIABLE in BUFFER. buffer-local-variables - Function: Return an alist of variables that are buffer-local in BUFFER. buffer-menu - Command: Make a menu of buffers so you can save, delete or select them. buffer-menu-buffer - Face: Face used to highlight buffer names in the buffer menu. buffer-menu-other-window - Command: Display a list of buffers in another window. buffer-modified-p - Function: Return t if BUFFER was modified since its file was last read or saved. buffer-modified-tick - Function: Return BUFFER's tick counter, incremented for each change in text. buffer-name - Function: Return the name of BUFFER, as a string. buffer-offer-save - Variable: Non-nil in a buffer means always offer to save buffer on exit. buffer-quit-function - Variable: Function to call to "quit" the current buffer, or nil if none. buffer-read-only - Variable: Non-nil if this buffer is read-only. buffer-save-without-query - Variable: Non-nil means `save-some-buffers' should save this buffer without asking. buffer-saved-size - Variable: Length of current buffer when last read in, saved or auto-saved. buffer-size - Function: Return the number of characters in the current buffer. buffer-stale-function - Variable: Function to check whether a non-file buffer needs reverting. buffer-string - Function: Return the contents of the current buffer as a string. buffer-substring - Function: Return the contents of part of the current buffer as a string. buffer-substring-filters - Variable: List of filter functions for `filter-buffer-substring'. buffer-substring-no-properties - Function: Return the characters of part of the buffer, without the text properties. buffer-undo-list - Variable: List of undo entries in current buffer. bufferp - Function: Return t if OBJECT is an editor buffer. buffers-menu-max-size - Variable: *Maximum number of entries which may appear on the Buffers menu. buffers-menu-show-directories - Variable: If non-nil, show directories in the Buffers menu for buffers that have them. buffers-menu-show-status - Variable: If non-nil, show modified/read-only status of buffers in the Buffers menu. build-files - Variable: A list of files used to build this Emacs binary. build-mail-abbrevs - Function: Read mail aliases from personal mail alias file and set `mail-abbrevs'. bury-buffer - Command: Put BUFFER at the end of the list of all buffers. butlast - Function: Return a copy of LIST with the last N elements removed. button - Face: Default face used for buttons. button-activate - Function: Call BUTTON's action property. button-at - Function: Return the button at position POS in the current buffer, or nil. button-buffer-map - Variable: Keymap useful for buffers containing buttons. button-category-symbol - Function: Return the symbol used by button-type TYPE to store properties. button-end - Function: Return the position at which BUTTON ends. button-get - Function: Get the property of button BUTTON named PROP. button-has-type-p - Function: Return t if BUTTON has button-type TYPE, or one of TYPE's subtypes. button-label - Function: Return BUTTON's text label. button-map - Variable: Keymap used by buttons. button-put - Function: Set BUTTON's PROP property to VAL. button-start - Function: Return the position at which BUTTON starts. button-type - Function: Return BUTTON's button-type. button-type-get - Function: Get the property of button-type TYPE named PROP. button-type-put - Function: Set the button-type TYPE's PROP property to VAL. button-type-subtype-p - Function: Return t if button-type TYPE is a subtype of SUPERTYPE. bw-adjust-window - Function: Wrapper around `adjust-window-trailing-edge' with error checking. bw-b - Function: Bottom edge of OBJ. bw-dir - Function: Return window split tree direction if OBJ. bw-eqdir - Function: Return t if window split tree directions are equal. bw-get-tree - Function: Get a window split tree in our format. bw-l - Function: Left edge of OBJ. bw-r - Function: Right edge of OBJ. bw-refresh-edges - Function: Refresh the edge information of OBJ and return OBJ. bw-t - Function: Top edge of OBJ. byte-after-unbind-ops - Variable: Byte-codes that can be moved past an unbind. byte-boolean-vars - Variable: List of all DEFVAR_BOOL variables, used by the byte code optimizer. byte-call - Variable: Byte code opcode for calling a function. byte-catch - Variable: Byte code opcode for catch. Takes, on stack, the tag and an expression for the body. byte-code - Function: Function used internally in byte-compiled code. byte-code-function-p - Function: Return t if OBJECT is a byte-compiled function object. byte-code-vector - Variable: An array containing byte-code names indexed by byte-code values. byte-compile - Function: If FORM is a symbol, byte-compile its function definition. byte-compile-bound-variables - Variable: List of variables bound in the context of the current form. byte-compile-call-tree - Variable: Alist of functions and their call tree. byte-compile-call-tree-sort - Variable: *If non-nil, sort the call tree. byte-compile-check-lambda-list - Function: Check lambda-list LIST for errors. byte-compile-cl-functions - Variable: List of functions defined in CL. byte-compile-cl-warn - Function: Warn if FORM is a call of a function from the CL package. byte-compile-compatibility - Variable: *Non-nil means generate output that can run in Emacs 18. byte-compile-const-symbol-p - Function: Non-nil if SYMBOL is constant. byte-compile-const-variables - Variable: List of variables declared as constants during compilation of this file. byte-compile-constants - Variable: List of all constants encountered during compilation of this form. byte-compile-constp - Macro: Return non-nil if FORM is a constant. byte-compile-delete-errors - Variable: *If non-nil, the optimizer may delete forms that may signal an error. byte-compile-depth - Variable: Current depth of execution stack. byte-compile-dest-file - Function: Convert an Emacs Lisp source file name to a compiled file name. byte-compile-dynamic - Variable: If non-nil, compile function bodies so they load lazily. byte-compile-dynamic-docstrings - Variable: *If non-nil, compile doc strings for lazy access. byte-compile-error-on-warn - Variable: *If true, the byte-compiler reports warnings with `error'. byte-compile-eval - Function: Eval FORM and mark the functions defined therein. byte-compile-eval-before-compile - Function: Evaluate FORM for `eval-and-compile'. byte-compile-file - Command: Compile a file of Lisp code named FILENAME into a file of byte code. byte-compile-format-warn - Function: Warn if FORM is `format'-like with inconsistent args. byte-compile-function-environment - Variable: Alist of functions defined in the file being compiled. byte-compile-generate-call-tree - Variable: *Non-nil means collect call-graph information when compiling. byte-compile-initial-macro-environment - Variable: The default macro-environment passed to macroexpand by the compiler. byte-compile-interactive-only-functions - Variable: List of commands that are not meant to be called from Lisp. byte-compile-lapcode - Function: Turns lapcode into bytecode. The lapcode is destroyed. byte-compile-last-position - Variable: Last known character position in the input. byte-compile-macro-environment - Variable: Alist of macros defined in the file being compiled. byte-compile-maxdepth - Variable: Maximum depth of execution stack. byte-compile-maybe-guarded - Macro: Execute forms in BODY, potentially guarded by CONDITION. byte-compile-noruntime-functions - Variable: Alist of functions called that may not be defined when the compiled code is run. byte-compile-not-obsolete-var - Variable: If non-nil, this is a variable that shouldn't be reported as obsolete. byte-compile-output - Variable: Alist describing contents to put in byte code string. byte-compile-output-docform - Function: Print a form with a doc string. INFO is (prefix doc-index postfix). byte-compile-read-position - Variable: Character position we began the last `read' from. byte-compile-report-error - Function: Report Lisp error in compilation. ERROR-INFO is the error data. byte-compile-sexp - Function: Compile and return SEXP. byte-compile-unresolved-functions - Variable: Alist of undefined functions to which calls have been compiled. byte-compile-variables - Variable: List of all variables encountered during compilation of this form. byte-compile-verbose - Variable: *Non-nil means print messages describing progress of byte-compiler. byte-compile-warn - Function: Issue a byte compiler warning; use (format FORMAT ARGS...) for message. byte-compile-warning-types - Variable: The list of warning types used when `byte-compile-warnings' is t. byte-compile-warnings - Variable: *List of warnings that the byte-compiler should issue (t for all). byte-constant - Variable: Byte code opcode for reference to a constant. byte-constant-limit - Variable: Exclusive maximum index usable in the `byte-constant' opcode. byte-constant2 - Variable: Byte code opcode for reference to a constant with vector index >= byte-constant-limit. byte-debug-flag - Variable: Non-nil enables debugging checks in byte/char position conversions. byte-decompile-bytecode - Function: Turns BYTECODE into lapcode, referring to CONSTVEC. byte-discard - Variable: Byte code opcode to discard one value from stack. byte-dup - Variable: Byte code opcode to duplicate the top of the stack. byte-force-recompile - Command: Recompile every `.el' file in DIRECTORY that already has a `.elc' file. byte-goto - Variable: Byte code opcode for unconditional jump. byte-goto-if-nil - Variable: Byte code opcode to pop value and jump if it's nil. byte-goto-if-nil-else-pop - Variable: Byte code opcode to examine top-of-stack, jump and don't pop it if it's nil, byte-goto-if-not-nil - Variable: Byte code opcode to pop value and jump if it's not nil. byte-goto-if-not-nil-else-pop - Variable: Byte code opcode to examine top-of-stack, jump and don't pop it if it's non nil, byte-goto-ops - Variable: List of byte-codes whose offset is a pc. byte-optimize - Variable: *Enables optimization in the byte compiler. byte-optimize-form - Function: The source-level pass of the optimizer. byte-optimize-inline-handler - Function: byte-optimize-handler for the `inline' special-form. byte-optimize-lapcode - Function: Simple peephole optimizer. LAP is both modified and returned. byte-optimize-log - Variable: *If true, the byte-compiler will log its optimizations into *Compile-Log*. byte-optimize-pure-func - Function: Do constant folding for pure functions. byte-recompile-directory - Command: Recompile every `.el' file in DIRECTORY that needs recompilation. byte-return - Variable: Byte code opcode to pop a value and return it from `byte-code'. byte-save-current-buffer - Variable: Byte code opcode To make a binding to record the current buffer. byte-save-excursion - Variable: Byte code opcode to make a binding to record the buffer, point and mark. byte-save-restriction - Variable: Byte code opcode to make a binding to record the current buffer clipping restrictions. byte-save-window-excursion - Variable: Byte code opcode to make a binding to record entire window configuration. byte-stack+-info - Variable: An array with the stack adjustment for each byte-code. byte-to-position - Function: Return the character position for byte position BYTEPOS. byte-unbind - Variable: Byte code opcode for unbinding special bindings. byte-unwind-protect - Variable: Byte code opcode for unwind-protect. Takes, on stack, an expression for the unwind-action. byte-varbind - Variable: Byte code opcode for binding a variable. byte-varref - Variable: Byte code opcode for variable reference. byte-varset - Variable: Byte code opcode for setting a variable. bytecomp - Group: Emacs Lisp byte-compiler. bytecomp-version-regexp - Variable: Regular expression matching safe to load compiled Lisp files. byteorder - Function: Return the byteorder for the machine. c - Group: Support for the C language and related languages. c++-font-lock-extra-types - Variable: *List of extra types (aside from the type keywords) to recognize in C++ mode. c++-font-lock-keywords - Variable: Default expressions to highlight in C++ mode. c++-font-lock-keywords-1 - Variable: Minimal font locking for C++ mode. c++-font-lock-keywords-2 - Variable: Fast normal font locking for C++ mode. c++-font-lock-keywords-3 - Variable: Accurate normal font locking for C++ mode. c++-mode - Command: Major mode for editing C++ code. c++-mode-abbrev-table - Variable: Abbreviation table used in c++-mode buffers. c++-mode-hook - Variable: *Hook called by `c++-mode'. c++-mode-map - Variable: Keymap used in c++-mode buffers. c++-mode-syntax-table - Variable: Syntax table used in c++-mode buffers. c-add-language - Function: Declare a new language in the language dependent variable system. c-add-style - Command: Adds a style to `c-style-alist', or updates an existing one. c-at-expression-start-p - Function: Return non-nil if the point is at the first token in an expression or c-at-statement-start-p - Function: Return non-nil if the point is at the first token in a statement c-at-toplevel-p - Function: Return a determination as to whether point is at the `top-level'. c-at-vsemi-p-fn - Variable: Contains a function "Is there a virtual semicolon at POS or point?". c-auto-align-backslashes - Variable: *Align automatically inserted line continuation backslashes. c-awk-menu - Command: AWK Mode Commands - Variable: AWK Mode Commands c-backslash-column - Variable: *Minimum alignment column for line continuation backslashes. c-backslash-max-column - Variable: *Maximum alignment column for line continuation backslashes. c-backslash-region - Command: Insert, align, or delete end-of-line backslashes on the lines in the region. c-backspace-function - Variable: *Function called by `c-electric-backspace' when deleting backwards. c-backward-comments - Function: Move backward past all preceding whitespace and comments. c-backward-conditional - Command: Move back across a preprocessor conditional, leaving mark behind. c-backward-into-nomenclature - Command: Compatibility alias for `c-backward-subword'. c-backward-sexp - Macro: See `c-forward-sexp' and reverse directions. c-backward-single-comment - Function: Move backward past whitespace and the closest preceding comment, if any. c-backward-syntactic-ws - Macro: Backward skip over syntactic whitespace. c-backward-token-1 - Function: Like `c-backward-token-2' but doesn't treat multicharacter operator c-backward-token-2 - Function: Move backward by tokens. c-basic-common-init - Function: Do the necessary initialization for the syntax handling routines c-basic-offset - Variable: *Amount of basic offset used by + and - symbols in `c-offsets-alist'. c-beginning-of-defun - Command: Move backward to the beginning of a defun. c-beginning-of-macro - Function: Go to the beginning of a preprocessor directive. c-beginning-of-statement - Command: Go to the beginning of the innermost C statement. c-beginning-of-statement-1 - Function: Move to the start of the current statement or declaration, or to c-block-comment-prefix - Variable: *Specifies the line prefix of continued C-style block comments. c-buffer-is-cc-mode - Variable: Non-nil for all buffers with a major mode derived from CC Mode. c-c++-menu - Command: C++ Mode Commands - Variable: C++ Mode Commands c-c-menu - Command: C Mode Commands - Variable: C Mode Commands c-cleanup-list - Variable: *List of various C/C++/ObjC constructs to "clean up". c-clear-char-property-fun - Function: (alias for undefined function) c-collect-line-comments - Function: If the argument is a cons of two buffer positions (such as returned by c-colon-type-list-re - Variable: Regexp matched after the keywords in `c-colon-type-list-kwds' to skip c-comment-indent - Function: Used by `indent-for-comment' to create and indent comments. c-comment-line-break-function - Command: Break line at point and indent, continuing comment or macro if within one. c-comment-only-line-offset - Variable: *Extra offset for line which contains only the start of a comment. c-comment-prefix-regexp - Variable: *Regexp to match the line prefix inside comments. c-common-init - Function: Common initialization for all CC Mode modes. c-concat-separated - Function: Like `concat' on LIST, but separate each element with SEPARATOR. c-const-symbol - Widget: An uneditable lisp symbol. c-context-line-break - Command: Do a line break suitable to the context. c-context-open-line - Command: Insert a line break suitable to the context and leave point before it. c-crosses-statement-barrier-p - Function: Return non-nil if buffer positions FROM to TO cross one or more c-current-comment-prefix - Variable: The current comment prefix regexp. c-decl-start-re - Variable: Regexp matching the start of any declaration, cast or label. c-default-style - Variable: *Style which gets installed by default when a file is visited. c-delete-and-extract-region - Macro: Delete the text between START and END and return it. c-delete-function - Variable: *Function called by `c-electric-delete-forward' when deleting forwards. c-doc-comment-start-regexp - Variable: Regexp to match the start of documentation comments. c-doc-comment-style - Variable: *Specifies documentation comment style(s) to recognize. c-down-conditional - Command: Move forward into the next preprocessor conditional, leaving mark behind. c-down-conditional-with-else - Command: Move forward into the next preprocessor conditional, including "#else". c-down-list-backward - Macro: Return the last position inside the last list sexp before POS, c-down-list-forward - Macro: Return the first position inside the first list sexp after POS, c-echo-syntactic-information-p - Variable: *If non-nil, syntactic info is echoed when the line is indented. c-electric-backspace - Command: Delete the preceding character or whitespace. c-electric-brace - Command: Insert a brace. c-electric-colon - Command: Insert a colon. c-electric-continued-statement - Function: Reindent the current line if appropriate. c-electric-delete - Command: Deletes preceding or following character or whitespace. c-electric-delete-forward - Command: Delete the following character or whitespace. c-electric-lt-gt - Command: Insert a "<" or ">" character. c-electric-paren - Command: Insert a parenthesis. c-electric-pound - Command: Insert a "#". c-electric-pound-behavior - Variable: *List of behaviors for electric pound insertion. c-electric-semi&comma - Command: Insert a comma or semicolon. c-electric-slash - Command: Insert a slash character. c-electric-star - Command: Insert a star character. c-emacs-features - Variable: A list of certain features in the (X)Emacs you are using. c-enable-xemacs-performance-kludge-p - Variable: *Enables a XEmacs only hack that may improve speed for some coding styles. c-end-of-defun - Command: Move forward to the end of a top level declaration. c-end-of-macro - Function: Go to the end of a preprocessor directive. c-end-of-statement - Command: Go to the end of the innermost C statement. c-extra-types-widget - Widget: Internal CC Mode widget for the `*-font-lock-extra-types' variables. c-file-offsets - Variable: Variable interface for setting offsets via File Local Variables. c-file-style - Variable: Variable interface for setting style via File Local Variables. c-fill-paragraph - Command: Like M-q but handles C and C++ style comments. c-font-lock-extra-types - Variable: *List of extra types (aside from the type keywords) to recognize in C mode. c-font-lock-init - Function: Set up the font-lock variables for using the font-lock support in CC Mode. c-font-lock-keywords - Variable: Default expressions to highlight in C mode. c-font-lock-keywords-1 - Variable: Minimal font locking for C mode. c-font-lock-keywords-2 - Variable: Fast normal font locking for C mode. c-font-lock-keywords-3 - Variable: Accurate normal font locking for C mode. c-forward-comments - Function: Move forward past all following whitespace and comments. c-forward-conditional - Command: Move forward across a preprocessor conditional, leaving mark behind. c-forward-into-nomenclature - Command: Compatibility alias for `c-forward-subword'. c-forward-sexp - Macro: Move forward across COUNT balanced expressions. c-forward-single-comment - Function: Move forward past whitespace and the closest following comment, if any. c-forward-syntactic-ws - Macro: Forward skip over syntactic whitespace. c-forward-token-1 - Function: Like `c-forward-token-2' but doesn't treat multicharacter operator c-forward-token-2 - Function: Move forward by tokens. c-gnu-impose-minimum - Function: Imposes a minimum indentation for lines inside code blocks. c-go-down-list-backward - Macro: Move the point to the last position inside the last list sexp before POS, c-go-down-list-forward - Macro: Move the point to the first position inside the first list sexp after POS, c-go-up-list-backward - Macro: Move the point to the position of the start of the list sexp containing POS, c-go-up-list-forward - Macro: Move the point to the first position after the list sexp containing POS, c-got-face-at - Function: Return non-nil if position POS in the current buffer has any of the c-guess-basic-syntax - Function: Return the syntactic context of the current line. c-hanging-braces-alist - Variable: *Controls the insertion of newlines before and after braces c-hanging-colons-alist - Variable: *Controls the insertion of newlines before and after certain colons. c-hanging-semi&comma-criteria - Variable: *List of functions that decide whether to insert a newline or not. c-hungry-backspace - Command: Delete the preceding character or all preceding whitespace c-hungry-delete - Command: Delete a non-whitespace char, or all whitespace up to the next non-whitespace char. c-hungry-delete-backwards - Command: Delete the preceding character or all preceding whitespace c-hungry-delete-forward - Command: Delete the following character or all following whitespace c-identifier-key - Variable: Regexp matching a fully qualified identifier, like "A::B::c" in c-identifier-start - Variable: Regexp that matches the start of an (optionally qualified) identifier. c-identifier-syntax-modifications - Variable: A list that describes the modifications that should be done to the c-identifier-syntax-table - Variable: Syntax table built on the mode syntax table but additionally c-idl-menu - Command: IDL Mode Commands - Variable: IDL Mode Commands c-ignore-auto-fill - Variable: *List of contexts in which automatic filling never occurs. c-in-literal - Function: Return the type of literal point is in, if any. c-indent-command - Command: Indent current line as C code, and/or insert some whitespace. c-indent-comment-alist - Variable: *Specifies how M-x indent-for-comment calculates the comment start column. c-indent-comments-syntactically-p - Variable: *Specifies how M-x indent-for-comment should handle comment-only lines. c-indent-defun - Command: Indent the current top-level declaration or macro syntactically. c-indent-exp - Command: Indent each line in the balanced expression following point syntactically. c-indent-line - Function: Indent the current line according to the syntactic context, c-indent-line-or-region - Command: When the region is active, indent it syntactically. Otherwise c-indent-multi-line-block - Function: Indent a multi line block `c-basic-offset' extra. c-indent-new-comment-line - Command: Break line at point and indent, continuing comment or macro if within one. c-indent-one-line-block - Function: Indent a one line block `c-basic-offset' extra. c-indent-region - Function: Indent syntactically every line whose first char is between START c-indentation-style - Variable: Name of the currently installed style. c-init-language-vars-for - Function: Initialize the language variables for one of the language modes c-initialization-hook - Variable: *Hook called when the CC Mode package gets initialized. c-initialize-cc-mode - Function: Initialize CC Mode for use in the current buffer. c-insert-tab-function - Variable: *Function used when inserting a tab for M-x c-indent-command. c-integer-or-nil - Widget: An integer or the value nil. c-java-menu - Command: Java Mode Commands - Variable: Java Mode Commands c-label-minimum-indentation - Variable: *Minimum indentation for lines inside code blocks. c-label-prefix-re - Variable: Regexp like `c-decl-prefix-re' that matches any token that can precede c-lang-const - Macro: Get the mode specific value of the language constant NAME in language LANG. c-lang-defconst - Macro: Set the language specific values of the language constant NAME. c-lang-defconst-eval-immediately - Macro: Can be used inside a VAL in `c-lang-defconst' to evaluate FORM c-langelem-2nd-pos - Function: Return the secondary position in LANGELEM, or nil if there is none. c-langelem-col - Function: Return the column of the anchor position in LANGELEM. c-langelem-pos - Function: Return the anchor position in LANGELEM, or nil if there is none. c-langelem-sym - Function: Return the syntactic symbol in LANGELEM. c-line-comment-starter - Variable: String that starts line comments, or nil if such don't exist. c-lineup-C-comments - Function: Line up C block comment continuation lines. c-lineup-ObjC-method-args - Function: Line up the colons that separate args. c-lineup-ObjC-method-args-2 - Function: Line up the colons that separate args. c-lineup-ObjC-method-call - Function: Line up selector args as Emacs Lisp mode does with function args: c-lineup-after-whitesmith-blocks - Function: Compensate for Whitesmith style indentation of blocks. c-lineup-argcont - Function: Line up a continued argument. c-lineup-arglist - Function: Line up the current argument line under the first argument. c-lineup-arglist-close-under-paren - Function: Line up a line under the enclosing open paren. c-lineup-arglist-intro-after-paren - Function: Line up a line to just after the open paren of the surrounding paren c-lineup-arglist-operators - Function: Line up lines starting with an infix operator under the open paren. c-lineup-assignments - Function: Line up the current line after the assignment operator on the first c-lineup-cascaded-calls - Function: Line up "cascaded calls" under each other. c-lineup-close-paren - Function: Line up the closing paren under its corresponding open paren if the c-lineup-comment - Function: Line up a comment start according to `c-comment-only-line-offset'. c-lineup-cpp-define - Function: Line up macro continuation lines according to the indentation of c-lineup-dont-change - Function: Do not change the indentation of the current line. c-lineup-gcc-asm-reg - Function: Line up a gcc asm register under one on a previous line. c-lineup-inexpr-block - Function: Line up the block for constructs that use a block inside an expression, c-lineup-java-inher - Function: Line up Java implements and extends declarations. c-lineup-java-throws - Function: Line up Java throws declarations. c-lineup-knr-region-comment - Function: Line up a comment in the "K&R region" with the declaration. c-lineup-math - Function: Like `c-lineup-assignments' but indent with `c-basic-offset' if no c-lineup-multi-inher - Function: Line up the classes in C++ multiple inheritance clauses and member c-lineup-runin-statements - Function: Line up statements when the first statement is on the same line as c-lineup-streamop - Function: Line up C++ stream operators under each other. c-lineup-string-cont - Function: Line up a continued string under the one it continues. c-lineup-template-args - Function: Line up template argument lines under the first argument. c-lineup-topmost-intro-cont - Function: Line up declaration continuation lines zero or one indentation step. c-lineup-whitesmith-in-block - Function: Line up lines inside a block in Whitesmith style. c-literal-limits - Function: Return a cons of the beginning and end positions of the comment or c-literal-limits-fast - Function: Return a cons of the beginning and end positions of the comment or c-literal-type - Function: Convenience function that given the result of `c-literal-limits', c-macro-expand - Command: Expand C macros in the region, using the C preprocessor. c-major-mode-is - Macro: Return non-nil if the current CC Mode major mode is MODE. c-make-bare-char-alt - Function: Make a character alternative string from the list of characters CHARS. c-make-keywords-re - Function: Make a regexp that matches all the strings the list. c-make-styles-buffer-local - Function: Make all CC Mode style variables buffer local. c-mark-function - Command: Put mark at end of the current top-level declaration or macro, point at beginning. c-max-one-liner-length - Variable: Maximum length of line that clean-up "one-liner-defun" will compact to. c-mode - Command: Major mode for editing K&R and ANSI C code. c-mode-abbrev-table - Variable: Abbreviation table used in c-mode buffers. c-mode-base-map - Variable: Keymap shared by all CC Mode related modes. c-mode-common-hook - Variable: *Hook called by all CC Mode modes for common initializations. c-mode-help-address - Variable: Address(es) for CC Mode bug reports. c-mode-hook - Variable: *Hook called by `c-mode'. c-mode-map - Variable: Keymap used in c-mode buffers. c-mode-menu - Function: Return a menu spec suitable for `easy-menu-define' that is exactly c-mode-symbol - Function: Prefix the current mode prefix (e.g. "c-") to SUFFIX and return c-mode-syntax-table - Variable: Syntax table used in c-mode buffers. c-mode-var - Function: Prefix the current mode prefix (e.g. "c-") to SUFFIX and return c-multiline-string-start-char - Variable: Set if the language supports multiline string literals without escaped c-newline-and-indent - Function: Insert a newline and indent the new line. c-nonlabel-token-key - Variable: Regexp matching things that can't occur in generic colon labels, c-nonsymbol-chars - Variable: This is the set of chars that can't be part of a symbol, i.e. the c-objc-menu - Command: ObjC Mode Commands - Variable: ObjC Mode Commands c-offsets-alist - Variable: Association list of syntactic element symbols and indentation offsets. c-old-style-variable-behavior - Variable: *Enables the old style variable behavior when non-nil. c-on-identifier - Function: Return non-nil if the point is on or directly after an identifier. c-opt-cpp-prefix - Variable: Regexp matching the prefix of a cpp directive in the languages that c-opt-cpp-start - Variable: Regexp matching the prefix of a cpp directive including the directive c-opt-extra-label-key - Variable: Optional regexp matching labels. c-opt-op-identitier-prefix - Variable: Regexp matching the token before the ones in c-opt-type-suffix-key - Variable: Regexp matching operators that might follow after a type, or nil in c-paragraph-separate - Variable: Regexp to append to `paragraph-separate'. c-paragraph-start - Variable: Regexp to append to `paragraph-start'. c-pike-menu - Command: Pike Mode Commands - Variable: Pike Mode Commands c-point - Macro: Return the value of certain commonly referenced POSITIONs relative to POINT. c-populate-syntax-table - Function: Populate the given syntax table as necessary for a C-like language. c-postprocess-file-styles - Function: Function that post processes relevant file local variables in CC Mode. c-progress-interval - Variable: *Interval used to update progress status during long re-indentation. c-put-char-property-fun - Function: (alias for undefined function) c-recognize-<>-arglists - Variable: Non-nil means C++ style template arglists should be handled. More c-recognize-colon-labels - Variable: Non-nil if generic labels ending with ":" should be recognized. c-recognize-knr-p - Variable: Non-nil means K&R style argument declarations are valid. c-recognize-paren-inexpr-blocks - Variable: Non-nil to recognize gcc style in-expression blocks, c-recognize-paren-inits - Variable: Non-nil means that parenthesis style initializers exist, c-recognize-typeless-decls - Variable: Non-nil means function declarations without return type should be c-regexp-opt - Function: Return a regexp to match a string in STRINGS. c-regexp-opt-depth - Function: Return the depth of REGEXP. c-report-syntactic-errors - Variable: *If non-nil, certain syntactic errors are reported with a ding c-require-final-newline - Variable: *Controls whether a final newline is ensured when the file is saved. c-safe-scan-lists - Macro: Like `scan-lists' but returns nil instead of signalling errors c-save-buffer-state - Macro: Bind variables according to VARLIST (in `let*' style) and eval BODY, c-scope-operator - Command: Insert a double colon scope operator at point. c-semi&comma-inside-parenlist - Function: Controls newline insertion after semicolons in parenthesis lists. c-semi&comma-no-newlines-before-nonblanks - Function: Controls newline insertion after semicolons. c-semi&comma-no-newlines-for-oneline-inliners - Function: Controls newline insertion after semicolons for some one-line methods. c-sentence-end-with-esc-eol - Variable: Value used like sentence-end used when scanning strings. c-set-offset - Command: Change the value of a syntactic element symbol in `c-offsets-alist'. c-set-style - Command: Set the current buffer to use the style STYLENAME. c-setup-doc-comment-style - Function: Initialize the variables that depend on the value of `c-doc-comment-style'. c-setup-filladapt - Function: Convenience function to configure Kyle E. Jones' Filladapt mode for c-setup-paragraph-variables - Command: Fix things up for paragraph recognition and filling inside comments and c-show-syntactic-information - Command: Show syntactic information for current line. c-skip-ws-backward - Macro: Skip over any whitespace preceding point. c-skip-ws-forward - Macro: Skip over any whitespace following point. c-slow-in-literal - Function: Return the type of literal point is in, if any. c-snug-1line-defun-close - Function: Determine the brace hanginess for an AWK defun-close. c-snug-do-while - Function: Dynamically calculate brace hanginess for do-while statements. c-special-brace-lists - Variable: List of open- and close-chars that makes up a pike-style brace list, c-special-indent-hook - Variable: *Hook for user defined special indentation adjustments. c-strict-syntax-p - Variable: *If non-nil, all syntactic symbols must be found in `c-offsets-alist'. c-string-escaped-newlines - Variable: Set if the language support backslash escaped newlines inside string c-string-par-separate - Variable: Value of paragraph-separate used when scanning strings. c-string-par-start - Variable: Value of paragraph-start used when scanning strings. c-style-alist - Variable: Styles of indentation. c-style-variables - Variable: List of the style variables. c-style-variables-are-local-p - Variable: *Whether style variables should be buffer local by default. c-submit-bug-report - Command: Submit via mail a bug report on CC Mode. c-subword-mode - Command: Mode enabling subword movement and editing keys. c-symbol-key - Variable: Regexp matching identifiers and keywords (with submatch 0). Assumed c-symbol-list - Widget: A single symbol or a list of symbols. c-symbol-start - Variable: Regexp that matches the start of a symbol, i.e. any identifier or c-syntactic-indentation - Variable: *Whether the indentation should be controlled by the syntactic context. c-syntactic-indentation-in-macros - Variable: *Enable syntactic analysis inside macros. c-syntactic-information-on-region - Command: Insert a comment with the syntactic analysis on every line in the region. c-syntactic-re-search-forward - Function: Like `re-search-forward', but only report matches that are found c-syntactic-skip-backward - Function: Like `skip-chars-backward' but only look at syntactically relevant chars, c-tab-always-indent - Variable: *Controls the operation of the TAB key. c-tentative-buffer-changes - Macro: Eval BODY and optionally restore the buffer contents to the state it c-toggle-auto-hungry-state - Command: Toggle auto-newline and hungry-delete-key features. c-toggle-auto-newline - Command: Toggle auto-newline feature. c-toggle-auto-state - Command: Toggle auto-newline feature. c-toggle-electric-state - Command: Toggle the electric indentation feature. c-toggle-hungry-state - Command: Toggle hungry-delete-key feature. c-toggle-syntactic-indentation - Command: Toggle syntactic indentation. c-up-conditional - Command: Move back to the containing preprocessor conditional, leaving mark behind. c-up-conditional-with-else - Command: Move back to the containing preprocessor conditional, including "#else". c-up-list-backward - Macro: Return the position of the start of the list sexp containing POS, c-up-list-forward - Macro: Return the first position after the list sexp containing POS, c-valid-offset - Function: Return non-nil iff OFFSET is a valid offset for a syntactic symbol. c-version - Command: Echo the current version of CC Mode in the minibuffer. - Variable: CC Mode version number. c-vsemi-status-unknown-p-fn - Variable: Contains a function "are we unsure whether there is a virtual semicolon on this line?". caaaar - Function: Return the `car' of the `car' of the `car' of the `car' of X. caaadr - Function: Return the `car' of the `car' of the `car' of the `cdr' of X. caaar - Function: Return the `car' of the `car' of the `car' of X. caadar - Function: Return the `car' of the `car' of the `cdr' of the `car' of X. caaddr - Function: Return the `car' of the `car' of the `cdr' of the `cdr' of X. caadr - Function: Return the `car' of the `car' of the `cdr' of X. caar - Function: Return the car of the car of X. cache-long-line-scans - Variable: Non-nil means that Emacs should use caches to handle long lines more quickly. cadaar - Function: Return the `car' of the `cdr' of the `car' of the `car' of X. cadadr - Function: Return the `car' of the `cdr' of the `car' of the `cdr' of X. cadar - Function: Return the `car' of the `cdr' of the `car' of X. caddar - Function: Return the `car' of the `cdr' of the `cdr' of the `car' of X. cadddr - Function: Return the `car' of the `cdr' of the `cdr' of the `cdr' of X. caddr - Function: Return the `car' of the `cdr' of the `cdr' of X. cadr - Function: Return the car of the cdr of X. cal-menu-list-holidays-following-year - Command: Display a list of the holidays of the following year. cal-menu-list-holidays-previous-year - Command: Display a list of the holidays of the previous year. cal-menu-list-holidays-year - Command: Display a list of the holidays of the selected date's year. cal-menu-today-holidays - Command: Show holidays for today's date. cal-menu-x-popup-menu - Function: Like `x-popup-menu', but prints an error message if popup menus are cal-tex-cursor-day - Command: Make a buffer with LaTeX commands for the day cursor is on. cal-tex-cursor-filofax-2week - Command: Two-weeks-at-a-glance Filofax style calendar for week indicated by cursor. cal-tex-cursor-filofax-daily - Command: Day-per-page Filofax style calendar for week indicated by cursor. cal-tex-cursor-filofax-week - Command: One-week-at-a-glance Filofax style calendar for week indicated by cursor. cal-tex-cursor-filofax-year - Command: Make a buffer with LaTeX commands for a year's calendar (Filofax). cal-tex-cursor-month - Command: Make a buffer with LaTeX commands for the month cursor is on. cal-tex-cursor-month-landscape - Command: Make a buffer with LaTeX commands for the month cursor is on. cal-tex-cursor-week - Command: Make a buffer with LaTeX commands for a two-page one-week calendar. cal-tex-cursor-week-iso - Command: Make a buffer with LaTeX commands for a one page ISO-style weekly calendar. cal-tex-cursor-week-monday - Command: Make a buffer with LaTeX commands for a two-page one-week calendar. cal-tex-cursor-week2 - Command: Make a buffer with LaTeX commands for a two-page one-week calendar. cal-tex-cursor-year - Command: Make a buffer with LaTeX commands for a year's calendar. cal-tex-cursor-year-landscape - Command: Make a buffer with LaTeX commands for a year's calendar (landscape). cal-tex-mouse-day - Command: Make a buffer with LaTeX commands for the day mouse is on. cal-tex-mouse-filofax - Command: Pop up sub-submenu for Mouse-2 for Filofax cal-tex commands for selected date. cal-tex-mouse-filofax-2week - Command: One page Filofax calendar for week indicated by cursor. cal-tex-mouse-filofax-daily - Command: Day-per-page Filofax calendar for week indicated by cursor. cal-tex-mouse-filofax-week - Command: Two page Filofax calendar for week indicated by cursor. cal-tex-mouse-filofax-year - Command: Make a buffer with LaTeX commands for Filofax calendar of year cursor is on. cal-tex-mouse-month - Command: Make a buffer with LaTeX commands for the month cursor is on. cal-tex-mouse-month-landscape - Command: Make a buffer with LaTeX commands for the month cursor is on. cal-tex-mouse-week - Command: One page calendar for week indicated by cursor. cal-tex-mouse-week-iso - Command: One page calendar for week indicated by cursor. cal-tex-mouse-week-monday - Command: One page calendar for week indicated by cursor. cal-tex-mouse-week2 - Command: Make a buffer with LaTeX commands for the week cursor is on. cal-tex-mouse-year - Command: Make a buffer with LaTeX commands for the year cursor is on. cal-tex-mouse-year-landscape - Command: Make a buffer with LaTeX commands for the year cursor is on. calc - Command: The Emacs Calculator. Full documentation is listed under "calc-mode". calc-dispatch - Command: Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details. calc-embedded - Command: Start Calc Embedded mode on the formula surrounding point. calc-embedded-activate - Command: Scan the current editing buffer for all embedded := and => formulas. calc-eval - Function: Do a quick calculation and return the result as a string. calc-grab-rectangle - Command: Parse a rectangle as a matrix of numbers and push it on the Calculator stack. calc-grab-region - Command: Parse the region as a vector of numbers and push it on the Calculator stack. calc-keypad - Command: Invoke the Calculator in "visual keypad" mode. calc-settings-file - Variable: *File in which to record permanent settings. calculate-lisp-indent - Function: Return appropriate indentation for current line as Lisp code. calculator - Command: Run the Emacs calculator. calendar - Command: Choose between the one frame, two frame, or basic calendar displays. - Group: Calendar and time management support. calendar-abbrev-construct - Function: Internal calendar function to return a complete abbreviation array. calendar-abbrev-length - Variable: *Length of abbreviations to be used for day and month names. calendar-absolute-from-astro - Command: Absolute date of astronomical (Julian) day number D. calendar-absolute-from-gregorian - Function: The number of days elapsed between the Gregorian date 12/31/1 BC and DATE. calendar-astro-date-string - Function: String of astronomical (Julian) day number of Gregorian date. calendar-astro-from-absolute - Function: Astronomical (Julian) day number of absolute date D. calendar-backward-day - Command: Move the cursor back ARG days. calendar-backward-month - Command: Move the cursor backward by ARG months. calendar-backward-week - Command: Move the cursor back ARG weeks. calendar-backward-year - Command: Move the cursor backward ARG years. calendar-bahai-date-string - Function: String of Baha'i date of Gregorian date. calendar-basic-setup - Command: Display a three-month calendar in another window. calendar-beginning-of-month - Command: Move the cursor backward ARG month beginnings. calendar-beginning-of-week - Command: Move the cursor back ARG calendar-week-start-day's. calendar-beginning-of-year - Command: Move the cursor backward ARG year beginnings. calendar-buffer - Variable: Name of the buffer used for the calendar. calendar-buffer-list - Function: List of all calendar-related buffers. calendar-chinese-date-string - Function: String of Chinese date of Gregorian date. calendar-coptic-date-string - Function: String of Coptic date of Gregorian date. calendar-count-days-region - Command: Count the number of days (inclusive) between point and the mark. calendar-current-date - Function: Return the current date in a list (month day year). calendar-cursor-holidays - Command: Find holidays for the date specified by the cursor in the calendar window. calendar-cursor-to-date - Function: Return a list (month day year) of current cursor position. calendar-cursor-to-nearest-date - Function: Move the cursor to the closest date. calendar-cursor-to-visible-date - Function: Move the cursor to DATE that is on the screen. calendar-date-compare - Function: Return t if DATE1 is before DATE2, nil otherwise. calendar-date-display-form - Variable: Pseudo-pattern governing the way a date appears. calendar-date-equal - Function: Return t if the DATE1 and DATE2 are the same. calendar-date-is-legal-p - Function: Return t if DATE is a valid date. calendar-date-is-visible-p - Function: Return t if DATE is valid and is visible in the calendar window. calendar-date-string - Function: A string form of DATE, driven by the variable `calendar-date-display-form'. calendar-day-abbrev-array - Variable: *Array of capitalized strings giving the abbreviated day names. calendar-day-name - Function: Return a string with the name of the day of the week of DATE. calendar-day-name-array - Variable: *Array of capitalized strings giving, in order, the day names. calendar-day-number - Function: Return the day number within the year of the date DATE. calendar-day-of-week - Function: Return the day-of-the-week index of DATE, 0 for Sunday, 1 for Monday, etc. calendar-day-of-year-string - Function: String of day number of year of Gregorian DATE. calendar-dayname-on-or-before - Function: Return the absolute date of the DAYNAME on or before absolute DATE. calendar-debug-sexp - Variable: Turn debugging on when evaluating a sexp in the diary or holiday list. calendar-end-of-month - Command: Move the cursor forward ARG month ends. calendar-end-of-week - Command: Move the cursor forward ARG calendar-week-start-day+6's. calendar-end-of-year - Command: Move the cursor forward ARG year beginnings. calendar-ethiopic-date-string - Function: String of Ethiopic date of Gregorian date. calendar-event-to-date - Function: Date of last event. calendar-exchange-point-and-mark - Command: Exchange the current cursor position with the marked date. calendar-flatten - Function: Flatten LIST eliminating sublists structure; result is a list of atoms. calendar-font-lock-keywords - Variable: Default keywords to highlight in Calendar mode. calendar-for-loop - Macro: Execute a for loop. calendar-forward-day - Command: Move the cursor forward ARG days. calendar-forward-month - Command: Move the cursor forward ARG months. calendar-forward-week - Command: Move the cursor forward ARG weeks. calendar-forward-year - Command: Move the cursor forward by ARG years. calendar-french-date-string - Function: String of French Revolutionary date of Gregorian date. calendar-goto-astro-day-number - Command: Move cursor to astronomical (Julian) day number. calendar-goto-chinese-date - Command: Move cursor to Chinese date. calendar-goto-coptic-date - Command: Move cursor to Coptic date. calendar-goto-date - Command: Move cursor to DATE. calendar-goto-day-of-year - Command: Move cursor to YEAR, DAY number; echo DAY/YEAR unless NOECHO is t. calendar-goto-ethiopic-date - Command: Move cursor to Ethiopic date. calendar-goto-french-date - Command: Move cursor to French Revolutionary date. calendar-goto-hebrew-date - Command: Move cursor to Hebrew date. calendar-goto-info-node - Command: Go to the info node for the calendar. calendar-goto-islamic-date - Command: Move cursor to Islamic date. calendar-goto-iso-date - Command: Move cursor to ISO date. calendar-goto-iso-week - Command: Move cursor to start of ISO week. calendar-goto-julian-date - Command: Move cursor to Julian DATE; echo Julian date unless NOECHO is t. calendar-goto-mayan-long-count-date - Command: Move cursor to Mayan long count date. calendar-goto-persian-date - Command: Move cursor to Persian date. calendar-goto-today - Command: Reposition the calendar window so the current date is visible. calendar-gregorian-from-absolute - Function: Compute the list (month day year) corresponding to the absolute DATE. calendar-hebrew-date-string - Function: String of Hebrew date of Gregorian date. calendar-hide-window - Function: Hide WINDOW if it is calendar-related. calendar-holiday-list - Function: Form the list of holidays that occur on dates in the calendar window. calendar-holiday-marker - Variable: How to mark notable dates in the calendar. calendar-holidays - Variable: List of notable days for the command M-x holidays. calendar-hooks - Group: Calendar hooks. calendar-increment-month - Function: Return the Nth month after MON/YR. calendar-insert-indented - Function: Insert STRING at column INDENT. calendar-interval - Function: The number of months difference between MON1, YR1 and MON2, YR2. calendar-islamic-date-string - Function: String of Islamic date of Gregorian date. calendar-iso-date-string - Function: String of ISO date of Gregorian date. calendar-julian-date-string - Function: String of Julian date of Gregorian DATE. calendar-julian-from-absolute - Function: Compute the Julian (month day year) corresponding to the absolute DATE. calendar-last-day-of-month - Function: The last day in MONTH during YEAR. calendar-latitude - Variable: *Latitude of `calendar-location-name' in degrees. calendar-leap-year-p - Function: Return t if YEAR is a Gregorian leap year. calendar-load-hook - Variable: List of functions to be called after the calendar is first loaded. calendar-location-name - Variable: *Expression evaluating to name of `calendar-longitude', `calendar-latitude'. calendar-longitude - Variable: *Longitude of `calendar-location-name' in degrees. calendar-make-alist - Function: Make an assoc list corresponding to SEQUENCE. calendar-mark-today - Function: Mark the date under the cursor in the calendar window. calendar-mayan-date-string - Function: String of Mayan date of Gregorian date. calendar-minimum-window-height - Variable: Minimum height `generate-calendar-window' should use for calendar window. calendar-mod - Function: Non-negative remainder of M/N with N instead of 0. calendar-mode - Function: A major mode for the calendar window. calendar-mode-line-format - Variable: The mode line of the calendar buffer. calendar-month-abbrev-array - Variable: *Array of capitalized strings giving the abbreviated month names. calendar-month-name - Function: Return a string with the name of month number MONTH. calendar-month-name-array - Variable: *Array of capitalized strings giving, in order, the month names. calendar-mouse-2-date-menu - Command: Pop up menu for Mouse-2 for selected date in the calendar window. calendar-mouse-cal-tex-menu - Command: Pop up submenu for Mouse-2 for cal-tex commands for selected date in the calendar window. calendar-mouse-chinese-date - Command: Show Chinese equivalent for mouse-selected date. calendar-mouse-holidays - Command: Pop up menu of holidays for mouse selected date. calendar-mouse-insert-bahai-diary-entry - Command: Pop up menu to insert an Baha'i-date diary entry. calendar-mouse-insert-diary-entry - Command: Insert diary entry for mouse-selected date. calendar-mouse-insert-hebrew-diary-entry - Command: Pop up menu to insert a Hebrew-date diary entry. calendar-mouse-insert-islamic-diary-entry - Command: Pop up menu to insert an Islamic-date diary entry. calendar-mouse-print-dates - Command: Pop up menu of equivalent dates to mouse selected date. calendar-mouse-set-mark - Command: Mark the date under the cursor. calendar-mouse-sunrise/sunset - Command: Show sunrise/sunset times for mouse-selected date. calendar-mouse-view-diary-entries - Command: Pop up menu of diary entries for mouse-selected date. calendar-mouse-view-other-diary-entries - Command: Pop up menu of diary entries from alternative file on mouse-selected date. calendar-move-hook - Variable: List of functions called whenever the cursor moves in the calendar. calendar-next-calendar-round-date - Command: Move cursor to next instance of Mayan Haab/Tzolkin combination. calendar-next-haab-date - Command: Move cursor to next instance of Mayan Haab date. calendar-next-tzolkin-date - Command: Move cursor to next instance of Mayan Tzolkin date. calendar-not-implemented - Command: Not implemented. calendar-nth-named-absday - Function: The absolute date of Nth DAYNAME in MONTH, YEAR before/after optional DAY. calendar-nth-named-day - Function: The date of Nth DAYNAME in MONTH, YEAR before/after optional DAY. calendar-offset - Variable: The offset of the principal month from the center of the calendar window. calendar-one-frame-setup - Function: Start calendar and display it in a dedicated frame together with the diary. calendar-only-one-frame-setup - Function: Start calendar and display it in a dedicated frame. calendar-other-month - Command: Display a three-month calendar centered around MONTH and YEAR. calendar-persian-date-string - Function: String of Persian date of Gregorian date. calendar-phases-of-moon - Command: Create a buffer of the phases of the moon for the current calendar window. calendar-previous-calendar-round-date - Command: Move cursor to previous instance of Mayan Haab/Tzolkin combination. calendar-previous-haab-date - Command: Move cursor to previous instance of Mayan Haab date. calendar-previous-tzolkin-date - Command: Move cursor to previous instance of Mayan Tzolkin date. calendar-print-astro-day-number - Command: Show the astro date equivalents of date. calendar-print-bahai-date - Command: Show the Baha'i date equivalents of date. calendar-print-chinese-date - Command: Show the Chinese date equivalents of date. calendar-print-coptic-date - Command: Show the Coptic date equivalents of date. calendar-print-day-of-year - Command: Show day number in year/days remaining in year for date under the cursor. calendar-print-ethiopic-date - Command: Show the Ethiopic date equivalents of date. calendar-print-french-date - Command: Show the French Revolutionary calendar equivalent of the date under the cursor. calendar-print-hebrew-date - Command: Show the Hebrew date equivalents of date. calendar-print-islamic-date - Command: Show the Islamic date equivalents of date. calendar-print-iso-date - Command: Show the ISO date equivalents of date. calendar-print-julian-date - Command: Show the Julian calendar equivalent of the date under the cursor. calendar-print-mayan-date - Command: Show the Mayan long count, Tzolkin, and Haab equivalents of the date under the cursor. calendar-print-other-dates - Command: Show dates on other calendars for date under the cursor. calendar-print-persian-date - Command: Show the Persian date equivalents of date. calendar-read - Function: Return an object read from the minibuffer. calendar-read-date - Function: Prompt for Gregorian date. Return a list (month day year). calendar-remove-frame-by-deleting - Variable: Determine how the calendar mode removes a frame no longer needed. calendar-set-mark - Command: Mark the date under the cursor, or jump to marked date. calendar-set-mode-line - Function: Set mode line to STR, centered, surrounded by dashes. calendar-setup - Variable: The frame setup of the calendar. calendar-star-date - Function: Replace the date under the cursor in the calendar window with asterisks. calendar-string-spread - Function: Concatenate list of STRINGS separated with copies of CHAR to fill LENGTH. calendar-sum - Macro: For INDEX = INITIAL et seq, as long as CONDITION holds, sum EXPRESSION. calendar-sunrise-sunset - Command: Local time of sunrise and sunset for date under cursor. calendar-time-display-form - Variable: *The pseudo-pattern that governs the way a time of day is formatted. calendar-today - Face: Face for indicating today's date. calendar-today-marker - Variable: How to mark today's date in the calendar. calendar-two-frame-setup - Function: Start calendar and diary in separate, dedicated frames. calendar-unmark - Command: Delete all diary/holiday marks/highlighting from the calendar. calendar-week-start-day - Variable: The day of the week on which a week in the calendar begins. calendar-window-list - Function: List of all calendar-related windows. call-interactively - Function: Call FUNCTION, reading args according to its interactive calling specs. call-last-kbd-macro - Command: Call the last keyboard macro that you defined with M-x start-kbd-macro. call-process - Function: Call PROGRAM synchronously in separate process. call-process-region - Function: Send text from START to END to a synchronous process running PROGRAM. call-process-shell-command - Function: Execute the shell command COMMAND synchronously in separate process. called-interactively-p - Function: Return t if the function using this was called with `call-interactively'. callf - Macro: Set PLACE to (FUNC PLACE ARGS...). callf2 - Macro: Set PLACE to (FUNC ARG1 PLACE ARGS...). cancel-change-group - Function: Finish a change group made with `prepare-change-group' (which see). cancel-debug-on-entry - Command: Undo effect of M-x debug-on-entry on FUNCTION. cancel-function-timers - Command: Cancel all timers scheduled by `run-at-time' which would run FUNCTION. cancel-kbd-macro-events - Function: Cancel the events added to a keyboard macro for this command. cancel-timer - Function: Remove TIMER from the list of active timers. canlock - Group: The Cancel-Lock feature. canlock-delete-headers - Function: Delete Cancel-Key or Cancel-Lock headers in the narrowed buffer. canlock-fetch-fields - Function: Return a list of the values of Cancel-Lock header. canlock-fetch-id-for-key - Function: Return a Message-ID in Cancel, Supersedes or Replaces header. canlock-force-insert-header - Variable: If non-nil, insert a Cancel-Lock or a Cancel-Key header even if the canlock-insert-header - Function: Insert a Cancel-Key and/or a Cancel-Lock header if possible. canlock-make-cancel-key - Function: Make a Cancel-Key header. canlock-narrow-to-header - Function: Narrow the buffer to the head of the message. canlock-password - Variable: Password to use when signing a Cancel-Lock or a Cancel-Key header. canlock-password-for-verify - Variable: Password to use when verifying a Cancel-Lock or a Cancel-Key header. canlock-sha1 - Function: Make a SHA-1 digest of MESSAGE as a unibyte string of length 20 bytes. canlock-verify - Command: Verify Cancel-Lock or Cancel-Key in BUFFER. cannot-suspend - Variable: Non-nil means to always spawn a subshell instead of suspending. canonically-space-region - Command: Remove extra spaces between words in region. capitalize - Function: Convert argument to capitalized form and return that. capitalize-region - Command: Convert the region to capitalized form. capitalize-word - Command: Capitalize the following word (or ARG words), moving over. car - Function: Return the car of LIST. If arg is nil, return nil. car-less-than-car - Function: Return t if (car A) is numerically less than (car B). car-safe - Function: Return the car of OBJECT if it is a cons cell, or else nil. case - Macro: Eval EXPR and choose among clauses on that value. case-fold-search - Variable: *Non-nil if searches and matches should ignore case. case-replace - Variable: *Non-nil means `query-replace' should preserve case in replacements. case-table-p - Function: Return t iff OBJECT is a case table. catch - Function: Eval BODY allowing nonlocal exits using `throw'. category-docstring - Function: Return the documentation string of CATEGORY, as defined in TABLE. category-set-mnemonics - Function: Return a string containing mnemonics of the categories in CATEGORY-SET. category-table - Function: Return the current category table. category-table-p - Function: Return t if ARG is a category table. cc-eval-when-compile - Macro: Like `progn', but evaluates the body at compile time. cc-imenu-c++-generic-expression - Variable: Imenu generic expression for C++ mode. See `imenu-generic-expression'. cc-imenu-c-generic-expression - Variable: Imenu generic expression for C mode. See `imenu-generic-expression'. cc-imenu-c-prototype-macro-regexp - Variable: RE matching macro names used to conditionally specify function prototypes. cc-imenu-java-generic-expression - Variable: Imenu generic expression for Java mode. See `imenu-generic-expression'. cc-imenu-objc-function - Function: imenu supports for objc-mode. cc-imenu-objc-generic-expression - Variable: Imenu generic expression for ObjC mode. See `imenu-generic-expression'. cc-imenu-objc-method-to-selector - Function: Return the objc selector style string of METHOD. cc-imenu-objc-remove-white-space - Function: Remove all spaces and tabs from STR. ccl-arith-table - Variable: Vector of CCL arithmetic/logical operators (symbols). ccl-assign-arith-table - Variable: Vector of CCL assignment operators (symbols). ccl-code-table - Variable: Vector of CCL compiled codes (symbols). ccl-command-table - Variable: Vector of CCL commands (symbols). ccl-compile - Function: Return the compiled code of CCL-PROGRAM as a vector of integers. ccl-current-ic - Variable: The current index for `ccl-program-vector'. ccl-decode-alternativnyj - Variable: CCL program to decode Alternativnyj. ccl-decode-euc-tw - Variable: CCL program to decode EUC-TW encoding. ccl-decode-koi8 - Variable: CCL program to decode KOI8-R. ccl-decode-koi8-u - Variable: CCL program to decode KOI8-U. ccl-decode-mule-utf-16 - Variable: Like ccl-decode-utf-16be/le but check the first BOM. ccl-decode-mule-utf-16be - Variable: Decode UTF-16BE (big endian without signature bytes). ccl-decode-mule-utf-16be-with-signature - Variable: Like ccl-decode-utf-16be but skip the first 2-byte BOM. ccl-decode-mule-utf-16le - Variable: Decode UTF-16LE (little endian without signature bytes). ccl-decode-mule-utf-16le-with-signature - Variable: Like ccl-decode-utf-16le but skip the first 2-byte BOM. ccl-decode-mule-utf-8 - Variable: CCL program to decode UTF-8. ccl-decode-tcvn - Variable: CCL program to decode TCVN-5712. ccl-decode-viscii - Variable: CCL program to decode VISCII 1.1 ccl-decode-vscii - Variable: CCL program to decode VSCII-1. ccl-dump - Function: Disassemble compiled CCL-CODE. ccl-encode-8859-5-font - Variable: Encode ISO 8859-5 and Cyrillic Unicode chars to 8859-5 font. ccl-encode-alternativnyj - Variable: CCL program to encode Alternativnyj. ccl-encode-alternativnyj-font - Variable: CCL program to encode Cyrillic chars to Alternativnyj font. ccl-encode-big5-font - Variable: CCL program to encode a Big5 code to code point of Big5 font. ccl-encode-ethio-font - Variable: CCL program to encode an Ethiopic code to code point of Ethiopic font. ccl-encode-euc-tw - Variable: CCL program to encode EUC-TW encoding. ccl-encode-koi8 - Variable: CCL program to encode KOI8-R. ccl-encode-koi8-font - Variable: CCL program to encode Cyrillic chars to KOI font. ccl-encode-koi8-u - Variable: CCL program to encode KOI8-U. ccl-encode-koi8-u-font - Variable: CCL program to encode Cyrillic chars to KOI-U font. ccl-encode-mule-utf-16be - Variable: Encode to UTF-16BE (big endian without signature). ccl-encode-mule-utf-16be-with-signature - Variable: Encode to UTF-16 (big endian with signature). ccl-encode-mule-utf-16le - Variable: Encode to UTF-16LE (little endian without signature). ccl-encode-mule-utf-16le-with-signature - Variable: Encode to UTF-16 (little endian with signature). ccl-encode-mule-utf-8 - Variable: CCL program to encode into UTF-8. ccl-encode-tcvn - Variable: CCL program to encode TCVN-5712. ccl-encode-tcvn-font - Variable: CCL program to encode Vietnamese chars to TCVN-5712 font. ccl-encode-unicode-font - Variable: Encode characters for display with iso10646 font. ccl-encode-viscii - Variable: CCL program to encode VISCII 1.1 ccl-encode-viscii-font - Variable: CCL program to encode Vietnamese chars to VISCII 1.1 font ccl-encode-vscii - Variable: CCL program to encode VSCII-1. ccl-encode-vscii-font - Variable: CCL program to encode Vietnamese chars to VSCII-1 font. ccl-execute - Function: Execute CCL-PROGRAM with registers initialized by REGISTERS. ccl-execute-on-string - Function: Execute CCL-PROGRAM with initial STATUS on STRING. ccl-execute-with-args - Function: Execute CCL-PROGRAM with registers initialized by the remaining args. ccl-extended-code-table - Variable: Vector of CCL extended compiled codes (symbols). ccl-program-p - Function: Return t if OBJECT is a CCL program name or a compiled CCL program code. ccl-program-vector - Variable: Working vector of CCL codes produced by CCL compiler. ccl-register-table - Variable: Vector of CCL registers (symbols). ccl-untranslated-to-ucs - Variable: Decode 2-, 3-, or 4-byte sequences in r0, r1, r2 [,r3] to unicodes in r0. cd - Command: Make DIR become the current buffer's default directory. cd-absolute - Function: Change current directory to given absolute file name DIR. cd-path - Variable: Value of the CDPATH environment variable, as a list. cdaaar - Function: Return the `cdr' of the `car' of the `car' of the `car' of X. cdaadr - Function: Return the `cdr' of the `car' of the `car' of the `cdr' of X. cdaar - Function: Return the `cdr' of the `car' of the `car' of X. cdadar - Function: Return the `cdr' of the `car' of the `cdr' of the `car' of X. cdaddr - Function: Return the `cdr' of the `car' of the `cdr' of the `cdr' of X. cdadr - Function: Return the `cdr' of the `car' of the `cdr' of X. cdar - Function: Return the cdr of the car of X. cddaar - Function: Return the `cdr' of the `cdr' of the `car' of the `car' of X. cddadr - Function: Return the `cdr' of the `cdr' of the `car' of the `cdr' of X. cddar - Function: Return the `cdr' of the `cdr' of the `car' of X. cdddar - Function: Return the `cdr' of the `cdr' of the `cdr' of the `car' of X. cddddr - Function: Return the `cdr' of the `cdr' of the `cdr' of the `cdr' of X. cdddr - Function: Return the `cdr' of the `cdr' of the `cdr' of X. cddr - Function: Return the cdr of the cdr of X. cdr - Function: Return the cdr of LIST. If arg is nil, return nil. cdr-safe - Function: Return the cdr of OBJECT if it is a cons cell, or else nil. ceiling - Function: Return the smallest integer no less than ARG. ceiling* - Function: Return a list of the ceiling of X and the fractional part of X. center-line - Command: Center the line point is on, within the width specified by `fill-column'. center-paragraph - Command: Center each nonblank line in the paragraph at or after point. center-region - Command: Center each nonblank line starting in the region. cfengine-mode - Command: Major mode for editing cfengine input. change-log-merge - Command: Merge the contents of change log file OTHER-LOG with this buffer. change-log-mode - Command: Major mode for editing change logs; like Indented Text Mode. change-log-redate - Command: Fix any old-style date entries in the current log file to default format. change-major-mode-with-file-name - Variable: Non-nil means C-x C-w should set the major mode from the file name. char-after - Function: Return character in current buffer at position POS. char-before - Function: Return character in current buffer preceding position POS. char-bytes - Function: Return 1 regardless of the argument CH. char-category-set - Function: Return the category set of CHAR. char-charset - Function: Return charset of CH. char-code-property-table - Variable: Char-table containing a property list of each character code. char-coding-system-table - Variable: This is an obsolete variable. char-direction - Function: Return the direction of CH. char-displayable-p - Function: Return non-nil if we should be able to display CHAR. char-equal - Function: Return t if two characters match, optionally ignoring case. char-or-string-p - Function: Return t if OBJECT is a character (an integer) or a string. char-property-alias-alist - Variable: Alist of alternative properties for properties without a value. char-syntax - Function: Return the syntax code of CHARACTER, described by a character. char-table-extra-slot - Function: Return the value of CHAR-TABLE's extra-slot number N. char-table-p - Function: Return t if OBJECT is a char-table. char-table-parent - Function: Return the parent char-table of CHAR-TABLE. char-table-range - Function: Return the value in CHAR-TABLE for a range of characters RANGE. char-table-subtype - Function: Return the subtype of char-table CHAR-TABLE. The value is a symbol. char-to-int - Function: Return the argument unchanged. char-to-string - Function: Convert arg CHAR to a string containing that character. char-valid-p - Function: Return t if OBJECT is a valid normal character. char-width - Function: Return width of CH when displayed in the current buffer. character - Widget: A character. charset-after - Function: Return charset of a character in the current buffer at position POS. charset-bytes - Macro: Return bytes of CHARSET. charset-chars - Macro: Return character numbers contained in a dimension of CHARSET. charset-description - Macro: Return description of CHARSET. charset-dimension - Macro: Return dimension of CHARSET. charset-direction - Macro: Return direction of CHARSET. charset-id - Macro: Return charset identification number of CHARSET. charset-info - Function: Return a vector of information of CHARSET. charset-iso-final-char - Macro: Return final char of CHARSET. charset-iso-graphic-plane - Macro: Return graphic plane of CHARSET. charset-list - Function: Return list of charsets ever defined. - Variable: List of charsets ever defined. charset-long-name - Macro: Return long name of CHARSET. charset-plist - Macro: Return list charset property of CHARSET. charset-quoted-standard-p - Function: Return t if OBJ is a quoted symbol, and is the name of a standard charset. charset-reverse-charset - Macro: Return reverse charset of CHARSET. charset-revision-table - Variable: Alist of charsets vs revision numbers. charset-short-name - Macro: Return short name of CHARSET. charset-width - Macro: Return width (how many column occupied on a screen) of CHARSET. charsetp - Function: T if OBJECT is a charset. check-calendar-holidays - Function: Check the list of holidays for any that occur on DATE. check-ccl-program - Macro: Check validity of CCL-PROGRAM. check-coding-system - Function: Check validity of CODING-SYSTEM. check-face - Function: Signal an error if FACE doesn't name a face. check-markers-debug-flag - Variable: Non-nil means enable debugging checks for invalid marker positions. check-parens - Command: Check for unbalanced parentheses in the current buffer. check-type - Macro: Verify that FORM is of type TYPE; signal an error if not. checkbox - Widget: A checkbox toggle. checkdoc - Command: Interactively check the entire buffer for style errors. checkdoc-comments - Command: Find missing comment sections in the current Emacs Lisp file. checkdoc-continue - Command: Find the next doc string in the current buffer which has a style error. checkdoc-current-buffer - Command: Check current buffer for document, comment, error style, and rogue spaces. checkdoc-defun - Command: Examine the doc string of the function or variable under point. checkdoc-eval-current-buffer - Command: Evaluate and check documentation for the current buffer. checkdoc-eval-defun - Command: Evaluate the current form with `eval-defun' and check its documentation. checkdoc-interactive - Command: Interactively check the current buffer for doc string errors. checkdoc-ispell - Command: Check the style and spelling of everything interactively. checkdoc-ispell-comments - Command: Check the style and spelling of the current buffer's comments. checkdoc-ispell-continue - Command: Check the style and spelling of the current buffer after point. checkdoc-ispell-current-buffer - Command: Check the style and spelling of the current buffer. checkdoc-ispell-defun - Command: Check the style and spelling of the current defun with Ispell. checkdoc-ispell-interactive - Command: Check the style and spelling of the current buffer interactively. checkdoc-ispell-message-interactive - Command: Check the style and spelling of message text interactively. checkdoc-ispell-message-text - Command: Check the style and spelling of message text interactively. checkdoc-ispell-start - Command: Check the style and spelling of the current buffer. checkdoc-message-interactive - Command: Interactively check the current buffer for message string errors. checkdoc-message-text - Command: Scan the buffer for occurrences of the error function, and verify text. checkdoc-minor-mode - Command: Toggle Checkdoc minor mode, a mode for checking Lisp doc strings. checkdoc-rogue-spaces - Command: Find extra spaces at the end of lines in the current file. checkdoc-start - Command: Start scanning the current buffer for documentation string style errors. checklist - Widget: A multiple choice widget. choice - Widget: A union of several sexp types. choice-item - Widget: Button items that delegate action events to their parents. choose-completion - Command: Choose the completion that point is in or next to. choose-completion-string - Function: Switch to BUFFER and insert the completion choice CHOICE. choose-completion-string-functions - Variable: Functions that may override the normal insertion of a completion choice. christian-holidays - Variable: Christian holidays. cl-block-throw - Function: Throw to the catch for TAG and return VALUE from it. cl-block-wrapper - Function: Return the argument unchanged. cl-ceiling - Function: Return a list of the ceiling of X and the fractional part of X. cl-clrhash - Function: Clear hash table TABLE. cl-copy-tree - Function: Make a copy of TREE. cl-fake-autoloads - Variable: Non-nil means don't make CL functions autoload. cl-floor - Function: Return a list of the floor of X and the fractional part of X. cl-gethash - Function: Look up KEY in TABLE and return its associated value. cl-hash-table-count - Function: Return the number of elements in TABLE. cl-hash-table-p - Function: Return t if OBJ is a Lisp hash table object. cl-macroexpand - Function: Return result of expanding macros at top level of FORM. cl-macroexpand-all - Function: Expand all macro calls through a Lisp FORM. cl-make-hash-table - Function: Create and return a new hash table. cl-map-keymap - Function: Call FUNCTION once for each event binding in KEYMAP. cl-mapc - Function: Like `mapcar', but does not accumulate values returned by the function. cl-maphash - Function: Call FUNCTION for all entries in hash table TABLE. cl-member - Function: Return non-nil if ELT is an element of LIST. cl-mod - Function: The remainder of X divided by Y, with the same sign as Y. cl-prettyprint - Function: Insert a pretty-printed rendition of a Lisp FORM in current buffer. cl-puthash - Function: Associate KEY with VALUE in hash table TABLE. cl-remhash - Function: Remove KEY from TABLE. cl-remprop - Function: Remove from SYMBOL's plist the property PROPNAME and its value. cl-round - Function: Return a list of X rounded to the nearest integer and the remainder. cl-truncate - Function: Return a list of the integer part of X and the fractional part of X. clean-buffer-list - Command: Kill old buffers that have not been displayed recently. clear-abbrev-table - Function: Undefine all abbrevs in abbrev table TABLE, leaving it empty. clear-buffer-auto-save-failure - Function: Clear any record of a recent auto-save failure in the current buffer. clear-face-cache - Function: Clear face caches on all frames. clear-image-cache - Function: Clear the image cache of FRAME. clear-rectangle - Command: Blank out the region-rectangle. clear-string - Function: Clear the contents of STRING. clear-this-command-keys - Function: Clear out the vector that `this-command-keys' returns. clear-visited-file-modtime - Function: Clear out records of last mod time of visited file. clipboard-kill-region - Command: Kill the region, and save it in the X clipboard. clipboard-kill-ring-save - Command: Copy region to kill ring, and save in the X clipboard. clipboard-yank - Command: Insert the clipboard contents, or the last stretch of killed text. clone-buffer - Command: Create and return a twin copy of the current buffer. clone-buffer-hook - Variable: Normal hook to run in the new buffer at the end of `clone-buffer'. clone-indirect-buffer - Command: Create an indirect buffer that is a twin copy of the current buffer. clone-indirect-buffer-other-window - Command: Like `clone-indirect-buffer' but display in another window. clone-process - Function: Create a twin copy of PROCESS. close-rectangle - Command: Delete all whitespace following a specified column in each line. clrhash - Function: Clear hash table TABLE. code-conversion-map-vector - Variable: Vector of code conversion maps. codepage-setup - Command: Create a coding system cpCODEPAGE to support the IBM codepage CODEPAGE. coding-category-list - Variable: List of coding-categories (symbols) ordered by priority. coding-system - Widget: A MULE coding-system. coding-system-alist - Variable: Alist of coding system names. coding-system-base - Function: Return the base coding system of CODING-SYSTEM. coding-system-category - Function: Return the coding category of CODING-SYSTEM. coding-system-change-eol-conversion - Function: Return a coding system which differs from CODING-SYSTEM in eol conversion. coding-system-change-text-conversion - Function: Return a coding system which differs from CODING-SYSTEM in text conversion. coding-system-doc-string - Function: Return the documentation string for CODING-SYSTEM. coding-system-eol-type - Function: Return eol-type of CODING-SYSTEM. coding-system-eol-type-mnemonic - Function: Return the string indicating end-of-line format of CODING-SYSTEM. coding-system-equal - Function: Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are identical. coding-system-flags - Function: Return `flags' of CODING-SYSTEM. coding-system-for-read - Variable: Specify the coding system for read operations. coding-system-for-write - Variable: Specify the coding system for write operations. coding-system-get - Function: Extract a value from CODING-SYSTEM's property list for property PROP. coding-system-list - Function: Return a list of all existing non-subsidiary coding systems. - Variable: List of coding systems. coding-system-mnemonic - Function: Return the mnemonic character of CODING-SYSTEM. coding-system-p - Function: Return t if OBJECT is nil or a coding-system. coding-system-plist - Function: Return the property list of CODING-SYSTEM. coding-system-post-read-conversion - Function: Return the value of CODING-SYSTEM's `post-read-conversion' property. coding-system-pre-write-conversion - Function: Return the value of CODING-SYSTEM's `pre-write-conversion' property. coding-system-put - Function: Change value in CODING-SYSTEM's property list PROP to VAL. coding-system-require-warning - Variable: Internal use only. coding-system-spec - Function: Return coding-spec of CODING-SYSTEM. coding-system-translation-table-for-decode - Function: Return the value of CODING-SYSTEM's `translation-table-for-decode' property. coding-system-translation-table-for-encode - Function: Return the value of CODING-SYSTEM's `translation-table-for-encode' property. coding-system-type - Function: Return the coding type of CODING-SYSTEM. coerce - Function: Coerce OBJECT to type TYPE. colon-double-space - Variable: *Non-nil means put two spaces after a colon when filling. color - Widget: Choose a color name (with sample). color-defined-p - Function: Return non-nil if color COLOR is supported on frame FRAME. color-distance - Function: Return an integer distance between COLOR1 and COLOR2 on FRAME. color-gray-p - Function: Return non-nil if COLOR is a shade of gray (or white or black). color-name-rgb-alist - Variable: An alist of X color names and associated 16-bit RGB values. color-supported-p - Function: Return non-nil if COLOR can be displayed on FRAME. color-values - Function: Return a description of the color named COLOR on frame FRAME. column-number-mode - Command: Toggle Column Number mode. - Variable: Non-nil if Column-Number mode is enabled. combine-after-change-calls - Macro: Execute BODY, but don't call the after-change functions till the end. - Variable: Used internally by the `combine-after-change-calls' macro. combine-after-change-execute - Function: This function is for use internally in `combine-after-change-calls'. comint - Group: General command interpreter in a window stuff. comint-accum-marker - Variable: Non-nil if you are accumulating input lines to send as input together. comint-accumulate - Command: Accumulate a line to send as input along with more lines. comint-add-to-input-history - Function: Add CMD to the input history. comint-after-pmark-p - Function: Return t if point is after the process output marker. comint-append-output-to-file - Command: Append output from interpreter since last input to FILENAME. comint-arguments - Function: Return from STRING the NTH to MTH arguments. comint-backward-matching-input - Command: Search backward through buffer for input fields that match REGEXP. comint-bol - Command: Go to the beginning of line, then skip past the prompt, if any. comint-bol-or-process-mark - Command: Move point to beginning of line (after prompt) or to the process mark. comint-buffer-maximum-size - Variable: *The maximum size in lines for Comint buffers. comint-carriage-motion - Function: Interpret carriage control characters in the region from START to END. comint-check-proc - Function: Return non-nil if there is a living process associated w/buffer BUFFER. comint-check-source - Function: Check whether to save buffers visiting file FNAME. comint-completion - Group: Completion facilities in comint. comint-completion-addsuffix - Variable: *If non-nil, add a `/' to completed directories, ` ' to file names. comint-completion-autolist - Variable: *If non-nil, automatically list possibilities on partial completion. comint-completion-fignore - Variable: *List of suffixes to be disregarded during file completion. comint-completion-recexact - Variable: *If non-nil, use shortest completion if characters cannot be added. comint-continue-subjob - Command: Send CONT signal to process buffer's process group. comint-copy-old-input - Command: Insert after prompt old input at point as new input to be edited. comint-delchar-or-maybe-eof - Command: Delete ARG characters forward or send an EOF to subprocess. comint-delete-input - Function: Delete all input between accumulation or process mark and point. comint-delete-output - Command: Delete all output from interpreter since last input. comint-delim-arg - Function: Return a list of arguments from ARG. comint-delimiter-argument-list - Variable: List of characters to recognize as separate arguments in input. comint-directory - Function: Return expanded DIRECTORY, with `comint-file-name-prefix' if absolute. comint-dynamic-complete - Command: Dynamically perform completion at point. comint-dynamic-complete-as-filename - Function: Dynamically complete at point as a filename. comint-dynamic-complete-filename - Command: Dynamically complete the filename at point. comint-dynamic-complete-functions - Variable: List of functions called to perform completion. comint-dynamic-list-completions - Function: List in help buffer sorted COMPLETIONS. comint-dynamic-list-filename-completions - Command: List in help buffer possible completions of the filename at point. comint-dynamic-list-input-ring - Command: List in help buffer the buffer's input history. comint-dynamic-list-input-ring-select - Command: Choose the input history entry that point is in or next to. comint-dynamic-simple-complete - Function: Dynamically complete STUB from CANDIDATES list. comint-eol-on-send - Variable: *Non-nil means go to the end of the line before sending input. comint-exec - Function: Start up a process named NAME in buffer BUFFER for Comint modes. comint-exec-hook - Variable: Hook run each time a process is exec'd by `comint-exec'. comint-extract-string - Function: Return string around point, or nil. comint-file-name-chars - Variable: String of characters valid in a file name. comint-file-name-prefix - Variable: Prefix prepended to absolute file names taken from process input. comint-file-name-quote-list - Variable: List of characters to quote with `\' when in a file name. comint-forward-matching-input - Command: Search forward through buffer for input fields that match REGEXP. comint-get-next-from-history - Command: After fetching a line from input history, this fetches the following line. comint-get-old-input - Variable: Function that returns old text in Comint mode. comint-get-old-input-default - Function: Default for `comint-get-old-input'. comint-get-source - Function: Prompt for filenames in commands that process source files, comint-goto-process-mark - Command: Move point to the process mark. comint-highlight-input - Face: Face to use to highlight user input. comint-highlight-prompt - Face: Face to use to highlight prompts. comint-how-many-region - Function: Return number of matches for REGEXP from BEG to END. comint-inhibit-carriage-motion - Variable: If nil, Comint will interpret `carriage control' characters in output. comint-input-autoexpand - Variable: *If non-nil, expand input command history references on completion. comint-input-filter - Variable: Predicate for filtering additions to input history. comint-input-filter-functions - Variable: Abnormal hook run before input is sent to the process. comint-input-history-ignore - Variable: Regexp for history entries that should be ignored when Comint initializes. comint-input-ignoredups - Variable: *If non-nil, don't add input matching the last on the input ring. comint-input-ring-file-name - Variable: *If non-nil, name of the file to read/write input history. comint-input-ring-index - Variable: Index of last matched history element. comint-input-ring-separator - Variable: Separator between commands in the history file. comint-input-ring-size - Variable: Size of input history ring. comint-input-sender - Variable: Function to actually send to PROCESS the STRING submitted by user. comint-input-sender-no-newline - Variable: Non-nil directs the `comint-input-sender' function not to send a newline. comint-insert-input - Command: In a Comint buffer, set the current input to the previous input at point. comint-insert-previous-argument - Command: Insert the INDEXth argument from the previous Comint command-line at point. comint-interrupt-subjob - Command: Interrupt the current subjob. comint-kill-input - Command: Kill all text from last stuff output by interpreter to point. comint-kill-output - Command: Delete all output from interpreter since last input. comint-kill-region - Command: Like `kill-region', but ignores read-only properties, if safe. comint-kill-subjob - Command: Send kill signal to the current subjob. comint-kill-whole-line - Command: Kill current line, ignoring read-only and field properties. comint-line-beginning-position - Function: Return the buffer position of the beginning of the line, after any prompt. comint-magic-space - Command: Expand input history references before point and insert ARG spaces. comint-match-partial-filename - Function: Return the filename at point, or nil if none is found. comint-matching-input-from-input-string - Variable: Input previously used to match input history. comint-mode - Command: Major mode for interacting with an inferior interpreter. comint-mode-hook - Variable: Hook run upon entry to `comint-mode'. comint-move-point-for-output - Variable: *Controls whether interpreter output moves point to the end of the output. comint-next-input - Command: Cycle forwards through input history. comint-next-matching-input - Command: Search forwards through input history for match for REGEXP. comint-next-matching-input-from-input - Command: Search forwards through input history for match for current input. comint-next-prompt - Command: Move to end of Nth next prompt in the buffer. comint-output-filter-functions - Variable: Functions to call after output is inserted into the buffer. comint-password-prompt-regexp - Variable: *Regexp matching prompts for passwords in the inferior process. comint-postoutput-scroll-to-bottom - Function: Go to the end of buffer in some or all windows showing it. comint-preinput-scroll-to-bottom - Function: Go to the end of buffer in all windows showing it. comint-preoutput-filter-functions - Variable: List of functions to call before inserting Comint output into the buffer. comint-previous-input - Command: Cycle backwards through input history, saving input. comint-previous-input-string - Function: Return the string ARG places along the input ring. comint-previous-matching-input - Command: Search backwards through input history for match for REGEXP. comint-previous-matching-input-from-input - Command: Search backwards through input history for match for current input. comint-previous-matching-input-string - Function: Return the string matching REGEXP ARG places along the input ring. comint-previous-matching-input-string-position - Function: Return the index matching REGEXP ARG places along the input ring. comint-previous-prompt - Command: Move to end of Nth previous prompt in the buffer. comint-proc-query - Function: Send to the inferior process PROC the string STR. comint-process-echoes - Variable: *If non-nil, assume that the subprocess echoes any input. comint-prompt-read-only - Variable: If non-nil, the comint prompt is read only. comint-prompt-regexp - Variable: Regexp to recognize prompts in the inferior process. comint-ptyp - Variable: Non-nil if communications via pty; false if by pipe. Buffer local. comint-quit-subjob - Command: Send quit signal to the current subjob. comint-quote-filename - Function: Return FILENAME with magic characters quoted. comint-read-input-ring - Function: Set the buffer's `comint-input-ring' from a history file. comint-redirect-cleanup - Command: End a Comint redirection. See `comint-redirect-send-command'. comint-redirect-completed - Variable: Non-nil if redirection has completed in the current buffer. comint-redirect-echo-input - Variable: Non-nil means echo input in the process buffer even during redirection. comint-redirect-filter - Function: Filter function which redirects output from PROCESS to a buffer or buffers. comint-redirect-filter-functions - Variable: List of functions to call before inserting redirected process output. comint-redirect-finished-regexp - Variable: Regular expression that determines when to stop redirection in Comint. comint-redirect-insert-matching-regexp - Variable: If non-nil, the text that ends a redirection is included in it. comint-redirect-original-filter-function - Variable: The process filter that was in place when redirection is started. comint-redirect-original-mode-line-process - Variable: Original mode line for redirected process. comint-redirect-output-buffer - Variable: The buffer or list of buffers to put output into. comint-redirect-perform-sanity-check - Variable: If non-nil, check that redirection is likely to complete successfully. comint-redirect-preoutput-filter - Function: Comint filter function which redirects Comint output to a buffer or buffers. comint-redirect-remove-redirection - Command: End a Comint redirection. See `comint-redirect-send-command'. comint-redirect-results-list - Function: Send COMMAND to current process. comint-redirect-results-list-from-process - Function: Send COMMAND to PROCESS. comint-redirect-send-command - Command: Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER. comint-redirect-send-command-to-process - Command: Send COMMAND to PROCESS, with output to OUTPUT-BUFFER. comint-redirect-setup - Function: Set up for output redirection. comint-redirect-subvert-readonly - Variable: Non-nil means `comint-redirect' can insert into read-only buffers. comint-redirect-verbose - Variable: *If non-nil, print messages each time the redirection filter is invoked. comint-regexp-arg - Function: Return list of regexp and prefix arg using PROMPT. comint-replace-by-expanded-filename - Command: Dynamically expand and complete the filename at point. comint-replace-by-expanded-history - Command: Expand input command history references before point. comint-replace-by-expanded-history-before-point - Function: Expand directory stack reference before point. comint-restore-input - Command: Restore unfinished input. comint-run - Command: Run PROGRAM in a Comint buffer and switch to it. comint-scroll-show-maximum-output - Variable: *Controls how to scroll due to interpreter output. comint-scroll-to-bottom-on-input - Variable: *Controls whether input to interpreter causes window to scroll. comint-search-start - Function: Index to start a directional search, starting at `comint-input-ring-index'. comint-send-eof - Command: Send an EOF to the current buffer's process. comint-send-input - Command: Send input to process. comint-send-region - Function: Like `process-send-region', but also does extra bookkeeping for Comint mode. comint-send-string - Function: Like `process-send-string', but also does extra bookkeeping for Comint mode. comint-set-process-mark - Command: Set the process mark at point. comint-show-maximum-output - Command: Put the end of the buffer at the bottom of the window. comint-show-output - Command: Display start of this batch of interpreter output at top of window. comint-simple-send - Function: Default function for sending to PROC input STRING. comint-skip-input - Function: Skip all pending input, from last stuff output by interpreter to point. comint-skip-prompt - Function: Skip past the text matching regexp `comint-prompt-regexp'. comint-snapshot-last-prompt - Function: `snapshot' any current `comint-last-prompt-overlay'. comint-source-default - Function: Compute the defaults for `load-file' and `compile-file' commands. comint-stop-subjob - Command: Stop the current subjob. comint-stored-incomplete-input - Variable: Stored input for history cycling. comint-strip-ctrl-m - Command: Strip trailing `^M' characters from the current output group. comint-substitute-in-file-name - Function: Return FILENAME with environment variables substituted. comint-truncate-buffer - Command: Truncate the buffer to `comint-buffer-maximum-size'. comint-unquote-filename - Function: Return FILENAME with quoted characters unquoted. comint-update-fence - Function: Update read-only status of newline before point. comint-use-prompt-regexp - Variable: *If non-nil, use `comint-prompt-regexp' to recognize prompts. comint-watch-for-password-prompt - Function: Prompt in the minibuffer for password and send without echoing. comint-within-quotes - Function: Return t if the number of quotes between BEG and END is odd. comint-word - Function: Return the word of WORD-CHARS at point, or nil if none is found. comint-write-input-ring - Function: Writes the buffer's `comint-input-ring' to a history file. comint-write-output - Command: Write output from interpreter since last input to FILENAME. comm - Group: Communications, networking, remote access to files. command-apropos - Command: Show commands (interactively callable functions) that match PATTERN. command-debug-status - Variable: Debugging status of current interactive command. command-error-function - Variable: If non-nil, function to output error messages. command-execute - Function: Execute CMD as an editor command. command-history - Command: Examine commands from `command-history' in a buffer. - Variable: List of recent commands that read arguments from terminal. command-hook-internal - Variable: Temporary storage of pre-command-hook or post-command-hook. command-line-args - Variable: Args passed by shell to Emacs, as a list of strings. command-line-args-left - Variable: List of command-line args not yet processed. command-line-default-directory - Variable: Default directory to use for command line arguments. command-line-functions - Variable: List of functions to process unrecognized command-line arguments. command-line-normalize-file-name - Function: Collapse multiple slashes to one, to handle non-Emacs file names. command-line-processed - Variable: Non-nil once command line has been processed. command-line-x-option-alist - Variable: Alist of X Windows options. command-remapping - Function: Return the remapping for command COMMAND in current keymaps. command-switch-alist - Variable: Alist of command-line switches. commandp - Function: Non-nil if FUNCTION makes provisions for interactive calling. comment-auto-fill-only-comments - Variable: Non-nil means to only auto-fill inside comments. comment-column - Variable: Column to indent right-margin comments to. comment-dwim - Command: Call the comment command you want (Do What I Mean). comment-end - Variable: *String to insert to end a new comment. comment-end-skip - Variable: Regexp to match the end of a comment plus everything up to its body. comment-indent - Command: Indent this line's comment to `comment-column', or insert an empty comment. comment-indent-default - Function: Default for `comment-indent-function'. comment-indent-function - Variable: Function to compute desired indentation for a comment. comment-indent-new-line - Command: Break line at point and indent, continuing comment if within one. comment-insert-comment-function - Variable: Function to insert a comment when a line doesn't contain one. comment-kill - Command: Kill the comment on this line, if any. comment-line-break-function - Variable: *Mode-specific function which line breaks and continues a comment. comment-multi-line - Variable: Non-nil means `comment-indent-new-line' continues comments. comment-normalize-vars - Function: Check and setup the variables needed by other commenting functions. comment-or-uncomment-region - Command: Call `comment-region', unless the region only consists of comments, comment-padding - Variable: Padding string that `comment-region' puts between comment chars and text. comment-region - Command: Comment or uncomment each line in the region. comment-set-column - Command: Set the comment column based on point. comment-start - Variable: *String to insert to start a new comment, or nil if no comment syntax. comment-start-skip - Variable: *Regexp to match the start of a comment plus everything up to its body. comment-style - Variable: Style to be used for `comment-region'. comment-use-syntax - Variable: Non-nil if syntax-tables can be used instead of regexps. common-lisp-mode - Command: Major mode for editing Lisp code for Lisps other than GNU Emacs Lisp. compare-buffer-substrings - Function: Compare two substrings of two buffers; return result as number. compare-strings - Function: Compare the contents of two strings, converting to multibyte if needed. compare-window-configurations - Function: Compare two window configurations as regards the structure of windows. compare-windows - Command: Compare text in current window with text in next window. compilation - Group: Run compiler as inferior of Emacs, parse error messages. compilation-arguments - Variable: Arguments that were given to `compilation-start'. compilation-ask-about-save - Variable: *Non-nil means SPC asks which buffers to save before compiling. compilation-buffer-internal-p - Function: Test if inside a compilation buffer. compilation-buffer-name - Function: Return the name of a compilation buffer to use. compilation-buffer-name-function - Variable: Function to compute the name of a compilation buffer. compilation-buffer-p - Function: Test if BUFFER is a compilation buffer. compilation-button-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Keymap for compilation-message buttons. compilation-column-face - Variable: Face name to use for column numbers in compiler messages. compilation-column-number - Face: Face for displaying column numbers in compiler messages. compilation-compat-error-properties - Function: Map old-style error ERR to new-style message. compilation-context-lines - Variable: Display this many lines of leading context before the current message. compilation-current-error - Variable: Marker to the location from where the next error will be found. compilation-debug - Variable: *Set this to t before creating a *compilation* buffer. compilation-directory - Variable: Directory to restore to when doing `recompile'. compilation-directory-matcher - Variable: A list for tracking when directories are entered or left. compilation-disable-input - Variable: *If non-nil, send end-of-file as compilation process input. compilation-enter-directory-face - Variable: Face name to use for entering directory messages. compilation-environment - Variable: *List of environment variables for compilation to inherit. compilation-error - Variable: Stem of message to print when no matches are found. - Face: Face used to highlight compiler errors. compilation-error-face - Variable: Face name to use for file name in error messages. compilation-error-regexp-alist - Variable: Alist that specifies how to match errors in compiler output. compilation-error-regexp-alist-alist - Variable: Alist of values for `compilation-error-regexp-alist'. compilation-error-screen-columns - Variable: *If non-nil, column numbers in error messages are screen columns. compilation-exit-message-function - Variable: If non-nil, called when a compilation process dies to return a status message. compilation-fake-loc - Function: Preassociate MARKER with FILE. compilation-filter - Function: Process filter for compilation buffers. compilation-find-file - Function: Find a buffer for file FILENAME. compilation-finish-function - Variable: Function to call when a compilation process finishes. compilation-finish-functions - Variable: Functions to call when a compilation process finishes. compilation-first-column - Variable: *This is how compilers number the first column, usually 1 or 0. compilation-gcpro - Variable: Internal variable used to keep some values from being GC'd. compilation-get-file-structure - Function: Retrieve FILE's file-structure or create a new one. compilation-goto-locus - Function: Jump to an error corresponding to MSG at MK. compilation-handle-exit - Function: Write MSG in the current buffer and hack its mode-line-process. compilation-highlight-overlay - Variable: Overlay used to temporarily highlight compilation matches. compilation-highlight-regexp - Variable: Regexp matching part of visited source lines to highlight temporarily. compilation-in-progress - Variable: List of compilation processes now running. compilation-info - Face: Face used to highlight compiler information. compilation-info-face - Variable: Face name to use for file name in informational messages. compilation-internal-error-properties - Function: Get the meta-info that will be added as text-properties. compilation-leave-directory-face - Variable: Face name to use for leaving directory messages. compilation-line-face - Variable: Face name to use for line numbers in compiler messages. compilation-line-number - Face: Face for displaying line numbers in compiler messages. compilation-message-face - Variable: Face name to use for whole messages. compilation-messages-start - Variable: Buffer position of the beginning of the compilation messages. compilation-minor-mode - Command: Toggle compilation minor mode. - Variable: Non-nil if Compilation minor mode is enabled. compilation-minor-mode-map - Variable: Keymap for `compilation-minor-mode'. compilation-mode - Command: Major mode for compilation log buffers. compilation-mode-font-lock-keywords - Function: Return expressions to highlight in Compilation mode. - Variable: Additional things to highlight in Compilation mode. compilation-mode-hook - Variable: *List of hook functions run by `compilation-mode' (see `run-mode-hooks'). compilation-mode-map - Variable: Keymap for compilation log buffers. compilation-move-to-column - Function: Go to column COL on the current line. compilation-next-error - Command: Move point to the next error in the compilation buffer. compilation-next-error-function - Command: Advance to the next error message and visit the file where the error was. compilation-next-file - Command: Move point to the next error for a different file than the current one. compilation-page-delimiter - Variable: Value of `page-delimiter' in Compilation mode. compilation-parse-errors-filename-function - Variable: Function to call to post-process filenames while parsing error messages. compilation-previous-error - Command: Move point to the previous error in the compilation buffer. compilation-previous-file - Command: Move point to the previous error for a different file than the current one. compilation-process-setup-function - Variable: *Function to call to customize the compilation process. compilation-read-command - Variable: *Non-nil means SPC reads the compilation command to use. compilation-search-path - Variable: *List of directories to search for source files named in error messages. compilation-sentinel - Function: Sentinel for compilation buffers. compilation-set-window - Function: Align the compilation output window W with marker MK near top. compilation-set-window-height - Function: Set the height of WINDOW according to `compilation-window-height'. compilation-setup - Function: Prepare the buffer for the compilation parsing commands to work. compilation-shell-minor-mode - Command: Toggle compilation shell minor mode. - Variable: Non-nil if Compilation-Shell minor mode is enabled. compilation-shell-minor-mode-map - Variable: Keymap for `compilation-shell-minor-mode'. compilation-skip-threshold - Variable: *Compilation motion commands skip less important messages. compilation-skip-to-next-location - Variable: *If non-nil, skip multiple error messages for the same source location. compilation-skip-visited - Variable: *Compilation motion commands skip visited messages if this is t. compilation-start - Function: Run compilation command COMMAND (low level interface). compilation-warning - Face: Face used to highlight compiler warnings. compilation-warning-face - Variable: Face name to use for file name in warning messages. compilation-window-height - Variable: *Number of lines in a compilation window. If nil, use Emacs default. compile - Command: Compile the program including the current buffer. Default: run `make'. compile-command - Variable: *Last shell command used to do a compilation; default for next compilation. compile-defun - Command: Compile and evaluate the current top-level form. compile-goto-error - Command: Visit the source for the error message at point. compile-mouse-goto-error - Command: Visit the source for the error message at point. complete-in-turn - Macro: Create a completion table that first tries completion in A and then in B. complete-symbol - Command: Perform tags completion on the text around point. complete-tag - Command: Perform tags completion on the text around point. completing-read - Function: Read a string in the minibuffer, with completion. completing-read-multiple - Function: Read multiple strings in the minibuffer, with completion. completion-auto-help - Variable: *Non-nil means automatically provide help for invalid completion input. completion-base-size - Variable: Number of chars at beginning of minibuffer not involved in completion. completion-common-substring - Variable: Common prefix substring to use in `completion-setup-function' to put faces. completion-ignore-case - Variable: Non-nil means don't consider case significant in completion. completion-ignored-extensions - Variable: Completion ignores file names ending in any string in this list. completion-list-mode - Command: Major mode for buffers showing lists of possible completions. completion-list-mode-finish - Function: Finish setup of the completions buffer. completion-list-mode-map - Variable: Local map for completion list buffers. completion-no-auto-exit - Variable: Non-nil means `choose-completion-string' should never exit the minibuffer. completion-reference-buffer - Variable: Record the buffer that was current when the completion list was requested. completion-regexp-list - Variable: List of regexps that should restrict possible completions. completion-root-regexp - Variable: Regexp to use in `completion-setup-function' to find the root directory. completion-setup-hook - Variable: Normal hook run at the end of setting up a completion list buffer. completions-common-part - Face: Face put on the common prefix substring in completions in *Completions* buffer. completions-first-difference - Face: Face put on the first uncommon character in completions in *Completions* buffer. compose-chars - Function: Return a string from arguments in which all characters are composed. compose-chars-after - Function: Compose characters in current buffer after position POS. compose-chars-after-function - Variable: Function to adjust composition of buffer text. compose-last-chars - Command: Compose last characters. compose-mail - Command: Start composing a mail message to send. compose-mail-other-frame - Command: Like M-x compose-mail, but edit the outgoing message in another frame. compose-mail-other-window - Command: Like M-x compose-mail, but edit the outgoing message in another window. compose-region - Command: Compose characters in the current region. compose-region-internal - Function: Internal use only. compose-string - Function: Compose characters in string STRING. compose-string-internal - Function: Internal use only. composition-function-table - Variable: Char table of patterns and functions to make a composition. compression - Group: Data compression utilities. compute-motion - Function: Scan through the current buffer, calculating screen position. concat - Function: Concatenate all the arguments and make the result a string. concatenate - Function: Concatenate, into a sequence of type TYPE, the argument SEQUENCEs. cond - Function: Try each clause until one succeeds. condition-case - Function: Regain control when an error is signaled. conf-colon-mode - Command: Conf Mode starter for Colon files. conf-javaprop-mode - Command: Conf Mode starter for Java properties files. conf-mode - Command: Mode for Unix and Windows Conf files and Java properties. conf-ppd-mode - Command: Conf Mode starter for Adobe/CUPS PPD files. conf-space-mode - Command: Conf Mode starter for space separated conf files. conf-unix-mode - Command: Conf Mode starter for Unix style Conf files. conf-windows-mode - Command: Conf Mode starter for Windows style Conf files. conf-xdefaults-mode - Command: Conf Mode starter for Xdefaults files. configure-info-directory - Variable: For internal use by the build procedure only. confirm-kill-emacs - Variable: How to ask for confirmation when leaving Emacs. cons - Function: Create a new cons, give it CAR and CDR as components, and return it. - Widget: A cons-cell. cons-cells-consed - Variable: Number of cons cells that have been consed so far. consp - Function: Return t if OBJECT is a cons cell. const - Widget: An immutable sexp. constrain-to-field - Function: Return the position closest to NEW-POS that is in the same field as OLD-POS. continue-process - Function: Continue process PROCESS. May be process or name of one. convenience - Group: Convenience features for faster editing. convert-standard-filename - Function: Convert a standard file's name to something suitable for the OS. cookie - Function: Return a random phrase from PHRASE-FILE. cookie-insert - Function: Insert random phrases from PHRASE-FILE; COUNT of them. cookie-snarf - Function: Reads in the PHRASE-FILE, returns it as a vector of strings. coordinates-in-window-p - Function: Return non-nil if COORDINATES are in WINDOW. copy-abbrev-table - Function: Make a new abbrev-table with the same abbrevs as TABLE. copy-alist - Function: Return a copy of ALIST. copy-category-table - Function: Construct a new category table and return it. copy-face - Function: Define a face just like OLD-FACE, with name NEW-FACE. copy-file - Command: Copy FILE to NEWNAME. Both args must be strings. copy-hash-table - Function: Return a copy of hash table TABLE. copy-keymap - Function: Return a copy of the keymap KEYMAP. copy-list - Function: Return a copy of LIST, which may be a dotted list. copy-marker - Function: Return a new marker pointing at the same place as MARKER. copy-overlay - Function: Return a copy of overlay O. copy-rectangle-to-register - Command: Copy rectangular region into register REGISTER. copy-region-as-kill - Command: Save the region as if killed, but don't kill it. copy-seq - Function: Return a copy of a list, vector, string or char-table. copy-sequence - Function: Return a copy of a list, vector, string or char-table. copy-syntax-table - Function: Construct a new syntax table and return it. copy-to-buffer - Command: Copy to specified buffer the text of the region. copy-to-register - Command: Copy region into register REGISTER. With prefix arg, delete as well. copy-to-register-compatibility-binding - Command: Copy region into register REGISTER. With prefix arg, delete as well. copy-tree - Function: Make a copy of TREE. copyright - Command: Insert a copyright by $ORGANIZATION notice at cursor. copyright-fix-years - Command: Convert 2 digit years to 4 digit years. copyright-update - Command: Update copyright notice at beginning of buffer to indicate the current year. cos - Function: Return the cosine of ARG. count - Function: Count the number of occurrences of ITEM in SEQ. count-if - Function: Count the number of items satisfying PREDICATE in SEQ. count-if-not - Function: Count the number of items not satisfying PREDICATE in SEQ. count-lines - Function: Return number of lines between START and END. count-lines-page - Command: Report number of lines on current page, and how many are before or after point. count-lines-region - Command: Print number of lines and characters in the region. count-matches - Command: Print and return number of matches for REGEXP following point. count-screen-lines - Function: Return the number of screen lines in the region. count-windows - Function: Return the number of visible windows. cp-charset-for-codepage - Function: Return the charset for which there is a translation table to DOS CODEPAGE. cp-language-for-codepage - Function: Return the name of the MULE language environment for CODEPAGE. cp-make-coding-system - Macro: Make coding system NAME for and 8-bit, extended-ASCII character set. cp-make-coding-systems-for-codepage - Function: Create a coding system to convert IBM CODEPAGE into charset ISO-NAME cp-offset-for-codepage - Function: Return the offset to be used in setting up coding systems for CODEPAGE. cp-supported-codepages - Function: Return an alist of supported codepages. cperl-mode - Command: Major mode for editing Perl code. cpp-font-lock-keywords - Variable: Font lock keyords for C preprocessor directives. cpp-font-lock-keywords-source-depth - Variable: An integer representing regular expression depth of `cpp-font-lock-keywords-source-directives'. cpp-font-lock-keywords-source-directives - Variable: Regular expressoin used in `cpp-font-lock-keywords'. cpp-highlight-buffer - Command: Highlight C code according to preprocessor conditionals. cpp-parse-edit - Command: Edit display information for cpp conditionals. create-file-buffer - Function: Create a suitably named buffer for visiting FILENAME, and return it. create-fontset-from-ascii-font - Function: Create a fontset from an ASCII font FONT. create-fontset-from-fontset-spec - Function: Create a fontset from fontset specification string FONTSET-SPEC. create-glyph - Function: Allocate a glyph code to display by sending STRING to the terminal. create-image - Function: Create an image. crisp-mode - Command: Toggle CRiSP/Brief emulation minor mode. - Variable: Track status of CRiSP emulation mode. crm-beginning-of-element - Variable: Buffer position representing the beginning of the current element. crm-collection-fn - Function: Function used by `completing-read-multiple' to compute completion values. crm-completion-table - Variable: An alist whose elements' cars are strings, or an obarray. crm-current-element - Variable: The current element. crm-default-separator - Variable: Default separator for `completing-read-multiple'. crm-do-completion - Function: This is the internal completion engine. crm-end-of-element - Variable: Buffer position representing the end of the current element. crm-find-current-element - Function: Parse the minibuffer to find the current element. crm-find-longest-completable-substring - Function: Determine the longest completable (left-anchored) substring of STRING. crm-init-keymaps - Function: Initialize the keymaps used by `completing-read-multiple'. crm-last-exact-completion - Variable: Completion string if last attempt reported "Complete, but not unique". crm-left-of-element - Variable: String to the left of the current element. crm-local-completion-map - Variable: Local keymap for minibuffer multiple input with completion. crm-local-must-match-map - Variable: Local keymap for minibuffer multiple input with exact match completion. crm-minibuffer-complete - Command: Complete the current element. crm-minibuffer-complete-and-exit - Command: If all of the minibuffer elements are valid completions then exit. crm-minibuffer-completion-help - Command: Display a list of possible completions of the current minibuffer element. crm-right-of-element - Variable: String to the right of the current element. crm-separator - Variable: Separator used for separating strings in `completing-read-multiple'. crm-strings-completed-p - Function: Verify that strings in SEPARATED-STRING are completed strings. crm-temp-echo-area-glyphs - Function: Temporarily display MESSAGE-STRING in echo area. crm-test-completion - Function: Return t if CANDIDATE is an exact match for a valid completion. cross-disabled-images - Variable: Non-nil means always draw a cross over disabled images. ctext-non-standard-encodings - Variable: List of non-standard encoding names used in extended segments of CTEXT. ctext-non-standard-encodings-alist - Variable: Alist of non-standard encoding names vs the corresponding usages in CTEXT. ctext-post-read-conversion - Function: Decode LEN characters encoded as Compound Text with Extended Segments. ctext-pre-write-conversion - Function: Encode characters between FROM and TO as Compound Text w/Extended Segments. ctl-arrow - Variable: *Non-nil means display control chars with uparrow. ctl-x-4-map - Variable: Keymap for subcommands of C-x 4. ctl-x-4-prefix - Function: Prefix command (definition is a keymap associating keystrokes with commands). ctl-x-5-map - Variable: Keymap for frame commands. ctl-x-5-prefix - Function: Prefix command (definition is a keymap associating keystrokes with commands). ctl-x-map - Variable: Default keymap for C-x commands. cua-mode - Command: Toggle CUA key-binding mode. - Variable: Non-nil if Cua mode is enabled. cua-selection-mode - Command: Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. current-active-maps - Function: Return a list of the currently active keymaps. current-buffer - Function: Return the current buffer as a Lisp object. current-case-table - Function: Return the case table of the current buffer. current-column - Function: Return the horizontal position of point. Beginning of line is column 0. current-fill-column - Function: Return the fill-column to use for this line. current-frame-configuration - Function: Return a list describing the positions and states of all frames. current-global-map - Function: Return the current global keymap. current-indentation - Function: Return the indentation of the current line. current-input-method - Variable: The current input method for multilingual text. current-input-method-title - Variable: Title string of the current input method shown in mode line. current-input-mode - Function: Return information about the way Emacs currently reads keyboard input. current-justification - Function: How should we justify this line? current-kill - Function: Rotate the yanking point by N places, and then return that kill. current-language-environment - Variable: The last language environment specified with `set-language-environment'. current-left-margin - Function: Return the left margin to use for this line. current-load-list - Variable: Used for internal purposes by `load'. current-local-map - Function: Return current buffer's local keymap, or nil if it has none. current-message - Function: Return the string currently displayed in the echo area, or nil if none. current-minor-mode-maps - Function: Return a list of keymaps for the minor modes of the current buffer. current-prefix-arg - Variable: The value of the prefix argument for this editing command. current-time - Function: Return the current time, as the number of seconds since 1970-01-01 00:00:00. current-time-string - Function: Return the current time, as a human-readable string. current-time-zone - Function: Return the offset and name for the local time zone. current-window-configuration - Function: Return an object representing the current window configuration of FRAME. current-word - Function: Return the symbol or word that point is on (or a nearby one) as a string. cursor - Group: Displaying text cursors. - Face: Basic face for the cursor color under X. cursor-in-echo-area - Variable: Non-nil means put cursor in minibuffer, at end of any message there. cursor-in-non-selected-windows - Variable: *Non-nil means show a hollow box cursor in non-selected windows. cursor-type - Variable: Cursor to use when this buffer is in the selected window. custom - Widget: Customize a user option. custom-add-dependencies - Function: To the custom option SYMBOL, add dependencies specified by VALUE. custom-add-link - Function: To the custom option SYMBOL add the link WIDGET. custom-add-load - Function: To the custom option SYMBOL add the dependency LOAD. custom-add-option - Function: To the variable SYMBOL add OPTION. custom-add-package-version - Function: To the custom option SYMBOL add the package version VERSION. custom-add-parent-links - Function: Add "Parent groups: ..." to WIDGET if the group has parents. custom-add-see-also - Function: Add `See also ...' to WIDGET if there are any links. custom-add-to-group - Function: To existing GROUP add a new OPTION of type WIDGET. custom-add-version - Function: To the custom option SYMBOL add the version VERSION. custom-autoload - Function: Mark SYMBOL as autoloaded custom variable and add dependency LOAD. custom-browse - Group: Control customize browser. custom-browse-face-tag - Widget: Show parent in other window when activated. custom-browse-group-tag - Widget: Show parent in other window when activated. custom-browse-insert-prefix - Function: Insert PREFIX. On XEmacs convert it to line graphics. custom-browse-only-groups - Variable: If non-nil, show group members only within each customization group. custom-browse-order-groups - Variable: If non-nil, order group members within each customization group. custom-browse-sort-alphabetically - Variable: If non-nil, sort members of each customization group alphabetically. custom-browse-variable-tag - Widget: Show parent in other window when activated. custom-browse-visibility - Widget: Control visibility of items in the customize tree browser. custom-buffer - Group: Control customize buffers. custom-buffer-create - Function: Create a buffer containing OPTIONS. custom-buffer-create-other-window - Function: Create a buffer containing OPTIONS, and display it in another window. custom-buffer-done-kill - Variable: *Non-nil means exiting a Custom buffer should kill it. custom-buffer-indent - Variable: Number of spaces to indent nested groups. custom-buffer-order-groups - Variable: If non-nil, order group members within each customization group. custom-buffer-sort-alphabetically - Variable: If non-nil, sort members of each customization group alphabetically. custom-buffer-style - Variable: Control the presentation style for customization buffers. custom-buffer-verbose-help - Variable: If non-nil, include explanatory text in the customization buffer. custom-button - Variable: Face used for buttons in customization buffers. - Face: Face for custom buffer buttons if `custom-raised-buttons' is non-nil. custom-button-mouse - Variable: Mouse face used for buttons in customization buffers. - Face: Mouse face for custom buffer buttons if `custom-raised-buttons' is non-nil. custom-button-pressed - Variable: Face used for pressed buttons in customization buffers. - Face: Face for pressed custom buttons if `custom-raised-buttons' is non-nil. custom-button-pressed-unraised - Face: Face for pressed custom buttons if `custom-raised-buttons' is nil. custom-button-unraised - Face: Face for custom buffer buttons if `custom-raised-buttons' is nil. custom-changed - Face: Face used when the customize item has been changed. custom-check-theme - Function: Check whether THEME is valid, and signal an error if it is not. custom-comment - Face: Face used for comments on variables or faces - Widget: User comment. custom-comment-tag - Face: Face used for variables or faces comment tags custom-convert-widget - Function: Initialize :value and :tag from :args in WIDGET. custom-current-group-alist - Variable: Alist of (FILE . GROUP) indicating the current group to use for FILE. custom-declare-face - Function: Like `defface', but FACE is evaluated as a normal argument. custom-declare-group - Function: Like `defgroup', but SYMBOL is evaluated as a normal argument. custom-declare-theme - Function: Like `deftheme', but THEME is evaluated as a normal argument. custom-declare-variable - Function: Like `defcustom', but SYMBOL and DEFAULT are evaluated as normal arguments. custom-declare-variable-list - Variable: Record `defcustom' calls made before `custom.el' is loaded to handle them. custom-define-hook - Variable: Hook called after defining each customize option. custom-display - Widget: Select a display type. custom-display-unselected - Widget: A display specification that doesn't match the selected display. custom-display-unselected-match - Function: Non-nil if VALUE is an unselected display specification. custom-documentation - Face: Face used for documentation strings in customization buffers. custom-dont-initialize - Variable: Non-nil means `defcustom' should not initialize the variable. custom-enabled-themes - Variable: List of enabled Custom Themes, highest precedence first. custom-face - Widget: Customize face. custom-face-action - Function: Show the menu for `custom-face' WIDGET. custom-face-all - Variable: Converted version of the `custom-face-all' widget. - Widget: An editable list of display specifications and attributes. custom-face-attributes - Variable: Alist of face attributes. custom-face-attributes-get - Function: For FACE on FRAME, return an alternating list describing its attributes. custom-face-default-form - Variable: Default form of displaying face definition. custom-face-edit - Widget: Edit face attributes. custom-face-edit-activate - Function: Make face widget WIDGET inactive for user modifications. custom-face-edit-all - Function: Edit all attributes of the value of WIDGET. custom-face-edit-attribute-tag - Function: Returns the first :tag property in WIDGET or one of its children. custom-face-edit-convert-widget - Function: Convert :args as widget types in WIDGET. custom-face-edit-deactivate - Function: Make face widget WIDGET inactive for user modifications. custom-face-edit-delete - Function: Remove WIDGET from the buffer. custom-face-edit-fix-value - Function: Ignoring WIDGET, convert :bold and :italic in VALUE to new form. custom-face-edit-lisp - Function: Edit the Lisp representation of the value of WIDGET. custom-face-edit-selected - Function: Edit selected attributes of the value of WIDGET. custom-face-menu - Variable: Alist of actions for the `custom-face' widget. custom-face-menu-create - Function: Ignoring WIDGET, create a menu entry for customization face SYMBOL. custom-face-reset-saved - Function: Restore WIDGET to the face's default attributes. custom-face-reset-standard - Function: Restore WIDGET to the face's standard attribute values. custom-face-save - Function: Save in `.emacs' the face attributes in WIDGET. custom-face-save-command - Function: Save in `.emacs' the face attributes in WIDGET. custom-face-selected - Variable: Converted version of the `custom-face-selected' widget. - Widget: Edit the attributes of the selected display in a face specification. custom-face-set - Function: Make the face attributes in WIDGET take effect. custom-face-state-set - Function: Set the state of WIDGET. custom-face-tag - Face: Face used for face tags. custom-face-value-create - Function: Create a list of the display specifications for WIDGET. custom-facep - Function: Return non-nil if FACE is a face name or internal face object. custom-faces - Group: Faces used by customize. custom-field-keymap - Variable: Keymap used inside editable fields in customization buffers. custom-file - Function: Return the file name for saving customizations. - Variable: File used for storing customization information. custom-filter-face-spec - Function: Return a canonicalized version of SPEC using. custom-get-fresh-buffer - Function: Get a fresh new buffer with name NAME. custom-group - Widget: Customize group. custom-group-action - Function: Show the menu for `custom-group' WIDGET. custom-group-link - Widget: Show parent in other window when activated. custom-group-members - Function: Return SYMBOL's custom group members. custom-group-menu - Variable: Alist of actions for the `custom-group' widget. custom-group-menu-create - Function: Ignoring WIDGET, create a menu entry for customization group SYMBOL. custom-group-of-mode - Function: Return the custom group corresponding to the major or minor MODE. custom-group-reset-current - Function: Reset all modified group members. custom-group-reset-saved - Function: Reset all modified or set group members. custom-group-reset-standard - Function: Reset all modified, set, or saved group members. custom-group-save - Function: Save all modified group members. custom-group-set - Function: Set changes in all modified group members. custom-group-state-update - Function: Update magic. custom-group-tag - Face: Face used for low level group tags. custom-group-tag-1 - Face: Face used for group tags. custom-group-tag-faces - Variable: Face used for group tags. custom-group-value-create - Function: Insert a customize group for WIDGET in the current buffer. custom-group-visibility - Widget: An indicator and manipulator for hidden group contents. custom-guess-doc-alist - Variable: Alist of (MATCH TYPE). custom-guess-name-alist - Variable: Alist of (MATCH TYPE). custom-guess-type - Function: Guess a widget suitable for editing the value of SYMBOL. custom-handle-all-keywords - Function: For customization option SYMBOL, handle keyword arguments ARGS. custom-handle-keyword - Function: For customization option SYMBOL, handle KEYWORD with VALUE. custom-initialize-changed - Function: Initialize SYMBOL with VALUE. custom-initialize-default - Function: Initialize SYMBOL with VALUE. custom-initialize-reset - Function: Initialize SYMBOL based on VALUE. custom-initialize-safe-default - Function: Like `custom-initialize-default', but catches errors. custom-initialize-safe-set - Function: Like `custom-initialize-set', but catches errors. custom-initialize-set - Function: Initialize SYMBOL based on VALUE. custom-invalid - Face: Face used when the customize item is invalid. custom-known-themes - Variable: Themes that have been defined with `deftheme'. custom-link - Face: Face for links in customization buffers. custom-load-recursion - Variable: Hack to avoid recursive dependencies. custom-load-symbol - Function: Load all dependencies for SYMBOL. custom-load-widget - Function: Load all dependencies for WIDGET. custom-local-buffer - Variable: Non-nil, in a Customization buffer, means customize a specific buffer. custom-magic - Widget: Show and manipulate state for a customization option. custom-magic-alist - Variable: Alist of customize option states. custom-magic-faces - Group: Faces used by the magic button. custom-magic-reset - Function: Redraw the :custom-magic property of WIDGET. custom-magic-show - Variable: If non-nil, show textual description of the state. custom-magic-show-button - Variable: Show a "magic" button indicating the state of each customization option. custom-magic-show-hidden - Variable: Control whether the State button is shown for hidden items. custom-magic-value-create - Function: Create compact status report for WIDGET. custom-make-theme-feature - Function: Given a symbol THEME, create a new symbol by appending "-theme". custom-manual - Widget: Link to the manual entry for this customization option. custom-menu - Group: Control customize menus. custom-menu-create - Function: Create menu for customization group SYMBOL. custom-menu-filter - Function: Convert MENU to the form used by `widget-choose'. custom-menu-nesting - Variable: Maximum nesting in custom menus. custom-menu-order-groups - Variable: If non-nil, order group members within each customization group. custom-menu-sort-alphabetically - Variable: If non-nil, sort members of each customization group alphabetically. custom-mode - Function: Major mode for editing customization buffers. custom-mode-hook - Variable: Hook called when entering Custom mode. custom-mode-map - Variable: Keymap for `custom-mode'. custom-modified - Face: Face used when the customize item has been modified. custom-no-edit - Command: Refuse to allow editing of Custom buffer. custom-notify - Function: Keep track of changes. custom-options - Variable: Customization widgets in the current buffer. custom-post-filter-face-spec - Function: Return the customized SPEC in a form suitable for setting the face. custom-pre-filter-face-spec - Function: Return SPEC changed as necessary for editing by the face customization widget. custom-prefix-add - Function: Add SYMBOL to list of ignored PREFIXES. custom-prefix-list - Variable: List of prefixes that should be ignored by `custom-unlispify'. custom-print-functions - Variable: This is a list of functions that format user objects for printing. custom-prompt-variable - Function: Prompt for a variable and a value and return them as a list. custom-push-theme - Function: Record VALUE for face or variable SYMBOL in custom theme THEME. custom-quote - Function: Quote SEXP iff it is not self quoting. custom-raised-buttons - Variable: If non-nil, indicate active buttons in a `raised-button' style. custom-redraw - Function: Redraw WIDGET with current settings. custom-redraw-magic - Function: Redraw WIDGET state with current settings. custom-reevaluate-setting - Function: Reset the value of SYMBOL by re-evaluating its saved or standard value. custom-reset - Function: Select item from reset menu. custom-reset-button-menu - Variable: If non-nil, only show a single reset button in customize buffers. custom-reset-faces - Function: Reset the specs of some faces to their specs in specified themes. custom-reset-menu - Variable: Alist of actions for the `Reset' button. custom-reset-variables - Function: Reset the specs of some variables to their values in other themes. custom-rogue - Face: Face used when the customize item is not defined for customization. custom-save-all - Function: Save all customizations in `custom-file'. custom-save-delete - Function: Delete all calls to SYMBOL from the contents of the current buffer. custom-save-faces - Function: Save all customized faces in `custom-file'. custom-save-variables - Function: Save all customized variables in `custom-file'. custom-saved - Face: Face used when the customize item has been saved. custom-set - Face: Face used when the customize item has been set. custom-set-default - Function: Default :set function for a customizable variable. custom-set-faces - Function: Initialize faces according to user preferences. custom-set-minor-mode - Function: :set function for minor mode variables. custom-set-variables - Function: Install user customizations of variable values specified in ARGS. custom-show - Function: Non-nil if WIDGET should be shown with VALUE by default. custom-sort-items - Function: Return a sorted copy of ITEMS. custom-split-regexp-maybe - Function: If REGEXP is a string, split it to a list at `\|'. custom-state - Face: Face used for State descriptions in the customize buffer. custom-tag-action - Function: Pass :action to first child of WIDGET's parent. custom-tag-mouse-down-action - Function: Pass :mouse-down-action to first child of WIDGET's parent. custom-theme-directory - Variable: Directory in which Custom theme files should be written. custom-theme-enabled-p - Function: Return non-nil if THEME is enabled. custom-theme-p - Function: Non-nil when THEME has been defined. custom-theme-recalc-face - Function: Set FACE according to currently enabled custom themes. custom-theme-recalc-variable - Function: Set VARIABLE according to currently enabled custom themes. custom-theme-reset-faces - Function: Reset the specs in THEME of some faces to their specs in other themes. custom-theme-reset-variables - Function: Reset some variable settings in THEME to their values in other themes. custom-theme-set-faces - Function: Initialize faces for theme THEME. custom-theme-set-variables - Function: Initialize variables for theme THEME according to settings in ARGS. custom-themed - Face: Face used when the customize item has been set by a theme. custom-toggle-hide - Function: Toggle visibility of WIDGET. custom-toggle-parent - Function: Toggle visibility of parent of WIDGET. custom-unlispify-menu-entries - Variable: Display menu entries as words instead of symbols if non nil. custom-unlispify-menu-entry - Function: Convert SYMBOL into a menu entry. custom-unlispify-remove-prefixes - Variable: Non-nil means remove group prefixes from option names in buffer. custom-unlispify-tag-name - Function: Convert SYMBOL into a menu entry. custom-unlispify-tag-names - Variable: Display tag names as words instead of symbols if non nil. custom-unloaded-symbol-p - Function: Return non-nil if the dependencies of SYMBOL have not yet been loaded. custom-unloaded-widget-p - Function: Return non-nil if the dependencies of WIDGET have not yet been loaded. custom-variable - Widget: Customize variable. custom-variable-action - Function: Show the menu for `custom-variable' WIDGET. custom-variable-backup-value - Function: Back up the current value for WIDGET's variable. custom-variable-button - Face: Face used for pushable variable tags. custom-variable-default-form - Variable: Default form of displaying variable values. custom-variable-documentation - Function: Return documentation of VARIABLE for use in Custom buffer. custom-variable-edit - Function: Edit value of WIDGET. custom-variable-edit-lisp - Function: Edit the Lisp representation of the value of WIDGET. custom-variable-menu - Variable: Alist of actions for the `custom-variable' widget. custom-variable-menu-create - Function: Ignoring WIDGET, create a menu entry for customization variable SYMBOL. custom-variable-p - Function: Return non-nil if VARIABLE is a custom variable. custom-variable-prompt - Function: Prompt for a custom variable, defaulting to the variable at point. custom-variable-reset-backup - Function: Restore the backup value for the variable being edited by WIDGET. custom-variable-reset-saved - Function: Restore the saved value for the variable being edited by WIDGET. custom-variable-reset-standard - Function: Restore the standard setting for the variable being edited by WIDGET. custom-variable-save - Function: Set and save the value for the variable being edited by WIDGET. custom-variable-set - Function: Set the current value for the variable being edited by WIDGET. custom-variable-state-set - Function: Set the state of WIDGET. custom-variable-tag - Face: Face used for unpushable variable tags. custom-variable-theme-value - Function: Return (list VALUE) indicating the custom theme value of VARIABLE. custom-variable-type - Function: Return a widget suitable for editing the value of SYMBOL. custom-variable-value-create - Function: Here is where you edit the variable's value. custom-versions-load-alist - Variable: For internal use by custom. customize - Command: Select a customization buffer which you can use to set user options. - Group: Customization of the Customization support. customize-apropos - Command: Customize all loaded options, faces and groups matching REGEXP. customize-apropos-faces - Command: Customize all loaded faces matching REGEXP. customize-apropos-groups - Command: Customize all loaded groups matching REGEXP. customize-apropos-options - Command: Customize all loaded customizable options matching REGEXP. customize-browse - Command: Create a tree browser for the customize hierarchy. customize-changed - Command: Customize all settings whose meanings have changed in Emacs itself. customize-changed-options - Command: Customize all settings whose meanings have changed in Emacs itself. customize-changed-options-previous-release - Variable: Version for `customize-changed-options' to refer back to by default. customize-create-theme - Command: Create a custom theme. customize-customized - Command: Customize all user options set since the last save in this session. customize-face - Command: Customize FACE, which should be a face name or nil. customize-face-other-window - Command: Show customization buffer for face FACE in other window. customize-group - Command: Customize GROUP, which must be a customization group. customize-group-other-window - Command: Customize GROUP, which must be a customization group. customize-mark-as-set - Function: Mark current value of SYMBOL as being set from customize. customize-mark-to-save - Function: Mark SYMBOL for later saving. customize-menu-create - Function: Return a customize menu for customization group SYMBOL. customize-mode - Command: Customize options related to the current major mode. customize-option - Command: Customize SYMBOL, which must be a user option variable. customize-option-other-window - Command: Customize SYMBOL, which must be a user option variable. customize-package-emacs-version - Function: Return Emacs version of SYMBOL. customize-package-emacs-version-alist - Variable: Alist mapping versions of Emacs to versions of a package. customize-rogue - Command: Customize all user variables modified outside customize. customize-save-customized - Command: Save all user options which have been set in this session. customize-save-variable - Command: Set the default for VARIABLE to VALUE, and save it for future sessions. customize-saved - Command: Customize all already saved user options. customize-set-value - Command: Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object. customize-set-variable - Command: Set the default for VARIABLE to VALUE, and return VALUE. customize-variable - Command: Customize SYMBOL, which must be a user option variable. customize-variable-other-window - Command: Customize SYMBOL, which must be a user option variable. cvs-checkout - Command: Run a 'cvs checkout MODULES' in DIR. cvs-dired-action - Variable: The action to be performed when opening a CVS directory. cvs-dired-noselect - Function: Run `cvs-examine' if DIR is a CVS administrative directory. cvs-dired-use-hook - Variable: Whether or not opening a CVS directory should run PCL-CVS. cvs-examine - Command: Run a `cvs -n update' in the specified DIRECTORY. cvs-global-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). cvs-quickdir - Command: Open a *cvs* buffer on DIR without running cvs. cvs-status - Command: Run a `cvs status' in the current working DIRECTORY. cvs-status-mode - Command: Mode used for cvs status output. cvs-update - Command: Run a `cvs update' in the current working DIRECTORY. cwarn-mode - Command: Minor mode that highlights suspicious C and C++ constructions. cyrillic-encode-alternativnyj-char - Function: Return ALTERNATIVNYJ external character code of CHAR if appropriate. cyrillic-encode-koi8-r-char - Function: Return KOI8-R external character code of CHAR if appropriate. cyrillic-unify-encoding - Function: Set up equivalent characters in the encoding TABLE. dabbrev-completion - Command: Completion on current word. dabbrev-expand - Command: Expand previous word "dynamically". data - Group: Support editing files of data. data-directory - Variable: Directory of machine-independent files that come with GNU Emacs. date-leap-year-p - Function: Return t if YEAR is a leap year. date-to-day - Function: Return the number of days between year 1 and DATE. date-to-time - Function: Parse a string that represents a date-time and return a time value. days-between - Function: Return the number of days between DATE1 and DATE2. days-to-time - Function: Convert DAYS into a time value. dbx - Command: Run dbx on program FILE in buffer *gud-FILE*. dcl-mode - Command: Major mode for editing DCL-files. deactivate-mark - Function: Deactivate the mark by setting `mark-active' to nil. - Variable: If an editing command sets this to t, deactivate the mark afterward. deactivate-mark-hook - Variable: Hook run when the mark becomes inactive. debian-emacs-flavor - Variable: A symbol representing the particular debian flavor of emacs that's debian-pkg-add-load-path-item - Function: Takes a path item (a string) and adds it to load path in the debian-run-directories - Function: Load each file of the form XXfilename.el or XXfilename.elc in any debian-unique-strings - Function: Takes a list of strings and returns the list with *adjacent* debug - Command: Enter debugger. To return, type `c'. - Group: Debugging Emacs itself. debug-function-list - Variable: List of functions currently set for debug on entry. debug-help-follow - Command: Follow cross-reference at POS, defaulting to point. debug-ignored-errors - Variable: *List of errors for which the debugger should not be called. debug-on-entry - Command: Request FUNCTION to invoke debugger each time it is called. debug-on-error - Variable: *Non-nil means enter debugger if an error is signaled. debug-on-next-call - Variable: Non-nil means enter debugger before next `eval', `apply' or `funcall'. debug-on-quit - Variable: *Non-nil means enter debugger if quit is signaled (C-g, for example). debug-on-signal - Variable: *Non-nil means call the debugger regardless of condition handlers. debugger - Variable: Function to call to invoke debugger. - Group: Debuggers and related commands for Emacs. debugger-batch-max-lines - Variable: *Maximum lines to show in debugger buffer in a noninteractive Emacs. debugger-continue - Command: Continue, evaluating this expression without stopping. debugger-env-macro - Macro: Run BODY in original environment. debugger-eval-expression - Command: Eval an expression, in an environment like that outside the debugger. debugger-frame - Command: Request entry to debugger when this frame exits. debugger-frame-clear - Command: Do not enter debugger when this frame exits. debugger-frame-number - Function: Return number of frames in backtrace before the one point points at. debugger-jump - Command: Continue to exit from this frame, with all debug-on-entry suspended. debugger-jumping-flag - Variable: Non-nil means that debug-on-entry is disabled. debugger-list-functions - Command: Display a list of all the functions now set to debug on entry. debugger-make-xrefs - Command: Attach cross-references to function names in the `*Backtrace*' buffer. debugger-may-continue - Variable: Non-nil means debugger may continue execution. debugger-mode - Function: Mode for backtrace buffers, selected in debugger. debugger-mode-hook - Variable: *Hooks run when `debugger-mode' is turned on. debugger-old-buffer - Variable: This is the buffer that was current when the debugger was entered. debugger-previous-backtrace - Variable: The contents of the previous backtrace (including text properties). debugger-record-buffer - Variable: *Buffer name for expression values, for M-x debugger-record-expression. debugger-record-expression - Command: Display a variable's value and record it in `*Backtrace-record*' buffer. debugger-reenable - Function: Turn all debug-on-entry functions back on. debugger-return-value - Command: Continue, specifying value to return. debugger-setup-buffer - Function: Initialize the `*Backtrace*' buffer for entry to the debugger. debugger-special-form-p - Function: Return whether SYMBOL is a special form. debugger-step-after-exit - Variable: Non-nil means "single-step" after the debugger exits. debugger-step-through - Command: Proceed, stepping through subexpressions of this expression. debugger-value - Variable: This is the value for the debugger to return, when it returns. debugger-will-be-back - Variable: Non-nil if we expect to get back in the debugger soon. decf - Macro: Decrement PLACE by X (1 by default). decipher - Command: Format a buffer of ciphertext for cryptanalysis and enter Decipher mode. decipher-mode - Command: Major mode for decrypting monoalphabetic substitution ciphers. declare-ccl-program - Macro: Declare NAME as a name of CCL program. declare-equiv-charset - Function: Declare an equivalent charset for ISO-2022 decoding. decode-big5-char - Function: Decode a Big5 character which has CODE in BIG5 coding system. decode-char - Function: Return character specified by coded character set CCS and CODE-POINT in it. decode-coding-inserted-region - Function: Decode the region between FROM and TO as if it is read from file FILENAME. decode-coding-region - Command: Decode the current region from the specified coding system. decode-coding-string - Function: Decode STRING which is encoded in CODING-SYSTEM, and return the result. decode-hex-string - Function: Decode hexadecimal STRING to octet string. decode-hz-buffer - Command: Decode HZ/ZW encoded text in the current buffer. decode-hz-region - Command: Decode HZ/ZW encoded text in the current region. decode-mac-roman - Variable: CCL program to decode Mac Roman decode-sjis-char - Function: Decode a Japanese character which has CODE in shift_jis encoding. decode-time - Function: Decode a time value as (SEC MINUTE HOUR DAY MONTH YEAR DOW DST ZONE). decompose-composite-char - Function: Convert CHAR to string. decompose-region - Command: Decompose text in the current region. decompose-string - Function: Return STRING where `composition' property is removed. decrease-left-margin - Command: Make the left margin of the region smaller. decrease-right-margin - Command: Make the right margin of the region smaller. def-edebug-form-spec - Macro: For compatibility with old version. def-edebug-spec - Macro: Set the `edebug-form-spec' property of SYMBOL according to SPEC. defadvice - Macro: Define a piece of advice for FUNCTION (a symbol). defalias - Function: Set SYMBOL's function definition to DEFINITION, and return DEFINITION. default - Face: Basic default face. - Widget: Basic widget other widgets are derived from. default-abbrev-mode - Variable: Default value of `abbrev-mode' for buffers that do not override it. default-boundp - Function: Return t if SYMBOL has a non-void default value. default-buffer-file-coding-system - Variable: Default value of `buffer-file-coding-system' for buffers not overriding it. default-case-fold-search - Variable: Default value of `case-fold-search' for buffers that don't override it. default-ctl-arrow - Variable: Default value of `ctl-arrow' for buffers that do not override it. default-cursor-in-non-selected-windows - Variable: Default value of `cursor-in-non-selected-windows'. default-cursor-type - Variable: Default value of `cursor-type' for buffers that don't override it. default-direction-reversed - Variable: Default value of `direction-reversed' for buffers that do not override it. default-directory - Variable: Name of default directory of current buffer. Should end with slash. default-enable-multibyte-characters - Variable: *Default value of `enable-multibyte-characters' for buffers not overriding it. default-file-modes - Function: Return the default file protection for created files. default-file-name-coding-system - Variable: Default coding system for encoding file names. default-fill-column - Variable: Default value of `fill-column' for buffers that do not override it. default-frame-alist - Variable: Alist of default values for frame creation. default-frame-background-mode - Variable: Internal variable for the default brightness of the background. default-frame-scroll-bars - Variable: Default position of scroll bars on this window-system. default-fringe-cursor-alist - Variable: Default value of `fringe-cursor-alist' for buffers that don't override it. default-fringe-indicator-alist - Variable: Default value of `fringe-indicator-alist' for buffers that don't override it. default-fringes-outside-margins - Variable: Default value of `fringes-outside-margins' for buffers that don't override it. default-generic-mode - Command: Default-Generic mode. default-header-line-format - Variable: Default value of `header-line-format' for buffers that don't override it. default-indicate-buffer-boundaries - Variable: Default value of `indicate-buffer-boundaries' for buffers that don't override it. default-indicate-empty-lines - Variable: Default value of `indicate-empty-lines' for buffers that don't override it. default-input-method - Variable: *Default input method for multilingual text (a string). default-justification - Variable: *Method of justifying text not otherwise specified. default-keyboard-coding-system - Variable: Default value of the keyboard coding system. default-korean-keyboard - Variable: *The kind of Korean keyboard for Korean input method. default-left-fringe-width - Variable: Default value of `left-fringe-width' for buffers that don't override it. default-left-margin - Variable: Default value of `left-margin' for buffers that do not override it. default-left-margin-width - Variable: Default value of `left-margin-width' for buffers that don't override it. default-line-spacing - Variable: Default value of `line-spacing' for buffers that don't override it. default-major-mode - Variable: *Major mode for new buffers. Defaults to `fundamental-mode'. default-minibuffer-frame - Variable: Minibufferless frames use this frame's minibuffer. default-mode-line-format - Variable: Default value of `mode-line-format' for buffers that don't override it. default-process-coding-system - Variable: Cons of coding systems used for process I/O by default. default-right-fringe-width - Variable: Default value of `right-fringe-width' for buffers that don't override it. default-right-margin-width - Variable: Default value of `right-margin-width' for buffers that don't override it. default-scroll-bar-width - Variable: Default value of `scroll-bar-width' for buffers that don't override it. default-scroll-down-aggressively - Variable: Default value of `scroll-down-aggressively'. default-scroll-up-aggressively - Variable: Default value of `scroll-up-aggressively'. default-sendmail-coding-system - Variable: Default coding system for encoding the outgoing mail. default-tab-width - Variable: Default value of `tab-width' for buffers that do not override it. default-tags-table-function - Variable: If non-nil, a function to choose a default tags file for a buffer. default-terminal-coding-system - Variable: Default value for the terminal coding system. default-text-properties - Variable: Property-list used as default values. default-truncate-lines - Variable: Default value of `truncate-lines' for buffers that do not override it. default-value - Function: Return SYMBOL's default value. default-vertical-scroll-bar - Variable: Default value of `vertical-scroll-bar' for buffers that don't override it. defconst - Function: Define SYMBOL as a constant variable. defcustom - Macro: Declare SYMBOL as a customizable variable that defaults to VALUE. defcustom-c-stylevar - Macro: Defines a style variable. deferred-action-function - Variable: Function to call to handle deferred actions, after each command. deferred-action-list - Variable: List of deferred actions to be performed at a later time. defface - Macro: Declare FACE as a customizable face that defaults to SPEC. deffoo - Macro: The same as `defun', only register FUNC. defgroup - Macro: Declare SYMBOL as a customization group containing MEMBERS. defimage - Macro: Define SYMBOL as an image. define-abbrev - Function: Define an abbrev in TABLE named NAME, to expand to EXPANSION and call HOOK. define-abbrev-table - Function: Define TABLENAME (a symbol) as an abbrev table name. define-abbrevs - Command: Define abbrevs according to current visible buffer contents. define-auto-insert - Function: Associate CONDITION with (additional) ACTION in `auto-insert-alist'. define-button-type - Function: Define a `button type' called NAME. define-category - Function: Define CATEGORY as a category which is described by DOCSTRING. define-ccl-program - Macro: Set NAME the compiled code of CCL-PROGRAM. define-charset - Function: Define CHARSET-ID as the identification number of CHARSET with INFO-VECTOR. define-coding-system-alias - Function: Define ALIAS as an alias for coding system CODING-SYSTEM. define-coding-system-internal - Function: Register CODING-SYSTEM as a base coding system. define-compilation-mode - Macro: This is like `define-derived-mode' without the PARENT argument. define-compiler-macro - Macro: Define a compiler-only macro. define-derived-mode - Macro: Create a new mode as a variant of an existing mode. define-fringe-bitmap - Function: Define fringe bitmap BITMAP from BITS of size HEIGHT x WIDTH. define-generic-mode - Macro: Create a new generic mode MODE. define-global-abbrev - Command: Define ABBREV as a global abbreviation for EXPANSION. define-global-minor-mode - Macro: Make GLOBAL-MODE out of the buffer-local minor MODE. define-hash-table-test - Function: Define a new hash table test with name NAME, a symbol. define-ibuffer-column - Macro: Define a column SYMBOL for use with `ibuffer-formats'. define-ibuffer-filter - Macro: Define a filter named NAME. define-ibuffer-op - Macro: Generate a function which operates on a buffer. define-ibuffer-sorter - Macro: Define a method of sorting named NAME. define-key - Function: In KEYMAP, define key sequence KEY as DEF. define-key-after - Function: Add binding in KEYMAP for KEY => DEFINITION, right after AFTER's binding. define-key-rebound-commands - Variable: List of commands given new key bindings recently. define-mail-abbrev - Command: Define NAME as a mail alias abbrev that translates to DEFINITION. define-mail-alias - Command: Define NAME as a mail alias that translates to DEFINITION. define-mail-user-agent - Function: Define a symbol to identify a mail-sending package for `mail-user-agent'. define-minor-mode - Macro: Define a new minor mode MODE. define-mode-abbrev - Command: Define ABBREV as a mode-specific abbreviation for EXPANSION. define-modify-macro - Macro: Define a `setf'-like modify macro. define-obsolete-function-alias - Macro: Set OBSOLETE-NAME's function definition to CURRENT-NAME and mark it obsolete. define-obsolete-variable-alias - Macro: Make OBSOLETE-NAME a variable alias for CURRENT-NAME and mark it obsolete. define-prefix-command - Function: Define COMMAND as a prefix command. COMMAND should be a symbol. define-setf-expander - Function: Define a `setf' method. define-setf-method - Macro: Define a `setf' method. define-skeleton - Macro: Define a user-configurable COMMAND that enters a statement skeleton. define-translation-hash-table - Function: Define SYMBOL as the name of the hash translation TABLE for use in CCL. define-translation-table - Function: Define SYMBOL as the name of translation table made by ARGS. define-widget - Function: Define a new widget type named NAME from CLASS. defined-colors - Function: Return a list of colors supported for a particular frame. defining-kbd-macro - Command: Record subsequent keyboard input, defining a keyboard macro. - Variable: Non-nil while a keyboard macro is being defined. Don't set this! defmacro - Function: Define NAME as a macro. defmacro* - Macro: Define NAME as a macro. defsetf - Macro: (defsetf NAME FUNC): define a `setf' method. defstruct - Macro: Define a struct type. defsubst - Macro: Define an inline function. The syntax is just like that of `defun'. defsubst* - Macro: Define NAME as a function. deftheme - Macro: Declare THEME to be a Custom theme. deftype - Macro: Define NAME as a new data type. defun - Function: Define NAME as a function. defun* - Macro: Define NAME as a function. defun-gmm - Macro: Create function NAME. defun-prompt-regexp - Variable: *If non-nil, a regexp to ignore before a defun. defvar - Function: Define SYMBOL as a variable, and return SYMBOL. defvaralias - Function: Make NEW-ALIAS a variable alias for symbol BASE-VARIABLE. defvoo - Macro: The same as `defvar', only takes list of variables to MAP to. degrees-to-radians - Macro: Convert ARG from degrees to radians. - Variable: Degrees to radian conversion constant. delay-mode-hooks - Macro: Execute BODY, but delay any `run-mode-hooks'. - Variable: If non-nil, `run-mode-hooks' should delay running the hooks. delayed-mode-hooks - Variable: List of delayed mode hooks waiting to be run. delete - Function: Delete by side effect any occurrences of ELT as a member of SEQ. delete* - Function: Remove all occurrences of ITEM in SEQ. delete-and-extract-region - Function: Delete the text between START and END and return it. delete-auto-save-file-if-necessary - Function: Delete auto-save file for current buffer if `delete-auto-save-files' is t. delete-auto-save-files - Variable: Non-nil means delete auto-save file when a buffer is saved or killed. delete-backward-char - Command: Delete the previous N characters (following if N is negative). delete-blank-lines - Command: On blank line, delete all surrounding blank lines, leaving just one. delete-button - Widget: A delete button for the `editable-list' widget. delete-char - Command: Delete the following N characters (previous if N is negative). delete-completion-window - Command: Delete the completion list window. delete-directory - Command: Delete the directory named DIRECTORY. Does not follow symlinks. delete-duplicates - Function: Remove all duplicate elements from SEQ (destructively). delete-dups - Function: Destructively remove `equal' duplicates from LIST. delete-exited-processes - Variable: *Non-nil means delete processes immediately when they exit. delete-extract-rectangle - Function: Delete the contents of the rectangle with corners at START and END. delete-field - Function: Delete the field surrounding POS. delete-file - Command: Delete file named FILENAME. If it is a symlink, remove the symlink. delete-frame - Command: Delete FRAME, permanently eliminating it from use. delete-frame-enabled-p - Function: Return non-nil if `delete-frame' should be enabled in the menu bar. delete-frame-functions - Variable: Functions to be run before deleting a frame. delete-horizontal-space - Command: Delete all spaces and tabs around point. delete-if - Function: Remove all items satisfying PREDICATE in SEQ. delete-if-not - Function: Remove all items not satisfying PREDICATE in SEQ. delete-indentation - Command: Join this line to previous and fix up whitespace at join. delete-matching-lines - Command: Delete lines containing matches for REGEXP. delete-minibuffer-contents - Function: Delete all user input in a minibuffer. delete-non-matching-lines - Command: Delete all lines except those containing matches for REGEXP. delete-old-versions - Variable: If t, delete excess backup versions silently. delete-other-frames - Command: Delete all frames except FRAME. delete-other-windows - Command: Make WINDOW (or the selected window) fill its frame. delete-overlay - Function: Delete the overlay OVERLAY from its buffer. delete-pair - Command: Delete a pair of characters enclosing the sexp that follows point. delete-process - Function: Delete PROCESS: kill it and forget about it immediately. delete-rectangle - Command: Delete (don't save) text in the region-rectangle. delete-region - Command: Delete the text between point and mark. delete-selection-mode - Command: Toggle Delete Selection mode. - Variable: Non-nil if Delete-Selection mode is enabled. delete-to-left-margin - Function: Remove left margin indentation from a region. delete-trailing-whitespace - Command: Delete all the trailing whitespace across the current buffer. delete-whitespace-rectangle - Command: Delete all whitespace following a specified column in each line. delete-window - Command: Remove WINDOW from the display. Default is selected window. delete-windows-on - Command: Delete all windows showing BUFFER. delimit-columns-customize - Command: Customization of `columns' group. delimit-columns-rectangle - Command: Prettify all columns in a text rectangle. delimit-columns-region - Command: Prettify all columns in a text region. delphi-mode - Command: Major mode for editing Delphi code. delq - Function: Delete by side effect any occurrences of ELT as a member of LIST. derived-mode-abbrev-table-name - Function: Construct an abbrev-table name based on a MODE name. derived-mode-class - Function: Find the class of a major MODE. derived-mode-hook-name - Function: Construct a mode-hook name based on a MODE name. derived-mode-init-mode-variables - Function: Initialize variables for a new MODE. derived-mode-make-docstring - Function: Construct a docstring for a new mode if none is provided. derived-mode-map-name - Function: Construct a map name based on a MODE name. derived-mode-merge-keymaps - Function: Merge an OLD keymap into a NEW one. derived-mode-merge-syntax-tables - Function: Merge an OLD syntax table into a NEW one. derived-mode-p - Function: Non-nil if the current major mode is derived from one of MODES. derived-mode-run-hooks - Function: Run the mode hook for MODE. derived-mode-set-abbrev-table - Function: Set the abbrev table for MODE if it exists. derived-mode-set-keymap - Function: Set the keymap of the new MODE, maybe merging with the parent. derived-mode-set-syntax-table - Function: Set the syntax table of the new MODE, maybe merging with the parent. derived-mode-setup-function-name - Function: Construct a setup-function name based on a MODE name. derived-mode-syntax-table-name - Function: Construct a syntax-table name based on a MODE name. describe-bindings - Command: Show a list of all defined keys, and their definitions. describe-bindings-internal - Command: Show a list of all defined keys, and their definitions. describe-buffer-bindings - Function: Insert the list of all defined keys and their definitions. describe-buffer-case-table - Command: Describe the case table of the current buffer. describe-calendar-mode - Command: Create a help buffer with a brief description of the `calendar-mode'. describe-categories - Command: Describe the category specifications in the current category table. describe-char - Command: Describe the character after POS (interactively, the character after point). describe-character-set - Command: Display information about built-in character set CHARSET. describe-chinese-environment-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). describe-coding-system - Command: Display information about CODING-SYSTEM. describe-copying - Command: Display info on how you may redistribute copies of GNU Emacs. describe-current-coding-system - Command: Display coding systems currently used, in detail. describe-current-coding-system-briefly - Command: Display coding systems currently used in a brief format in echo area. describe-current-display-table - Command: Describe the display table in use in the selected window and buffer. describe-current-input-method - Function: Describe the input method currently in use. describe-current-input-method-function - Variable: Function to call for describing the current input method. describe-cyrillic-environment-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). describe-display-table - Function: Describe the display table DT in a help buffer. describe-distribution - Command: Display info on how to obtain the latest version of GNU Emacs. describe-european-environment-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). describe-face - Command: Display the properties of face FACE on FRAME. describe-font - Command: Display information about fonts which partially match FONTNAME. describe-fontset - Command: Display information about FONTSET. describe-function - Command: Display the full documentation of FUNCTION (a symbol). describe-indian-environment-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). describe-input-method - Command: Describe input method INPUT-METHOD. describe-key - Command: Display documentation of the function invoked by KEY. describe-key-briefly - Command: Print the name of the function KEY invokes. KEY is a string. describe-language-environment - Command: Describe how Emacs supports language environment LANGUAGE-NAME. describe-minor-mode - Command: Display documentation of a minor mode given as MINOR-MODE. describe-minor-mode-from-indicator - Command: Display documentation of a minor mode specified by INDICATOR. describe-minor-mode-from-symbol - Command: Display documentation of a minor mode given as a symbol, SYMBOL describe-mode - Command: Display documentation of current major mode and minor modes. describe-no-warranty - Command: Display info on all the kinds of warranty Emacs does NOT have. describe-prefix-bindings - Command: Describe the bindings of the prefix used to reach this command. describe-project - Command: Display info on the GNU project. describe-simplify-lib-file-name - Function: Simplify a library name FILE to a relative name, and make it a source file. describe-syntax - Command: Describe the syntax specifications in the syntax table of BUFFER. describe-text-properties - Command: Describe widgets, buttons, overlays and text properties at POS. describe-variable - Command: Display the full documentation of VARIABLE (a symbol). describe-vector - Function: Insert a description of contents of VECTOR. desktop-buffer-mode-handlers - Variable: Alist of major mode specific functions to restore a desktop buffer. desktop-change-dir - Command: Change to desktop saved in DIRNAME. desktop-clear - Command: Empty the Desktop. desktop-load-default - Function: Load the `default' start-up library manually. desktop-locals-to-save - Variable: List of local variables to save for each buffer. desktop-minor-mode-handlers - Variable: Alist of functions to restore non-standard minor modes. desktop-read - Command: Read and process the desktop file in directory DIRNAME. desktop-remove - Command: Delete desktop file in `desktop-dirname'. desktop-revert - Command: Revert to the last loaded desktop. desktop-save - Command: Save the desktop in a desktop file. desktop-save-buffer - Variable: When non-nil, save buffer status in desktop file. desktop-save-in-desktop-dir - Command: Save the desktop in directory `desktop-dirname'. desktop-save-mode - Command: Toggle desktop saving mode. - Variable: Non-nil if Desktop-Save mode is enabled. destroy-fringe-bitmap - Function: Destroy fringe bitmap BITMAP. detect-coding-region - Function: Detect how the byte sequence in the region is encoded. detect-coding-string - Function: Detect how the byte sequence in STRING is encoded. detect-coding-with-language-environment - Function: Detect a coding system of the text between FROM and TO with LANG-ENV. detect-coding-with-priority - Macro: Detect a coding system of the text between FROM and TO with PRIORITY-LIST. development - Group: Support for further development of Emacs. diacritic-compose-buffer - Command: Compose diacritic characters in the current buffer. diacritic-compose-region - Command: Compose diacritic characters in the region. diacritic-compose-string - Function: Compose diacritic characters in STRING and return the resulting string. diacritic-composition-function - Function: Compose diacritic text in the region FROM and TO. diary - Command: Generate the diary window for ARG days starting with the current date. - Group: Emacs diary. - Face: Face for highlighting diary entries. diary-anniversary - Function: Anniversary diary entry. - Face: Face used for anniversaries in the diary. diary-astro-day-number - Function: Astronomical (Julian) day number diary entry. diary-attrtype-convert - Function: Convert string ATTRVALUE to TYPE appropriate for a face description. diary-bahai-date - Function: Baha'i calendar equivalent of date diary entry. diary-block - Function: Block diary entry. diary-button - Face: Default face used for buttons. diary-check-diary-file - Function: Check that the file specified by `diary-file' exists and is readable. diary-chinese-date - Function: Chinese calendar equivalent of date diary entry. diary-coptic-date - Function: Coptic calendar equivalent of date diary entry. diary-cyclic - Function: Cycle diary entry--entry applies every N days starting at MONTH, DAY, YEAR. diary-date - Function: Specific date(s) diary entry. diary-date-forms - Variable: List of pseudo-patterns describing the forms of date used in the diary. diary-day-of-year - Function: Day of year and number of days remaining in the year of date diary entry. diary-display-hook - Variable: List of functions that handle the display of the diary. diary-entry-compare - Function: Returns t if E1 is earlier than E2. diary-entry-marker - Variable: How to mark dates that have diary entries. diary-entry-time - Function: Return time at the beginning of the string S as a military-style integer. diary-ethiopic-date - Function: Ethiopic calendar equivalent of date diary entry. diary-face - Variable: Face name to use for diary entries. diary-face-attrs - Variable: A list of (regexp regnum attr attrtype) lists where the diary-fancy-date-pattern - Variable: Regular expression matching a date header in Fancy Diary. diary-fancy-font-lock-fontify-region-function - Function: Function to use for `font-lock-fontify-region-function' in Fancy Diary. diary-file - Variable: Name of the file in which one's personal diary of dates is kept. diary-file-name-prefix - Variable: If non-nil each diary entry is prefixed with the name of the file where it is defined. diary-file-name-prefix-function - Variable: The function that will take a diary file name and return the desired prefix. diary-float - Function: Floating diary entry--entry applies if date is the nth dayname of month. diary-font-lock-date-forms - Function: Create font-lock patterns for `diary-date-forms' using MONTH-ARRAY. diary-font-lock-keywords - Variable: Forms to highlight in `diary-mode'. diary-font-lock-sexps - Function: Recognize sexp diary entry for font-locking. diary-french-date - Function: French calendar equivalent of date diary entry. diary-from-outlook - Command: Maybe snarf diary entry from current Outlook-generated message. diary-from-outlook-gnus - Command: Maybe snarf diary entry from Outlook-generated message in Gnus. diary-from-outlook-internal - Function: Snarf a diary entry from a message assumed to be from MS Outlook. diary-from-outlook-rmail - Command: Maybe snarf diary entry from Outlook-generated message in Rmail. diary-glob-file-regexp-prefix - Variable: The regular expression that gets pre-pended to each of the attribute-regexp's for file-wide specifiers. diary-header-line-flag - Variable: If non-nil, `diary-simple-display' will show a header line. diary-header-line-format - Variable: Format of the header line displayed by `diary-simple-display'. diary-hebrew-date - Function: Hebrew calendar equivalent of date diary entry. diary-hook - Variable: List of functions called after the display of the diary. diary-include-string - Variable: The string indicating inclusion of another file of diary entries. diary-islamic-date - Function: Islamic calendar equivalent of date diary entry. diary-iso-date - Function: ISO calendar equivalent of date diary entry. diary-julian-date - Function: Julian calendar equivalent of date diary entry. diary-list-entries - Function: Create and display a buffer containing the relevant lines in `diary-file'. diary-list-include-blanks - Variable: If nil, do not include days with no diary entry in the list of diary entries. diary-mail-addr - Variable: Email address that `diary-mail-entries' will send email to. diary-mail-days - Variable: Default number of days for `diary-mail-entries' to check. diary-mail-entries - Command: Send a mail message showing diary entries for next NDAYS days. diary-mayan-date - Function: Mayan calendar equivalent of date diary entry. diary-mode - Command: Major mode for editing the diary file. diary-mode-map - Variable: Keymap for `diary-mode'. diary-modify-entry-list-string-function - Variable: Function applied to entry string before putting it into the entries list. diary-name-pattern - Function: Return a regexp matching the strings in the array STRING-ARRAY. diary-nonmarking-symbol - Variable: Symbol indicating that a diary entry is not to be marked in the calendar. diary-omer - Function: Omer count diary entry. diary-ordinal-suffix - Function: Ordinal suffix for N. (That is, `st', `nd', `rd', or `th', as appropriate.) diary-outlook-formats - Variable: Alist of regexps matching message text and replacement text. diary-parasha - Function: Parasha diary entry--entry applies if date is a Saturday. diary-persian-date - Function: Persian calendar equivalent of date diary entry. diary-phases-of-moon - Function: Moon phases diary entry. diary-pull-attrs - Function: Pull the face-related attributes off the entry, merge with the diary-redraw-calendar - Function: If `calendar-buffer' is live and diary entries are marked, redraw it. diary-remind - Function: Provide a reminder of a diary entry. diary-remind-message - Variable: Pseudo-pattern giving form of reminder messages in the fancy diary diary-rosh-hodesh - Function: Rosh Hodesh diary entry. diary-sabbath-candles - Function: Local time of candle lighting diary entry--applies if date is a Friday. diary-sexp-entry - Function: Process a SEXP diary ENTRY for DATE. diary-show-all-entries - Command: Show all of the diary entries in the diary file. diary-sunrise-sunset - Function: Local time of sunrise and sunset as a diary entry. diary-syntax-table - Variable: The syntax table used when parsing dates in the diary file. diary-time - Face: Face used for times of day in the diary. diary-time-regexp - Variable: Regular expression matching a time of day. diary-unknown-time - Variable: Value returned by diary-entry-time when no time is found. diary-view-entries - Command: Prepare and display a buffer with diary entries. diary-yahrzeit - Function: Yahrzeit diary entry--entry applies if date is yahrzeit or the day before. diff - Command: Find and display the differences between OLD and NEW files. diff-backup - Command: Diff this file with its backup file or vice versa. diff-buffer-with-file - Command: View the differences between BUFFER and its associated file. diff-command - Variable: *The command to use to run diff. diff-minor-mode - Command: Minor mode for viewing/editing context diffs. diff-mode - Command: Major mode for viewing/editing context diffs. diff-switches - Variable: *A string or list of strings specifying switches to be passed to diff. dig - Command: Query addresses of a DOMAIN using dig, by calling `dig-invoke'. - Group: Dig configuration. dig-dns-server - Variable: DNS server to query. dig-exit - Command: Quit dig output buffer. dig-extract-rr - Function: Extract resource records for DOMAIN, TYPE and CLASS from buffer. dig-font-lock-keywords - Variable: Default expressions to highlight in dig mode. dig-invoke - Function: Call dig with given arguments and return buffer containing output. dig-mode - Command: Major mode for displaying dig output. dig-program - Variable: Name of dig (domain information groper) binary. digit-argument - Command: Part of the numeric argument for the next command. ding - Function: Beep, or flash the screen. direction-reversed - Variable: *Non-nil means lines in the buffer are displayed right to left. directory - Widget: A directory widget. directory-abbrev-alist - Variable: Alist of abbreviations for file directories. directory-file-name - Function: Returns the file name of the directory named DIRECTORY. directory-files - Function: Return a list of names of files in DIRECTORY. directory-files-and-attributes - Function: Return a list of names of files and their attributes in DIRECTORY. directory-free-space-args - Variable: Options to use when running `directory-free-space-program'. directory-free-space-program - Variable: Program to get the amount of free space on a file system. directory-listing-before-filename-regexp - Variable: Regular expression to match up to the file name in a directory listing. directory-sep-char - Variable: Directory separator character for built-in functions that return file names. dired - Command: "Edit" directory DIRNAME--delete, rename, print, etc. some files in it. - Group: Directory editing. dired-at-point - Command: Start Dired, defaulting to file at point. See `ffap'. dired-backup-diff - Command: Diff this file with its backup file or vice versa. dired-chown-program - Variable: Name of chown command (usually `chown' or `/etc/chown'). dired-clean-directory - Command: Flag numerical backups for deletion. dired-compare-directories - Command: Mark files with different file attributes in two dired buffers. dired-copy-preserve-time - Variable: *If non-nil, Dired preserves the last-modified time in a file copy. dired-create-directory - Command: Create a directory called DIRECTORY. dired-diff - Command: Compare file at point with file FILE using `diff'. dired-directory - Variable: The directory name or wildcard spec that this dired directory lists. dired-do-byte-compile - Command: Byte compile marked (or next ARG) Emacs Lisp files. dired-do-chgrp - Command: Change the group of the marked (or next ARG) files. dired-do-chmod - Command: Change the mode of the marked (or next ARG) files. dired-do-chown - Command: Change the owner of the marked (or next ARG) files. dired-do-compress - Command: Compress or uncompress marked (or next ARG) files. dired-do-copy - Command: Copy all marked (or next ARG) files, or copy the current file. dired-do-copy-regexp - Command: Copy selected files whose names match REGEXP to NEWNAME. dired-do-hardlink - Command: Add names (hard links) current file or all marked (or next ARG) files. dired-do-hardlink-regexp - Command: Hardlink selected files whose names match REGEXP to NEWNAME. dired-do-kill-lines - Command: Kill all marked lines (not the files). dired-do-load - Command: Load the marked (or next ARG) Emacs Lisp files. dired-do-print - Command: Print the marked (or next ARG) files. dired-do-query-replace-regexp - Command: Do `query-replace-regexp' of FROM with TO, on all marked files. dired-do-redisplay - Command: Redisplay all marked (or next ARG) files. dired-do-rename - Command: Rename current file or all marked (or next ARG) files. dired-do-rename-regexp - Command: Rename selected files whose names match REGEXP to NEWNAME. dired-do-search - Command: Search through all marked files for a match for REGEXP. dired-do-shell-command - Command: Run a shell command COMMAND on the marked files. dired-do-symlink - Command: Make symbolic links to current file or all marked (or next ARG) files. dired-do-symlink-regexp - Command: Symlink selected files whose names match REGEXP to NEWNAME. dired-do-touch - Command: Change the timestamp of the marked (or next ARG) files. dired-downcase - Command: Rename all marked (or next ARG) files to lower case. dired-dwim-target - Variable: *If non-nil, Dired tries to guess a default target directory. dired-goto-subdir - Command: Go to end of header line of DIR in this dired buffer. dired-hide-all - Command: Hide all subdirectories, leaving only their header lines. dired-hide-subdir - Command: Hide or unhide the current subdirectory and move to next directory. dired-insert-subdir - Command: Insert this subdirectory into the same dired buffer. dired-jump - Command: Jump to dired buffer corresponding to current buffer. dired-keep-marker-copy - Variable: *Controls marking of copied files. dired-keep-marker-hardlink - Variable: *Controls marking of newly made hard links. dired-keep-marker-rename - Variable: *Controls marking of renamed files. dired-keep-marker-symlink - Variable: *Controls marking of newly made symbolic links. dired-kept-versions - Variable: When cleaning directory, number of versions to keep. dired-kill-subdir - Command: Remove all lines of current subdirectory. dired-listing-switches - Variable: *Switches passed to `ls' for Dired. MUST contain the `l' option. dired-ls-F-marks-symlinks - Variable: *Informs Dired about how `ls -lF' marks symbolic links. dired-mark-subdir-files - Command: Mark all files except `.' and `..' in current subdirectory. dired-maybe-insert-subdir - Command: Insert this subdirectory into the same dired buffer. dired-mode - Function: Mode for "editing" directory listings. dired-noselect - Function: Like `dired' but returns the dired buffer as value, does not select it. dired-other-frame - Command: "Edit" directory DIRNAME. Like `dired' but makes a new frame. dired-other-window - Command: "Edit" directory DIRNAME. Like `dired' but selects in another window. dired-prev-subdir - Command: Go to previous subdirectory, regardless of level. dired-relist-file - Function: Create or update the line for FILE in all Dired buffers it would belong in. dired-show-file-type - Command: Print the type of FILE, according to the `file' command. dired-tree-down - Command: Go down in the dired tree. dired-tree-up - Command: Go up ARG levels in the dired tree. dired-trivial-filenames - Variable: *Regexp of files to skip when finding first file of a directory. dired-upcase - Command: Rename all marked (or next ARG) files to upper case. dirs - Command: Resync the buffer's idea of the current directory stack. dirtrack - Function: Determine the current directory by scanning the process output for a prompt. dirtrack-mode - Command: Turn directory tracking on and off in a shell buffer. dirtrack-toggle - Command: Turn directory tracking on and off in a shell buffer. disable-command - Command: Require special confirmation to execute COMMAND from now on. disable-point-adjustment - Variable: If non-nil, suppress point adjustment after executing a command. disable-theme - Command: Disable all variable and face settings defined by THEME. disable-timeout - Function: Remove TIMER from the list of active timers. disabled-command-function - Variable: Function to call to handle disabled commands. disassemble - Command: Print disassembled code for OBJECT in (optional) BUFFER. disassemble-offset - Function: Don't call this! discard-input - Function: Discard the contents of the terminal input buffer. display - Group: How characters are displayed in buffers. display-backing-store - Function: Return the backing store capability of DISPLAY's screen. display-battery-mode - Command: Display battery status information in the mode line. - Variable: Non-nil if Display-Battery mode is enabled. display-buffer - Command: Make BUFFER appear in some window but don't select it. display-buffer-function - Variable: If non-nil, function to call to handle `display-buffer'. display-buffer-other-frame - Command: Switch to buffer BUFFER in another frame. display-buffer-reuse-frames - Variable: *Non-nil means `display-buffer' should reuse frames. display-call-tree - Command: Display a call graph of a specified file. display-color-cells - Function: Return the number of color cells supported by DISPLAY. display-color-p - Function: Return t if DISPLAY supports color. display-completion-list - Function: Display the list of completions, COMPLETIONS, using `standard-output'. display-graphic-p - Function: Return non-nil if DISPLAY is a graphic display. display-grayscale-p - Function: Return non-nil if frames on DISPLAY can display shades of gray. display-hourglass - Variable: *Non-nil means show an hourglass pointer, when Emacs is busy. display-images-p - Function: Return non-nil if DISPLAY can display images. display-local-help - Command: Display local help in the echo area. display-message-or-buffer - Function: Display MESSAGE in the echo area if possible, otherwise in a pop-up buffer. display-mm-height - Function: Return the height of DISPLAY's screen in millimeters. display-mm-width - Function: Return the width of DISPLAY's screen in millimeters. display-mouse-p - Function: Return non-nil if DISPLAY has a mouse available. display-multi-font-p - Function: Return non-nil if DISPLAY is a graphic display. display-multi-frame-p - Function: Return non-nil if DISPLAY is a graphic display. display-pixel-height - Function: Return the height of DISPLAY's screen in pixels. display-pixel-width - Function: Return the width of DISPLAY's screen in pixels. display-pixels-per-inch - Variable: Pixels per inch value for non-window system displays. display-planes - Function: Return the number of planes supported by DISPLAY. display-popup-menus-p - Function: Return non-nil if popup menus are supported on DISPLAY. display-save-under - Function: Return non-nil if DISPLAY's screen supports the SaveUnder feature. display-screens - Function: Return the number of screens associated with DISPLAY. display-selections-p - Function: Return non-nil if DISPLAY supports selections. display-splash-screen - Command: Display splash screen according to display. display-supports-face-attributes-p - Function: Return non-nil if all the face attributes in ATTRIBUTES are supported. display-table-slot - Function: Return the value of the extra slot in DISPLAY-TABLE named SLOT. display-time - Command: Enable display of time, load level, and mail flag in mode lines. - Group: Display time and load in mode line of Emacs. display-time-24hr-format - Variable: *Non-nil indicates time should be displayed as hh:mm, 0 <= hh <= 23. display-time-day-and-date - Variable: *Non-nil means M-x display-time should display day and date as well as time. display-time-default-load-average - Variable: *Which load average value will be shown in the mode line. display-time-format - Variable: *String specifying format for displaying the time in the mode line. display-time-hook - Variable: *List of functions to be called when the time is updated on the mode line. display-time-interval - Variable: *Seconds between updates of time in the mode line. display-time-load-average - Variable: Load average currently being shown in mode line. display-time-load-average-threshold - Variable: *Load-average values below this value won't be shown in the mode line. display-time-mail-directory - Variable: *Name of mail inbox directory, for indicating existence of new mail. display-time-mail-face - Variable: Face to use for `display-time-mail-string'. display-time-mail-file - Variable: *File name of mail inbox file, for indicating existence of new mail. display-time-mail-function - Variable: *Function to call, for indicating existence of new mail. display-time-mail-icon - Variable: Image specification to offer as the mail indicator on a graphic display. display-time-mail-string - Variable: String to use as the mail indicator in `display-time-string-forms'. display-time-mode - Command: Toggle display of time, load level, and mail flag in mode lines. - Variable: Non-nil if Display-Time mode is enabled. display-time-server-down-time - Variable: Time when mail file's file system was recorded to be down. display-time-string-forms - Variable: *List of expressions governing display of the time in the mode line. display-time-update - Function: Update the display-time info for the mode line. display-time-use-mail-icon - Variable: Non-nil means use an icon as mail indicator on a graphic display. display-visual-class - Function: Returns the visual class of DISPLAY. display-warning - Function: Display a warning message, MESSAGE. dissociated-press - Command: Dissociate the text of the current buffer. dnd - Group: Handling data from drag and drop. dnd-get-local-file-name - Function: Return file name converted from file:/// or file: syntax. dnd-get-local-file-uri - Function: Return an uri converted to file:/// syntax if uri is a local file. dnd-handle-one-url - Function: Handle one dropped url by calling the appropriate handler. dnd-insert-text - Function: Insert text at point or push to the kill ring if buffer is read only. dnd-open-file - Function: Open a local or remote file. dnd-open-file-other-window - Variable: If non-nil, always use find-file-other-window to open dropped files. dnd-open-local-file - Function: Open a local file. dnd-protocol-alist - Variable: The functions to call for different protocols when a drop is made. dns-lookup-host - Command: Lookup the DNS information for HOST (name or IP address). dns-mode - Command: Major mode for viewing and editing DNS master files. dns-mode-soa-increment-serial - Command: Locate SOA record and increment the serial field. do - Macro: The Common Lisp `do' loop. do* - Macro: The Common Lisp `do*' loop. do-after-load-evaluation - Function: Evaluate all `eval-after-load' forms, if any, for ABS-FILE. do-auto-save - Command: Auto-save all buffers that need it. do-symbols - Macro: Loop over all symbols. doc-directory - Variable: Directory containing the DOC file that comes with GNU Emacs. docs - Group: Support for Emacs documentation. doctex-mode - Command: Major mode to edit DocTeX files. doctor - Command: Switch to *doctor* buffer and start giving psychotherapy. documentation - Function: Return the documentation string of FUNCTION. documentation-link - Widget: Link type used in documentation strings. documentation-property - Function: Return the documentation string that is SYMBOL's PROP property. documentation-string - Widget: A documentation string. dolist - Macro: Loop over a list. dont-compile - Macro: Like `progn', but the body always runs interpreted (not compiled). dotimes - Macro: Loop a certain number of times. dotimes-with-progress-reporter - Macro: Loop a certain number of times and report progress in the echo area. double-click-fuzz - Variable: *Maximum mouse movement between clicks to make a double-click. double-click-time - Variable: *Maximum time between mouse clicks to make a double-click. double-mode - Command: Toggle Double mode. - Variable: Toggle Double mode. down-list - Command: Move forward down one level of parentheses. downcase - Function: Convert argument to lower case and return that. downcase-region - Command: Convert the region to lower case. In programs, wants two arguments. downcase-word - Command: Convert following word (or ARG words) to lower case, moving over. dsssl-mode - Command: Major mode for editing DSSSL code. dump-emacs - Function: Dump current state of Emacs into executable file FILENAME. dunnet - Command: Switch to *dungeon* buffer and start game. dynamic-completion-mode - Command: Enable dynamic word-completion. - Variable: Non-nil if Dynamic-Completion mode is enabled. dynamic-completion-table - Macro: Use function FUN as a dynamic completion table. e - Variable: The value of e (2.7182818...). easy-menu-add - Function: Add the menu to the menubar. easy-menu-add-item - Function: To the submenu of MAP with path PATH, add ITEM. easy-menu-always-true-p - Function: Return true if form X never evaluates to nil. easy-menu-change - Function: Change menu found at PATH as item NAME to contain ITEMS. easy-menu-convert-item - Function: Memoize the value returned by `easy-menu-convert-item-1' called on ITEM. easy-menu-convert-item-1 - Function: Parse an item description and convert it to a menu keymap element. easy-menu-create-menu - Function: Create a menu called MENU-NAME with items described in MENU-ITEMS. easy-menu-define - Macro: Define a menu bar submenu in maps MAPS, according to MENU. easy-menu-define-key - Function: Add binding in MENU for KEY => ITEM. Similar to `define-key-after'. easy-menu-filter-return - Function: Convert MENU to the right thing to return from a menu filter. easy-menu-get-map - Function: Return a sparse keymap in which to add or remove an item. easy-menu-item-present-p - Function: In submenu of MAP with path PATH, return non-nil iff item NAME is present. easy-menu-lookup-name - Function: Lookup menu item NAME in keymap MAP. easy-menu-make-symbol - Function: Return a unique symbol with CALLBACK as function value. easy-menu-name-match - Function: Return t if NAME is the name of menu item ITEM. easy-menu-precalculate-equivalent-keybindings - Variable: Determine when equivalent key bindings are computed for easy-menu menus. easy-menu-remove - Command: Remove MENU from the current menu bar. easy-menu-remove-item - Function: From submenu of MAP with path PATH remove item NAME. easy-menu-return-item - Function: In menu MENU try to look for menu item with name NAME. easy-mmode-define-global-mode - Function: Make GLOBAL-MODE out of the buffer-local minor MODE. easy-mmode-define-keymap - Function: Return a keymap built from bindings BS. easy-mmode-define-minor-mode - Function: Define a new minor mode MODE. easy-mmode-define-navigation - Macro: Define BASE-next and BASE-prev to navigate in the buffer. easy-mmode-defsyntax - Macro: Define variable ST as a syntax-table. easy-mmode-pretty-mode-name - Function: Turn the symbol MODE into a string intended for the user. ebnf-apply-style - Command: Set STYLE as the current style. ebnf-customize - Command: Customization for ebnf group. ebnf-delete-style - Command: Delete style NAME. ebnf-despool - Command: Send the spooled PostScript to the printer. ebnf-eps-buffer - Command: Generate a PostScript syntactic chart image of the buffer in a EPS file. ebnf-eps-directory - Command: Generate EPS files from EBNF files in DIRECTORY. ebnf-eps-file - Command: Generate an EPS file from EBNF file FILE. ebnf-eps-region - Command: Generate a PostScript syntactic chart image of the region in a EPS file. ebnf-insert-style - Command: Insert a new style NAME with inheritance INHERITS and values VALUES. ebnf-merge-style - Command: Merge values of style NAME with style VALUES. ebnf-pop-style - Command: Pop a style and set it as the current style. ebnf-print-buffer - Command: Generate and print a PostScript syntactic chart image of the buffer. ebnf-print-directory - Command: Generate and print a PostScript syntactic chart image of DIRECTORY. ebnf-print-file - Command: Generate and print a PostScript syntactic chart image of the file FILE. ebnf-print-region - Command: Generate and print a PostScript syntactic chart image of the region. ebnf-push-style - Command: Push the current style and set STYLE as the current style. ebnf-reset-style - Command: Reset current style. ebnf-setup - Function: Return the current ebnf2ps setup. ebnf-spool-buffer - Command: Generate and spool a PostScript syntactic chart image of the buffer. ebnf-spool-directory - Command: Generate and spool a PostScript syntactic chart image of DIRECTORY. ebnf-spool-file - Command: Generate and spool a PostScript syntactic chart image of the file FILE. ebnf-spool-region - Command: Generate a PostScript syntactic chart image of the region and spool locally. ebnf-syntax-buffer - Command: Does a syntactic analysis of the current buffer. ebnf-syntax-directory - Command: Does a syntactic analysis of the files in DIRECTORY. ebnf-syntax-file - Command: Does a syntactic analysis of the FILE. ebnf-syntax-region - Command: Does a syntactic analysis of a region. ebrowse-back-in-position-stack - Command: Move backward in the position stack. ebrowse-electric-choose-tree - Command: Return a buffer containing a tree or nil if no tree found or canceled. ebrowse-electric-position-menu - Command: List positions in the position stack in an electric buffer. ebrowse-forward-in-position-stack - Command: Move forward in the position stack. ebrowse-member-mode - Function: Major mode for Ebrowse member buffers. ebrowse-save-tree - Command: Save current tree in same file it was loaded from. ebrowse-save-tree-as - Command: Write the current tree data structure to a file. ebrowse-statistics - Command: Display statistics for a class tree. ebrowse-tags-complete-symbol - Command: Perform completion on the C++ symbol preceding point. ebrowse-tags-find-declaration - Command: Find declaration of member at point. ebrowse-tags-find-declaration-other-frame - Command: Find definition of member at point in other frame. ebrowse-tags-find-declaration-other-window - Command: Find declaration of member at point in other window. ebrowse-tags-find-definition - Command: Find definition of member at point. ebrowse-tags-find-definition-other-frame - Command: Find definition of member at point in other frame. ebrowse-tags-find-definition-other-window - Command: Find definition of member at point in other window. ebrowse-tags-loop-continue - Command: Repeat last operation on files in tree. ebrowse-tags-query-replace - Command: Query replace FROM with TO in all files of a class tree. ebrowse-tags-search - Command: Search for REGEXP in all files in a tree. ebrowse-tags-search-member-use - Command: Search for call sites of a member. ebrowse-tags-view-declaration - Command: View declaration of member at point. ebrowse-tags-view-definition - Command: View definition of member at point. ebrowse-tags-view-definition-other-frame - Command: View definition of member at point in other frame. ebrowse-tags-view-definition-other-window - Command: View definition of member at point in other window. ebrowse-tree-mode - Command: Major mode for Ebrowse class tree buffers. ebuffers - Command: Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B. ebuffers3 - Command: Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C. ecase - Macro: Like `case', but error if no case fits. echo-area-clear-hook - Variable: Normal hook run when clearing the echo area. echo-keystrokes - Variable: *Nonzero means echo unfinished commands after this many seconds of pause. edebug - Function: Replacement for debug. - Group: A source-level debugger for Emacs Lisp. edebug-Continue-fast-mode - Command: Trace with no wait at each step. edebug-Go-nonstop-mode - Command: Go, evaluating without debugging. edebug-Trace-fast-mode - Command: Trace with no wait at each step. edebug-` - Function: Argument STRUCTURE describes a template to build. edebug-all-defs - Command: Toggle edebugging of all definitions. - Variable: *If non-nil, evaluating defining forms instruments for Edebug. edebug-all-defuns - Command: Toggle edebugging of all definitions. edebug-all-forms - Command: Toggle edebugging of all forms. - Variable: *Non-nil evaluation of all forms will instrument for Edebug. edebug-arrow-alist - Variable: Association list of arrows for each edebug mode. edebug-backtrace - Command: Display a non-working backtrace. Better than nothing... edebug-basic-spec - Function: Return t if SPEC uses only extant spec symbols. edebug-bounce-point - Command: Bounce the point in the outside current buffer. edebug-continue-kbd-macro - Variable: *If non-nil, continue defining or executing any keyboard macro. edebug-continue-mode - Command: Begin continue mode. edebug-defun - Command: Evaluate the top level form point is in, stepping through with Edebug. edebug-delete-eval-item - Command: Delete the item under point and redisplay. edebug-display-freq-count - Command: Display the frequency count data for each line of the current definition. edebug-eval-defun - Command: Evaluate the top-level form containing point, or after point. edebug-eval-display - Function: Display expressions and evaluations in EVAL-LIST. edebug-eval-expression - Command: Evaluate an expression in the outside environment. edebug-eval-last-sexp - Command: Evaluate sexp before point in the outside environment. edebug-eval-macro-args - Variable: *Non-nil means all macro call arguments may be evaluated. edebug-eval-mode - Command: Mode for evaluation list buffer while in Edebug. edebug-eval-mode-map - Variable: Keymap for Edebug Eval mode. Superset of Lisp Interaction mode. edebug-eval-print-last-sexp - Command: Evaluate sexp before point in outside environment; insert value. edebug-eval-redisplay - Function: Redisplay eval list in outside environment. edebug-eval-result-list - Function: Return a list of evaluations of edebug-eval-list edebug-eval-top-level-form - Command: Evaluate the top level form point is in, stepping through with Edebug. edebug-format - Function: Format a string out of a format-string and arguments. edebug-forward-sexp - Command: Proceed from the current point to the end of the ARGth sexp ahead. edebug-gensym - Function: Generate a fresh uninterned symbol. edebug-gensym-index - Variable: Integer used by `edebug-gensym' to produce new names. edebug-get-buffer-window - Function: Return a window currently displaying BUFFER, or nil if none. edebug-global-break-condition - Variable: *If non-nil, an expression to test for at every stop point. edebug-go-mode - Command: Go, evaluating until break. edebug-goto-here - Command: Proceed to first stop-point at or after current position of point. edebug-initial-mode - Variable: *Initial execution mode for Edebug, if non-nil. edebug-input-pending-p - Function: Return t if command input is currently available with no wait. edebug-install-custom-print - Command: Replace print functions used by Edebug with custom versions. edebug-install-custom-print-funcs - Command: Replace print functions used by Edebug with custom versions. edebug-instrument-callee - Command: Instrument the definition of the function or macro about to be called. edebug-lambda-list-keywordp - Function: Return t if OBJECT is a lambda list keyword. edebug-macrop - Function: Return the macro named by OBJECT, or nil if it is not a macro. edebug-mark-marker - Function: Return this buffer's mark, as a marker object. edebug-menu - Command: Edebug menus - Variable: Edebug menus edebug-message - Function: Print a one-line message at the bottom of the screen. edebug-mode - Function: Mode for Emacs Lisp buffers while in Edebug. edebug-mode-menus - Variable: Menus for Edebug. edebug-modify-breakpoint - Function: Modify the breakpoint for the form at point or after it. edebug-next-breakpoint - Command: Move point to the next breakpoint, or first if none past point. edebug-next-mode - Command: Proceed to next `after' stop point. edebug-on-entry - Command: Cause Edebug to stop when FUNCTION is called. edebug-on-error - Variable: *Value bound to `debug-on-error' while Edebug is active. edebug-on-quit - Variable: *Value bound to `debug-on-quit' while Edebug is active. edebug-original-debug-on-entry - Command: Request FUNCTION to invoke debugger each time it is called. edebug-original-eval-defun - Command: Evaluate the top-level form containing point, or after point. edebug-original-read - Function: Read one Lisp expression as text from STREAM, return as Lisp object. edebug-outside-excursion - Macro: Evaluate an expression list in the outside context. edebug-previous-result - Command: Print the previous result. edebug-prin1 - Function: Output the printed representation of OBJECT, any Lisp object. edebug-prin1-to-string - Function: Return a string containing the printed representation of OBJECT. edebug-print - Function: Output the printed representation of OBJECT, with newlines around it. edebug-print-circle - Variable: *Default value of `print-circle' for printing results in Edebug. edebug-print-length - Variable: *Default value of `print-length' for printing results in Edebug. edebug-print-level - Variable: *Default value of `print-level' for printing results in Edebug. edebug-print-trace-after - Function: Function called to print trace info after expression evaluation. edebug-print-trace-before - Function: Function called to print trace info before expression evaluation. edebug-read - Function: Read one Lisp expression as text from STREAM, return as Lisp object. edebug-read-backquote-level - Variable: If non-zero, we're in a new-style backquote. edebug-reset-print-funcs - Command: Replace edebug custom print functions with internal versions. edebug-restore-status - Function: Reset VAR based on STATUS. edebug-save-displayed-buffer-points - Variable: *If non-nil, save and restore point in all displayed buffers. edebug-save-windows - Variable: *If non-nil, Edebug saves and restores the window configuration. edebug-set-breakpoint - Command: Set the breakpoint of nearest sexp. edebug-set-conditional-breakpoint - Command: Set a conditional breakpoint at nearest sexp. edebug-setup-hook - Variable: *Functions to call before edebug is used. edebug-signal - Function: Signal an error. Args are SIGNAL-NAME, and associated DATA. edebug-sit-for - Function: Perform redisplay, then wait for SECONDS seconds or until input is available. edebug-sit-for-seconds - Variable: *Number of seconds to pause when execution mode is `trace'. edebug-spec-p - Function: Return non-nil if OBJECT is a symbol with an edebug-form-spec property. edebug-step-in - Command: Step into the definition of the function or macro about to be called. edebug-step-mode - Command: Proceed to next stop point. edebug-step-out - Command: Proceed from the current point to the end of the containing sexp. edebug-step-through-mode - Command: Proceed to next stop point. edebug-stop - Command: Stop execution and do not continue. edebug-submit-bug-report - Command: Report a bug in GNU Emacs. edebug-temp-display-freq-count - Command: Temporarily display the frequency count data for the current definition. edebug-test-coverage - Variable: *If non-nil, Edebug tests coverage of all expressions debugged. edebug-toggle-save-all-windows - Command: Toggle the saving and restoring of all windows. edebug-toggle-save-selected-window - Command: Toggle the saving and restoring of the selected window. edebug-toggle-save-windows - Command: Toggle the saving and restoring of windows. edebug-top-level-nonstop - Command: Set mode to Go-nonstop, and exit to top-level. edebug-trace - Function: Convenience call to edebug-trace-display using edebug-trace-buffer - Variable: *Non-nil means display a trace of function entry and exit. edebug-trace-buffer - Variable: Name of the buffer to put trace info in. edebug-trace-display - Function: In buffer BUF-NAME, display FMT and ARGS at the end and make it visible. edebug-trace-mode - Command: Begin trace mode. edebug-tracing - Macro: Print MSG in *edebug-trace* before and after evaluating BODY. edebug-uninstall-custom-print - Command: Replace edebug custom print functions with internal versions. edebug-uninstall-custom-print-funcs - Command: Replace edebug custom print functions with internal versions. edebug-unset-breakpoint - Command: Clear the breakpoint of nearest sexp. edebug-unwrap - Function: Return the unwrapped SEXP or return it as is if it is not wrapped. edebug-unwrap* - Function: Return the sexp recursively unwrapped. edebug-unwrap-results - Variable: *Non-nil if Edebug should unwrap results of expressions. edebug-update-eval-list - Command: Replace the evaluation list with the sexps now in the eval buffer. edebug-var-status - Function: Return a cons cell describing the status of VAR's current binding. edebug-view-outside - Command: Change to the outside window configuration. edebug-where - Command: Show the debug windows and where we stopped in the program. edebug-window-list - Function: Return a list of windows, in order of `next-window'. edebug-window-live-p - Function: Returns t if OBJECT is a window which is currently visible. edebug-wrap-def-body - Function: Wrap the FORMS of a definition body. ediff - Command: Run Ediff on a pair of files, FILE-A and FILE-B. ediff-backup - Command: Run Ediff on FILE and its backup file. ediff-buffers - Command: Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B. ediff-buffers3 - Command: Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C. ediff-directories - Command: Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have ediff-directories3 - Command: Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that ediff-directory-revisions - Command: Run Ediff on a directory, DIR1, comparing its files with their revisions. ediff-documentation - Command: Display Ediff's manual. ediff-files - Command: Run Ediff on a pair of files, FILE-A and FILE-B. ediff-files3 - Command: Run Ediff on three files, FILE-A, FILE-B, and FILE-C. ediff-merge - Command: Merge two files without ancestor. ediff-merge-buffers - Command: Merge buffers without ancestor. ediff-merge-buffers-with-ancestor - Command: Merge buffers with ancestor. ediff-merge-directories - Command: Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have ediff-merge-directories-with-ancestor - Command: Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors. ediff-merge-directory-revisions - Command: Run Ediff on a directory, DIR1, merging its files with their revisions. ediff-merge-directory-revisions-with-ancestor - Command: Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors. ediff-merge-files - Command: Merge two files without ancestor. ediff-merge-files-with-ancestor - Command: Merge two files with ancestor. ediff-merge-revisions - Command: Run Ediff by merging two revisions of a file. ediff-merge-revisions-with-ancestor - Command: Run Ediff by merging two revisions of a file with a common ancestor. ediff-merge-with-ancestor - Command: Merge two files with ancestor. ediff-patch-buffer - Command: Run Ediff by patching the buffer specified at prompt. ediff-patch-file - Command: Run Ediff by patching SOURCE-FILENAME. ediff-regions-linewise - Command: Run Ediff on a pair of regions in specified buffers. ediff-regions-wordwise - Command: Run Ediff on a pair of regions in specified buffers. ediff-revision - Command: Run Ediff by comparing versions of a file. ediff-show-registry - Command: Display Ediff's registry. ediff-toggle-multiframe - Command: Switch from multiframe display to single-frame display and back. ediff-toggle-use-toolbar - Command: Enable or disable Ediff toolbar. ediff-version - Command: Return string describing the version of Ediff. ediff-windows-linewise - Command: Compare WIND-A and WIND-B, which are selected by clicking, linewise. ediff-windows-wordwise - Command: Compare WIND-A and WIND-B, which are selected by clicking, wordwise. ediff3 - Command: Run Ediff on three files, FILE-A, FILE-B, and FILE-C. edir-merge-revisions - Command: Run Ediff on a directory, DIR1, merging its files with their revisions. edir-merge-revisions-with-ancestor - Command: Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors. edir-revisions - Command: Run Ediff on a directory, DIR1, comparing its files with their revisions. edirs - Command: Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have edirs-merge - Command: Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have edirs-merge-with-ancestor - Command: Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors. edirs3 - Command: Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that edit-abbrevs - Command: Alter abbrev definitions by editing a list of them. edit-abbrevs-map - Variable: Keymap used in `edit-abbrevs'. edit-abbrevs-mode - Command: Major mode for editing the list of abbrev definitions. edit-abbrevs-redefine - Command: Redefine abbrevs according to current buffer contents. edit-and-eval-command - Function: Prompting with PROMPT, let user edit COMMAND and eval result. edit-bookmarks - Command: Display a list of existing bookmarks. edit-kbd-macro - Command: Edit a keyboard macro. edit-last-kbd-macro - Command: Edit the most recently defined keyboard macro. edit-named-kbd-macro - Command: Edit a keyboard macro which has been given a name by `name-last-kbd-macro'. edit-options - Command: Edit a list of Emacs user option values. edit-picture - Command: Switch to Picture mode, in which a quarter-plane screen model is used. edit-tab-stops - Command: Edit the tab stops used by `tab-to-tab-stop'. edit-tab-stops-buffer - Variable: Buffer whose tab stops are being edited. edit-tab-stops-map - Variable: Keymap used in `edit-tab-stops'. edit-tab-stops-note-changes - Command: Put edited tab stops into effect. edit-vc-file - Macro: Edit FILE under version control, executing body. editable-field - Widget: An editable text field. editable-list - Widget: A variable list of widgets of the same type. editing - Group: Basic text editing facilities. editing-basics - Group: Most basic editing facilities. edmacro-eight-bits - Variable: *Non-nil if edit-kbd-macro should leave 8-bit characters intact. edmacro-insert-key - Command: Insert the written name of a key in the buffer. edmacro-mismatch - Function: Compare SEQ1 with SEQ2, return index of first mismatching element. edmacro-mode - Command: Keyboard Macro Editing mode. Press edmacro-sanitize-for-string - Function: Convert a key sequence vector into a string. edmacro-subseq - Function: Return the subsequence of SEQ from START to END. edt-emulation-on - Command: Turn on EDT Emulation. edt-set-scroll-margins - Command: Set scroll margins. ehelp-command - Function: Prefix command (definition is a keymap associating keystrokes with commands). eighth - Function: Return the eighth element of the list X. eldoc - Group: Show function arglist or variable docstring in echo area. eldoc-argument-case - Variable: Case to display argument names of functions, as a symbol. eldoc-current-idle-delay - Variable: idle time delay currently in use by timer. eldoc-documentation-function - Variable: If non-nil, function to call to return doc string. eldoc-echo-area-use-multiline-p - Variable: *Allow long eldoc messages to resize echo area display. eldoc-idle-delay - Variable: *Number of seconds of idle time to wait before printing. eldoc-last-data - Variable: Bookkeeping; elements are as follows: eldoc-message-commands - Variable: Commands after which it is appropriate to print in the echo area. eldoc-message-commands-table-size - Variable: This is used by eldoc-add-command to initialize eldoc-message-commands eldoc-minor-mode-string - Variable: *String to display in mode line when Eldoc Mode is enabled; nil for none. eldoc-mode - Command: Toggle ElDoc mode on or off. - Variable: Non-nil if Eldoc mode is enabled. eldoc-timer - Variable: eldoc's timer object. electric-buffer-list - Command: Pop up a buffer describing the set of Emacs buffers. electric-help - Group: Electric help facility. electric-help-exit - Command: Exit `electric-help', restoring the previous window/buffer configuration. electric-help-map - Variable: Keymap defining commands available in `electric-help-mode'. electric-help-mode - Function: `with-electric-help' temporarily places its buffer in this mode. electric-help-mode-hook - Variable: Hook run by `with-electric-help' after initializing the buffer. electric-help-retain - Command: Exit `electric-help', retaining the current window/buffer configuration. electric-help-shrink-window - Variable: If set, adjust help window sizes to buffer sizes when displaying help. elide-head - Command: Hide header material in buffer according to `elide-head-headers-to-hide'. elint-initialize - Command: Initialize elint. elisp-index-search - Command: Look up TOPIC in the indices of the Emacs Lisp Reference Manual. elp-instrument-function - Command: Instrument FUNSYM for profiling. elp-instrument-list - Command: Instrument for profiling, all functions in `elp-function-list'. elp-instrument-package - Command: Instrument for profiling, all functions which start with PREFIX. elp-results - Command: Display current profiling results. elt - Function: Return element of SEQUENCE at index N. emacs - Group: Customization of the One True Editor. emacs-build-time - Variable: Time at which Emacs was dumped out. emacs-commentary-link - Widget: A link to Commentary in an Emacs Lisp library file. emacs-iconified - Variable: Non-nil if all of emacs is iconified and frame updates are not needed. emacs-index-search - Command: Look up TOPIC in the indices of the Emacs User Manual. emacs-library-link - Widget: A link to an Emacs Lisp library file. emacs-lisp-byte-compile - Command: Byte compile the file containing the current buffer. emacs-lisp-byte-compile-and-load - Command: Byte-compile the current file (if it has changed), then load compiled code. emacs-lisp-docstring-fill-column - Variable: Value of `fill-column' to use when filling a docstring. emacs-lisp-file-regexp - Variable: *Regexp which matches Emacs Lisp source files. emacs-lisp-mode - Command: Major mode for editing Lisp code to run in Emacs. emacs-lisp-mode-hook - Variable: Hook run when entering Emacs Lisp mode. emacs-lisp-mode-map - Variable: Keymap for Emacs Lisp mode. emacs-major-version - Variable: Major version number of this version of Emacs. emacs-minor-version - Variable: Minor version number of this version of Emacs. emacs-pid - Function: Return the process ID of Emacs, as an integer. emacs-priority - Variable: Priority for Emacs to run at. emacs-save-session-functions - Variable: Special hook run when a save-session event occurs. emacs-session-filename - Function: Construct a filename to save the session in based on SESSION-ID. emacs-session-restore - Function: Restore the Emacs session if started by a session manager. emacs-session-save - Function: This function is called when the window system is shutting down. emacs-startup-hook - Variable: Normal hook run after loading init files and handling the command line. emacs-version - Command: Return string describing the version of Emacs that is running. - Variable: Version numbers of this version of Emacs. emacs-w3m-version - Variable: Version number of this package. emerge-buffers - Command: Run Emerge on two buffers. emerge-buffers-with-ancestor - Command: Run Emerge on two buffers, giving another buffer as the ancestor. emerge-files - Command: Run Emerge on two files. emerge-files-with-ancestor - Command: Run Emerge on two files, giving another file as the ancestor. emerge-revisions - Command: Emerge two RCS revisions of a file. emerge-revisions-with-ancestor - Command: Emerge two RCS revisions of a file, with another revision as ancestor. emulation-mode-map-alists - Variable: List of keymap alists to use for emulations modes. enable-character-translation - Variable: *Non-nil enables character translation while encoding and decoding. enable-command - Command: Allow COMMAND to be executed without special confirmation from now on. enable-disabled-menus-and-buttons - Variable: If non-nil, don't ignore events produced by disabled menu items and tool-bar. enable-flow-control - Command: Toggle flow control handling. enable-flow-control-on - Function: Enable flow control if using one of a specified set of terminal types. enable-kinsoku - Variable: *Non-nil means enable "kinsoku" processing on filling paragraphs. enable-local-eval - Variable: Control processing of the "variable" `eval' in a file's local variables. enable-local-variables - Variable: Control use of local variables in files you visit. enable-multibyte-characters - Variable: Non-nil means the buffer contents are regarded as multi-byte characters. enable-recursive-minibuffers - Variable: *Non-nil means to allow minibuffer commands while in the minibuffer. enable-theme - Command: Reenable all variable and face settings defined by THEME. encode-big5-char - Function: Encode the Big5 character CHAR to BIG5 coding system. encode-char - Function: Return code-point in coded character set CCS that corresponds to CHAR. encode-coding-char - Function: Encode CHAR by CODING-SYSTEM and return the resulting string. encode-coding-region - Command: Encode the current region into the specified coding system. encode-coding-string - Function: Encode STRING to CODING-SYSTEM, and return the result. encode-composition-rule - Function: Encode composition rule RULE into an integer value. encode-hex-string - Function: Encode octet STRING to hexadecimal string. encode-hz-buffer - Command: Encode the text in the current buffer to HZ. encode-hz-region - Command: Encode the text in the current region to HZ. encode-mac-roman - Variable: CCL program to encode Mac Roman encode-sjis-char - Function: Encode a Japanese character CHAR to shift_jis encoding. encode-time - Function: Convert SECOND, MINUTE, HOUR, DAY, MONTH, YEAR and ZONE to internal time. encode-time-value - Function: Encode HIGH, LOW, and MICRO into a time value of type TYPE. encoded-kbd-mode - Command: Toggle Encoded-kbd minor mode. - Variable: Non-nil if Encoded-Kbd mode is enabled. encoded-string-description - Function: Return a pretty description of STR that is encoded by CODING-SYSTEM. end-kbd-macro - Command: Finish defining a keyboard macro. end-of-buffer - Command: Move point to the end of the buffer; leave mark at previous position. end-of-buffer-other-window - Command: Move point to the end of the buffer in the other window. end-of-defun - Command: Move forward to next end of defun. end-of-defun-function - Variable: If non-nil, function for function `end-of-defun' to call. end-of-line - Command: Move point to end of current line. end-of-visible-line - Function: Move to end of current visible line. endp - Function: Return t if OBJECT is nil. enlarge-window - Command: Make current window ARG lines bigger. enlarge-window-horizontally - Command: Make current window ARG columns wider. enriched-mode - Command: Minor mode for editing text/enriched files. ensure-overriding-map-is-bound - Function: Check `overriding-terminal-local-map' is `universal-argument-map'. environment - Group: Fitting Emacs with its environment. eobp - Function: Return t if point is at the end of the buffer. eol-mnemonic-dos - Variable: *String displayed in mode line for DOS-like (CRLF) end-of-line format. eol-mnemonic-mac - Variable: *String displayed in mode line for MAC-like (CR) end-of-line format. eol-mnemonic-undecided - Variable: *String displayed in mode line when end-of-line format is not yet determined. eol-mnemonic-unix - Variable: *String displayed in mode line for UNIX-like (LF) end-of-line format. eolp - Function: Return t if point is at the end of a line. epatch - Command: Run Ediff by patching SOURCE-FILENAME. epatch-buffer - Command: Run Ediff by patching the buffer specified at prompt. eq - Function: Return t if the two args are the same Lisp object. eql - Function: Return t if the two args are the same Lisp object. equal - Function: Return t if two Lisp objects have similar structure and contents. equal-including-properties - Function: Return t if two Lisp objects have similar structure and contents. equalp - Function: Return t if two Lisp objects have similar structures and contents. erase-buffer - Command: Delete the entire contents of the current buffer. erc-add-dangerous-host - Command: Add dangerous-host interactively to `erc-dangerous-hosts'. erc-add-fool - Command: Add fool interactively to `erc-fools'. erc-add-keyword - Command: Add keyword interactively to `erc-keywords'. erc-add-pal - Command: Add pal interactively to `erc-pals'. erc-chanlist - Command: Show a channel listing of the current server in a special mode. erc-cmd-DCC - Function: Parser for /dcc command. erc-cmd-NOTIFY - Function: Change `erc-notify-list' or list current notify-list members online. erc-cmd-WHOLEFT - Function: Show who's gone. erc-cmd-ezb - Function: Send EZB commands to the EZBouncer verbatim. erc-ctcp-query-DCC - Function: The function called when a CTCP DCC request is detected by the client. erc-ctcp-query-DCC-hook - Variable: Hook variable for CTCP DCC queries erc-delete-dangerous-host - Command: Delete dangerous-host interactively to `erc-dangerous-hosts'. erc-delete-fool - Command: Delete fool interactively to `erc-fools'. erc-delete-keyword - Command: Delete keyword interactively to `erc-keywords'. erc-delete-pal - Command: Delete pal interactively to `erc-pals'. erc-determine-network - Function: Return the name of the network or "Unknown" as a symbol. Use the erc-ezb-add-session - Function: Add an EZBounce session to the session list. erc-ezb-end-of-session-list - Function: Indicate the end of the EZBounce session listing. erc-ezb-get-login - Function: Return an appropriate EZBounce login for SERVER and PORT. erc-ezb-identify - Function: Identify to the EZBouncer server. erc-ezb-init-session-list - Function: Reset the EZBounce session list to NIL. erc-ezb-initialize - Function: Add EZBouncer convenience functions to ERC. erc-ezb-notice-autodetect - Function: React on an EZBounce NOTICE request. erc-ezb-select - Function: Select an IRC server to use by EZBounce, in ERC style. erc-ezb-select-session - Function: Select a detached EZBounce session. erc-fill - Function: Fill a region using the function referenced in `erc-fill-function'. erc-handle-irc-url - Function: Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD. erc-identd-start - Command: Start an identd server listening to port 8113. erc-list-channels - Command: Display a buffer containing a list of channels on the current server. erc-logging-enabled - Function: Return non-nil if logging is enabled for BUFFER. erc-nickserv-identify - Command: Send an "identify " message to NickServ. erc-nickserv-identify-mode - Command: Set up hooks according to which MODE the user has chosen. erc-save-buffer-in-logs - Command: Append BUFFER contents to the log file, if logging is enabled. erc-select - Command: Select connection parameters and run ERC. erc-select-read-args - Function: Prompt the user for values of nick, server, port, and password. erc-server-select - Command: Interactively select a server to connect to using `erc-server-alist'. erc-speedbar-browser - Command: Initialize speedbar to display an ERC browser. erc-truncate-buffer - Command: Truncates the current buffer to `erc-max-buffer-size'. erc-truncate-buffer-to-size - Function: Truncates the buffer to the size SIZE. erc-xdcc-add-file - Command: Add a file to `erc-xdcc-files'. eregistry - Command: Display Ediff's registry. erevision - Command: Run Ediff by comparing versions of a file. error - Function: Signal an error, making error message by passing all args to `format'. error-message-string - Function: Convert an error value (ERROR-SYMBOL . DATA) to an error message. esc-map - Variable: Default keymap for ESC (meta) commands. escape-glyph - Face: Face for characters displayed as ^-sequences or -sequences. eshell - Command: Create an interactive Eshell buffer. - Group: Eshell is a command shell implemented entirely in Emacs Lisp. It eshell-add-command-to-history - Function: Add the command entered at `eshell-command's prompt to the history ring. eshell-add-glob-modifier - Function: Add `eshell-extended-glob' to the argument modifier list. eshell-add-input-to-history - Function: Add the string INPUT to the history ring. eshell-add-pred-func - Function: Add the predicate function PRED to FUNCS. eshell-add-to-dir-ring - Function: Add PATH to the last-dir-ring, if applicable. eshell-add-to-history - Function: Add last Eshell command to the history ring. eshell-add-to-window-buffer-names - Function: Add `eshell-buffer-name' to `same-window-buffer-names'. eshell-after-prompt-hook - Variable: *A list of functions to call after outputting the prompt. eshell-alias - Group: Command aliases allow for easy definition of alternate commands. eshell-alias-completions - Function: Find all possible completions for NAME. eshell-alias-initialize - Function: Initialize the alias handling code. eshell-alias-load-hook - Variable: *A hook that gets run when `eshell-alias' is loaded. eshell-aliases-file - Variable: *The file in which aliases are kept. eshell-alternate-command-hook - Variable: *A hook run whenever external command lookup fails. eshell-ange-ls-uids - Variable: *List of user/host/id strings, used to determine remote ownership. eshell-apply - Function: Call FUNC, with ARGS, trapping errors and return them as output. eshell-apply* - Function: Call FUNC, with ARGS, trapping errors and return them as output. eshell-apply-indices - Function: Apply to VALUE all of the given INDICES, returning the sub-result. eshell-apply-modifiers - Function: Apply to LIST a series of PREDICATES and MODIFIERS. eshell-apply-redirections - Function: Apply any redirection which were specified for COMMAND. eshell-applyn - Function: Call FUNC, with ARGS, trapping errors and return them as output. eshell-arg - Group: Argument parsing involves transforming the arguments passed on the eshell-arg-delimiter - Function: Return non-nil if POS is an argument delimiter. eshell-arg-initialize - Function: Initialize the argument parsing code. eshell-arg-load-hook - Variable: *A hook that gets run when `eshell-arg' is loaded. eshell-as-subcommand - Macro: Execute COMMAND using a temp buffer. eshell-ask-to-save-last-dir - Variable: *Determine if the last-dir-ring should be automatically saved. eshell-backward-argument - Command: Move backward ARG arguments. eshell-backward-matching-input - Command: Search backward through buffer for match for REGEXP. eshell-bad-command-tolerance - Variable: *The number of failed commands to ignore before creating an alias. eshell-banner - Group: This sample module displays a welcome banner at login. eshell-banner-initialize - Function: Output a welcome banner on initialization. eshell-banner-load-hook - Variable: *A list of functions to run when `eshell-banner' is loaded. eshell-banner-message - Variable: *The banner message to be displayed when Eshell is loaded. eshell-basic - Group: The "basic" code provides a set of convenience functions which eshell-before-prompt-hook - Variable: *A list of functions to call before outputting the prompt. eshell-begin-on-new-line - Function: This function outputs a newline if not at beginning of line. eshell-beginning-of-input - Function: Return the location of the start of the previous input. eshell-beginning-of-output - Function: Return the location of the end of the previous output block. eshell-binary-suffixes - Variable: *A list of suffixes used when searching for executable files. eshell-bol - Command: Goes to the beginning of line, then skips past the prompt, if any. eshell-bol-maybe-my - Command: eshell-buffer-maximum-lines - Variable: *The maximum size in lines for eshell buffers. eshell-buffer-name - Variable: *The basename used for Eshell buffers. eshell-buffer-shorthand - Variable: *If non-nil, a symbol name can be used for a buffer in redirection. eshell-buffered-print - Function: A buffered print -- *for strings only*. eshell-cd-on-directory - Variable: *If non-nil, do a cd if a directory is in command position. eshell-cd-shows-directory - Variable: *If non-nil, using `cd' will report the directory it changes to. eshell-clipboard-append - Function: Call `kill-append' with STRING, if it is indeed a string. eshell-close-handles - Function: Close all of the current handles, taking refcounts into account. eshell-close-target - Function: Close an output TARGET, passing STATUS as the result. eshell-cmd - Group: Executing an Eshell command is as simple as typing it in and eshell-cmd-initialize - Function: Initialize the Eshell command processing module. eshell-cmd-load-hook - Variable: *A hook that gets run when `eshell-cmd' is loaded. eshell-cmpl - Group: This module provides a programmable completion function bound to eshell-cmpl-initialize - Function: Initialize the completions module. eshell-cmpl-load-hook - Variable: *A list of functions to run when `eshell-cmpl' is loaded. eshell-command - Command: Execute the Eshell command string COMMAND. eshell-command-aliases-list - Variable: A list of command aliases currently defined by the user. eshell-command-completions-alist - Variable: *An alist that defines simple argument type correlations. eshell-command-finished - Function: Indicate in the modeline that a command has finished. eshell-command-interpreter-max-length - Variable: *The maximum length of any command interpreter string, plus args. eshell-command-result - Function: Execute the given Eshell COMMAND, and return the result. eshell-command-started - Function: Indicate in the modeline that a command has started. eshell-command-to-value - Macro: Run OBJECT synchronously, returning its result as a string. eshell-commands - Macro: Place a valid set of handles, and context, around command OBJECT. eshell-complete-commands-list - Function: Generate list of applicable, visible commands. eshell-complete-export-definition - Variable: *If non-nil, completing names for `export' shows current definition. eshell-complete-history-reference - Function: Complete a history reference, by completing the event designator. eshell-complete-host-reference - Function: If there is a host reference, complete it. eshell-complete-hostname - Function: Complete a command that wants a hostname for an argument. eshell-complete-lisp-symbols - Function: If there is a user reference, complete it. eshell-complete-parse-arguments - Function: Parse the command line arguments for `pcomplete-argument'. eshell-complete-user-reference - Function: If there is a user reference, complete it. eshell-complete-variable-assignment - Function: If there is a variable assignment, allow completion of entries. eshell-complete-variable-reference - Function: If there is a variable reference, complete it. eshell-completion-command-name - Function: Return the command name, possibly sans globbing. eshell-complex-commands - Variable: *A list of commands names or functions, that determine complexity. eshell-condition-case - Macro: Like `condition-case', but only if `eshell-pass-through-errors' is nil. eshell-convert - Function: Convert STRING into a more native looking Lisp object. eshell-convert-numeric-arguments - Variable: *If non-nil, converting arguments of numeric form to Lisp numbers. eshell-copy-environment - Function: Return an unrelated copy of `process-environment'. eshell-copy-handles - Macro: Duplicate current I/O handles, so OBJECT works with its own copy. eshell-copy-old-input - Command: Insert after prompt old input at point as new input to be edited. eshell-copy-tree - Function: Make a copy of TREE. eshell-cp-interactive-query - Variable: *If non-nil, `cp' will query before overwriting anything. eshell-cp-overwrite-files - Variable: *If non-nil, `cp' will overwrite files without warning. eshell-create-handles - Function: Create a new set of file handles for a command. eshell-debug-command - Function: Output a debugging message to '*eshell last cmd*'. - Variable: *If non-nil, enable debugging code. SSLLOOWW. eshell-debug-show-parsed-args - Function: Display parsed arguments in the debug buffer. eshell-default-target-is-dot - Variable: *If non-nil, the default destination for cp, mv or ln is `.'. eshell-deferrable-commands - Variable: *A list of functions which might return an ansychronous process. eshell-delete-exited-processes - Variable: *If nil, process entries will stick around until `jobs' is run. eshell-delimiter-argument-list - Variable: List of characters to recognize as argument separators. eshell-diff-quit - Command: Restore the window configuration previous to diff'ing. eshell-directory-change-hook - Variable: *A hook to run when the current directory changes. eshell-directory-files - Function: Return a list of files in the given DIRECTORY matching REGEXP. eshell-directory-files-and-attributes - Function: Make sure to use the handler for `directory-file-and-attributes'. eshell-directory-name - Variable: *The directory where Eshell control files should be kept. eshell-dirs - Group: Directory navigation involves changing directories, examining the eshell-dirs-initialize - Function: Initialize the builtin functions for Eshell. eshell-dirs-load-hook - Variable: *A hook that gets run when `eshell-dirs' is loaded. eshell-dirs-substitute-cd - Function: Substitute the given command for a call to `cd' on that name. eshell-dirstack - Variable: List of directories saved by pushd in the Eshell buffer. eshell-dirtrack-verbose - Variable: *If non-nil, show the directory stack following directory change. eshell-do-command-to-value - Macro: Run a subcommand prepared by `eshell-command-to-value'. eshell-do-eval - Function: Evaluate form, simplifying it as we go. eshell-do-ls - Function: Implementation of "ls" in Lisp, passing ARGS. eshell-do-opt - Function: Helper function for `eshell-eval-using-options'. eshell-do-pipelines - Macro: Execute the commands in PIPELINE, connecting each to one another. eshell-do-pipelines-synchronously - Macro: Execute the commands in PIPELINE in sequence synchronously. eshell-do-subjob - Macro: Evaluate a command OBJECT as a subjob. eshell-done-messages-in-minibuffer - Variable: *If non-nil, subjob "Done" messages will display in minibuffer. eshell-du-prefer-over-ange - Variable: *Use Eshell's du in ange-ftp remote directories. eshell-du-sum-directory - Function: Summarize PATH, and its member directories. eshell-echo - Function: Implementation code for a Lisp version of `echo'. eshell-emit-prompt - Function: Emit a prompt if eshell is being used interactively. eshell-end-of-output - Function: Return the location of the end of the previous output block. eshell-ensure-newline-p - Variable: If non-nil, ensure that a newline is emitted after a Lisp form. eshell-environment-variables - Function: Return a `process-environment', fully updated. eshell-envvar-names - Function: Return a list of currently visible environment variable names. eshell-error - Function: Output OBJECT to the standard error handle. eshell-error-handle - Variable: *The index of the standard error handle. eshell-error-if-no-glob - Variable: *If non-nil, it is an error for a glob pattern not to match. eshell-errorn - Function: Output OBJECT followed by a newline to the standard error handle. eshell-escape-arg - Function: Return STRING with the `escaped' property on it. eshell-escape-control-x - Variable: *If non-nil, allow to be handled by Emacs key in visual buffers. eshell-eval - Function: Evaluate FORM, trapping errors and returning them. eshell-eval* - Function: Evaluate FORM, trapping errors and returning them. eshell-eval-command - Function: Evaluate the given COMMAND iteratively. eshell-eval-using-options - Macro: Process NAME's MACRO-ARGS using a set of command line OPTIONS. eshell-evaln - Function: Evaluate FORM, trapping errors and returning them. eshell-exec-hook - Variable: *Called each time a process is exec'd by `eshell-gather-process-output'. eshell-exec-lisp - Function: Execute a lisp FUNC-OR-FORM, maybe passing ARGS. eshell-exec-visual - Function: Run the specified PROGRAM in a terminal emulation buffer. eshell-execute-pipeline - Macro: Execute the commands in PIPELINE, connecting each to one another. eshell-exit-hook - Variable: *A hook that is run whenever `eshell' is exited. eshell-exit-success-p - Function: Return non-nil if the last command was "successful". eshell-expand-history-references - Function: Parse and expand any history references in current input. eshell-expand-input-functions - Variable: *Functions to call before input is parsed. eshell-expand-multiple-dots - Function: Convert '...' to '../..', '....' to '../../..', etc.. eshell-explicit-command - Function: If a command name begins with `*', call it externally always. eshell-explicit-command-char - Variable: *If this char occurs before a command name, call it externally. eshell-ext - Group: External commands are invoked when operating system executables are eshell-ext-initialize - Function: Initialize the external command handling code. eshell-ext-load-hook - Variable: *A hook that gets run when `eshell-ext' is loaded. eshell-extended-glob - Function: Return a list of files generated from GLOB, perhaps looking for DIRS-ONLY. eshell-external-command - Function: Insert output from an external COMMAND, using ARGS. eshell-failed-commands-alist - Variable: An alist of command name failures. eshell-file-attributes - Function: Return the attributes of FILE, playing tricks if it's over ange-ftp. eshell-find-alias-function - Function: Check whether a function called `eshell/NAME' exists. eshell-find-delimiter - Function: From point, find the CLOSE delimiter corresponding to OPEN. eshell-find-interpreter - Function: Find the command interpreter with which to execute FILE. eshell-find-previous-directory - Function: Find the most recent last-dir matching REGEXP. eshell-find-tag - Command: A special version of `find-tag' that ignores read-onlyness. eshell-finish-arg - Function: Finish the current argument being processed. eshell-first-time-mode-hook - Variable: *A hook that gets run the first time `eshell-mode' is entered. eshell-first-time-p - Variable: A variable which is non-nil the first time Eshell is loaded. eshell-fix-bad-commands - Function: If the user repeatedly a bad command NAME, make an alias for them. eshell-flatten-and-stringify - Function: Flatten and stringify all of the ARGS into a single string. eshell-flatten-list - Function: Flatten any lists within ARGS, so that there are no sublists. eshell-flush - Function: Flush out any lines that have been queued for printing. eshell-for - Macro: Iterate through a list eshell-force-execution - Variable: *If non-nil, try to execute binary files regardless of permissions. eshell-forward-argument - Command: Move forward ARG arguments. eshell-forward-matching-input - Command: Search forward through buffer for match for REGEXP. eshell-funcall - Function: Call FUNC, with ARGS, trapping errors and return them as output. eshell-funcall* - Function: Call FUNC, with ARGS, trapping errors and return them as output. eshell-funcalln - Function: Call FUNC, with ARGS, trapping errors and return them as output. eshell-functionp - Function: Returns the function named by OBJECT, or nil if it is not a function. eshell-gather-process-output - Function: Gather the output from COMMAND + ARGS. eshell-get-history - Function: Get an input line from the history ring. eshell-get-next-from-history - Command: After fetching a line from input history, this fetches the next. eshell-get-old-input - Function: Return the command input on the current line. eshell-get-target - Function: Convert TARGET, which is a raw argument, into a valid output target. eshell-get-variable - Function: Get the value for the variable NAME. eshell-glob - Group: This module provides extended globbing syntax, similar what is used eshell-glob-case-insensitive - Variable: *If non-nil, glob pattern matching will ignore case. eshell-glob-chars-list - Variable: *List of additional characters used in extended globbing. eshell-glob-entries - Function: Glob the entries in PATHS, possibly recursing if RECURSE-P is non-nil. eshell-glob-include-dot-dot - Variable: *If non-nil, glob patterns that match dots will match . and .. eshell-glob-include-dot-files - Variable: *If non-nil, glob patterns will match files beginning with a dot. eshell-glob-initialize - Function: Initialize the extended globbing code. eshell-glob-load-hook - Variable: *A list of functions to run when `eshell-glob' is loaded. eshell-glob-regexp - Function: Convert glob-pattern PATTERN to a regular expression. eshell-glob-show-progress - Variable: *If non-nil, display progress messages during a recursive glob. eshell-glob-translate-alist - Variable: *An alist for translation of extended globbing characters. eshell-goto-input-start - Function: Goto the start of the last command input. eshell-grep - Function: Generic service function for the various grep aliases. eshell-group-file - Variable: *If non-nil, the name of the group file on your system. eshell-group-id - Function: Return the user id for user NAME. eshell-group-name - Function: Return the group name for the given GID. eshell-group-names - Variable: A cache to hold the names of groups. eshell-group-timestamp - Variable: A timestamp of when the group file was read. eshell-handle-control-codes - Function: Act properly when certain control codes are seen. eshell-handle-errors - Variable: *If non-nil, Eshell will handle errors itself. eshell-handle-local-variables - Function: Allow for the syntax 'VAR=val '. eshell-highlight-prompt - Variable: *If non-nil, Eshell should highlight the prompt. eshell-hist - Group: This module provides command history management. eshell-hist-event-designator - Variable: *The regexp used to identifier history event designators. eshell-hist-ignoredups - Variable: *If non-nil, don't add input matching the last on the input ring. eshell-hist-initialize - Function: Initialize the history management code for one Eshell buffer. eshell-hist-load-hook - Variable: *A list of functions to call when loading `eshell-hist'. eshell-hist-match-partial - Variable: *If non-nil, movement through history is constrained by current input. eshell-hist-modifier - Variable: *The regexp used to identity history modifiers. eshell-hist-move-to-end - Variable: *If non-nil, move to the end of the buffer before cycling history. eshell-hist-parse-arguments - Function: Parse current command arguments in a history-code-friendly way. eshell-hist-parse-event-designator - Function: Parse a history event designator beginning in REFERENCE. eshell-hist-parse-modifier - Function: Parse a history modifier beginning for HIST in REFERENCE. eshell-hist-parse-word-designator - Function: Parse a history word designator beginning for HIST in REFERENCE. eshell-hist-rebind-keys-alist - Variable: *History keys to bind differently if point is in input text. eshell-hist-unload-hook - Variable: *A hook that gets run when `eshell-hist' is unloaded. eshell-hist-word-designator - Variable: *The regexp used to identify history word designators. eshell-hist-word-reference - Function: Return the word designator index referred to by REF. eshell-history-file-name - Variable: *If non-nil, name of the file to read/write input history. eshell-history-reference - Function: Expand directory stack REFERENCE. eshell-history-size - Variable: *Size of the input history ring. If nil, use envvar HISTSIZE. eshell-host-names - Variable: A cache the names of frequently accessed hosts. eshell-host-timestamp - Variable: A timestamp of when the hosts file was read. eshell-hosts-file - Variable: *The name of the /etc/hosts file. eshell-include-members - Function: Include only lisp members matching a regexp. eshell-index-value - Function: Reference VALUE using the given INDEX. eshell-init-print-buffer - Function: Initialize the buffered printing queue. eshell-input-filter - Variable: *Predicate for filtering additions to input history. eshell-input-filter-functions - Variable: *Functions to call before input is processed. eshell-insert-buffer-name - Command: Insert BUFFER-NAME into the current buffer at point. eshell-insert-envvar - Command: Insert ENVVAR-NAME into the current buffer at point. eshell-insert-process - Command: Insert the name of PROCESS into the current buffer at point. eshell-insertion-filter - Function: Insert a string into the eshell buffer, or a process/file/buffer. eshell-interactive-output-p - Function: Return non-nil if current handles are bound for interactive display. eshell-interactive-print - Function: Print STRING to the eshell display buffer. eshell-interactive-process - Function: Return currently running command process, if non-Lisp. eshell-interpolate-variable - Function: Parse a variable interpolation. eshell-interpreter-alist - Variable: *An alist defining interpreter substitutions. eshell-interrupt-process - Command: Interrupt a process. eshell-invoke-batch-file - Function: Invoke a .BAT or .CMD file on DOS/Windows systems. eshell-invokify-arg - Function: Change ARG so it can be invoked from a structured command. eshell-io - Group: Eshell's I/O management code provides a scheme for treating many eshell-io-initialize - Function: Initialize the I/O subsystem code. eshell-io-load-hook - Variable: *A hook that gets run when `eshell-io' is loaded. eshell-isearch-backward - Command: Do incremental regexp search backward through past commands. eshell-isearch-cancel-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). eshell-isearch-forward - Command: Do incremental regexp search backward through past commands. eshell-isearch-repeat-backward - Command: Do incremental regexp search backward through past commands. eshell-isearch-repeat-forward - Command: Do incremental regexp search backward through past commands. eshell-join-members - Function: Return a modifier function that join matches. eshell-kill-append - Function: Call `kill-append' with STRING, if it is indeed a string. eshell-kill-hook - Variable: *Called when a process run by `eshell-gather-process-output' has ended. eshell-kill-input - Command: Kill all text from last stuff output by interpreter to point. eshell-kill-new - Function: Add the last input text to the kill ring. eshell-kill-on-exit - Variable: *If non-nil, kill the Eshell buffer on the `exit' command. eshell-kill-output - Command: Kill all output from interpreter since last input. eshell-kill-process - Command: Kill a process. eshell-kill-process-signals - Variable: *Signals used to kill processes when an Eshell buffer exits. eshell-kill-process-wait-time - Variable: *Seconds to wait between sending termination signals to a subprocess. eshell-kill-processes-on-exit - Variable: *If non-nil, kill active processes when exiting an Eshell buffer. eshell-last-async-proc - Variable: When this foreground process completes, resume command evaluation. eshell-last-command-result - Variable: The result of the last command. Not related to success. eshell-last-command-status - Variable: The exit code from the last command. 0 if successful. eshell-last-dir-ring - Variable: The last directory that eshell was in. eshell-last-dir-ring-file-name - Variable: *If non-nil, name of the file to read/write the last-dir-ring. eshell-last-dir-ring-size - Variable: *If non-nil, the size of the directory history ring. eshell-last-dir-unique - Variable: *If non-nil, `eshell-last-dir-ring' contains only unique entries. eshell-last-sync-output-start - Variable: A marker that tracks the beginning of output of the last subprocess. eshell-life-is-too-much - Command: Kill the current buffer (or bury it). Good-bye Eshell. eshell-lisp-command - Function: Insert Lisp OBJECT, using ARGS if a function. eshell-lisp-command* - Function: Insert Lisp OBJECT, using ARGS if a function. eshell-lisp-regexp - Variable: *A regexp which, if matched at beginning of an argument, means Lisp. eshell-list-files-after-cd - Variable: *If non-nil, call "ls" with any remaining args after doing a cd. eshell-list-history - Command: List in help buffer the buffer's input history. eshell-ln-interactive-query - Variable: *If non-nil, `ln' will query before overwriting anything. eshell-ln-overwrite-files - Variable: *If non-nil, `ln' will overwrite files without warning. eshell-load-defgroups - Function: Load `defgroup' statements from Eshell's module files. eshell-load-hook - Variable: *A hook run once Eshell has been loaded. eshell-login-script - Variable: *If non-nil, a file to invoke when starting up Eshell interactively. eshell-lone-directory-p - Function: Test whether FILE is just a directory name, and not a command name. eshell-looking-at-backslash-return - Function: Test whether a backslash-return sequence occurs at POS. eshell-lookup-alias - Function: Check whether NAME is aliased. Return the alias if there is one. eshell-lookup-function - Function: Return the ultimate function definition of OBJECT. eshell-ls - Group: This module implements the "ls" utility fully in Lisp. If it is eshell-ls-annotate - Function: Given a FILEINFO object, return a resolved, decorated FILEINFO. eshell-ls-applicable - Macro: Test whether, for ATTRS, the user UID can do what corresponds to INDEX. eshell-ls-archive - Face: *The face used for highlighting archived and compressed file names. eshell-ls-archive-regexp - Variable: *A regular expression that matches names of file archives. eshell-ls-backup - Face: *The face used for highlighting backup file names. eshell-ls-backup-regexp - Variable: *A regular expression that matches names of backup files. eshell-ls-clutter - Face: *The face used for highlighting junk file names. eshell-ls-clutter-regexp - Variable: *A regular expression that matches names of junk files. eshell-ls-compare-entries - Function: Compare the time of two files, L and R, the attribute indexed by INX. eshell-ls-decorated-name - Function: Return FILE, possibly decorated. eshell-ls-default-blocksize - Variable: *The default blocksize to use when display file sizes with -s. eshell-ls-dir - Function: Output the entries in DIRINFO. eshell-ls-directory - Face: *The face used for highlight directories. eshell-ls-dired-initial-args - Variable: *If non-nil, args is included before any call to `ls' in Dired. eshell-ls-entries - Function: Output PATH's directory ENTRIES, formatted according to OPTIONS. eshell-ls-exclude-hidden - Variable: *Unless -a is specified, files beginning with . will not be shown. eshell-ls-exclude-regexp - Variable: *Unless -a is specified, files matching this regexp will not be shown. eshell-ls-executable - Face: *The face used for highlighting executables (not directories, though). eshell-ls-file - Function: Output FILE in long format. eshell-ls-files - Function: Output a list of FILES. eshell-ls-filetype-p - Function: Test whether ATTRS specifies a directory. eshell-ls-find-column-lengths - Function: Find the best fitting column lengths for FILES. eshell-ls-find-column-widths - Function: Find the best fitting column widths for FILES. eshell-ls-highlight-alist - Variable: *This alist correlates test functions to color. eshell-ls-initial-args - Variable: *If non-nil, this list of args is included before any call to `ls'. eshell-ls-insert-directory - Function: Insert directory listing for FILE, formatted according to SWITCHES. eshell-ls-missing - Face: *The face used for highlighting non-existent file names. eshell-ls-orig-insert-directory - Variable: Preserve the original definition of `insert-directory'. eshell-ls-printable-size - Function: Return a printable FILESIZE. eshell-ls-product - Face: *The face used for highlighting files that are build products. eshell-ls-product-regexp - Variable: *A regular expression that matches names of product files. eshell-ls-readonly - Face: *The face used for highlighting read-only files. eshell-ls-size-string - Function: Return the size string for ATTRS length, using SIZE-WIDTH. eshell-ls-sort-entries - Function: Sort the given ENTRIES, which may be files, directories or both. eshell-ls-special - Face: *The face used for highlighting non-regular files. eshell-ls-symlink - Face: *The face used for highlight symbolic links. eshell-ls-unload-hook - Variable: *When unloading `eshell-ls', restore the definition of `insert-directory'. eshell-ls-unreadable - Face: *The face used for highlighting unreadable files. eshell-ls-use-colors - Variable: *If non-nil, use colors in file listings. eshell-ls-use-in-dired - Variable: *If non-nil, use `eshell-ls' to read directories in Dired. eshell-macrop - Function: Return t if OBJECT is a macro or nil otherwise. eshell-make-private-directory - Function: Make DIR with file-modes set to `eshell-private-directory-modes'. eshell-manipulate - Macro: Manipulate a COMMAND form, with TAG as a debug identifier. eshell-mark-output - Command: Display start of this batch of interpreter output at top of window. eshell-maybe-replace-by-alias - Function: If COMMAND has an alias definition, call that instead using ARGS. eshell-mode - Function: Emacs shell interactive mode. - Group: This module contains code for handling input from the user. eshell-mode-hook - Variable: *A hook that gets run when `eshell-mode' is entered. eshell-mode-unload-hook - Variable: *A hook that gets run when `eshell-mode' is unloaded. eshell-modifier-alist - Variable: *A list of modifiers than can be applied to an argument expansion. eshell-modify-global-environment - Variable: *If non-nil, using `export' changes Emacs's global environment. eshell-module - Group: The `eshell-module' group is for Eshell extension modules, which eshell-module-unload-hook - Variable: *A hook run when `eshell-module' is unloaded. eshell-modules-list - Variable: *A list of optional add-on modules to be loaded by Eshell. eshell-move-argument - Function: Move forward ARG arguments. eshell-mv-interactive-query - Variable: *If non-nil, `mv' will query before overwriting anything. eshell-mv-overwrite-files - Variable: *If non-nil, `mv' will overwrite files without warning. eshell-named-command - Function: Insert output from a plain COMMAND, using ARGS. eshell-named-command* - Function: Insert output from a plain COMMAND, using ARGS. eshell-named-command-hook - Variable: *A set of functions called before a named command is invoked. eshell-next-input - Command: Cycle forwards through input history. eshell-next-matching-input - Command: Search forwards through input history for match for REGEXP. eshell-next-matching-input-from-input - Command: Search forwards through input history for match for current input. eshell-next-prompt - Command: Move to end of Nth next prompt in the buffer. eshell-no-command-conversion - Function: Don't convert the command argument. eshell-no-command-globbing - Function: Don't glob the command argument. Reflect this by modifying TERMS. eshell-no-completion-during-jobs - Variable: *If non-nil, don't allow completion while a process is running. eshell-no-grep-available - Variable: *If non-nil, no grep is available on the current machine. eshell-non-interactive-p - Variable: A variable which is non-nil when Eshell is not running interactively. eshell-number-of-handles - Variable: *The number of file handles that eshell supports. eshell-number-regexp - Variable: *Regular expression used to match numeric arguments. eshell-occur-mode-goto-occurrence - Command: Go to the occurrence the current line describes. eshell-occur-mode-mouse-goto - Command: In Occur mode, go to the occurrence whose line you click on. eshell-operator - Function: A stub function that generates an error if a floating operator is found. eshell-output-file-buffer - Variable: If non-nil, the current buffer is a file output buffer. eshell-output-filter - Function: Send the output from PROCESS (STRING) to the interactive display. eshell-output-filter-functions - Variable: *Functions to call before output is displayed. eshell-output-handle - Variable: *The index of the standard output handle. eshell-output-object - Function: Insert OBJECT, using HANDLE-INDEX specifically). eshell-output-object-to-target - Function: Insert OBJECT into TARGET. eshell-parse-arg-modifier - Function: Parse a modifier that has been specified after an argument. eshell-parse-argument - Function: Get the next argument. Leave point after it. eshell-parse-argument-hook - Variable: *Define how to process Eshell command line arguments. eshell-parse-arguments - Function: Parse all of the arguments at point from BEG to END. eshell-parse-backslash - Function: Parse a single backslash () character, which might mean escape. eshell-parse-command - Function: Parse the COMMAND, adding ARGS if given. eshell-parse-command-input - Function: Parse the command input from BEG to END. eshell-parse-delimiter - Function: Parse an argument delimiter, which is essentially a command operator. eshell-parse-double-quote - Function: Parse a double quoted string, which allows for variable interpolation. eshell-parse-drive-letter - Function: An argument beginning X:[^/] is a drive letter reference. eshell-parse-glob-chars - Function: Parse a globbing delimiter. eshell-parse-indices - Function: Parse and return a list of list of indices. eshell-parse-lisp-argument - Function: Parse a Lisp expression which is specified as an argument. eshell-parse-literal-quote - Function: Parse a literally quoted string. Nothing has special meaning! eshell-parse-modifiers - Function: Parse value modifiers and predicates at point. eshell-parse-pipeline - Function: Parse a pipeline from TERMS, return the appropriate Lisp forms. eshell-parse-redirection - Function: Parse an output redirection, such as '2>'. eshell-parse-special-reference - Function: Parse a special syntax reference, of the form '#'. eshell-parse-subcommand-argument - Function: Parse a subcommand argument of the form '{command}'. eshell-parse-user-reference - Function: An argument beginning with ~ is a filename to be expanded. eshell-parse-variable - Function: Parse the next variable reference at point. eshell-parse-variable-ref - Function: Eval a variable reference. eshell-passwd-file - Variable: *If non-nil, the name of the passwd file on your system. eshell-password-prompt-regexp - Variable: *Regexp matching prompts for passwords in the inferior process. eshell-plain-command - Function: Insert output from a plain COMMAND, using ARGS. eshell-plain-diff-behavior - Variable: *If non-nil, standalone "diff" commands will behave normally. eshell-plain-echo-behavior - Variable: *If non-nil, `echo' tries to behave like an ordinary shell echo. eshell-plain-grep-behavior - Variable: *If non-nil, standalone "grep" commands will behave normally. eshell-plain-locate-behavior - Variable: *If non-nil, standalone "locate" commands will behave normally. eshell-poor-mans-grep - Function: A poor version of grep that opens every file and uses `occur'. eshell-post-command-hook - Variable: *A hook run after each interactive command is invoked. eshell-post-rewrite-command-hook - Variable: *A hook run after command rewriting is finished. eshell-postoutput-scroll-to-bottom - Function: Go to the end of buffer in all windows showing it. eshell-pre-command-hook - Variable: *A hook run before each interactive command is invoked. eshell-pre-rewrite-command-hook - Variable: *A hook run before command rewriting begins. eshell-pred - Group: This module allows for predicates to be applied to globbing eshell-pred-file-links - Function: Return a predicate to test whether a file has a given number of links. eshell-pred-file-mode - Function: Return a test which tests that MODE pertains to the file. eshell-pred-file-size - Function: Return a predicate to test whether a file is of a given size. eshell-pred-file-time - Function: Return a predicate to test whether a file matches a certain time. eshell-pred-file-type - Function: Return a test which tests that the file is of a certain TYPE. eshell-pred-initialize - Function: Initialize the predicate/modifier code. eshell-pred-load-hook - Variable: *A list of functions to run when `eshell-pred' is loaded. eshell-pred-substitute - Function: Return a modifier function that will substitute matches. eshell-pred-user-or-group - Function: Return a predicate to test whether a file match a given user/group id. eshell-predicate-alist - Variable: *A list of predicates than can be applied to a globbing pattern. eshell-prefer-lisp-functions - Variable: *If non-nil, prefer Lisp functions to external commands. eshell-prefer-lisp-variables - Variable: *If non-nil, prefer Lisp variables to environment variables. eshell-preinput-scroll-to-bottom - Function: Go to the end of buffer in all windows showing it. eshell-preoutput-filter-functions - Variable: *Functions to call before output is inserted into the buffer. eshell-prepare-command-hook - Variable: *A set of functions called to prepare a named command. eshell-prepare-for-search - Function: Make sure the old history file is at the beginning of the buffer. eshell-previous-input - Command: Cycle backwards through input history. eshell-previous-input-string - Function: Return the string ARG places along the input ring. eshell-previous-matching-input - Command: Search backwards through input history for match for REGEXP. eshell-previous-matching-input-from-input - Command: Search backwards through input history for match for current input. eshell-previous-matching-input-string - Function: Return the string matching REGEXP ARG places along the input ring. eshell-previous-matching-input-string-position - Function: Return the index matching REGEXP ARG places along the input ring. eshell-previous-prompt - Command: Move to end of Nth previous prompt in the buffer. eshell-print - Function: Output OBJECT to the standard output handle. eshell-print-queue-size - Variable: *The size of the print queue, for doing buffered printing. eshell-printable-size - Function: Return a printable FILESIZE. eshell-printn - Function: Output OBJECT followed by a newline to the standard output handle. eshell-private-directory-modes - Variable: *The file-modes value to use for creating "private" directories. eshell-private-file-modes - Variable: *The file-modes value to use for creating "private" files. eshell-proc - Group: When Eshell invokes external commands, it always does so eshell-proc-initialize - Function: Initialize the process handling code. eshell-proc-load-hook - Variable: *A hook that gets run when `eshell-proc' is loaded. eshell-process-args - Function: Process the given ARGS using OPTIONS. eshell-process-identity - Function: Return the argument unchanged. eshell-process-interact - Function: Interact with a process, using PROMPT if more than one, via FUNC. eshell-process-list - Variable: A list of the current status of subprocesses. eshell-process-option - Function: For NAME, process SWITCH (of type KIND), from args at index AI. eshell-process-wait-milliseconds - Variable: *The number of milliseconds to delay waiting for a synchronous process. eshell-process-wait-seconds - Variable: *The number of seconds to delay waiting for a synchronous process. eshell-processp - Function: If the `processp' function does not exist, PROC is not a process. eshell-prompt - Group: This module provides command prompts, and navigation between them, - Face: *The face used to highlight prompt strings. eshell-prompt-function - Variable: *A function that returns the Eshell prompt string. eshell-prompt-initialize - Function: Initialize the prompting code. eshell-prompt-load-hook - Variable: *A list of functions to call when loading `eshell-prompt'. eshell-prompt-regexp - Variable: *A regexp which fully matches your eshell prompt. eshell-protect - Macro: Protect I/O handles, so they aren't get closed after eval'ing OBJECT. eshell-protect-handles - Function: Protect the handles in HANDLES from a being closed. eshell-push-command-mark - Function: Push a mark at the end of the last input text. eshell-pushd-dextract - Variable: *If non-nil, make "pushd +n" pop the nth dir to the stack top. eshell-pushd-dunique - Variable: *If non-nil, make pushd only add unique directories to the stack. eshell-pushd-tohome - Variable: *If non-nil, make pushd with no arg behave as 'pushd ~' (like `cd'). eshell-put-history - Function: Put a new input line into the history ring. eshell-pwd-convert-function - Variable: *The function used to normalize the value of Eshell's `pwd'. eshell-query-kill-processes - Function: Kill processes belonging to the current Eshell buffer, possibly w/ query. eshell-queue-input - Command: Queue the current input text for execution by Eshell. eshell-quit-process - Command: Send quit signal to process. eshell-quote-backslash - Function: Intelligently backslash the character occuring in STRING at INDEX. eshell-rc-script - Variable: *If non-nil, a file to invoke whenever Eshell is started. eshell-read-aliases-list - Function: Read in an aliases list from `eshell-aliases-file'. eshell-read-group-names - Function: Read the contents of /etc/group for group names. eshell-read-history - Function: Sets the buffer's `eshell-history-ring' from a history file. eshell-read-host-names - Function: Read the contents of /etc/hosts for host names. eshell-read-hosts - Function: Read the contents of /etc/passwd for user names. eshell-read-hosts-file - Function: Read in the hosts from the /etc/hosts file. eshell-read-last-dir-ring - Function: Sets the buffer's `eshell-last-dir-ring' from a history file. eshell-read-passwd - Function: Read the contents of /etc/passwd for user names. eshell-read-passwd-file - Function: Return an alist correlating gids to group names in FILE. eshell-read-process-name - Function: Read the name of a process from the minibuffer, using completion. eshell-read-user-names - Function: Read the contents of /etc/passwd for user names. eshell-record-process-object - Function: Record OBJECT as now running. eshell-redisplay - Function: Allow Emacs to redisplay buffers. eshell-regexp-arg - Function: Return list of regexp and prefix arg using PROMPT. eshell-remote-command - Function: Insert output from a remote COMMAND, using ARGS. eshell-remove-entries - Function: From PATH, remove all of the given FILES, perhaps interactively. eshell-remove-from-window-buffer-names - Function: Remove `eshell-buffer-name' from `same-window-buffer-names'. eshell-remove-process-entry - Function: Record the process ENTRY as fully completed. eshell-report-bug - Command: Report a bug in Eshell. eshell-report-bug-address - Variable: E-mail address to send Eshell bug reports to. eshell-reset - Function: Output a prompt on a new line, aborting any current input. eshell-reset-after-proc - Function: Reset the command input location after a process terminates. eshell-reset-signals - Variable: *If a termination signal matches this regexp, the terminal will be reset. eshell-resolve-current-argument - Function: If there are pending modifications to be made, make them now. eshell-resume-command - Function: Resume the current command when a process ends. eshell-resume-eval - Function: Destructively evaluate a form which may need to be deferred. eshell-return-to-prompt - Function: Once a search string matches, insert it at the end and go there. eshell-rewrite-command-hook - Variable: *A set of functions used to rewrite the command argument. eshell-rewrite-for-command - Function: Rewrite a `for' command into its equivalent Eshell command form. eshell-rewrite-if-command - Function: Rewrite an `if' command into its equivalent Eshell command form. eshell-rewrite-initial-subcommand - Function: Rewrite a subcommand in initial position, such as '{+ 1 2}'. eshell-rewrite-named-command - Function: If no other rewriting rule transforms TERMS, assume a named command. eshell-rewrite-sexp-command - Function: Rewrite a sexp in initial position, such as '(+ 1 2)'. eshell-rewrite-while-command - Function: Rewrite a `while' command into its equivalent Eshell command form. eshell-rm-interactive-query - Variable: *If non-nil, `rm' will query before removing anything. eshell-rm-removes-directories - Variable: *If non-nil, `rm' will remove directory entries. eshell-round-robin-kill - Function: Kill current process by trying various signals in sequence. eshell-run-output-filters - Function: Run the `eshell-output-filter-functions' on the current output. eshell-save-history-on-exit - Variable: *Determine if history should be automatically saved. eshell-save-some-history - Function: Save the history for any open Eshell buffers. eshell-save-some-last-dir - Function: Save the list-dir-ring for any open Eshell buffers. eshell-scratch-buffer - Variable: Scratch buffer for holding Eshell's input/output. eshell-script - Group: This module allows for the execution of files containing Eshell eshell-script-initialize - Function: Initialize the script parsing code. eshell-script-interpreter - Function: Extract the script to run from FILE, if it has #! in it. eshell-script-load-hook - Variable: *A list of functions to call when loading `eshell-script'. eshell-scroll-show-maximum-output - Variable: *Controls how interpreter output causes window to scroll. eshell-scroll-to-bottom-on-input - Variable: *Controls whether input to interpreter causes window to scroll. eshell-scroll-to-bottom-on-output - Variable: *Controls whether interpreter output causes window to scroll. eshell-search-path - Function: Search the environment path for NAME. eshell-search-start - Function: Index to start a directional search, starting at `eshell-history-index'. eshell-send-direct-to-subprocesses - Variable: *If t, send any input immediately to a subprocess. eshell-send-eof-to-process - Command: Send EOF to process. eshell-send-input - Command: Send the input received to Eshell for parsing and processing. eshell-send-invisible - Command: Read a string without echoing. eshell-sentinel - Function: Generic sentinel for command processes. Reports only signals. eshell-separate-commands - Function: Separate TERMS using SEPARATOR. eshell-set-option - Function: Using NAME's remaining args (index AI), set the OPT within OPTIONS. eshell-set-output-handle - Function: Set handle INDEX, using MODE, to point to TARGET. eshell-shorthand-tar-command - Function: Rewrite `cp -v dir a.tar.gz' to `tar cvzf a.tar.gz dir'. eshell-show-lisp-alternatives - Variable: *If non-nil, and no other completions found, show Lisp functions. eshell-show-lisp-completions - Variable: *If non-nil, include Lisp functions in the command completion list. eshell-show-maximum-output - Command: Put the end of the buffer at the bottom of the window. eshell-show-output - Command: Display start of this batch of interpreter output at top of window. eshell-show-usage - Function: Display the usage message for NAME, using OPTIONS. eshell-shuffle-files - Function: Shuffle around some filesystem entries, using FUNC to do the work. eshell-skip-prompt - Function: Skip past the text matching regexp `eshell-prompt-regexp'. eshell-skip-prompt-function - Variable: *A function called from beginning of line to skip the prompt. eshell-source-file - Command: Execute a series of Eshell commands in FILE, passing ARGS. eshell-special-chars-inside-quoting - Variable: *Characters which are still special inside double quotes. eshell-special-chars-outside-quoting - Variable: *Characters that require escaping outside of double quotes. eshell-split-members - Function: Return a modifier function that splits members. eshell-split-path - Function: Split a path into multiple subparts. eshell-status-in-modeline - Variable: *If non-nil, let the user know a command is running in the modeline. eshell-stringify - Function: Convert OBJECT into a string value. eshell-stringify-list - Function: Convert each element of ARGS into a string value. eshell-stringify-t - Variable: *If non-nil, the string representation of t is 't'. eshell-strip-redirections - Function: Rewrite any output redirections in TERMS. eshell-structure-basic-command - Function: With TERMS, KEYWORD, and two NAMES, structure a basic command. eshell-subcommand-arg-values - Function: Convert subcommand arguments {x} to ${x}, in order to take their values. eshell-subcommand-bindings - Variable: *A list of `let' bindings for subcommand environments. eshell-subgroups - Function: Return all of the subgroups of GROUPSYM. eshell-sublist - Function: Return from LIST the N to M elements. eshell-substring - Function: Return the beginning of STRING, up to SUBLEN bytes. eshell-tar-regexp - Variable: *Regular expression used to match tar file names. eshell-term - Group: This module causes visual commands (e.g., 'vi') to be executed by eshell-term-initialize - Function: Initialize the `term' interface code. eshell-term-load-hook - Variable: *A list of functions to call when loading `eshell-term'. eshell-term-name - Variable: *Name to use for the TERM variable when running visual commands. eshell-term-sentinel - Function: Destroy the buffer visiting PROC. eshell-test - Command: Test Eshell to verify that it works as expected. eshell-test-imatch - Function: If isearch match good, put point at the beginning and return non-nil. eshell-time-less-p - Function: Say whether time T1 is less than time T2. eshell-time-to-seconds - Function: Convert TIME to a floating point number. eshell-to-flat-string - Function: Make value a string. If separated by newlines change them to spaces. eshell-trap-errors - Macro: Trap any errors that occur, so they are not entirely fatal. eshell-truncate-buffer - Command: Truncate the buffer to `eshell-buffer-maximum-lines'. eshell-under-windows-p - Function: Return non-nil if we are running under MS-DOS/Windows. eshell-under-xemacs-p - Function: Return non-nil if we are running under XEmacs. eshell-uniqify-list - Function: Remove occurring multiples in L. You probably want to sort first. eshell-unix - Group: This module defines many of the more common UNIX utilities as eshell-unix-initialize - Function: Initialize the UNIX support/emulation code. eshell-unix-load-hook - Variable: *A list of functions to run when `eshell-unix' is loaded. eshell-unload-all-modules - Function: Unload all modules that were loaded by Eshell, if possible. eshell-unload-extension-modules - Function: Unload any memory resident extension modules. eshell-unload-hook - Variable: *A hook run when Eshell is unloaded from memory. eshell-update-markers - Function: Update the input and output markers relative to point and PMARK. eshell-user-id - Function: Return the user id for user NAME. eshell-user-name - Function: Return the name under which the user logged in, as a string. eshell-user-names - Variable: A cache to hold the names of users. eshell-user-timestamp - Variable: A timestamp of when the user file was read. eshell-using-module - Function: Return non-nil if a certain Eshell MODULE is in use. eshell-util - Group: This is general utility code, meant for use by Eshell itself. eshell-var - Group: Variable interpolation is introduced whenever the '$' character eshell-var-initialize - Function: Initialize the variable handle code. eshell-var-load-hook - Variable: *A list of functions to call when loading `eshell-var'. eshell-variable-aliases-list - Variable: *This list provides aliasing for variable references. eshell-variable-name-regexp - Variable: *A regexp identifying what constitutes a variable name reference. eshell-variables-list - Function: Generate list of applicable variables. eshell-virtual-targets - Variable: *Map virtual devices name to Emacs Lisp functions. eshell-visual-commands - Variable: *A list of commands that present their output in a visual fashion. eshell-wait-for-process - Function: Wait until PROC has successfully completed. eshell-watch-for-password-prompt - Function: Prompt in the minibuffer for password and send without echoing. eshell-windows-shell-file - Variable: *The name of the shell command to use for DOS/Windows batch files. eshell-winnow-list - Function: Pare down the ENTRIES list using the EXCLUDE regexp, and PREDICATES. eshell-with-file-modes - Macro: Evaluate, with file-modes set to MODES, the given FORMS. eshell-with-private-file-modes - Macro: Evaluate FORMS with private file modes set. eshell-write-aliases-list - Function: Write out the current aliases into `eshell-aliases-file'. eshell-write-history - Function: Writes the buffer's `eshell-history-ring' to a history file. eshell-write-last-dir-ring - Function: Writes the buffer's `eshell-last-dir-ring' to a history file. eshell/. - Function: Source a file in the current environment. eshell/addpath - Function: Add a set of paths to PATH. eshell/agrep - Function: Use Emacs grep facility instead of calling external agrep. eshell/alias - Function: Define an ALIAS in the user's alias list using DEFINITION. eshell/basename - Function: Return file name FILENAME sans its directory. eshell/cat - Function: Implementation of cat in Lisp. eshell/cd - Function: Alias to extend the behavior of `cd'. eshell/cp - Function: Implementation of cp in Lisp. eshell/date - Function: Return the current time, as a human-readable string. eshell/define - Function: Define a VAR-ALIAS using DEFINITION. eshell/diff - Function: Alias "diff" to call Emacs `diff' function. eshell/dirname - Function: Return the directory component in file name FILENAME. eshell/dirs - Function: Implementation of dirs in Lisp. eshell/du - Function: Implementation of "du" in Lisp, passing ARGS. eshell/ec - Function: Use `compile' to do background makes. eshell/echo - Function: Implementation of `echo'. See `eshell-plain-echo-behavior'. eshell/egrep - Function: Use Emacs grep facility instead of calling external egrep. eshell/emacs - Function: Open a file in emacs. Some habits die hard. eshell/env - Function: Implemention of `env' in Lisp. eshell/eshell-debug - Function: A command for toggling certain debug variables. eshell/exit - Function: Leave or kill the Eshell buffer, depending on `eshell-kill-on-exit'. eshell/export - Function: This alias allows the `export' command to act as bash users expect. eshell/fgrep - Function: Use Emacs grep facility instead of calling external fgrep. eshell/glimpse - Function: Use Emacs grep facility instead of calling external glimpse. eshell/grep - Function: Use Emacs grep facility instead of calling external grep. eshell/history - Function: List in help buffer the buffer's input history. eshell/jobs - Function: List processes, if there are any. eshell/kill - Function: Kill processes, buffers, symbol or files. eshell/listify - Function: Return the argument(s) as a single list. eshell/ln - Function: Implementation of ln in Lisp. eshell/locate - Function: Alias "locate" to call Emacs `locate' function. eshell/ls - Function: An alias version of `eshell-do-ls'. eshell/make - Function: Use `compile' to do background makes. eshell/man - Function: Invoke man, flattening the arguments appropriately. eshell/mkdir - Function: Implementation of mkdir in Lisp. eshell/mv - Function: Implementation of mv in Lisp. eshell/occur - Function: Alias "occur" to call Emacs `occur' function. eshell/perldoc - Function: Like `eshell/man', but invoke `perldoc'. eshell/popd - Function: Implementation of popd in Lisp. eshell/printnl - Function: Print out each of the argument, separated by newlines. eshell/pushd - Function: Implementation of pushd in Lisp. eshell/pwd - Function: Change output from `pwd` to be cleaner. eshell/rm - Function: Implementation of rm in Lisp. eshell/rmdir - Function: Implementation of rmdir in Lisp. eshell/setq - Function: Allow command-ish use of `setq'. eshell/source - Function: Source a file in a subshell environment. eshell/time - Function: Implementation of "time" in Lisp. eshell/umask - Function: Shell-like implementation of `umask'. eshell/unset - Function: Unset an environment variable. eshell/vi - Function: Invoke `find-file' on the file. eshell/wait - Function: Wait until PROC has successfully completed. eshell/which - Function: Identify the COMMAND, and where it is located. eshell/whoami - Function: Return the name under which the user logged in, as a string. etags - Group: Tags tables. etags-tags-apropos-additional - Function: Display tags matching REGEXP from `tags-apropos-additional-actions'. etc-fstab-generic-mode - Command: Etc-Fstab-Generic mode. etc-modules-conf-generic-mode - Command: Etc-Modules-Conf-Generic mode. etc-passwd-generic-mode - Command: Etc-Passwd-Generic mode. etc-services-generic-mode - Command: Etc-Services-Generic mode. ethio-fidel-to-java-buffer - Function: Convert Ethiopic characters into the Java escape sequences. ethio-fidel-to-sera-buffer - Command: Replace all the FIDEL characters in the current buffer to the SERA format. ethio-fidel-to-sera-mail - Command: Convert FIDEL to SERA to read/write mail and news. ethio-fidel-to-sera-mail-or-marker - Command: Execute `ethio-fidel-to-sera-mail' or `ethio-fidel-to-sera-marker' depending on the current major mode. ethio-fidel-to-sera-marker - Command: Convert the regions surrounded by "" and "" from FIDEL to SERA. ethio-fidel-to-sera-region - Command: Replace all the FIDEL characters in the region to the SERA format. ethio-fidel-to-tex-buffer - Command: Convert each fidel characters in the current buffer into a fidel-tex command. ethio-find-file - Function: Transcribe file content into Ethiopic depending on filename suffix. ethio-input-special-character - Command: Allow the user to input special characters. ethio-java-to-fidel-buffer - Function: Convert the Java escape sequences into corresponding Ethiopic characters. ethio-modify-vowel - Command: Modify the vowel of the FIDEL that is under the cursor. ethio-replace-space - Command: Replace ASCII spaces with Ethiopic word separators in the region. ethio-sera-to-fidel-buffer - Command: Convert the current buffer from SERA to FIDEL. ethio-sera-to-fidel-mail - Command: Convert SERA to FIDEL to read/write mail and news. ethio-sera-to-fidel-mail-or-marker - Command: Execute `ethio-sera-to-fidel-mail' or `ethio-sera-to-fidel-marker' depending on the current major mode. ethio-sera-to-fidel-marker - Command: Convert the regions surrounded by "" and "" from SERA to FIDEL. ethio-sera-to-fidel-region - Command: Convert the characters in region from SERA to FIDEL. ethio-tex-to-fidel-buffer - Command: Convert fidel-tex commands in the current buffer into fidel chars. ethio-write-file - Function: Transcribe Ethiopic characters in ASCII depending on the file extension. etypecase - Macro: Like `typecase', but error if no case fits. euc-tw-pre-write-conversion - Function: Semi-dummy pre-write function effectively to autoload china-util. eudc-display-generic-binary - Function: Display a button for unidentified binary DATA. eudc-display-jpeg-as-button - Function: Display a button for the JPEG DATA. eudc-display-jpeg-inline - Function: Display the JPEG DATA inline at point if possible. eudc-display-mail - Function: Display e-mail address and make it clickable. eudc-display-sound - Function: Display a button to play the sound DATA. eudc-display-url - Function: Display URL and make it clickable. eudc-edit-hotlist - Command: Edit the hotlist of directory servers in a specialized buffer. eudc-expand-inline - Command: Query the directory server, and expand the query string before point. eudc-get-email - Command: Get the email field of NAME from the directory server. eudc-get-phone - Command: Get the phone field of NAME from the directory server. eudc-insert-record-at-point-into-bbdb - Command: Insert record at point into the BBDB database. eudc-load-eudc - Command: Load the Emacs Unified Directory Client. eudc-query-form - Command: Display a form to query the directory server. eudc-set-server - Command: Set the directory server to SERVER using PROTOCOL. eudc-tools-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). eudc-try-bbdb-insert - Command: Call `eudc-insert-record-at-point-into-bbdb' if on a record. european-calendar - Command: Set the interpretation and display of dates to the European style. european-calendar-display-form - Variable: Pseudo-pattern governing the way a date appears in the European style. european-calendar-style - Variable: Use the European style of dates in the diary and in any displays. european-date-diary-pattern - Variable: List of pseudo-patterns describing the European patterns of date used. eval - Function: Evaluate FORM and return its value. eval-after-load - Function: Arrange that, if FILE is ever loaded, FORM will be run at that time. eval-and-compile - Macro: Like `progn', but evaluates the body at compile time and at load time. eval-at-startup - Macro: Make arrangements to evaluate BODY when Emacs starts up. eval-buffer - Command: Execute the current buffer as Lisp code. eval-buffer-list - Variable: List of buffers being read from by calls to `eval-buffer' and `eval-region'. eval-current-buffer - Command: Execute the current buffer as Lisp code. eval-defun - Command: Evaluate the top-level form containing point, or after point. eval-defun-1 - Function: Treat some expressions specially. eval-defun-2 - Command: Evaluate defun that point is in or before. eval-expression - Command: Evaluate EVAL-EXPRESSION-ARG and print value in the echo area. eval-expression-debug-on-error - Variable: If non-nil set `debug-on-error' to t in `eval-expression'. eval-expression-print-format - Function: Format VALUE as a result of evaluated expression. eval-expression-print-length - Variable: Value for `print-length' while printing value in `eval-expression'. eval-expression-print-level - Variable: Value for `print-level' while printing value in `eval-expression'. eval-last-sexp - Command: Evaluate sexp before point; print value in minibuffer. eval-last-sexp-1 - Function: Evaluate sexp before point; print value in minibuffer. eval-minibuffer - Function: Return value of Lisp expression read using the minibuffer. eval-next-after-load - Function: Read the following input sexp, and run it whenever FILE is loaded. eval-print-last-sexp - Command: Evaluate sexp before point; print value into current buffer. eval-region - Command: Execute the region as Lisp code. eval-when - Macro: Control when BODY is evaluated. eval-when-compile - Macro: Like `progn', but evaluates the body at compile time if you're compiling. even-window-heights - Variable: *If non-nil, `display-buffer' should even the window heights. evenp - Function: Return t if INTEGER is even. event-apply-alt-modifier - Function: Add the Alt modifier to the following event. event-apply-control-modifier - Function: Add the Ctrl modifier to the following event. event-apply-hyper-modifier - Function: Add the Hyper modifier to the following event. event-apply-meta-modifier - Function: Add the Meta modifier to the following event. event-apply-modifier - Function: Apply a modifier flag to event EVENT. event-apply-shift-modifier - Function: Add the Shift modifier to the following event. event-apply-super-modifier - Function: Add the Super modifier to the following event. event-basic-type - Function: Return the basic type of the given event (all modifiers removed). event-click-count - Function: Return the multi-click count of EVENT, a click or drag event. event-convert-list - Function: Convert the event description list EVENT-DESC to an event type. event-end - Function: Return the ending location of EVENT. event-matches-key-specifier-p - Function: Return t if the two args are the same Lisp object. event-modifiers - Function: Return a list of symbols representing the modifier keys in event EVENT. event-start - Function: Return the starting position of EVENT. eventp - Function: True if the argument is an event object. every - Function: Return true if PREDICATE is true of every element of SEQ or SEQs. ewoc-create - Function: Create an empty ewoc. exchange-dot-and-mark - Command: Put the mark where point is now, and point where the mark is now. exchange-point-and-mark - Command: Put the mark where point is now, and point where the mark is now. exec-directory - Variable: Directory for executables for Emacs to invoke. exec-path - Variable: *List of directories to search programs to run in subprocesses. exec-suffixes - Variable: *List of suffixes to try to find executable file names. executable-command-find-posix-p - Function: Check if PROGRAM handles arguments Posix-style. executable-find - Function: Search for COMMAND in `exec-path' and return the absolute file name. executable-interpret - Command: Run script with user-specified args, and collect output in a buffer. executable-make-buffer-file-executable-if-script-p - Function: Make file executable according to umask if not already executable. executable-self-display - Command: Turn a text file into a self-displaying Un*x command. executable-set-magic - Command: Set this buffer's interpreter to INTERPRETER with optional ARGUMENT. execute - Group: Executing external commands. execute-extended-command - Command: Read function name, then read its arguments and call it. execute-kbd-macro - Function: Execute MACRO as string of editor command characters. executing-kbd-macro - Variable: Currently executing keyboard macro (string or vector). executing-kbd-macro-index - Variable: Index in currently executing keyboard macro; undefined if none executing. exit-calendar - Command: Get out of the calendar window and hide it and related buffers. exit-language-environment-hook - Variable: Normal hook run after exiting from some language environment. exit-minibuffer - Command: Terminate this minibuffer argument. exit-recursive-edit - Command: Exit from the innermost recursive edit or minibuffer. exp - Function: Return the exponential base e of ARG. expand-abbrev - Command: Expand the abbrev before point, if there is an abbrev there. expand-add-abbrevs - Function: Add a list of abbrev to abbrev table TABLE. expand-file-name - Function: Convert filename NAME to absolute, and canonicalize it. expand-jump-to-next-slot - Command: Move the cursor to the next slot in the last abbrev expansion. expand-jump-to-previous-slot - Command: Move the cursor to the previous slot in the last abbrev expansion. expand-mail-aliases - Command: Expand all mail aliases in suitable header fields found between BEG and END. expand-region-abbrevs - Command: For abbrev occurrence in the region, offer to expand it. explicit-bash-args - Variable: Args passed to inferior shell by M-x shell, if the shell is bash. explicit-csh-args - Variable: Args passed to inferior shell by M-x shell, if the shell is csh. explicit-shell-file-name - Variable: If non-nil, is file name to use for explicitly requested inferior shell. expt - Function: Return the exponential ARG1 ** ARG2. extensions - Group: Emacs Lisp language extensions. external - Group: Interfacing to external utilities. external-debugging-output - Function: Write CHARACTER to stderr. extra-keyboard-modifiers - Variable: A mask of additional modifier keys to use with every keyboard character. extract-calendar-day - Function: Extract the day part of DATE which has the form (month day year). extract-calendar-month - Function: Extract the month part of DATE which has the form (month day year). extract-calendar-year - Function: Extract the year part of DATE which has the form (month day year). extract-rectangle - Function: Return the contents of the rectangle with corners at START and END. f90-mode - Command: Major mode for editing Fortran 90,95 code in free format. face - Widget: A Lisp face name (with sample). face-attr-construct - Function: Return a `defface'-style attribute list for FACE on FRAME. face-attr-match-p - Function: Return t if attributes of FACE match values in plist ATTRS. face-attribute - Function: Return the value of FACE's ATTRIBUTE on FRAME. face-attribute-merged-with - Function: Merges ATTRIBUTE, initially VALUE, with faces from FACES until absolute. face-attribute-name-alist - Variable: An alist of descriptive names for face attributes. face-attribute-relative-p - Function: Check whether a face attribute value is relative. face-attribute-specified-or - Macro: Return VALUE, unless it's `unspecified', in which case evaluate BODY and return the result. face-attributes-as-vector - Function: Return a vector of face attributes corresponding to PLIST. face-background - Function: Return the background color name of FACE, or nil if unspecified. face-background-pixmap - Function: Return the stipple pixmap name of FACE, or nil if unspecified. face-bold-p - Function: Return non-nil if the font of FACE is bold on FRAME. face-default-spec - Function: Return the default face-spec for FACE, ignoring any user customization. face-default-stipple - Variable: *Default stipple pattern used on monochrome displays. face-descriptive-attribute-name - Function: Return a descriptive name for ATTRIBUTE. face-differs-from-default-p - Function: Return non-nil if FACE displays differently from the default face. face-doc-string - Function: Get the documentation string for FACE. face-documentation - Function: Get the documentation string for FACE. face-equal - Function: Non-nil if faces FACE1 and FACE2 are equal. face-font - Function: Return the font name of face FACE, or nil if it is unspecified. face-font-family-alternatives - Variable: *Alist of alternative font family names. face-font-registry-alternatives - Variable: *Alist of alternative font registry names. face-font-rescale-alist - Variable: Alist of fonts vs the rescaling factors. face-font-selection-order - Variable: *A list specifying how face font selection chooses fonts. face-foreground - Function: Return the foreground color name of FACE, or nil if unspecified. face-id - Function: Return the internal ID of face with name FACE. face-ignored-fonts - Variable: List of ignored fonts. face-inverse-video-p - Function: Return non-nil if FACE is in inverse video on FRAME. face-italic-p - Function: Return non-nil if the font of FACE is italic on FRAME. face-list - Function: Return a list of all defined face names. face-name - Function: Return the name of face FACE. face-new-frame-defaults - Variable: List of global face definitions (for internal use only.) face-nontrivial-p - Function: True if face FACE has some non-nil attribute. face-read-integer - Function: Interactively read an integer face attribute value. face-read-string - Function: Interactively read a face attribute string value. face-set-after-frame-default - Function: Set frame-local faces of FRAME from face specs and resources. face-spec-choose - Function: Choose the proper attributes for FRAME, out of SPEC. face-spec-match-p - Function: Return t if FACE, on FRAME, matches what SPEC says it should look like. face-spec-reset-face - Function: Reset all attributes of FACE on FRAME to unspecified. face-spec-set - Function: Set FACE's attributes according to the first matching entry in SPEC. face-spec-set-match-display - Function: Non-nil if DISPLAY matches FRAME. face-stipple - Function: Return the stipple pixmap name of FACE, or nil if unspecified. face-underline-p - Function: Return non-nil if FACE is underlined. face-user-default-spec - Function: Return the user's customized face-spec for FACE, or the default if none. face-valid-attribute-values - Function: Return valid values for face attribute ATTRIBUTE. face-x-resources - Variable: *List of X resources and classes for face attributes. facemenu - Group: Create a face menu for interactively adding fonts to text. facemenu-active-faces - Function: Return from FACE-LIST those faces that would be used for display. facemenu-add-face - Command: Add FACE to text between START and END. facemenu-add-face-function - Variable: Function called at beginning of text to change or nil. facemenu-add-new-color - Function: Add COLOR (a color name string) to the appropriate Face menu. facemenu-add-new-face - Function: Add FACE (a face) to the Face menu. facemenu-background-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Menu keymap for background colors. facemenu-color-alist - Variable: Alist of colors, used for completion. facemenu-color-equal - Function: Return t if colors A and B are the same color. facemenu-complete-face-list - Function: Return list of all faces that look different. facemenu-end-add-face - Variable: String to insert or function called at end of text to change or nil. facemenu-face-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Menu keymap for faces. facemenu-foreground-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Menu keymap for foreground colors. facemenu-indentation-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Submenu for indentation commands. facemenu-iterate - Function: Apply FUNC to each element of LIST until one returns non-nil. facemenu-justification-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Submenu for text justification commands. facemenu-keybindings - Variable: Alist of interesting faces and keybindings. facemenu-keymap - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Keymap for face-changing commands. facemenu-listed-faces - Variable: *List of faces to include in the Face menu. facemenu-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Facemenu top-level menu keymap. facemenu-new-faces-at-end - Variable: *Where in the menu to insert newly-created faces. facemenu-read-color - Function: Read a color using the minibuffer. facemenu-remove-all - Command: Remove all text properties from the region. facemenu-remove-face-function - Variable: When non-nil, this is a function called to remove faces. facemenu-remove-face-props - Command: Remove `face' and `mouse-face' text properties. facemenu-remove-special - Command: Remove all the "special" text properties from the region. facemenu-set-background - Command: Set the background COLOR of the region or next character typed. facemenu-set-bold - Command: Select face `bold' for subsequent insertion. facemenu-set-bold-italic - Command: Select face `bold-italic' for subsequent insertion. facemenu-set-default - Command: Select face `default' for subsequent insertion. facemenu-set-face - Command: Add FACE to the region or next character typed. facemenu-set-face-from-menu - Command: Set the FACE of the region or next character typed. facemenu-set-foreground - Command: Set the foreground COLOR of the region or next character typed. facemenu-set-intangible - Command: Make the region intangible: disallow moving into it. facemenu-set-invisible - Command: Make the region invisible. facemenu-set-italic - Command: Select face `italic' for subsequent insertion. facemenu-set-read-only - Command: Make the region unmodifiable. facemenu-set-underline - Command: Select face `underline' for subsequent insertion. facemenu-special-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Menu keymap for non-face text-properties. facemenu-update - Command: Add or update the "Face" menu in the menu bar. facep - Function: Return non-nil if FACE is a face name or internal face object. faces - Group: Support for multiple fonts. fancy-diary-buffer - Variable: Name of the buffer used for the optional fancy display of the diary. fancy-diary-display - Function: Prepare a diary buffer with relevant entries in a fancy, noneditable form. fancy-diary-display-mode - Command: Major mode used while displaying diary entries using Fancy Display. fancy-diary-font-lock-keywords - Variable: Keywords to highlight in fancy diary display fancy-splash-default-action - Command: Stop displaying the splash screen buffer. fancy-splash-delay - Variable: *Delay in seconds between splash screens. fancy-splash-frame - Function: Return the frame to use for the fancy splash screen. fancy-splash-head - Function: Insert the head part of the splash screen into the current buffer. fancy-splash-image - Variable: *The image to show in the splash screens, or nil for defaults. fancy-splash-insert - Function: Insert text into the current buffer, with faces. fancy-splash-max-time - Variable: *Show splash screens for at most this number of seconds. fancy-splash-screen - Group: Fancy splash screen when Emacs starts. fancy-splash-screens - Function: Display fancy splash screens when Emacs starts. fancy-splash-screens-1 - Function: Timer function displaying a splash screen. fancy-splash-tail - Function: Insert the tail part of the splash screen into the current buffer. fancy-splash-text - Variable: A list of texts to show in the middle part of splash screens. fast-lock-mode - Command: Toggle Fast Lock mode. fboundp - Function: Return t if SYMBOL's function definition is not void. fceiling - Function: Return the smallest integer no less than ARG, as a float. feature-file - Function: Return the file name from which a given FEATURE was loaded. feature-symbols - Function: Return the file and list of definitions associated with FEATURE. featurep - Function: Returns t if FEATURE is present in this Emacs. features - Variable: A list of symbols which are the features of the executing emacs. feedmail-queue-reminder - Command: Perform some kind of reminder activity about queued and draft messages. feedmail-run-the-queue - Command: Visit each message in the feedmail queue directory and send it out. feedmail-run-the-queue-global-prompt - Command: Like feedmail-run-the-queue, but with a global confirmation prompt. feedmail-run-the-queue-no-prompts - Command: Like feedmail-run-the-queue, but suppress confirmation prompts. feedmail-send-it - Function: Send the current mail buffer using the Feedmail package. fetch-bytecode - Function: If byte-compiled OBJECT is lazy-loaded, fetch it now. ff-find-other-file - Command: Find the header or source file corresponding to this file. ff-find-related-file - Command: Find the header or source file corresponding to this file. ff-get-other-file - Command: Find the header or source file corresponding to this file. ff-mouse-find-other-file - Command: Visit the file you click on. ff-mouse-find-other-file-other-window - Command: Visit the file you click on in another window. ff-special-constructs - Variable: *List of special constructs for `ff-treat-as-special' to recognize. ffap - Command: Find FILENAME, guessing a default from text around point. ffap-at-mouse - Command: Find file or url guessed from text around mouse click. ffap-bindings - Command: Evaluate the forms in variable `ffap-bindings'. ffap-menu - Command: Put up a menu of files and urls mentioned in this buffer. ffap-next - Command: Search buffer for next file or URL, and run ffap. ffloor - Function: Return the largest integer no greater than ARG, as a float. field-at-pos - Function: Return the field at position POS, taking stickiness etc into account field-beginning - Function: Return the beginning of the field surrounding POS. field-end - Function: Return the end of the field surrounding POS. field-string - Function: Return the contents of the field surrounding POS as a string. field-string-no-properties - Function: Return the contents of the field around POS, without text-properties. fifth - Function: Return the fifth element of the list X. file - Widget: A file widget. file-accessible-directory-p - Function: Return t if file FILENAME names a directory you can open. file-attributes - Function: Return a list of attributes of file FILENAME. file-attributes-lessp - Function: Return t if first arg file attributes list is less than second. file-cache-minibuffer-complete - Command: Complete a filename in the minibuffer using a preloaded cache. file-chase-links - Function: Chase links in FILENAME until a name that is not a link. file-coding-system-alist - Variable: Alist to decide a coding system to use for a file I/O operation. file-dependents - Function: Return the list of loaded libraries that depend on FILE. file-directory-p - Function: Return t if FILENAME names an existing directory. file-executable-p - Function: Return t if FILENAME can be executed by you. file-exists-p - Function: Return t if file FILENAME exists (whether or not you can read it.) file-expand-wildcards - Function: Expand wildcard pattern PATTERN. file-link - Widget: A link to a file. file-loadhist-lookup - Function: Return the `load-history' element for FILE. file-local-copy - Function: Copy the file FILE into a temporary file on this machine. file-locked-p - Function: Return a value indicating whether FILENAME is locked. file-modes - Function: Return mode bits of file named FILENAME, as an integer. file-name-absolute-p - Function: Return t if file FILENAME specifies an absolute file name. file-name-all-completions - Function: Return a list of all completions of file name FILE in directory DIRECTORY. file-name-as-directory - Function: Return a string representing the file name FILE interpreted as a directory. file-name-coding-system - Variable: *Coding system for encoding file names. file-name-completion - Function: Complete file name FILE in directory DIRECTORY. file-name-directory - Function: Return the directory component in file name FILENAME. file-name-extension - Function: Return FILENAME's final "extension". file-name-handler-alist - Variable: *Alist of elements (REGEXP . HANDLER) for file names handled specially. file-name-invalid-regexp - Variable: Regexp recognizing file names which aren't allowed by the filesystem. file-name-nondirectory - Function: Return file name FILENAME sans its directory. file-name-sans-extension - Function: Return FILENAME sans final "extension". file-name-sans-versions - Function: Return file NAME sans backup versions or strings. file-name-shadow - Face: Face used by `file-name-shadow-mode' for the shadow. file-name-shadow-mode - Command: Toggle File-Name Shadow mode. - Variable: Non-nil if File-Name-Shadow mode is enabled. file-name-shadow-properties - Variable: Properties given to the `shadowed' part of a filename in the minibuffer. file-name-shadow-tty-properties - Variable: Properties given to the `shadowed' part of a filename in the minibuffer. file-newer-than-file-p - Function: Return t if file FILE1 is newer than file FILE2. file-newest-backup - Function: Return most recent backup file for FILENAME or nil if no backups exist. file-nlinks - Function: Return number of names file FILENAME has. file-of-tag - Function: Return the file name of the file whose tags point is within. file-of-tag-function - Variable: Function to do the work of `file-of-tag' (which see). file-ownership-preserved-p - Function: Return t if deleting FILE and rewriting it would preserve the owner. file-precious-flag - Variable: Non-nil means protect against I/O errors while saving files. file-provides - Function: Return the list of features provided by FILE as it was loaded. file-readable-p - Function: Return t if file FILENAME exists and you can read it. file-regular-p - Function: Return t if FILENAME names a regular file. file-relative-name - Function: Convert FILENAME to be relative to DIRECTORY (default: `default-directory'). file-remote-p - Function: Test whether FILE specifies a location on a remote system. file-requires - Function: Return the list of features required by FILE as it was loaded. file-set-intersect - Function: Return the set intersection of two lists. file-symlink-p - Function: Return non-nil if file FILENAME is the name of a symbolic link. file-truename - Function: Return the truename of FILENAME, which should be absolute. file-writable-p - Function: Return t if file FILENAME can be written or created by you. files - Group: Support editing files. filesets-init - Function: Filesets initialization. fill - Function: Fill the elements of SEQ with ITEM. - Group: Indenting and filling text. fill-column - Variable: *Column beyond which automatic line-wrapping should happen. fill-comment-paragraph - Function: Fill current comment. fill-common-string-prefix - Function: Return the longest common prefix of strings S1 and S2, or nil if none. fill-context-prefix - Function: Compute a fill prefix from the text between FROM and TO. fill-delete-prefix - Function: Delete the fill prefix from every line except the first. fill-find-break-point - Function: Move point to a proper line breaking position of the current line. fill-flowed-display-column - Variable: Column beyond which format=flowed lines are wrapped, when displayed. fill-flowed-encode-column - Variable: Column beyond which format=flowed lines are wrapped, in outgoing messages. fill-flowed-point-at-bol - Function: Return the character position of the first character on the current line. fill-flowed-point-at-eol - Function: Return the character position of the last character on the current line. fill-french-nobreak-p - Function: Return nil if French style allows breaking the line at point. fill-indent-according-to-mode - Variable: Whether or not filling should try to use the major mode's indentation. fill-indent-to-left-margin - Function: Indent current line to the column given by `current-left-margin'. fill-individual-paragraphs - Command: Fill paragraphs of uniform indentation within the region. fill-individual-varying-indent - Variable: *Controls criterion for a new paragraph in `fill-individual-paragraphs'. fill-move-to-break-point - Function: Move to the position where the line should be broken. fill-nobreak-invisible - Variable: Non-nil means that fill commands do not break lines in invisible text. fill-nobreak-p - Function: Return nil if breaking the line at point is allowed. fill-nobreak-predicate - Variable: List of predicates for recognizing places not to break a line. fill-nonuniform-paragraphs - Command: Fill paragraphs within the region, allowing varying indentation within each. fill-paragraph - Command: Fill paragraph at or after point. Prefix ARG means justify as well. fill-paragraph-function - Variable: Mode-specific function to fill a paragraph, or nil if there is none. fill-paragraph-handle-comment - Variable: Non-nil means paragraph filling will try to pay attention to comments. fill-prefix - Variable: *String for filling to insert at front of new line, or nil for none. fill-region - Command: Fill each of the paragraphs in the region. fill-region-as-paragraph - Command: Fill the region as one paragraph. fill-single-word-nobreak-p - Function: Don't break a line after the first or before the last word of a sentence. fillarray - Function: Store each element of ARRAY with ITEM. filter-buffer-substring - Function: Return the buffer substring between BEG and END, after filtering. filter-visible-calendar-holidays - Function: Return a list of all visible holidays of those on L. filtered-frame-list - Function: Return a list of all live frames which satisfy PREDICATE. find - Function: Find the first occurrence of ITEM in SEQ. find-alternate-file - Command: Find file FILENAME, select its buffer, kill previous buffer. find-alternate-file-other-window - Command: Find file FILENAME as a replacement for the file in the next window. find-auto-coding - Function: Find a coding system for a file FILENAME of which SIZE bytes follow point. find-backup-file-name - Function: Find a file name for a backup file FN, and suggestions for deletions. find-buffer-visiting - Function: Return the buffer visiting file FILENAME (a string). find-change-log - Function: Find a change log file for M-x add-change-log-entry and return the name. find-charset-region - Function: Return a list of charsets in the region between BEG and END. find-charset-string - Function: Return a list of charsets in STR. find-coding-systems-for-charsets - Function: Return a list of proper coding systems to encode characters of CHARSETS. find-coding-systems-region - Function: Return a list of proper coding systems to encode a text between FROM and TO. find-coding-systems-region-internal - Function: Internal use only. find-coding-systems-string - Function: Return a list of proper coding systems to encode STRING. find-composition - Function: Return information about a composition at or nearest to buffer position POS. find-composition-internal - Function: Internal use only. find-definition-noselect - Function: Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. find-directory-functions - Variable: List of functions to try in sequence to visit a directory. find-dired - Command: Run `find' and go into Dired mode on a buffer of the output. find-face-definition - Command: Find the definition of FACE. FACE defaults to the name near point. find-face-regexp - Variable: The regexp used by `find-face' to search for a face definition. find-file - Command: Edit file FILENAME. - Group: Finding files. find-file-at-point - Command: Find FILENAME, guessing a default from text around point. find-file-default - Variable: Used within `find-file-read-args'. find-file-existing - Command: Edit the existing file FILENAME. find-file-existing-other-name - Variable: Non-nil means find a file under alternative names, in existing buffers. find-file-hook - Variable: List of functions to be called after a buffer is loaded from a file. find-file-literally - Command: Visit file FILENAME with no conversion of any kind. - Variable: Non-nil if this buffer was made by `find-file-literally' or equivalent. find-file-name-handler - Function: Return FILENAME's handler function for OPERATION, if it has one. find-file-noselect - Function: Read file FILENAME into a buffer and return the buffer. find-file-not-found-functions - Variable: List of functions to be called for `find-file' on nonexistent file. find-file-not-true-dirname-list - Variable: List of logical names for which visiting shouldn't save the true dirname. find-file-other-frame - Command: Edit file FILENAME, in another frame. find-file-other-window - Command: Edit file FILENAME, in another window. find-file-read-only - Command: Edit file FILENAME but don't allow changes. find-file-read-only-other-frame - Command: Edit file FILENAME in another frame but don't allow changes. find-file-read-only-other-window - Command: Edit file FILENAME in another window but don't allow changes. find-file-run-dired - Variable: Non-nil means allow `find-file' to visit directories. find-file-suppress-same-file-warnings - Variable: Non-nil means suppress warning messages for symlinked files. find-file-visit-truename - Variable: *Non-nil means visit a file under its truename. find-file-wildcards - Variable: Non-nil means file-visiting commands should handle wildcards. find-function - Command: Find the definition of the FUNCTION near point. - Group: Finds the definition of the Emacs Lisp symbol near point. find-function-C-source - Function: Find the source location where FUN-OR-VAR is defined in FILE. find-function-C-source-directory - Variable: Directory where the C source files of Emacs can be found. find-function-after-hook - Variable: Hook run after finding symbol definition. find-function-at-point - Command: Find directly the function at point in the other window. find-function-do-it - Function: Find Emacs Lisp SYMBOL in a buffer and display it. find-function-noselect - Function: Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION. find-function-on-key - Command: Find the function that KEY invokes. KEY is a string. find-function-other-frame - Command: Find, in another frame, the definition of FUNCTION near point. find-function-other-window - Command: Find, in another window, the definition of FUNCTION near point. find-function-read - Function: Read and return an interned symbol, defaulting to the one near point. find-function-recenter-line - Variable: The window line-number from which to start displaying a symbol definition. find-function-regexp - Variable: The regexp used by `find-function' to search for a function definition. find-function-regexp-alist - Variable: Alist mapping definition types into regexp variables. find-function-search-for-symbol - Function: Search for SYMBOL's definition of type TYPE in LIBRARY. find-function-setup-keys - Function: Define some key bindings for the find-function family of functions. find-function-source-path - Variable: The default list of directories where `find-function' searches. find-grep - Command: Run grep via find, with user-specified args COMMAND-ARGS. find-grep-dired - Command: Find files in DIR containing a regexp REGEXP and start Dired on output. find-grep-options - Variable: *Option to grep to be as silent as possible. find-if - Function: Find the first item satisfying PREDICATE in SEQ. find-if-not - Function: Find the first item not satisfying PREDICATE in SEQ. find-image - Function: Find an image, choosing one of a list of image specifications. find-library - Command: Find the elisp source of LIBRARY. find-library-name - Function: Return the absolute file name of the Lisp source of LIBRARY. find-lisp-find-dired - Command: Find files in DIR, matching REGEXP. find-lisp-find-dired-filter - Command: Change the filter on a find-lisp-find-dired buffer to REGEXP. find-lisp-find-dired-subdirectories - Command: Find all subdirectories of DIR. find-ls-option - Variable: *Description of the option to `find' to produce an `ls -l'-type listing. find-ls-subdir-switches - Variable: `ls' switches for inserting subdirectories in `*Find*' buffers. find-multibyte-characters - Function: Find multibyte characters in the region specified by FROM and TO. find-name-dired - Command: Search DIR recursively for files matching the globbing pattern PATTERN, find-new-buffer-file-coding-system - Function: Return a coding system for a buffer when a file of CODING is inserted. find-operation-coding-system - Function: Choose a coding system for an operation based on the target name. find-program - Variable: The default find program for `grep-find-command'. find-tag - Command: Find tag (in current tags table) whose name contains TAGNAME. find-tag-default - Function: Determine default tag to search for, based on text at point. find-tag-default-function - Variable: *A function of no arguments used by M-. to pick a default tag. find-tag-hook - Variable: *Hook to be run by M-. after finding a tag. See `run-hooks'. find-tag-marker-ring - Variable: Ring of markers which are locations from which M-. was invoked. find-tag-marker-ring-length - Variable: *Length of marker rings `find-tag-marker-ring' and `tags-location-ring'. find-tag-next-line-after-failure-p - Variable: Flag passed to `find-tag-in-order' for finding a tag. find-tag-noselect - Command: Find tag (in current tags table) whose name contains TAGNAME. find-tag-other-frame - Command: Find tag (in current tags table) whose name contains TAGNAME. find-tag-other-window - Command: Find tag (in current tags table) whose name contains TAGNAME. find-tag-regexp - Command: Find tag (in current tags table) whose name matches REGEXP. find-tag-regexp-next-line-after-failure-p - Variable: Flag passed to `find-tag-in-order' for finding a regexp tag. find-tag-regexp-search-function - Variable: Search function passed to `find-tag-in-order' for finding a regexp tag. find-tag-regexp-tag-order - Variable: Tag order passed to `find-tag-in-order' for finding a regexp tag. find-tag-search-function - Variable: Search function passed to `find-tag-in-order' for finding a tag. find-tag-tag-order - Variable: Tag order passed to `find-tag-in-order' for finding a tag. find-thing-at-point - Command: Jumps to the thing at point, if vaguely named. find-variable - Command: Find the definition of the VARIABLE near point. find-variable-at-point - Command: Find directly the variable at point in the other window. find-variable-noselect - Function: Return a pair `(BUFFER . POINT)' pointing to the definition of VARIABLE. find-variable-other-frame - Command: Find, in another frame, the definition of VARIABLE near point. find-variable-other-window - Command: Find, in another window, the definition of VARIABLE near point. find-variable-regexp - Variable: The regexp used by `find-variable' to search for a variable definition. finder-by-keyword - Command: Find packages matching a given keyword. finder-commentary - Command: Display FILE's commentary section. finder-list-keywords - Command: Display descriptions of the keywords in the Finder buffer. finger - Command: Finger USER on HOST. first - Function: Return the car of LIST. If arg is nil, return nil. first-change-hook - Variable: A list of functions to call before changing a buffer which is unmodified. first-error - Command: Restart at the first error. fit-window-to-buffer - Command: Make WINDOW the right height to display its contents exactly. fixed-pitch - Face: The basic fixed-pitch face. fixup-whitespace - Command: Fixup white space between objects around point. flet - Macro: Make temporary function definitions. float - Function: Return the floating point number equal to ARG. - Widget: A floating point number. float-output-format - Variable: The format descriptor string used to print floats. float-time - Function: Return the current time, as a float number of seconds since the epoch. floatp - Function: Return t if OBJECT is a floating point number. floatp-safe - Function: Return t if OBJECT is a floating point number. floats-consed - Variable: Number of floats that have been consed so far. floor - Function: Return the largest integer no greater than ARG. floor* - Function: Return a list of the floor of X and the fractional part of X. flush-lines - Command: Delete lines containing matches for REGEXP. flymake-mode - Command: Minor mode to do on-the-fly syntax checking. flymake-mode-off - Function: Turn flymake mode off. flymake-mode-on - Function: Turn flymake mode on. flyspell-buffer - Command: Flyspell whole buffer. flyspell-mode - Command: Minor mode performing on-the-fly spelling checking. flyspell-mode-off - Function: Turn Flyspell mode off. flyspell-prog-mode - Command: Turn on `flyspell-mode' for comments and strings. flyspell-region - Command: Flyspell text between BEG and END. fmakunbound - Function: Make SYMBOL's function definition be void. focus-follows-mouse - Variable: *Non-nil if window system changes focus when you move the mouse. focus-frame - Command: follow-delete-other-windows-and-split - Command: Create two side by side windows and enter Follow Mode. follow-mode - Command: Minor mode that combines windows into one tall virtual window. following-char - Function: Return the character following point, as a number. font-ccl-encoder-alist - Variable: Alist of fontname patterns vs corresponding CCL program. font-encoding-alist - Variable: Alist of fontname patterns vs corresponding encoding info. font-info - Function: Return information about a font named NAME on frame FRAME. font-list-limit - Variable: *Limit for font matching. font-lock - Group: Font Lock mode text highlighting package. font-lock-add-keywords - Function: Add highlighting KEYWORDS for MODE. font-lock-append-text-property - Function: Append to one property of the text from START to END. font-lock-apply-highlight - Function: Apply HIGHLIGHT following a match. font-lock-apply-syntactic-highlight - Function: Apply HIGHLIGHT following a match. font-lock-beginning-of-syntax-function - Variable: *Non-nil means use this function to move back outside all constructs. font-lock-builtin-face - Variable: Face name to use for builtins. - Face: Font Lock mode face used to highlight builtins. font-lock-choose-keywords - Function: Return LEVELth element of KEYWORDS. font-lock-comment-delimiter-face - Variable: Face name to use for comment delimiters. - Face: Font Lock mode face used to highlight comment delimiters. font-lock-comment-end-skip - Variable: If non-nil, Font Lock mode uses this instead of `comment-end'. font-lock-comment-face - Variable: Face name to use for comments. - Face: Font Lock mode face used to highlight comments. font-lock-comment-start-skip - Variable: If non-nil, Font Lock mode uses this instead of `comment-start-skip'. font-lock-compile-keywords - Function: Compile KEYWORDS into the form (t KEYWORDS COMPILED...) font-lock-constant-face - Variable: Face name to use for constant and label names. - Face: Font Lock mode face used to highlight constants and labels. font-lock-defaults - Variable: Defaults for Font Lock mode specified by the major mode. font-lock-defaults-alist - Variable: Alist of fall-back Font Lock defaults for major modes. font-lock-defontify - Function: Clear out all `font-lock-face' properties in current buffer. font-lock-doc-face - Variable: Face name to use for documentation. - Face: Font Lock mode face used to highlight documentation. font-lock-dont-widen - Variable: If non-nil, font-lock will work on the non-widened buffer. font-lock-eval-keywords - Function: Evalulate KEYWORDS if a function (funcall) or variable (eval) name. font-lock-extend-region - Function: Determine the region to fontify after a buffer change. font-lock-extend-region-function - Variable: A function that determines the region to fontify after a change. font-lock-extra-managed-props - Variable: Additional text properties managed by font-lock. font-lock-faces - Group: Faces for highlighting text. font-lock-fillin-text-property - Function: Fill in one property of the text from START to END. font-lock-fontify-anchored-keywords - Function: Fontify according to KEYWORDS until LIMIT. font-lock-fontify-block - Command: Fontify some lines the way `font-lock-fontify-buffer' would. font-lock-fontify-buffer - Command: Fontify the current buffer the way the function `font-lock-mode' would. font-lock-fontify-buffer-function - Variable: Function to use for fontifying the buffer. font-lock-fontify-keywords-region - Function: Fontify according to `font-lock-keywords' between START and END. font-lock-fontify-region-function - Variable: Function to use for fontifying a region. font-lock-fontify-syntactic-anchored-keywords - Function: Fontify according to KEYWORDS until LIMIT. font-lock-fontify-syntactic-keywords-region - Function: Fontify according to `font-lock-syntactic-keywords' between START and END. font-lock-fontify-syntactically-region - Function: Put proper face on each string and comment between START and END. font-lock-function - Variable: A function which is called when `font-lock-mode' is toggled. font-lock-function-name-face - Variable: Face name to use for function names. - Face: Font Lock mode face used to highlight function names. font-lock-global-modes - Variable: *Modes for which Font Lock mode is automagically turned on. font-lock-inhibit-thing-lock - Variable: List of Font Lock mode related modes that should not be turned on. font-lock-keyword-face - Variable: Face name to use for keywords. - Face: Font Lock mode face used to highlight keywords. font-lock-keywords - Variable: A list of the keywords to highlight. font-lock-keywords-alist - Variable: Alist of additional `font-lock-keywords' elements for major modes. font-lock-keywords-case-fold-search - Variable: *Non-nil means the patterns in `font-lock-keywords' are case-insensitive. font-lock-keywords-only - Variable: *Non-nil means Font Lock should not fontify comments or strings. font-lock-mark-block-function - Variable: *Non-nil means use this function to mark a block of text. font-lock-match-c-style-declaration-item-and-skip-to-next - Function: Match, and move over, any declaration/definition item after point. font-lock-maximum-decoration - Variable: *Maximum decoration level for fontification. font-lock-maximum-size - Variable: *Maximum size of a buffer for buffer fontification. font-lock-mode - Command: Toggle Font Lock mode. - Variable: Non-nil if Font-Lock mode is enabled. font-lock-multiline - Variable: Whether font-lock should cater to multiline keywords. font-lock-negation-char-face - Variable: Face name to use for easy to overlook negation. - Face: Font Lock mode face used to highlight easy to overlook negation. font-lock-prepend-text-property - Function: Prepend to one property of the text from START to END. font-lock-preprocessor-face - Variable: Face name to use for preprocessor directives. - Face: Font Lock mode face used to highlight preprocessor directives. font-lock-regexp-grouping-backslash - Face: Font Lock mode face for backslashes in Lisp regexp grouping constructs. font-lock-regexp-grouping-construct - Face: Font Lock mode face used to highlight grouping constructs in Lisp regexps. font-lock-remove-keywords - Function: Remove highlighting KEYWORDS for MODE. font-lock-removed-keywords-alist - Variable: Alist of `font-lock-keywords' elements to be removed for major modes. font-lock-set-defaults - Function: Set fontification defaults appropriately for this mode. font-lock-string-face - Variable: Face name to use for strings. - Face: Font Lock mode face used to highlight strings. font-lock-support-mode - Variable: *Support mode for Font Lock mode. font-lock-syntactic-face-function - Variable: Function to determine which face to use when fontifying syntactically. font-lock-syntactic-keywords - Variable: A list of the syntactic keywords to put syntax properties on. font-lock-syntactically-fontified - Variable: Point up to which `font-lock-syntactic-keywords' has been applied. font-lock-syntax-table - Variable: Non-nil means use this syntax table for fontifying. font-lock-type-face - Variable: Face name to use for type and class names. - Face: Font Lock mode face used to highlight type and classes. font-lock-unfontify-buffer-function - Variable: Function to use for unfontifying the buffer. font-lock-unfontify-region-function - Variable: Function to use for unfontifying a region. font-lock-update-removed-keyword-alist - Function: Update `font-lock-removed-keywords-alist' when adding new KEYWORDS to MODE. font-lock-value-in-major-mode - Function: Return value in ALIST for `major-mode', or ALIST if it is not an alist. font-lock-variable-name-face - Variable: Face name to use for variable names. - Face: Font Lock mode face used to highlight variable names. font-lock-verbose - Variable: *If non-nil, means show status messages for buffer fontification. font-lock-warning-face - Variable: Face name to use for things that should stand out. - Face: Font Lock mode face used to highlight warnings. font-selection - Group: Influencing face font selection. fontification-functions - Variable: List of functions to call to fontify regions of text. fontset-alias-alist - Variable: Alist of fontset names vs the aliases. fontset-font - Function: Return a font name pattern for character CH in fontset NAME. fontset-info - Function: Return information about a fontset named NAME on frame FRAME. fontset-list - Function: Return a list of all defined fontset names. fontset-name-p - Function: Return non-nil if FONTSET is valid as fontset name. fontset-plain-name - Function: Return a plain and descriptive name of FONTSET. footnote-mode - Command: Toggle footnote minor mode. force-mode-line-update - Function: Force redisplay of the current buffer's mode line and header line. force-window-update - Function: Force all windows to be updated on next redisplay. format - Function: Format a string out of a format-string and arguments. format-alist - Variable: List of information about understood file formats. format-annotate-atomic-property-change - Function: Internal function annotate a single property change. format-annotate-function - Function: Return annotations for writing region as FORMAT. format-annotate-location - Function: Return annotation(s) needed at location LOC. format-annotate-region - Function: Generate annotations for text properties in the region. format-annotate-single-property-change - Function: Return annotations for property PROP changing from OLD to NEW. format-annotate-value - Function: Return OLD and NEW as a (CLOSE . OPEN) annotation pair. format-common-tail - Function: Given two lists that have a common tail, return it. format-deannotate-region - Function: Translate annotations in the region into text properties. format-decode - Function: Decode text from any known FORMAT. format-decode-buffer - Command: Translate the buffer from some FORMAT. format-decode-region - Command: Decode the region from some format. format-decode-run-method - Function: Decode using function or shell script METHOD the text from FROM to TO. format-delq-cons - Function: Remove the given CONS from LIST by side effect and return the new LIST. format-encode-buffer - Command: Translate the buffer into FORMAT. format-encode-region - Command: Translate the region into some FORMAT. format-encode-run-method - Function: Translate using function or shell script METHOD the text from FROM to TO. format-find-file - Command: Find the file FILENAME using data format FORMAT. format-insert-annotations - Function: Apply list of annotations to buffer as `write-region' would. format-insert-file - Command: Insert the contents of file FILENAME using data format FORMAT. format-kbd-macro - Function: Return the keyboard macro MACRO as a human-readable string. format-make-relatively-unique - Function: Delete common elements of lists A and B, return as pair. format-mode-line - Function: Format a string out of a mode line format specification. format-network-address - Function: Convert network ADDRESS from internal format to a string. format-proper-list-p - Function: Return t if LIST is a proper list. format-property-increment-region - Function: Over the region between FROM and TO increment property PROP by amount DELTA. format-read - Function: Read and return the name of a format. format-reorder - Function: Arrange ITEMS to following partial ORDER. format-replace-strings - Function: Do multiple replacements on the buffer. format-spec - Function: Return a string based on FORMAT and SPECIFICATION. format-spec-make - Function: Return an alist suitable for use in `format-spec' based on PAIRS. format-subtract-regions - Function: Remove from the regions in MINUEND the regions in SUBTRAHEND. format-time-string - Function: Use FORMAT-STRING to format the time TIME, or now if omitted. format-write-file - Command: Write current buffer into file FILENAME using some FORMAT. forms-find-file - Command: Visit a file in Forms mode. forms-find-file-other-window - Command: Visit a file in Forms mode in other window. forms-mode - Command: Major mode to visit files in a field-structured manner using a form. fortran-mode - Command: Major mode for editing Fortran code in fixed format. fortran-tab-mode-default - Variable: *Default tabbing/carriage control style for empty files in Fortran mode. fortune - Command: Display a fortune cookie. fortune-add-fortune - Command: Add STRING to a fortune file FILE. fortune-compile - Command: Compile fortune file. fortune-from-region - Command: Append the current region to a local fortune-like data file. fortune-to-signature - Command: Create signature from output of the fortune program. forward-button - Command: Move to the Nth next button, or Nth previous button if N is negative. forward-char - Command: Move point right N characters (left if N is negative). forward-comment - Function: Move forward across up to COUNT comments. If COUNT is negative, move backward. forward-line - Command: Move N lines forward (backward if N is negative). forward-list - Command: Move forward across one balanced group of parentheses. forward-page - Command: Move forward to page boundary. With arg, repeat, or go back if negative. forward-paragraph - Command: Move forward to end of paragraph. forward-point - Function: Return buffer position N characters after (before if N negative) point. forward-sentence - Command: Move forward to next `sentence-end'. With argument, repeat. forward-sexp - Command: Move forward across one balanced expression (sexp). forward-sexp-function - Variable: If non-nil, `forward-sexp' delegates to this function. forward-thing - Function: Move forward to the end of the Nth next THING. forward-to-indentation - Command: Move forward ARG lines and position at first nonblank character. forward-visible-line - Function: Move forward by ARG lines, ignoring currently invisible newlines only. forward-word - Command: Move point forward ARG words (backward if ARG is negative). fourth - Function: Return the fourth element of the list X. frame-background-mode - Variable: *The brightness of the background. frame-char-height - Function: Height in pixels of a line in the font in frame FRAME. frame-char-width - Function: Width in pixels of characters in the font in frame FRAME. frame-configuration-p - Function: Return non-nil if OBJECT seems to be a frame configuration. frame-configuration-to-register - Command: Store the window configuration of all frames in register REGISTER. frame-creation-function - Variable: Window-system dependent function to call to create a new frame. frame-current-scroll-bars - Function: Return the current scroll-bar settings in frame FRAME. frame-face-alist - Function: Return an alist of frame-local faces defined on FRAME. frame-first-window - Function: Returns the topmost, leftmost window of FRAME. frame-focus - Function: Return the frame to which FRAME's keystrokes are currently being sent. frame-height - Function: Return number of lines available for display on FRAME. frame-initialize - Function: Create an initial frame if necessary. frame-list - Function: Return a list of all frames. frame-live-p - Function: Return non-nil if OBJECT is a frame which has not been deleted. frame-notice-user-settings - Function: Act on user's init file settings of frame parameters. - Variable: Non-nil means function `frame-notice-user-settings' wasn't run yet. frame-or-buffer-changed-p - Function: Return non-nil if the frame and buffer state appears to have changed. frame-parameter - Function: Return FRAME's value for parameter PARAMETER. frame-parameters - Function: Return the parameters-alist of frame FRAME. frame-pixel-height - Function: Return a FRAME's height in pixels. frame-pixel-width - Function: Return FRAME's width in pixels. frame-remove-geometry-params - Function: Return the parameter list PARAM-LIST, but with geometry specs removed. frame-root-window - Function: Returns the root-window of FRAME. frame-selected-window - Function: Return the selected window of frame object FRAME. frame-set-background-mode - Function: Set up display-dependent faces on FRAME. frame-title-format - Variable: Template for displaying the title bar of visible frames. frame-update-face-colors - Function: Set up display-dependent faces on FRAME. frame-update-faces - Command: frame-visible-p - Function: Return t if FRAME is now "visible" (actually in use for display). frame-width - Function: Return number of columns available for display on FRAME. framep - Function: Return non-nil if OBJECT is a frame. framep-on-display - Function: Return the type of frames on DISPLAY. frames - Group: Support for Emacs frames and window systems. frames-on-display-list - Function: Return a list of all frames on DISPLAY. fringe - Group: Window fringes. - Face: Basic face for the fringes to the left and right of windows under X. fringe-bitmap-p - Macro: Return non-nil if SYMBOL is a fringe bitmap. fringe-bitmaps - Variable: List of fringe bitmap symbols. fringe-bitmaps-at-pos - Function: Return fringe bitmaps of row containing position POS in window WINDOW. fringe-columns - Function: Return the width, measured in columns, of the fringe area on SIDE. fringe-cursor-alist - Variable: *Mapping from logical to physical fringe cursor bitmaps. fringe-indicator-alist - Variable: *Mapping from logical to physical fringe indicator bitmaps. fringe-mode - Command: Set the default appearance of fringes on all frames. - Variable: *Specify appearance of fringes on all frames. fringe-query-style - Function: Query user for fringe style. fringes-outside-margins - Variable: *Non-nil means to display fringes outside display margins. fround - Function: Return the nearest integer to ARG, as a float. fset - Function: Set SYMBOL's function definition to DEFINITION, and return DEFINITION. ftp - Command: Run ftp program. ftruncate - Function: Truncate a floating point number to an integral float value. full-calc - Command: Invoke the Calculator and give it a full-sized window. full-calc-keypad - Command: Invoke the Calculator in full-screen "visual keypad" mode. funcall - Function: Call first argument as a function, passing remaining arguments to it. function - Function: Like `quote', but preferred for objects which are functions. - Widget: A Lisp function. function* - Macro: Introduce a function. function-called-at-point - Function: Return a function around point or else called by the list containing point. function-item - Widget: An immutable function name. function-key-map - Variable: Keymap that translates key sequences to key sequences during input. function-link - Widget: A link to an Emacs function. functionp - Function: Non-nil if OBJECT is any kind of function or a special form. fundamental-mode - Command: Major mode not specialized for anything in particular. fundamental-mode-abbrev-table - Variable: The abbrev table of mode-specific abbrevs for Fundamental Mode. fvwm-generic-mode - Command: Generic mode for FVWM configuration files. gap-position - Function: Return the position of the gap, in the current buffer. gap-size - Function: Return the size of the current buffer's gap. garbage-collect - Command: Reclaim storage for Lisp objects no longer needed. garbage-collection-messages - Variable: Non-nil means display messages at start and end of garbage collection. gc-cons-percentage - Variable: *Portion of the heap used for allocation. gc-cons-threshold - Variable: *Number of bytes of consing between garbage collections. gc-elapsed - Variable: Accumulated time elapsed in garbage collections. gcd - Function: Return the greatest common divisor of the arguments. gcs-done - Variable: Accumulated number of garbage collections done. gdb - Command: Run gdb on program FILE in buffer *gud-FILE*. gdb-enable-debug - Variable: Non-nil means record the process input and output in `gdb-debug-ring'. gdb-script-mode - Command: Major mode for editing GDB scripts gdba - Command: Run gdb on program FILE in buffer *gud-FILE*. general-holidays - Variable: General holidays. Default value is for the United States. generate-calendar - Function: Generate a three-month Gregorian calendar centered around MONTH, YEAR. generate-calendar-month - Function: Produce a calendar for MONTH, YEAR on the Gregorian calendar. generate-calendar-window - Function: Generate the calendar window for the current date. generate-new-buffer - Function: Create and return a buffer with a name based on NAME. generate-new-buffer-name - Function: Return a string that is the name of no existing buffer based on NAME. generic-char-p - Function: Return t if and only if CHAR is a generic character. generic-character-list - Function: Return a list of all possible generic characters. generic-default-modes - Variable: List of generic modes that are defined by default. generic-define-mswindows-modes - Variable: *Non-nil means the modes in `generic-mswindows-modes' will be defined. generic-define-unix-modes - Variable: *Non-nil means the modes in `generic-unix-modes' will be defined. generic-extras-enable-list - Variable: List of generic modes to define. generic-find-file-regexp - Variable: *Regular expression used by `generic-mode-find-file-hook'. generic-ignore-files-regexp - Variable: *Regular expression used by `generic-mode-find-file-hook'. generic-lines-to-scan - Variable: *Number of lines that `generic-mode-find-file-hook' looks at. generic-make-keywords-list - Function: Return a `font-lock-keywords' construct that highlights KEYWORD-LIST. generic-mode - Command: Enter generic mode MODE. generic-mode-find-file-hook - Function: Hook function to enter Default-Generic mode automatically. generic-mode-internal - Function: Go into the generic mode MODE. generic-mode-list - Variable: A list of mode names for `generic-mode'. generic-mswindows-modes - Variable: List of generic modes that are defined by default on MS-Windows. generic-other-modes - Variable: List of generic mode that are not defined by default. generic-unix-modes - Variable: List of generic modes that are defined by default on Unix. generic-use-find-file-hook - Variable: *If non-nil, add a hook to enter `default-generic-mode' automatically. generic-x - Group: A collection of generic modes. gensym - Function: Generate a new uninterned symbol. gentemp - Function: Generate a new interned symbol with a unique name. get - Function: Return the value of SYMBOL's PROPNAME property. get* - Function: Return the value of SYMBOL's PROPNAME property, or DEFAULT if none. get-buffer - Function: Return the buffer named NAME (a string). get-buffer-create - Function: Return the buffer named NAME, or create such a buffer and return it. get-buffer-process - Function: Return the (or a) process associated with BUFFER. get-buffer-window - Function: Return a window currently displaying BUFFER, or nil if none. get-buffer-window-list - Function: Return list of all windows displaying BUFFER, or nil if none. get-char-code-property - Function: Return the value of CHAR's PROPNAME property in `char-code-property-table'. get-char-property - Function: Return the value of POSITION's property PROP, in OBJECT. get-char-property-and-overlay - Function: Like `get-char-property', but with extra overlay information. get-charset-property - Function: Return the value of CHARSET's PROPNAME property. get-file-buffer - Function: Return the buffer visiting file FILENAME (a string). get-file-char - Function: Don't use this yourself. get-free-disk-space - Function: Return the amount of free space on directory DIR's file system. get-internal-run-time - Function: Return the current run time used by Emacs. get-language-info - Function: Return information listed under KEY for language environment LANG-ENV. get-largest-window - Function: Return the largest window in area. get-load-suffixes - Function: Return the suffixes that `load' should try if a suffix is required. get-lru-window - Function: Return the window least recently selected or used for display. get-next-valid-buffer - Function: Search LIST for a valid buffer to display in FRAME. get-other-frame - Function: Return some frame other than the current frame. get-process - Function: Return the process named NAME, or nil if there is none. get-register - Function: Return contents of Emacs register named REG, or nil if none. get-setf-method - Function: Return a list of five values describing the setf-method for PLACE. get-text-property - Function: Return the value of POSITION's property PROP, in OBJECT. get-unused-category - Function: Return a category which is not yet defined in TABLE. get-unused-iso-final-char - Function: Return an unused ISO's final char for a charset of DIMENSION and CHARS. get-upcase-table - Function: Return the upcase table of CASE-TABLE. get-window-with-predicate - Function: Return a window satisfying PREDICATE. getenv - Command: Get the value of environment variable VARIABLE. getenv-internal - Function: Return the value of environment variable VAR, as a string. getf - Function: Search PROPLIST for property PROPNAME; return its value or DEFAULT. gethash - Function: Look up KEY in TABLE and return its associated value. glasses-mode - Command: Minor mode for making identifiers likeThis readable. global-abbrev-table - Variable: The abbrev table whose abbrevs affect all buffers. global-auto-revert-mode - Command: Revert any buffer when file on disk changes. - Variable: Non-nil if Global-Auto-Revert mode is enabled. global-cwarn-mode - Command: Toggle Cwarn mode in every buffer. - Variable: Non-nil if Global-Cwarn mode is enabled. global-disable-point-adjustment - Variable: *If non-nil, always suppress point adjustment. global-edebug-map - Variable: Global map of edebug commands, available from any buffer. global-edebug-prefix - Variable: Prefix key for global edebug commands, available from any buffer. global-font-lock-mode - Command: Toggle Font-Lock mode in every buffer. - Variable: Non-nil if Global-Font-Lock mode is enabled. global-hi-lock-mode - Command: Toggle Hi-Lock mode in every buffer. - Variable: Non-nil if Global-Hi-Lock mode is enabled. global-highlight-changes - Command: Turn on or off global Highlight Changes mode. global-hl-line-mode - Command: Global minor mode to highlight the line about point in the current window. - Variable: Non-nil if Global-Hl-Line mode is enabled. global-key-binding - Function: Return the binding for command KEYS in current global keymap only. global-map - Variable: Default global keymap mapping Emacs keyboard input into commands. global-mark-ring - Variable: The list of saved global marks, most recent first. global-mark-ring-max - Variable: *Maximum size of global mark ring. Start discarding off end if gets this big. global-mode-string - Variable: String (or mode line construct) included (normally) in `mode-line-format'. global-reveal-mode - Command: Toggle Reveal mode in all buffers on or off. - Variable: Non-nil if Global-Reveal mode is enabled. global-set-key - Command: Give KEY a global binding as COMMAND. global-unset-key - Command: Remove global binding of KEY. global-whitespace-mode - Command: Toggle using Whitespace mode in new buffers. glyph-table - Variable: Table defining how to output a glyph code to the frame. gmm - Group: Utility functions for Gnus, Message and MML gmm-customize-mode - Command: Customize customization group for MODE. gmm-error - Function: Beep an error if LEVEL is equal to or less than `gmm-verbose'. gmm-image-load-path-for-library - Function: Return a suitable search path for images used by LIBRARY. gmm-lazy - Widget: Base widget for recursive datastructures. gmm-message - Function: If LEVEL is lower than `gmm-verbose' print ARGS using `message'. gmm-tool-bar-from-list - Function: Make a tool bar from ICON-LIST. gmm-tool-bar-item - Widget: Tool bar list item. gmm-tool-bar-style - Variable: Prefered tool bar style. gmm-tool-bar-zap-list - Widget: Tool bar zap list. gmm-verbose - Variable: Integer that says how verbose gmm should be. gmm-widget-p - Function: Non-nil iff SYMBOL is a widget. gnus - Command: Read network news. - Group: The coffee-brewing, all singing, all dancing, kitchen sink newsreader. gnus-1 - Command: Read network news. gnus-Numeric-save-name - Function: Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE. gnus-activate-all-groups - Command: Activate absolutely all groups. gnus-activate-foreign-newsgroups - Variable: *If nil, Gnus will not check foreign newsgroups at startup. gnus-activate-group - Function: Check whether a group has been activated or not. gnus-activate-level - Variable: *Groups higher than this level won't be activated on startup. gnus-active - Macro: Get active info on GROUP. gnus-active-hashtb - Variable: Hashtable of active articles. gnus-adaptive-file-suffix - Variable: Suffix of the adaptive score files. gnus-adaptive-word-length-limit - Variable: *Words of a length lesser than this limit will be ignored when doing adaptive scoring. gnus-adaptive-word-minimum - Variable: If a number, this is the minimum score value that can be assigned to a word. gnus-adaptive-word-no-group-words - Variable: If t, don't adaptively score words included in the group name. gnus-adaptive-word-syntax-table - Variable: Syntax table used when doing adaptive word scoring. gnus-add-buffer - Function: Add the current buffer to the list of Gnus buffers. gnus-add-configuration - Function: Add the window configuration CONF to `gnus-buffer-configuration'. gnus-add-image - Function: Add IMAGE of CATEGORY to the list of displayed images. gnus-add-mark - Function: Mark ARTICLE in GROUP with MARK, whether the group is displayed or not. gnus-add-minor-mode - Function: Register a new minor mode. gnus-add-shutdown - Function: Run FUNCTION whenever one of SYMBOLS is shut down. gnus-add-text-properties - Function: Add properties to the text from START to END. gnus-add-text-properties-when - Function: Like `gnus-add-text-properties', only applied on where PROPERTY is VALUE. gnus-add-to-list - Variable: *If non-nil, add a `to-list' parameter automatically. gnus-add-to-range - Function: Return a list of ranges that has all articles from both RANGES and LIST. gnus-add-to-sorted-list - Function: Add NUM into sorted LIST by side effect. gnus-add-wash-type - Function: Add a washing of TYPE to the current status. gnus-adjust-marked-articles - Function: Set all article lists and remove all marks that are no longer valid. gnus-after-exiting-gnus-hook - Variable: Hook called after exiting Gnus. gnus-after-getting-new-news-hook - Variable: *A hook run after Gnus checks for new news when Gnus is already running. gnus-agent - Variable: Whether we want to use the Gnus agent or not. - Group: Offline support for Gnus. gnus-agent-add-group - Command: Add the current group to an agent category. gnus-agent-add-server - Command: Enroll SERVER in the agent program. gnus-agent-article-alist - Variable: An assoc list identifying the articles whose headers have been fetched. gnus-agent-article-alist-save-format - Variable: Indicates whether to use compression(2), versus no gnus-agent-auto-agentize-methods - Variable: Initially, all servers from these methods are agentized. gnus-agent-batch - Command: Start Gnus, send queue and fetch session. gnus-agent-batch-confirmation - Function: Show error message and return t. gnus-agent-batch-fetch - Command: Start Gnus and fetch session. gnus-agent-braid-nov - Function: Merge agent overview data with given file. gnus-agent-cache - Variable: Controls use of the agent cache while plugged. gnus-agent-catchup - Command: Mark as read all unhandled articles. gnus-agent-check-overview-buffer - Function: Check the overview file given for sanity. gnus-agent-close-connections - Function: Close all methods covered by the Gnus agent. gnus-agent-confirmation-function - Variable: Function to confirm when error happens. gnus-agent-consider-all-articles - Variable: When non-nil, the agent will let the agent predicate decide gnus-agent-copy-nov-line - Function: Copy the indicated ARTICLE from the overview buffer to the nntp server buffer. gnus-agent-covered-methods - Function: Return the subset of methods that are covered by the agent. - Variable: A list of servers, NOT methods, showing which servers are covered by the agent. gnus-agent-delete-group - Function: Delete fully-qualified GROUP. gnus-agent-directory - Function: The name of the Gnus agent directory. - Variable: Where the Gnus agent will store its files. gnus-agent-download-marks - Variable: Marks for downloading. gnus-agent-enable-expiration - Variable: The default expiration state for each group. gnus-agent-expire - Command: Expire all old articles. gnus-agent-expire-all - Variable: If non-nil, also expire unread, ticked and dormant articles. gnus-agent-expire-days - Variable: Read articles older than this will be expired. gnus-agent-expire-group - Command: Expire all old articles in GROUP. gnus-agent-expire-unagentized-dirs - Variable: *Whether expiration should expire in unagentized directories. gnus-agent-false - Function: Return nil. gnus-agent-fetch-articles - Function: Fetch ARTICLES from GROUP and put them into the Agent. gnus-agent-fetch-group - Command: Put all new articles in GROUP into the Agent. gnus-agent-fetch-group-1 - Function: Fetch GROUP. gnus-agent-fetch-groups - Command: Put all new articles in the current groups into the Agent. gnus-agent-fetch-headers - Function: Fetch interesting headers into the agent. The group's overview gnus-agent-fetch-selected-article - Function: Fetch the current article as it is selected. gnus-agent-fetch-session - Command: Fetch all articles and headers that are eligible for fetching. gnus-agent-fetched-hook - Variable: Hook run when finished fetching articles. gnus-agent-fetching - Variable: Whether Gnus agent is in fetching mode. gnus-agent-find-parameter - Function: Search for GROUPs SYMBOL in the group's parameters, the group's gnus-agent-get-group-info - Function: Get a single group's active range in the agent's copy of the server's active file. gnus-agent-get-undownloaded-list - Function: Construct list of articles that have not been downloaded. gnus-agent-go-online - Command: Switch servers into online status. - Variable: Indicate if offline servers go online when you plug in. gnus-agent-group-menu - Command: - Variable: gnus-agent-group-mode-hook - Variable: Hook run in Agent group minor modes. gnus-agent-group-path - Function: Translate GROUP into a file name. gnus-agent-group-pathname - Function: Translate GROUP into a file name. gnus-agent-handle-level - Variable: Groups on levels higher than this variable will be ignored by the Agent. gnus-agent-high-score - Variable: Articles that have a score higher than this have a high score. gnus-agent-high-scored-p - Function: Say whether an article has a high score or not. gnus-agent-insert-meta-information - Function: Insert meta-information into the message that says how it's to be posted. gnus-agent-lib-file - Function: The full name of the Gnus agent library FILE. gnus-agent-load-alist - Function: Load the article-state alist for GROUP. gnus-agent-load-local - Function: Load the METHOD'S local file. The local file contains min/max gnus-agent-long-article - Variable: Articles that have more lines than this are long. gnus-agent-long-p - Function: Say whether an article is long or not. gnus-agent-low-score - Variable: Articles that have a score lower than this have a low score. gnus-agent-low-scored-p - Function: Say whether an article has a low score or not. gnus-agent-mark-article - Command: Mark the next N articles as downloadable. gnus-agent-mark-unread-after-downloaded - Variable: Indicate whether to mark articles unread after downloaded. gnus-agent-max-fetch-size - Variable: Chunk size for `gnus-agent-fetch-session'. gnus-agent-method-p - Function: Say whether METHOD is covered by the agent. gnus-agent-mode - Function: Minor mode for providing a agent support in Gnus buffers. gnus-agent-mode-hook - Variable: Hook run when installing agent mode. gnus-agent-plugged-hook - Variable: Hook run when plugging into the network. gnus-agent-possibly-alter-active - Function: Possibly expand a group's active range to include articles gnus-agent-possibly-do-gcc - Function: Do GCC if Gnus is plugged. gnus-agent-possibly-save-gcc - Function: Save GCC if Gnus is unplugged. gnus-agent-possibly-synchronize-flags - Command: Synchronize flags according to `gnus-agent-synchronize-flags'. gnus-agent-possibly-synchronize-flags-server - Function: Synchronize flags for server according to `gnus-agent-synchronize-flags'. gnus-agent-predicate - Variable: The selection predicate used when no other source is available. gnus-agent-prompt-send-queue - Variable: If non-nil, `gnus-group-send-queue' will prompt if called when gnus-agent-queue-mail - Variable: Whether and when outgoing mail should be queued by the agent. gnus-agent-queue-setup - Function: Make sure the queue group exists. gnus-agent-read-agentview - Function: Load FILE and do a `read' there. gnus-agent-read-and-cache-local - Function: Load and read FILE then bind its contents to gnus-agent-read-article-number - Function: Reads the article number at point. Returns nil when a valid article number can not be read. gnus-agent-read-file - Function: Load FILE and do a `read' there. gnus-agent-read-local - Function: Load FILE and do a `read' there. gnus-agent-read-p - Function: Say whether an article is read or not. gnus-agent-read-servers - Function: Read the alist of covered servers. gnus-agent-regenerate - Command: Regenerate all agent covered files. gnus-agent-regenerate-group - Command: Regenerate GROUP. gnus-agent-remove-group - Command: Remove the current group from its agent category, if any. gnus-agent-remove-server - Command: Remove SERVER from the agent program. gnus-agent-rename-group - Function: Rename fully-qualified OLD-GROUP as NEW-GROUP. gnus-agent-request-article - Function: Retrieve ARTICLE in GROUP from the agent cache. gnus-agent-restore-gcc - Function: Restore GCC field from saved header. gnus-agent-save-alist - Function: Save the article-state alist for GROUP. gnus-agent-save-group-info - Function: Update a single group's active range in the agent's copy of the server's active file. gnus-agent-save-local - Function: Save gnus-agent-article-local under it method's agent.lib directory. gnus-agent-server-mode-hook - Variable: Hook run in Agent summary minor modes. gnus-agent-short-article - Variable: Articles that have fewer lines than this are short. gnus-agent-short-p - Function: Say whether an article is short or not. gnus-agent-spam-p - Function: Say whether an article is spam or not. gnus-agent-start-fetch - Function: Initialize data structures for efficient fetching. gnus-agent-stop-fetch - Function: Save all data structures and clean up. gnus-agent-summary-fetch-group - Command: Fetch the downloadable articles in the group. gnus-agent-summary-menu - Command: - Variable: gnus-agent-summary-mode-hook - Variable: Hook run in Agent summary minor modes. gnus-agent-synchronize-flags - Command: Synchronize unplugged flags with servers. - Variable: Indicate if flags are synchronized when you plug in. gnus-agent-synchronize-flags-server - Function: Synchronize flags set when unplugged for server. gnus-agent-synchronize-group-flags - Function: Update a plugged group by performing the indicated actions. gnus-agent-toggle-group-plugged - Command: Toggle the status of the server of the current group. gnus-agent-toggle-mark - Command: Toggle the downloadable mark from the next N articles. gnus-agent-toggle-plugged - Command: Toggle whether Gnus is unplugged or not. gnus-agent-true - Function: Return t. gnus-agent-uncached-articles - Function: Restrict ARTICLES to numbers already fetched. gnus-agent-unfetch-articles - Function: Delete ARTICLES that were fetched from GROUP into the agent. gnus-agent-unmark-article - Command: Remove the downloadable mark from the next N articles. gnus-agent-unplugged-hook - Variable: Hook run when unplugging from the network. gnus-agent-with-fetch - Macro: Do FORMS safely. gnus-agent-write-servers - Function: Write the alist of covered servers. gnus-agentize - Command: Allow Gnus to be an offline newsreader. gnus-alive-p - Function: Say whether Gnus is running or not. gnus-all-score-files - Function: Return a list of all score files for the current group. gnus-all-windows-visible-p - Function: Say whether all buffers in SPLIT are currently visible. gnus-alter-articles-to-read-function - Variable: Function to be called to alter the list of articles to be selected. gnus-alter-header-function - Variable: Function called to allow alteration of article header structures. gnus-always-force-window-configuration - Variable: *If non-nil, always force the Gnus window configurations. gnus-always-read-dribble-file - Variable: Unconditionally read the dribble file. gnus-ancient-mark - Variable: *Mark used for ancient articles. gnus-and - Function: Return non-nil if all of the elements are non-nil. gnus-apply-kill-file - Function: Apply a kill file to the current newsgroup. gnus-apply-kill-hook - Variable: A hook called to apply kill files to a group. gnus-appt-select-lowest-window - Function: Select the lowest window on the frame. gnus-archive-server-wanted-p - Function: Say whether the user wants to use the archive server. gnus-article - Group: Article display. gnus-article-add-button - Function: Create a button between FROM and TO with callback FUN and data DATA. gnus-article-add-buttons - Command: Find external references in the article and make buttons of them. gnus-article-add-buttons-to-head - Command: Add buttons to the head of the article. gnus-article-address-banner-alist - Variable: Alist of mail addresses and banners. gnus-article-archive-name - Function: Return the first instance of an "Archive-name" in the current buffer. gnus-article-article-menu - Command: - Variable: gnus-article-babel - Command: Translate article using an online translation service. gnus-article-banner-alist - Variable: Banner alist for stripping. gnus-article-beginning-of-window - Macro: Move point to the beginning of the window. gnus-article-boring-faces - Variable: List of faces that are not worth reading. gnus-article-button-face - Variable: Face used for highlighting buttons in the article buffer. gnus-article-button-next-page - Command: Go to the next page. gnus-article-button-prev-page - Command: Go to the prev page. gnus-article-buttons - Group: Pushable buttons in the article buffer. gnus-article-capitalize-sentences - Command: Capitalize the first word in each sentence. gnus-article-check-buffer - Function: Beep if not in an article buffer. gnus-article-check-hidden-text - Function: Return nil if hiding is necessary. gnus-article-children - Function: Return a list of all children to NUMBER. gnus-article-copy-part - Command: Copy MIME part N, which is the numerical prefix. gnus-article-date-english - Command: Convert the current article date to something that is proper English. gnus-article-date-iso8601 - Command: Convert the current article date to ISO8601. gnus-article-date-lapsed - Command: Convert the current article date to time lapsed since it was sent. gnus-article-date-lapsed-new-header - Variable: Whether the X-Sent and Date headers can coexist. gnus-article-date-local - Command: Convert the current article date to the local timezone. gnus-article-date-original - Command: Convert the current article date to what it was originally. gnus-article-date-user - Command: Convert the current article date to the user-defined format. gnus-article-date-ut - Command: Convert DATE date to universal time in the current article. gnus-article-de-base64-unreadable - Command: Translate a base64 article. gnus-article-de-quoted-unreadable - Command: Translate a quoted-printable-encoded article. gnus-article-decode-HZ - Command: Translate a HZ-encoded article. gnus-article-decode-charset - Command: Decode charset-encoded text in the article. gnus-article-decode-encoded-words - Command: Remove encoded-word encoding from headers. gnus-article-decode-hook - Variable: *Hook run to decode charsets in articles. gnus-article-decode-mime-words - Command: Decode all MIME-encoded words in the article. gnus-article-delete-invisible-text - Function: Delete all invisible text in the current buffer. gnus-article-delete-text-of-type - Function: Delete text of TYPE in the current buffer. gnus-article-describe-briefly - Command: Describe article mode commands briefly. gnus-article-describe-key - Command: Display documentation of the function invoked by KEY. KEY is a string. gnus-article-describe-key-briefly - Command: Display documentation of the function invoked by KEY. KEY is a string. gnus-article-display-face - Command: Display any Face headers in the header. gnus-article-display-x-face - Command: Look for an X-Face header and display it if present. gnus-article-displayed-root-p - Function: Say whether ARTICLE is a root(ish) article. gnus-article-dumbquotes-map - Variable: Table for MS-to-Latin1 translation. gnus-article-edit - Command: Edit the current article. gnus-article-edit-article - Function: Start editing the contents of the current article buffer. gnus-article-edit-done - Command: Update the article edits and exit. gnus-article-edit-exit - Command: Exit the article editing without updating. gnus-article-edit-full-stops - Command: Interactively repair spacing at end of sentences. gnus-article-edit-mode - Command: Major mode for editing articles. gnus-article-edit-mode-field-menu - Command: - Variable: gnus-article-edit-mode-hook - Variable: Hook run in article edit mode buffers. gnus-article-edit-wash-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-article-emphasis - Group: Fontisizing articles. gnus-article-emphasize - Command: Emphasize text according to `gnus-emphasis-alist'. gnus-article-emulate-mime - Variable: If non-nil, use MIME emulation for uuencode and the like. gnus-article-encrypt-body - Command: Encrypt the article body. gnus-article-encrypt-protocol - Variable: The protocol used for encrypt articles. gnus-article-fill-cited-article - Command: Do word wrapping in the current article. gnus-article-fill-long-lines - Command: Fill lines that are wider than the window width. gnus-article-followup-with-original - Command: Compose a followup to the current article. gnus-article-forward-header - Function: Move point to the start of the next header. gnus-article-get-xrefs - Function: Fill in the Xref value in `gnus-current-headers', if necessary. gnus-article-goto-header - Function: Go to HEADER, which is a regular expression. gnus-article-goto-next-page - Command: Show the next page of the article. gnus-article-goto-part - Function: Go to MIME part N. gnus-article-goto-prev-page - Command: Show the previous page of the article. gnus-article-header-rank - Function: Give the rank of the string HEADER as given by `gnus-sorted-header-list'. gnus-article-headers - Group: Article headers. gnus-article-hidden-arg - Function: Return the current prefix arg as a number, or 0 if no prefix. gnus-article-hidden-text-p - Function: Say whether the current buffer contains hidden text of type TYPE. gnus-article-hide - Command: Hide all the gruft in the current article. gnus-article-hide-boring-headers - Command: Toggle hiding of headers that aren't very interesting. gnus-article-hide-citation - Command: Toggle hiding of all cited text except attribution lines. gnus-article-hide-citation-in-followups - Command: Hide cited text in non-root articles. gnus-article-hide-citation-maybe - Command: Toggle hiding of cited text that has an attribution line. gnus-article-hide-headers - Command: Hide unwanted headers and possibly sort them as well. gnus-article-hide-headers-if-wanted - Function: Hide unwanted headers if `gnus-have-all-headers' is nil. gnus-article-hide-list-identifiers - Command: Remove list identifies from the Subject header. gnus-article-hide-pem - Command: Toggle hiding of any PEM headers and signatures in the current article. gnus-article-hide-signature - Command: Hide the signature in the current article. gnus-article-hide-text - Function: Set text PROPS on the B to E region, extending `intangible' 1 past B. gnus-article-hide-text-of-type - Function: Hide text of TYPE in the current buffer. gnus-article-hide-text-type - Function: Hide text of TYPE between B and E. gnus-article-hiding - Group: Hiding article parts. gnus-article-highlight - Command: Highlight current article. - Group: Article highlighting. gnus-article-highlight-citation - Command: Highlight cited text. gnus-article-highlight-headers - Command: Highlight article headers as specified by `gnus-header-face-alist'. gnus-article-highlight-signature - Command: Highlight the signature in an article. gnus-article-highlight-some - Command: Highlight current article. gnus-article-inline-part - Command: Inline MIME part N, which is the numerical prefix. gnus-article-insert-newline - Function: Insert a newline, but mark it as undeletable. gnus-article-interactively-view-part - Command: View MIME part N interactively, which is the numerical prefix. gnus-article-loose-mime - Variable: If non-nil, don't require MIME-Version header. gnus-article-mail - Command: Send a reply to the address near point. gnus-article-mark - Macro: Return the MARK of article NUMBER. gnus-article-mark-to-type - Function: Return the type of MARK. gnus-article-maybe-hide-headers - Function: Hide unwanted headers if `gnus-have-all-headers' is nil. gnus-article-maybe-highlight - Function: Do some article highlighting if article highlighting is requested. gnus-article-menu-hook - Variable: *Hook run after the creation of the article mode menu. gnus-article-mime - Group: Worshiping the MIME wonder. gnus-article-mime-match-handle-function - Variable: Function called with a MIME handle as the argument. gnus-article-mime-part-function - Variable: Function called with a MIME handle as the argument. gnus-article-mode - Command: Major mode for displaying an article. gnus-article-mode-hook - Variable: *A hook for Gnus article mode. gnus-article-mode-line-format - Variable: *The format specification for the article mode line. gnus-article-mode-syntax-table - Variable: Syntax table used in article mode buffers. gnus-article-mouse-face - Variable: Face used for mouse highlighting in the article buffer. gnus-article-narrow-to-signature - Function: Narrow to the signature; return t if a signature is found, else nil. gnus-article-next-page - Command: Show the next page of the current article. gnus-article-nndoc-name - Function: If GROUP is an nndoc group, return the name of the parent group. gnus-article-normalize-headers - Command: Make all header lines 40 characters long. gnus-article-normalized-header-length - Variable: Length of normalized headers. gnus-article-only-boring-p - Function: Decide whether there is only boring text remaining in the article. gnus-article-outlook-deuglify-article - Command: Deuglify broken Outlook (Express) articles and redisplay. gnus-article-over-scroll - Variable: If non-nil, allow scrolling the article buffer even when there no more text. gnus-article-parent-p - Function: Say whether this article is a parent or not. gnus-article-pipe-part - Command: Pipe MIME part N, which is the numerical prefix. gnus-article-prepare - Function: Prepare ARTICLE in article mode buffer. gnus-article-prepare-display - Function: Make the current buffer look like a nice article. gnus-article-prepare-hook - Variable: *A hook called after an article has been prepared in the article buffer. gnus-article-press-button - Command: Check text at point for a callback function. gnus-article-prev-page - Command: Show previous page of current article. gnus-article-push-button - Command: Check text under the mouse pointer for a callback function. gnus-article-read-p - Function: Say whether ARTICLE is read or not. gnus-article-read-summary-keys - Command: Read a summary buffer key sequence and execute it from the article buffer. gnus-article-refer-article - Command: Read article specified by message-id around point. gnus-article-remove-cr - Command: Remove trailing CRs and then translate remaining CRs into LFs. gnus-article-remove-images - Command: Remove all images from the article buffer. gnus-article-remove-leading-whitespace - Command: Remove excessive whitespace from all headers. gnus-article-remove-trailing-blank-lines - Command: Remove all trailing blank lines from the article. gnus-article-reply-with-original - Command: Start composing a reply mail to the current message. gnus-article-save - Function: Save the currently selected article. gnus-article-save-coding-system - Variable: Coding system used to save decoded articles to a file. gnus-article-save-directory - Variable: *Name of the directory articles will be saved in (default "~/News"). gnus-article-save-original-date - Macro: Save the original date as a text property and evaluate FORMS. gnus-article-save-part - Command: Save MIME part N, which is the numerical prefix. gnus-article-saving - Group: Saving articles. gnus-article-search-signature - Function: Search the current buffer for the signature separator. gnus-article-setup-buffer - Function: Initialize the article buffer. gnus-article-setup-highlight-words - Function: Setup newsgroup emphasis alist. gnus-article-show-hidden-text - Function: Show all hidden text of type TYPE. gnus-article-show-summary - Command: Reconfigure windows to show summary buffer. gnus-article-signature - Group: Article signatures. gnus-article-skip-boring - Variable: Skip over text that is not worth reading. gnus-article-sort-by-author - Function: Sort articles by root author. gnus-article-sort-by-chars - Function: Sort articles by octet length. gnus-article-sort-by-date - Function: Sort articles by root article date. gnus-article-sort-by-lines - Function: Sort articles by article Lines header. gnus-article-sort-by-number - Function: Sort articles by article number. gnus-article-sort-by-random - Function: Sort articles by article number. gnus-article-sort-by-score - Function: Sort articles by root article score. gnus-article-sort-by-subject - Function: Sort articles by root subject. gnus-article-sort-functions - Variable: *List of functions used for sorting articles in the summary buffer. gnus-article-strip-all-blank-lines - Command: Strip all blank lines. gnus-article-strip-banner - Command: Strip the banners specified by the `banner' group parameter and by gnus-article-strip-blank-lines - Command: Strip leading, trailing and multiple blank lines. gnus-article-strip-headers-in-body - Command: Strip offensive headers from bodies. gnus-article-strip-leading-blank-lines - Command: Remove all blank lines from the beginning of the article. gnus-article-strip-leading-space - Command: Remove all white space from the beginning of the lines in the article. gnus-article-strip-multiple-blank-lines - Command: Replace consecutive blank lines with one empty line. gnus-article-strip-trailing-space - Command: Remove all white space from the end of the lines in the article. gnus-article-summary-command - Command: Execute the last keystroke in the summary buffer. gnus-article-summary-command-nosave - Command: Execute the last keystroke in the summary buffer. gnus-article-text-type-exists-p - Function: Say whether any text of type TYPE exists in the buffer. gnus-article-time-format - Variable: Format for display of Date headers in article bodies. gnus-article-toggle-cited-text - Function: Toggle hiding the text in REGION. gnus-article-treat - Group: Treating article parts. gnus-article-treat-body-boundary - Command: Place a boundary line at the end of the headers. gnus-article-treat-dumbquotes - Command: Translate M****s*** sm*rtq**t*s and other symbols into proper text. gnus-article-treat-fold-headers - Command: Fold message headers. gnus-article-treat-fold-newsgroups - Command: Unfold folded message headers. gnus-article-treat-overstrike - Command: Translate overstrikes into bold text. gnus-article-treat-types - Variable: Parts to treat. gnus-article-treat-unfold-headers - Command: Unfold folded message headers. gnus-article-treatment-menu - Command: - Variable: gnus-article-unhide-text - Function: Remove hidden text properties from region between B and E. gnus-article-unhide-text-type - Function: Unhide text of TYPE between B and E. gnus-article-unpropagatable-p - Function: Return whether MARK should be propagated to back end. gnus-article-unpropagated-mark-lists - Variable: Marks that shouldn't be propagated to back ends. gnus-article-unsplit-urls - Command: Remove the newlines that some other mailers insert into URLs. gnus-article-various - Group: Other article options. gnus-article-verify-cancel-lock - Command: Verify Cancel-Lock header. gnus-article-verify-x-pgp-sig - Command: Verify X-PGP-Sig. gnus-article-view-part - Command: View MIME part N, which is the numerical prefix. gnus-article-view-part-as-charset - Command: View MIME part N using a specified charset. gnus-article-view-part-externally - Command: View MIME part N externally, which is the numerical prefix. gnus-article-wash-function - Variable: Function used for converting HTML into text. gnus-article-wash-html - Command: Format an HTML article. gnus-article-wash-html-with-w3 - Function: Wash the current buffer with w3. gnus-article-wash-html-with-w3m - Function: Wash the current buffer with emacs-w3m. gnus-article-wash-html-with-w3m-standalone - Function: Wash the current buffer with w3m. gnus-article-wash-status - Function: Return a string which display status of article washing. gnus-article-wash-status-strings - Variable: Alist of strings describing wash status in the mode line. gnus-article-washing - Group: Special commands on articles. gnus-article-x-face-command - Variable: *String or function to be executed to display an X-Face header. gnus-article-x-face-too-ugly - Variable: Regexp matching posters whose face shouldn't be shown automatically. gnus-articles-in-thread - Function: Return the list of articles in THREAD. gnus-articles-to-read - Function: Find out what articles the user wants to read. gnus-assq-delete-all - Function: Delete from ALIST all elements whose car is `eq' to KEY. gnus-async-article-callback - Function: Function called when an async article is done being fetched. gnus-async-delete-prefetched-entry - Function: Delete ENTRY from buffer and alist. gnus-async-get-semaphore - Function: Wait until SEMAPHORE is released. gnus-async-halt-prefetch - Function: Stop prefetching. gnus-async-prefetch-article - Function: Possibly prefetch several articles starting with ARTICLE. gnus-async-prefetch-article-p - Variable: Function called to say whether an article should be prefetched or not. gnus-async-prefetch-headers - Function: Prefetch the headers for group GROUP. gnus-async-prefetch-next - Function: Possibly prefetch several articles starting with the article after ARTICLE. gnus-async-prefetch-remove-group - Function: Remove all articles belonging to GROUP from the prefetch buffer. gnus-async-prefetched-article-entry - Function: Return the entry for ARTICLE in GROUP iff it has been prefetched. gnus-async-release-semaphore - Function: Release SEMAPHORE. gnus-async-request-fetched-article - Function: See whether we have ARTICLE from GROUP and put it in BUFFER. gnus-async-retrieve-fetched-headers - Function: See whether we have prefetched headers. gnus-async-unread-p - Function: Return non-nil if DATA represents an unread article. gnus-async-wait-for-article - Function: Wait until ARTICLE is no longer the currently-being-fetched article. gnus-asynchronous - Variable: *If nil, inhibit all Gnus asynchronicity. - Group: Support for asynchronous operations. gnus-atomic-be-safe - Variable: If t, certain operations will be protected from interruption by C-g. gnus-atomic-progn - Macro: Evaluate FORMS atomically, which means to protect the evaluation gnus-atomic-progn-assign - Macro: Evaluate FORMS, but insure that the variables listed in PROTECT gnus-atomic-setq - Macro: Similar to setq, except that the real symbols are only assigned when gnus-audio-play - Command: Play a sound FILE through the speaker. gnus-auto-center-group - Variable: *If non-nil, always center the group buffer. gnus-auto-center-summary - Variable: *If non-nil, always center the current summary buffer. gnus-auto-expirable-marks - Variable: *The list of marks converted into expiration if a group is auto-expirable. gnus-auto-expirable-newsgroups - Variable: *Groups in which to automatically mark read articles as expirable. gnus-auto-extend-newsgroup - Variable: *If non-nil, extend newsgroup forward and backward when requested. gnus-auto-goto-ignores - Variable: *Says how to handle unfetched articles when maneuvering. gnus-auto-select-first - Variable: *If non-nil, select the article under point. gnus-auto-select-next - Variable: *If non-nil, offer to go to the next group from the end of the previous. gnus-auto-select-same - Variable: *If non-nil, select the next article with the same subject. gnus-auto-select-subject - Variable: *Says what subject to place under point when entering a group. gnus-auto-subscribed-groups - Variable: *All new groups that match this regexp will be subscribed automatically. gnus-backlog-buffer - Function: Return the backlog buffer. gnus-backlog-remove-article - Function: Remove article NUMBER in GROUP from the backlog. gnus-backlog-setup - Function: Initialize backlog variables. gnus-backlog-shutdown - Command: Clear all backlog variables and buffers. gnus-backup-default-subscribed-newsgroups - Variable: Default default new newsgroups the first time Gnus is run. gnus-backup-startup-file - Variable: Whether to create backup files. gnus-batch-brew-soup - Command: Brew a SOUP packet from groups mention on the command line. gnus-batch-kill - Command: Run batched scoring. gnus-batch-mode - Variable: Whether this Gnus is running in batch mode or not. gnus-batch-score - Command: Run batched scoring. gnus-before-startup-hook - Variable: A hook called at before startup. gnus-bind-print-variables - Macro: Bind print-* variables and evaluate FORMS. gnus-body-boundary-delimiter - Variable: String used to delimit header and body. gnus-boring-article-headers - Variable: Headers that are only to be displayed if they have interesting data. gnus-boundp - Function: Return non-nil if VARIABLE is bound and non-nil. gnus-break-pages - Variable: *If non-nil, do page breaking on articles. gnus-browse-describe-briefly - Command: Give a one line description of the group mode commands. gnus-browse-describe-group - Command: Describe the current group. gnus-browse-exit - Command: Quit browsing and return to the group buffer. gnus-browse-foreign-server - Function: Browse the server SERVER. gnus-browse-menu-hook - Variable: *Hook run after the creation of the browse mode menu. gnus-browse-mode - Command: Major mode for browsing a foreign server. gnus-browse-next-group - Command: Go to the next group. gnus-browse-prev-group - Command: Go to the next group. gnus-browse-read-group - Command: Enter the group at the current line. gnus-browse-select-group - Command: Select the current group. gnus-browse-unsubscribe-current-group - Command: (Un)subscribe to the next ARG groups. gnus-browse-unsubscribe-group - Function: Toggle subscription of the current group in the browse buffer. gnus-buffer-configuration - Variable: Window configuration for all possible Gnus buffers. gnus-buffer-live-p - Function: Say whether BUFFER is alive or not. gnus-buffers - Function: Return a list of live Gnus buffers. gnus-bug - Command: Send a bug report to the Gnus maintainers. gnus-bug-create-help-buffer - Variable: *Should we create the *Gnus Help Bug* buffer? gnus-build-all-threads - Function: Read all the headers. gnus-build-get-header - Function: Look through the buffer of NOV lines and find the header to ID. gnus-build-sparse-threads - Variable: *If non-nil, fill in the gaps in threads. gnus-button-alist - Variable: *Alist of regexps matching buttons in article bodies. gnus-button-browse-level - Variable: *Integer that says how many buttons for browsing will appear. gnus-button-ctan-directory-regexp - Variable: Regular expression for ctan directories. gnus-button-ctan-handler - Variable: Function to use for displaying CTAN links. gnus-button-emacs-level - Variable: *Integer that says how many emacs-related buttons Gnus will show. gnus-button-embedded-url - Function: Activate ADDRESS with `browse-url'. gnus-button-fetch-group - Function: Fetch GROUP specified by ADDRESS. gnus-button-handle-apropos - Function: Call `apropos' when pushing the corresponding URL button. gnus-button-handle-apropos-command - Function: Call `apropos' when pushing the corresponding URL button. gnus-button-handle-apropos-documentation - Function: Call `apropos' when pushing the corresponding URL button. gnus-button-handle-apropos-variable - Function: Call `apropos' when pushing the corresponding URL button. gnus-button-handle-ctan - Function: Call `browse-url' when pushing a CTAN URL button. gnus-button-handle-ctan-bogus-regexp - Variable: Bogus strings removed from CTAN URLs. gnus-button-handle-custom - Function: Follow a Custom URL. gnus-button-handle-describe-function - Function: Call `describe-function' when pushing the corresponding URL button. gnus-button-handle-describe-key - Function: Call `describe-key' when pushing the corresponding URL button. gnus-button-handle-describe-variable - Function: Call `describe-variable' when pushing the corresponding URL button. gnus-button-handle-info-keystrokes - Function: Call `info' when pushing the corresponding URL button. gnus-button-handle-info-url - Function: Fetch an info URL. gnus-button-handle-info-url-gnome - Function: Fetch GNOME style info URL. gnus-button-handle-info-url-kde - Function: Fetch KDE style info URL. gnus-button-handle-library - Function: Call `locate-library' when pushing the corresponding URL button. gnus-button-handle-man - Function: Fetch a man page. gnus-button-handle-news - Function: Fetch a news URL. gnus-button-handle-symbol - Function: Display help on variable or function. gnus-button-in-region-p - Function: Say whether PROP exists in the region. gnus-button-mailto - Function: Mail to ADDRESS. gnus-button-man-handler - Variable: Function to use for displaying man pages. gnus-button-man-level - Variable: *Integer that says how many man-related buttons Gnus will show. gnus-button-message-id - Function: Fetch MESSAGE-ID. gnus-button-message-level - Variable: *Integer that says how many buttons for news or mail messages will appear. gnus-button-mid-or-mail-heuristic - Function: Guess whether MID-OR-MAIL is a message ID or a mail address. gnus-button-mid-or-mail-heuristic-alist - Variable: An alist of (RATE . REGEXP) pairs for `gnus-button-mid-or-mail-heuristic'. gnus-button-mid-or-mail-regexp - Variable: Regular expression that matches a message ID or a mail address. gnus-button-next-page - Command: Go to the next page. gnus-button-prefer-mid-or-mail - Variable: What to do when the button on a string as "foo123@bar.invalid" is pushed. gnus-button-prev-page - Command: Go to the prev page. gnus-button-reply - Command: Like `message-reply'. gnus-button-tex-level - Variable: *Integer that says how many TeX-related buttons Gnus will show. gnus-button-url-regexp - Variable: Regular expression that matches URLs. gnus-button-valid-fqdn-regexp - Variable: Regular expression that matches a valid FQDN. gnus-button-valid-localpart-regexp - Variable: Regular expression that matches a localpart of mail addresses or MIDs. gnus-buttonized-mime-types - Variable: List of MIME types that should be given buttons when rendered inline. gnus-byte-code - Function: Return a form that can be `eval'ed based on FUNC. gnus-cache - Group: Cache interface. gnus-cache-active-file - Variable: *The cache active file. gnus-cache-articles-in-group - Function: Return a sorted list of cached articles in GROUP. gnus-cache-close - Function: Shut down the cache. gnus-cache-coding-system - Variable: Coding system used on Gnus cache files. gnus-cache-delete-group - Function: Delete GROUP from the cache. gnus-cache-directory - Variable: *The directory where cached articles will be stored. gnus-cache-enter-article - Command: Enter the next N articles into the cache. gnus-cache-enter-articles - Variable: Classes of articles to enter into the cache. gnus-cache-enter-remove-article - Function: Mark ARTICLE for later possible removal. gnus-cache-file-contents - Function: Cache the contents of FILE in VARIABLE. The contents come from FUNCTION. gnus-cache-fully-p - Function: Returns non-nil if the cache should be fully used. gnus-cache-generate-active - Command: Generate the cache active file. gnus-cache-generate-nov-databases - Command: Generate NOV files recursively starting in DIR. gnus-cache-move-cache - Command: Move the cache tree to somewhere else. gnus-cache-open - Function: Initialize the cache. gnus-cache-overview-coding-system - Variable: Coding system used on Gnus cache files. gnus-cache-possibly-alter-active - Function: Alter the ACTIVE info for GROUP to reflect the articles in the cache. gnus-cache-possibly-remove-article - Function: Possibly remove ARTICLE from the cache. gnus-cache-possibly-remove-articles - Function: Possibly remove some of the removable articles. gnus-cache-possibly-remove-articles-1 - Function: Possibly remove some of the removable articles. gnus-cache-possibly-update-active - Function: Update active info bounds of GROUP with ACTIVE if necessary. gnus-cache-read-active - Function: Read the cache active file. gnus-cache-remove-article - Command: Remove the next N articles from the cache. gnus-cache-remove-articles - Variable: Classes of articles to remove from the cache. gnus-cache-rename-group - Function: Rename OLD-GROUP as NEW-GROUP. gnus-cache-request-article - Function: Retrieve ARTICLE in GROUP from the cache. gnus-cache-retrieve-headers - Function: Retrieve the headers for ARTICLES in GROUP. gnus-cache-update-active - Function: Update the upper bound of the active info of GROUP to NUMBER. gnus-cache-update-article - Function: If ARTICLE is in the cache, remove it and re-enter it. gnus-cache-write-active - Function: Write the active hashtb to the active file. gnus-cacheable-groups - Variable: *Groups that match this regexp will be cached. gnus-cached-article-p - Function: Say whether ARTICLE is cached in the current group. gnus-cached-mark - Variable: *Mark used for articles that are in the cache. gnus-call-subscribe-functions - Function: Call METHOD to subscribe GROUP. gnus-canceled-mark - Variable: *Mark used for canceled articles. gnus-capitalize-newsgroup - Function: Capitalize NEWSGROUP name. gnus-carpal - Variable: *If non-nil, display clickable icons. gnus-catchup-mark - Variable: *Mark used for articles that are caught up. gnus-category-add - Command: Create a new category. gnus-category-copy - Command: Copy the current category. gnus-category-edit-groups - Command: Edit the group list for CATEGORY. gnus-category-edit-predicate - Command: Edit the predicate for CATEGORY. gnus-category-edit-score - Command: Edit the score expression for CATEGORY. gnus-category-exit - Command: Return to the group buffer. gnus-category-kill - Command: Kill the current category. gnus-category-line-format - Variable: Format of category lines. gnus-category-list - Command: List all categories. gnus-category-make-function - Function: Make a function from PREDICATE. gnus-category-make-function-1 - Function: Make a function from PREDICATE. gnus-category-menu-hook - Variable: *Hook run after the creation of the menu. gnus-category-mode - Command: Major mode for listing and editing agent categories. gnus-category-mode-hook - Variable: Hook run in `gnus-category-mode' buffers. gnus-category-mode-line-format - Variable: The format specification for the category mode line. gnus-category-predicate-alist - Variable: Mapping from short score predicate symbols to predicate functions. gnus-category-read - Function: Read the category alist. gnus-category-write - Function: Write the category alist. gnus-change-server - Command: Move from FROM-SERVER to TO-SERVER. gnus-char-width - Function: Return width of CH when displayed in the current buffer. gnus-character-to-event - Function: Return the argument unchanged. gnus-characterp - Function: Return t if OBJECT is a number (floating point or integer). gnus-charset - Group: Group character set issues. gnus-check-backend-function - Function: Check whether GROUP supports function FUNC. gnus-check-bogus-groups-hook - Variable: A hook run after removing bogus groups. gnus-check-bogus-newsgroups - Function: Remove bogus newsgroups. - Variable: *Non-nil means that Gnus will check and remove bogus newsgroup at startup. gnus-check-duplicate-killed-groups - Command: Remove duplicates from the list of killed groups. gnus-check-group - Function: Try to make sure that the server where GROUP exists is alive. gnus-check-new-newsgroups - Variable: *Non-nil means that Gnus will run `gnus-find-new-newsgroups' at startup. gnus-check-server - Function: Check whether the connection to METHOD is down. gnus-cite - Group: Citation. gnus-cite-1 - Face: Citation face. gnus-cite-10 - Face: Citation face. gnus-cite-11 - Face: Citation face. gnus-cite-2 - Face: Citation face. gnus-cite-3 - Face: Citation face. gnus-cite-4 - Face: Citation face. gnus-cite-5 - Face: Citation face. gnus-cite-6 - Face: Citation face. gnus-cite-7 - Face: Citation face. gnus-cite-8 - Face: Citation face. gnus-cite-9 - Face: Citation face. gnus-cite-attribution - Face: Face used for attribution lines. gnus-cite-attribution-face - Variable: Face used for attribution lines. gnus-cite-attribution-prefix - Variable: *Regexp matching the beginning of an attribution line. gnus-cite-attribution-suffix - Variable: *Regexp matching the end of an attribution line. gnus-cite-blank-line-after-header - Variable: If non-nil, put a blank line between the citation header and the button. gnus-cite-face-list - Variable: *List of faces used for highlighting citations. gnus-cite-hide-absolute - Variable: Only hide excess citation if above this number of lines in the body. gnus-cite-hide-percentage - Variable: Only hide excess citation if above this percentage of the body. gnus-cite-ignore-quoted-from - Variable: Non-nil means don't regard lines beginning with ">From " as cited text. gnus-cite-localize - Function: Make the citation variables local to the article buffer. gnus-cite-max-prefix - Variable: Maximum possible length for a citation prefix. gnus-cite-minimum-match-count - Variable: Minimum number of identical prefixes before we believe it's a citation. gnus-cite-parse-max-size - Variable: Maximum article size (in bytes) where parsing citations is allowed. gnus-cite-parse-maybe - Function: Always parse the buffer. gnus-cite-unsightly-citation-regexp - Variable: Regexp matching Microsoft-type rest-of-message citations. gnus-cited-closed-text-button-line-format - Variable: Format of closed cited text buttons. gnus-cited-line-p - Function: Say whether the current line is a cited line. gnus-cited-lines-visible - Variable: The number of lines of hidden cited text to remain visible. gnus-cited-opened-text-button-line-format - Variable: Format of opened cited text buttons. gnus-clear-system - Function: Clear all variables and buffers. gnus-close-all-servers - Command: Close all servers. gnus-close-group - Function: Request the GROUP be closed. gnus-close-server - Function: Close the connection to GNUS-COMMAND-METHOD. gnus-command-method - Variable: Dynamically bound variable that says what the current back end is. gnus-compile - Command: Byte-compile the user-defined format specs. gnus-completing-read-maybe-default - Macro: Like `completing-read', allowing for non-existent 7th arg in older XEmacsen. gnus-compress-sequence - Function: Convert list of numbers to a list of ranges or a single range. gnus-configure-frame - Function: Split WINDOW according to SPLIT. gnus-configure-posting-styles - Function: Configure posting styles according to `gnus-posting-styles'. gnus-configure-windows-hook - Variable: *A hook called when configuring windows. gnus-confirm-mail-reply-to-news - Variable: If non-nil, Gnus requests confirmation when replying to news. gnus-confirm-treat-mail-like-news - Variable: If non-nil, Gnus will treat mail like news with regard to confirmation gnus-continuum-version - Command: Return VERSION as a floating point number. gnus-convert-article-to-rmail - Function: Convert article in current buffer to Rmail message format. gnus-convert-face-to-png - Function: Convert FACE (which is base64-encoded) to a PNG. gnus-convert-image-to-face-command - Variable: Command for converting an image to a Face. gnus-convert-image-to-x-face-command - Variable: Command for converting an image to an X-Face. gnus-convert-mark-converter-prompt - Function: Indicate whether CONVERTER requires gnus-convert-old-newsrc to gnus-convert-old-newsrc - Function: Convert old newsrc formats into the current format, if needed. gnus-convert-pbm-to-x-face-command - Variable: Command for converting a PBM to an X-Face. gnus-convert-png-to-face - Function: Convert FILE to a Face. gnus-copy-file - Command: Copy FILE to TO. gnus-copy-sequence - Function: Do a complete, total copy of a list. gnus-correct-length - Function: Return the correct width of STRING. gnus-create-info-command - Function: Create a command that will go to info NODE. gnus-create-xref-hashtb - Function: Go through the HEADERS list and add all Xrefs to a hash table. gnus-crosspost-complaint - Variable: Format string to be inserted when complaining about crossposts. gnus-ctan-url - Variable: Top directory of a CTAN (Comprehensive TeX Archive Network) archive. gnus-current-home-score-file - Function: Return the "current" regular score file. gnus-current-prefix-symbol - Variable: Current prefix symbol. gnus-current-prefix-symbols - Variable: List of current prefix symbols. gnus-current-select-method - Variable: The current method for selecting a newsgroup. gnus-current-startup-file - Variable: Startup file for the current host. gnus-current-topic - Function: Return the name of the current topic. gnus-current-topics - Function: Return a list of all current topics, lowest in hierarchy first. gnus-current-window-configuration - Variable: The most recently set window configuration. gnus-cut-thread - Function: Go forwards in the thread until we find an article that we want to display. gnus-cut-threads - Function: Cut off all uninteresting articles from the beginning of THREADS. gnus-data-compute-positions - Function: Compute the positions of all articles. gnus-data-update-list - Function: Add OFFSET to the POS of all data entries in DATA. gnus-date-get-time - Macro: Convert DATE string to Emacs time. gnus-date-iso8601 - Function: Convert the DATE to YYYYMMDDTHHMMSS. gnus-dd-mmm - Function: Return a string like DD-MMM from a big messy string. gnus-deactivate-mark - Function: Deactivate the mark by setting `mark-active' to nil. gnus-dead-summary-mode - Command: Minor mode for Gnus summary buffers. - Variable: Minor mode for Gnus summary buffers. gnus-deaden-summary - Function: Make the current summary buffer into a dead summary buffer. gnus-debug - Command: Attempts to go through the Gnus source file and report what variables have been changed. gnus-debug-exclude-variables - Variable: Variables that should not be reported in `gnus-bug'. gnus-debug-files - Variable: Files whose variables will be reported in `gnus-bug'. gnus-decay-score - Function: Decay SCORE according to `gnus-score-decay-constant' and `gnus-score-decay-scale'. gnus-decay-score-function - Variable: *Function called to decay a score. gnus-decay-scores - Function: Decay non-permanent scores in ALIST. - Variable: *If non-nil, decay non-permanent scores. gnus-declare-backend - Function: Declare back end NAME with ABILITIES as a Gnus back end. gnus-decode-encoded-word-function - Variable: Variable that says which function should be used to decode a string with encoded words. gnus-decode-encoded-word-methods - Variable: List of methods used to decode encoded words. gnus-decode-header-function - Variable: Function used to decode headers. gnus-decode-header-methods - Variable: List of methods used to decode headers. gnus-default-adaptive-score-alist - Variable: Alist of marks and scores. gnus-default-adaptive-word-score-alist - Variable: *Alist of marks and scores. gnus-default-article-saver - Variable: A function to save articles in your favourite format. gnus-default-charset - Variable: Default charset assumed to be used when viewing non-ASCII characters. gnus-default-directory - Variable: *Default directory for all Gnus buffers. gnus-default-ignored-adaptive-words - Variable: *Default list of words to be ignored when doing adaptive word scoring. gnus-default-nntp-server - Variable: Specify a default NNTP server. gnus-default-subscribed-newsgroups - Variable: List of newsgroups to subscribe, when a user runs Gnus the first time. gnus-define-group-parameter - Macro: Define a group parameter PARAM. gnus-define-keymap - Macro: Define all keys in PLIST in KEYMAP. gnus-define-keys - Macro: Define all keys in PLIST in KEYMAP. gnus-define-keys-safe - Macro: Define all keys in PLIST in KEYMAP without overwriting previous definitions. gnus-del-mark - Variable: *Mark used for del'd articles. gnus-delay-initialize - Function: Initialize the gnus-delay package. gnus-delay-send-queue - Command: Send all the delayed messages that are due now. gnus-delete-alist - Function: Delete from ALIST all elements whose car is `eq' to KEY. gnus-delete-directory - Function: Delete files in DIRECTORY. Subdirectories remain. gnus-delete-file - Function: Delete FILE if it exists. gnus-delete-first - Function: Delete by side effect the first occurrence of ELT as a member of LIST. gnus-delete-images - Function: Delete all images in CATEGORY. gnus-delete-overlay - Function: Delete the overlay OVERLAY from its buffer. gnus-delete-wash-type - Function: Add a washing of TYPE to the current status. gnus-delete-windows-in-gnusey-frames - Function: Do a `delete-other-windows' in all frames that have Gnus windows. gnus-dependencies-add-header - Function: Enter HEADER into the DEPENDENCIES table if it is not already there. gnus-description-hashtb - Variable: Descriptions of newsgroups. gnus-ding-file-coding-system - Variable: Coding system for ding file. gnus-directory - Variable: *Directory variable from which all other Gnus file variables are derived. gnus-directory-sep-char-regexp - Variable: The regexp of directory separator character. gnus-disable-undo - Command: Disable undoing in the current buffer. gnus-discouraged-post-methods - Variable: A list of back ends that are not used in "real" newsgroups. gnus-display-mime - Function: Display the MIME parts. gnus-display-mime-function - Variable: Function to display MIME articles. gnus-display-x-face-in-from - Function: Display the X-Face DATA in the From header. gnus-dissect-cited-text - Function: Dissect the article buffer looking for cited text. gnus-dormant-mark - Variable: *Mark used for dormant articles. gnus-downloadable-mark - Variable: *Mark used for articles that are to be downloaded. gnus-downloaded-mark - Variable: *Mark used for articles that were downloaded. gnus-draft-reminder - Command: Reminder user if there are unsent drafts. gnus-dribble-directory - Variable: *The directory where dribble files will be saved. gnus-dribble-enter - Function: Enter STRING into the dribble buffer. gnus-dribble-file - Group: Auto save file. gnus-dribble-file-name - Function: Return the dribble file for the current .newsrc. gnus-dribble-read-file - Function: Read the dribble file from disk. gnus-dribble-touch - Function: Touch the dribble buffer. gnus-duplicate-mark - Variable: *Mark used for duplicate articles. gnus-earcon-display - Command: Play sounds in message buffers. gnus-emacs-version - Function: Stringified Emacs version. gnus-email-address - Widget: An email address. gnus-emphasis-alist - Variable: *Alist that says how to fontify certain phrases. gnus-emphasis-bold - Face: Face used for displaying strong emphasized text (*word*). gnus-emphasis-bold-italic - Face: Face used for displaying bold italic emphasized text (/*word*/). gnus-emphasis-highlight-words - Face: Face used for displaying highlighted words. gnus-emphasis-italic - Face: Face used for displaying italic emphasized text (/word/). gnus-emphasis-strikethru - Face: Face used for displaying strike-through text (-word-). gnus-emphasis-underline - Face: Face used for displaying underlined emphasized text (_word_). gnus-emphasis-underline-bold - Face: Face used for displaying underlined bold emphasized text (_*word*_). gnus-emphasis-underline-bold-italic - Face: Face used for displaying underlined bold italic emphasized text. gnus-emphasis-underline-italic - Face: Face used for displaying underlined italic emphasized text (_/word/_). gnus-emphasize-whitespace-regexp - Variable: A regexp to describe whitespace which should not be emphasized. gnus-empty-thread-mark - Variable: *There is no thread under the article. gnus-enter-category-buffer - Command: Go to the Category buffer. gnus-enter-server-buffer - Function: Set up the server buffer. gnus-ephemeral-group-p - Function: Say whether GROUP is ephemeral or not. gnus-error - Function: Beep an error if LEVEL is equal to or less than `gnus-verbose'. gnus-eval-format - Function: Eval the format variable FORMAT, using ALIST. gnus-eval-in-buffer-window - Macro: Pop to BUFFER, evaluate FORMS, and then return to the original window. gnus-exit - Group: Exiting Gnus. gnus-exit-gnus-hook - Variable: Hook called when exiting Gnus. gnus-exit-group-hook - Variable: *A hook called when exiting summary mode. gnus-expand-group-parameter - Function: Use MATCH to expand VALUE in GROUP. gnus-expand-group-parameters - Function: Go through PARAMETERS and expand them according to the match data. gnus-expert-user - Variable: *Non-nil means that you will never be asked for confirmation about anything. gnus-expirable-mark - Variable: *Mark used for expirable articles. gnus-expunge-thread - Function: Mark all articles in THREAD as read. gnus-extended-version - Command: Stringified Gnus version and Emacs version. gnus-extent-detached-p - Command: Do nothing and return nil. gnus-extent-start-open - Command: Do nothing and return nil. gnus-extra-header - Function: Return the extra header of TYPE. gnus-extra-headers - Variable: *Extra headers to parse. gnus-extract-address-components - Function: Extract address components from a From header. - Variable: *Function for extracting address components from a From header. gnus-extract-view - Group: Viewing extracted files. gnus-face-from-file - Command: Return a Face header based on an image file. gnus-faces-at - Macro: Return a list of faces at POSITION. gnus-fetch-field - Function: Return the value of the header FIELD of current article. gnus-fetch-group - Command: Start Gnus if necessary and enter GROUP. gnus-fetch-group-other-frame - Command: Pop up a frame and enter GROUP. gnus-fetch-headers - Function: Fetch headers of ARTICLES. gnus-fetch-old-ephemeral-headers - Variable: Same as `gnus-fetch-old-headers', but only used for ephemeral newsgroups. gnus-fetch-old-headers - Variable: *Non-nil means that Gnus will try to build threads by grabbing old headers. gnus-fetch-original-field - Function: Fetch FIELD from the original version of the current article. gnus-file-save-name - Variable: A function generating a file name to save articles in article format. gnus-files - Group: Files used by Gnus. gnus-find-matching-articles - Function: Return a list of all articles that match REGEXP on HEADER. gnus-find-method-for-group - Function: Find the select method that GROUP uses. gnus-find-new-newsgroups - Command: Search for new newsgroups and add them. gnus-find-subscribed-addresses - Function: Return a regexp matching the addresses of all subscribed mail groups. gnus-folder-save-name - Variable: A function generating a file name to save articles in MH folder. gnus-format - Group: Dealing with formatting issues. gnus-format-specs - Variable: Alist of format specs. gnus-forwarded-mark - Variable: *Mark used for articles that have been forwarded. gnus-frame-or-window-display-name - Function: Given a frame or window, return the associated display name. gnus-frames-on-display-list - Function: Return a list of all frames on DISPLAY. gnus-fun - Group: Frivolous Gnus extensions. gnus-function-implies-unread-1 - Function: Recursively evaluate a predicate function to determine whether it can select gnus-gather-threads-by-references - Function: Gather threads by looking at References headers. gnus-gather-threads-by-subject - Function: Gather threads by looking at Subject headers. gnus-gcc-externalize-attachments - Variable: Should local-file attachments be included as external parts in Gcc copies? gnus-gcc-mark-as-read - Variable: If non-nil, automatically mark Gcc articles as read. gnus-general-simplify-subject - Function: Simplify subject by the same rules as `gnus-gather-threads-by-subject'. gnus-get-buffer-create - Function: Do the same as `get-buffer-create', but store the created buffer. gnus-get-function - Function: Return a function symbol based on METHOD and FUNCTION. gnus-get-killed-groups - Function: Go through the active hashtb and mark all unknown groups as killed. gnus-get-new-news-hook - Variable: A hook run just before Gnus checks for new news. gnus-get-newsgroup-headers-xover - Function: Parse the news overview data in the server buffer. gnus-get-predicate - Function: Return the function implementing PREDICATE. gnus-get-split-value - Function: Return a value based on the split METHODS. gnus-get-top-new-news-hook - Variable: A hook run just before Gnus checks for new news globally. gnus-getenv-nntpserver - Function: Find default nntp server. gnus-gethash - Macro: Get hash value of STRING in HASHTABLE. gnus-gethash-safe - Macro: Get hash value of STRING in HASHTABLE. gnus-global-score-files - Variable: List of global score files and directories. gnus-globalify-regexp - Function: Return a regexp that matches a whole line, iff RE matches a part of it. gnus-gnus-to-quick-newsrc-format - Function: Print Gnus variables such as `gnus-newsrc-alist' in Lisp format. gnus-goto-next-group-when-activating - Variable: *If non-nil, the M-g command will advance point to the next group. gnus-grab-cam-face - Command: Grab a picture off the camera and make it into an X-Face. gnus-grab-cam-x-face - Command: Grab a picture off the camera and make it into an X-Face. gnus-group - Group: Group buffers. gnus-group-active-topic-p - Function: Say whether the current topic comes from the active topics. gnus-group-add-parameter - Function: Add parameter PARAM to GROUP. gnus-group-add-score - Function: Add SCORE to the GROUP score. gnus-group-add-to-virtual - Command: Add the current group to a virtual group. gnus-group-apropos - Command: List all newsgroups that have names that match a regexp. gnus-group-archive-directory - Variable: *The address of the (ding) archives. gnus-group-asynchronous-p - Function: Say whether GROUP is fetched from a server that supports asynchronicity. gnus-group-auto-expirable-p - Function: Check whether GROUP is auto-expirable or not. gnus-group-best-unread-group - Command: Go to the group with the highest level. gnus-group-browse-foreign-server - Command: Browse a foreign news server. gnus-group-catchup - Function: Mark all articles in GROUP as read. gnus-group-catchup-current - Command: Mark all unread articles in the current newsgroup as read. gnus-group-catchup-current-all - Command: Mark all articles in current newsgroup as read. gnus-group-catchup-group-hook - Variable: Hook run when catching up a group from the group buffer. gnus-group-category - Function: Return the category GROUP belongs to. gnus-group-change-level-function - Variable: Function run when a group level is changed. gnus-group-charset-alist - Variable: Alist of regexps (to match group names) and default charsets to be used when reading. gnus-group-charter-alist - Variable: *An alist of (HIERARCHY . FORM) pairs used to construct the URL of a charter. gnus-group-check-bogus-groups - Command: Check bogus newsgroups. gnus-group-clear-data - Command: Clear all marks and read ranges from the current group. gnus-group-clear-data-on-native-groups - Command: Clear all marks and read ranges from all native groups. gnus-group-clear-dribble - Command: Clear all information from the dribble buffer. gnus-group-default-list-level - Variable: *Default listing level. gnus-group-delete-group - Command: Delete the current group. Only meaningful with editable groups. gnus-group-delete-groups - Command: Delete the current group. Only meaningful with editable groups. gnus-group-describe-all-groups - Command: Pop up a buffer with descriptions of all newsgroups. gnus-group-describe-briefly - Command: Give a one line description of the group mode commands. gnus-group-describe-group - Command: Display a description of the current newsgroup. gnus-group-description-apropos - Command: List all newsgroups that have names or descriptions that match REGEXP. gnus-group-edit-global-kill - Command: Edit the global kill file. gnus-group-edit-group - Command: Edit the group on the current line. gnus-group-edit-group-done - Function: Update variables. gnus-group-edit-group-method - Command: Edit the select method of GROUP. gnus-group-edit-group-parameters - Command: Edit the group parameters of GROUP. gnus-group-edit-local-kill - Command: Edit a local kill file. gnus-group-enter-directory - Command: Enter an ephemeral nneething group. gnus-group-enter-server-mode - Command: Jump to the server buffer. gnus-group-entry - Macro: Get the newsrc entry for GROUP. gnus-group-exit - Command: Quit reading news after updating .newsrc.eld and .newsrc. gnus-group-expire-all-groups - Command: Expire all expirable articles in all newsgroups. gnus-group-expire-articles - Command: Expire all expirable articles in the current newsgroup. gnus-group-faq-directory - Variable: *Directory where the group FAQs are stored. gnus-group-fast-parameter - Function: For GROUP, return the value of SYMBOL. gnus-group-fetch-charter - Command: Fetch the charter for the current group. gnus-group-fetch-control - Command: Fetch the archived control messages for the current group. gnus-group-fetch-control-use-browse-url - Variable: *Non-nil means that control messages are displayed using `browse-url'. gnus-group-fetch-faq - Command: Fetch the FAQ for the current group. gnus-group-find-new-groups - Command: Search for new groups and add them. gnus-group-find-parameter - Function: Return the group parameters for GROUP. gnus-group-first-unread-group - Command: Go to the first group with unread articles. gnus-group-force-update - Command: Update `.newsrc' file. gnus-group-foreign - Group: Foreign groups. gnus-group-foreign-p - Function: Say whether a group is foreign or not. gnus-group-full-name - Function: Return the full name from GROUP and METHOD, even if the method is native. gnus-group-get-description - Function: Get the description of a group by sending XGTITLE to the server. gnus-group-get-new-news - Command: Get newly arrived articles. gnus-group-get-new-news-this-group - Command: Check for newly arrived news in the current group (and the N-1 next groups). gnus-group-get-parameter - Function: Return the group parameters for GROUP. gnus-group-goto-group - Function: Goto to newsgroup GROUP. gnus-group-goto-next-group-function - Variable: Function to override finding the next group after listing groups. gnus-group-goto-unread - Variable: *If non-nil, movement commands will go to the next unread and subscribed group. gnus-group-group-indentation - Function: Get the indentation of the newsgroup on the current line. gnus-group-group-level - Function: Get the level of the newsgroup on the current line. gnus-group-group-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-group-menu - Command: - Variable: gnus-group-group-name - Function: Get the name of the newsgroup on the current line. gnus-group-group-unread - Function: Get the number of unread articles of the newsgroup on the current line. gnus-group-guess-full-name - Function: Guess the full name from GROUP, even if the method is native. gnus-group-guess-full-name-from-command-method - Function: Guess the full name from GROUP, even if the method is native. gnus-group-guess-prefixed-name - Function: Guess the whole name from GROUP and METHOD. gnus-group-ham-exit-processor-BBDB - Variable: OBSOLETE: The BBDB summary exit ham processor. gnus-group-ham-exit-processor-bogofilter - Variable: OBSOLETE: The Bogofilter summary exit ham processor. gnus-group-ham-exit-processor-copy - Variable: OBSOLETE: The ham copy exit ham processor. gnus-group-ham-exit-processor-ifile - Variable: OBSOLETE: The ifile summary exit ham processor. gnus-group-ham-exit-processor-spamoracle - Variable: OBSOLETE: The spamoracle summary exit ham processor. gnus-group-ham-exit-processor-stat - Variable: OBSOLETE: The spam-stat summary exit ham processor. gnus-group-ham-exit-processor-whitelist - Variable: OBSOLETE: The whitelist summary exit ham processor. gnus-group-help-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-highlight - Variable: *Controls the highlighting of group buffer lines. gnus-group-highlight-line - Function: Highlight the current line according to `gnus-group-highlight'. gnus-group-highlight-words-alist - Variable: Alist of group regexps and highlight regexps. gnus-group-icon-list - Variable: *Controls the insertion of icons into group buffer lines. gnus-group-icons - Group: Add Icons to your group buffer. gnus-group-ignored-charsets-alist - Variable: Alist of regexps (to match group names) and charsets that should be ignored. gnus-group-insert-group-line - Function: Insert a group line in the group buffer. gnus-group-insert-group-line-info - Function: Insert GROUP on the current line. gnus-group-iterate - Function: Iterate FUNCTION over all process/prefixed groups. gnus-group-jump-to-group - Command: Jump to newsgroup GROUP. gnus-group-jump-to-group-prompt - Variable: Default prompt for `gnus-group-jump-to-group'. gnus-group-kill-all-zombies - Command: Kill all zombie newsgroups. gnus-group-kill-group - Command: Kill the next N groups. gnus-group-kill-level - Command: Kill all groups that is on a certain LEVEL. gnus-group-kill-region - Command: Kill newsgroups in current region (excluding current point). gnus-group-level - Function: Return the estimated level of GROUP. gnus-group-levels - Group: Group levels. gnus-group-line-format - Variable: *Format of group lines. gnus-group-list-active - Command: List all groups that are available from the server(s). gnus-group-list-all-groups - Command: List all newsgroups with level ARG or lower. gnus-group-list-all-matching - Command: List all groups that match REGEXP. gnus-group-list-cached - Command: List all groups with cached articles. gnus-group-list-dormant - Command: List all groups with dormant articles. gnus-group-list-flush - Command: Flush groups from the current selection. gnus-group-list-flush-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-list-groups - Command: List newsgroups with level LEVEL or lower that have unread articles. gnus-group-list-inactive-groups - Variable: *If non-nil, inactive groups will be listed. gnus-group-list-killed - Command: List all killed newsgroups in the group buffer. gnus-group-list-level - Command: List groups on LEVEL. gnus-group-list-limit - Command: List groups limited within the current selection. gnus-group-list-limit-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-list-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-list-matching - Command: List all groups with unread articles that match REGEXP. gnus-group-list-plus - Command: List groups plus the current selection. gnus-group-list-plus-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-list-zombies - Command: List all zombie newsgroups in the group buffer. gnus-group-listed-groups - Function: Return a list of listed groups. gnus-group-listing - Group: Showing slices of the group list. gnus-group-listing-limit - Variable: *A limit of the number of groups when listing. gnus-group-mail - Command: Start composing a mail. gnus-group-mail-1 - Face: Level 1 mailgroup face. gnus-group-mail-1-empty - Face: Level 1 empty mailgroup face. gnus-group-mail-2 - Face: Level 2 mailgroup face. gnus-group-mail-2-empty - Face: Level 2 empty mailgroup face. gnus-group-mail-3 - Face: Level 3 mailgroup face. gnus-group-mail-3-empty - Face: Level 3 empty mailgroup face. gnus-group-mail-low - Face: Low level mailgroup face. gnus-group-mail-low-empty - Face: Low level empty mailgroup face. gnus-group-make-archive-group - Command: Create the (ding) Gnus archive group of the most recent articles. gnus-group-make-articles-read - Function: Update the info of GROUP to say that ARTICLES are read. gnus-group-make-directory-group - Command: Create an nndir group. gnus-group-make-doc-group - Command: Create a group that uses a single file as the source. gnus-group-make-empty-virtual - Command: Create a new, fresh, empty virtual group. gnus-group-make-group - Command: Add a new newsgroup. gnus-group-make-help-group - Command: Create the Gnus documentation group. gnus-group-make-kiboze-group - Command: Create an nnkiboze group. gnus-group-make-nnir-group - Command: Create an nnir group. Asks for query. gnus-group-make-rss-group - Command: Given a URL, discover if there is an RSS feed. gnus-group-make-tool-bar - Function: Make a group mode tool bar from `gnus-group-tool-bar'. gnus-group-make-useful-group - Command: Create one of the groups described in `gnus-useful-groups'. gnus-group-make-warchive-group - Command: Create a nnwarchive group. gnus-group-make-web-group - Command: Create an ephemeral nnweb group. gnus-group-mark-article-read - Function: Mark ARTICLE read. gnus-group-mark-buffer - Command: Mark all groups in the buffer. gnus-group-mark-group - Command: Mark the current group. gnus-group-mark-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-mark-regexp - Command: Mark all groups that match some regexp. gnus-group-mark-region - Command: Mark all groups between point and mark. gnus-group-menu-hook - Variable: Hook run after the creation of the group mode menu. gnus-group-method - Function: Return the server or method used for selecting GROUP. gnus-group-misc-menu - Command: - Variable: gnus-group-mode - Command: Major mode for reading news. gnus-group-mode-hook - Variable: Hook for Gnus group mode. gnus-group-mode-line-format - Variable: *The format specification for the group mode line. gnus-group-name-charset-group-alist - Variable: Alist of group regexp and the charset for group names. gnus-group-name-charset-method-alist - Variable: Alist of method and the charset for group names. gnus-group-name-to-method - Function: Guess a select method based on GROUP. gnus-group-native-p - Function: Say whether the group is native or not. gnus-group-new - Group: Automatic subscription of new groups. gnus-group-news - Command: Start composing a news. gnus-group-news-1 - Face: Level 1 newsgroup face. gnus-group-news-1-empty - Face: Level 1 empty newsgroup face. gnus-group-news-2 - Face: Level 2 newsgroup face. gnus-group-news-2-empty - Face: Level 2 empty newsgroup face. gnus-group-news-3 - Face: Level 3 newsgroup face. gnus-group-news-3-empty - Face: Level 3 empty newsgroup face. gnus-group-news-4 - Face: Level 4 newsgroup face. gnus-group-news-4-empty - Face: Level 4 empty newsgroup face. gnus-group-news-5 - Face: Level 5 newsgroup face. gnus-group-news-5-empty - Face: Level 5 empty newsgroup face. gnus-group-news-6 - Face: Level 6 newsgroup face. gnus-group-news-6-empty - Face: Level 6 empty newsgroup face. gnus-group-news-low - Face: Low level newsgroup face. gnus-group-news-low-empty - Face: Low level empty newsgroup face. gnus-group-next-group - Command: Go to next N'th newsgroup. gnus-group-next-unread-group - Command: Go to next N'th unread newsgroup. gnus-group-next-unread-group-same-level - Command: Go to next N'th unread newsgroup on the same level. gnus-group-nnimap-edit-acl - Command: Edit the Access Control List of current nnimap GROUP. gnus-group-nnimap-expunge - Command: Expunge deleted articles in current nnimap GROUP. gnus-group-no-more-groups-hook - Variable: *A hook run when returning to group mode having no more (unread) groups. gnus-group-parameter-value - Function: Return the value of SYMBOL in group PARAMS. gnus-group-parent-topic - Function: Return the topic GROUP is member of by looking at the group buffer. gnus-group-post-news - Command: Start composing a message (a news by default). gnus-group-posting-charset-alist - Variable: Alist of regexps and permitted unencoded charsets for posting. gnus-group-prefixed-name - Function: Return the whole name from GROUP and METHOD. gnus-group-prefixed-p - Function: Return the prefix of the current group name. gnus-group-prepare-flat - Function: List all newsgroups with unread articles of level LEVEL or lower. gnus-group-prepare-function - Variable: *A function that is called to generate the group buffer. gnus-group-prepare-hook - Variable: Hook called after the group buffer has been generated. gnus-group-prepare-topics - Function: List all newsgroups with unread articles of level LEVEL or lower. gnus-group-prev-group - Command: Go to previous N'th newsgroup. gnus-group-prev-unread-group - Command: Go to previous N'th unread newsgroup. gnus-group-prev-unread-group-same-level - Command: Go to next N'th unread newsgroup on the same level. gnus-group-process-prefix - Function: Return a list of groups to work on. gnus-group-quick-select-group - Command: Select the current group "quickly". gnus-group-quit - Command: Quit reading news without updating .newsrc.eld or .newsrc. gnus-group-quit-config - Function: Return the quit-config of GROUP. gnus-group-read-ephemeral-group - Command: Read GROUP from METHOD as an ephemeral group. gnus-group-read-group - Command: Read news in this newsgroup. gnus-group-read-init-file - Command: Read the Gnus elisp init file. gnus-group-read-only-p - Function: Check whether GROUP supports editing or not. gnus-group-reading-menu - Command: - Variable: gnus-group-real-name - Macro: Find the real name of a foreign newsgroup. gnus-group-real-prefix - Function: Return the prefix of the current group name. gnus-group-recent-archive-directory - Variable: *The address of the most recent (ding) articles. gnus-group-remove-excess-properties - Command: Do nothing and return nil. gnus-group-remove-mark - Function: Remove the process mark from GROUP and move point there. gnus-group-remove-parameter - Function: Remove parameter NAME from GROUP. gnus-group-rename-group - Command: Rename group from GROUP to NEW-NAME. gnus-group-restart - Command: Force Gnus to read the .newsrc file. gnus-group-save-newsrc - Command: Save the Gnus startup files. gnus-group-score-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-search-forward - Function: Find the next newsgroup with unread articles. gnus-group-secondary-p - Function: Say whether the group is secondary or not. gnus-group-select - Group: Selecting a Group. gnus-group-select-group - Command: Select this newsgroup. gnus-group-select-group-ephemerally - Command: Select the current group without doing any processing whatsoever. gnus-group-set-current-level - Command: Set the level of the next N groups to LEVEL. gnus-group-set-mark - Function: Set the process mark on GROUP. gnus-group-set-mode-line - Function: Update the mode line in the group buffer. gnus-group-set-parameter - Function: Set parameter NAME to VALUE in GROUP. gnus-group-set-timestamp - Function: Change the timestamp of the current group to the current time. gnus-group-short-name - Function: Return the short group name. gnus-group-sieve-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-sort-alist-function - Variable: Function for sorting the group buffer. gnus-group-sort-by-alphabet - Function: Sort alphabetically. gnus-group-sort-by-level - Function: Sort by level. gnus-group-sort-by-method - Function: Sort alphabetically by back end name. gnus-group-sort-by-rank - Function: Sort by level and score. gnus-group-sort-by-real-name - Function: Sort alphabetically on real (unprefixed) names. gnus-group-sort-by-score - Function: Sort by group score. gnus-group-sort-by-server - Function: Sort alphabetically by server name. gnus-group-sort-by-unread - Function: Sort by number of unread articles. gnus-group-sort-function - Variable: *Function used for sorting the group buffer. gnus-group-sort-groups - Command: Sort the group buffer according to FUNC. gnus-group-sort-groups-by-alphabet - Command: Sort the group buffer alphabetically by group name. gnus-group-sort-groups-by-level - Command: Sort the group buffer by group level. gnus-group-sort-groups-by-method - Command: Sort the group buffer alphabetically by back end name. gnus-group-sort-groups-by-rank - Command: Sort the group buffer by group rank. gnus-group-sort-groups-by-real-name - Command: Sort the group buffer alphabetically by real (unprefixed) group name. gnus-group-sort-groups-by-score - Command: Sort the group buffer by group score. gnus-group-sort-groups-by-server - Command: Sort the group buffer alphabetically by server name. gnus-group-sort-groups-by-unread - Command: Sort the group buffer by number of unread articles. gnus-group-sort-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-sort-selected-function - Variable: Function for sorting the selected groups in the group buffer. gnus-group-sort-selected-groups - Command: Sort the process/prefixed groups. gnus-group-sort-selected-groups-by-alphabet - Command: Sort the group buffer alphabetically by group name. gnus-group-sort-selected-groups-by-level - Command: Sort the group buffer by group level. gnus-group-sort-selected-groups-by-method - Command: Sort the group buffer alphabetically by back end name. gnus-group-sort-selected-groups-by-rank - Command: Sort the group buffer by group rank. gnus-group-sort-selected-groups-by-real-name - Command: Sort the group buffer alphabetically by real group name. gnus-group-sort-selected-groups-by-score - Command: Sort the group buffer by group score. gnus-group-sort-selected-groups-by-unread - Command: Sort the group buffer by number of unread articles. gnus-group-sort-selected-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-sort-topic - Function: Sort groups in the topics according to FUNC and REVERSE. gnus-group-soup-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-spam-classification-ham - Variable: The ham value for the spam group parameter (requires spam.el). gnus-group-spam-classification-spam - Variable: Spam group classification (requires spam.el). gnus-group-spam-exit-processor-blacklist - Variable: OBSOLETE: The Blacklist summary exit spam processor. gnus-group-spam-exit-processor-bogofilter - Variable: OBSOLETE: The Bogofilter summary exit spam processor. gnus-group-spam-exit-processor-ifile - Variable: OBSOLETE: The ifile summary exit spam processor. gnus-group-spam-exit-processor-report-gmane - Variable: OBSOLETE: The Gmane reporting summary exit spam processor. gnus-group-spam-exit-processor-spamoracle - Variable: OBSOLETE: The spamoracle summary exit spam processor. gnus-group-spam-exit-processor-stat - Variable: OBSOLETE: The spam-stat summary exit spam processor. gnus-group-split - Function: Uses information from group parameters in order to split mail. gnus-group-split-fancy - Function: Uses information from group parameters in order to split mail. gnus-group-split-setup - Command: Set up the split for nnmail-split-fancy. gnus-group-split-update - Command: Computes nnmail-split-fancy from group params and CATCH-ALL. gnus-group-startup-message - Function: Insert startup message in current buffer. gnus-group-sub-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-subscribe - Command: Subscribe the current group. gnus-group-suspend - Command: Suspend the current Gnus session. gnus-group-timestamp - Function: Return the timestamp for GROUP. gnus-group-timestamp-delta - Function: Return the offset in seconds from the timestamp for GROUP to the current time, as a floating point number. gnus-group-timestamp-string - Function: Return a string of the timestamp for GROUP. gnus-group-tool-bar - Variable: Specifies the Gnus group tool bar. gnus-group-tool-bar-gnome - Variable: List of functions for the group tool bar (GNOME style). gnus-group-tool-bar-retro - Variable: List of functions for the group tool bar (retro look). gnus-group-tool-bar-update - Function: Update group buffer toolbar. gnus-group-tool-bar-zap-list - Variable: List of icon items from the global tool bar. gnus-group-topic - Function: Return the topic GROUP is a member of. gnus-group-topic-level - Function: The level of the topic on the current line. gnus-group-topic-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-group-topic-name - Function: The name of the topic on the current line. gnus-group-topic-p - Function: Return non-nil if the current line is a topic. gnus-group-topic-parameters - Function: Compute the group parameters for GROUP taking into account inheritance from topics. gnus-group-topic-unread - Function: The number of unread articles in topic on the current line. gnus-group-total-expirable-p - Function: Check whether GROUP is total-expirable or not. gnus-group-transpose-groups - Command: Move the current newsgroup up N places. gnus-group-uncollapsed-levels - Variable: Number of group name elements to leave alone when making a short group name. gnus-group-universal-argument - Command: Perform any command on all groups according to the process/prefix convention. gnus-group-unmark-all-groups - Command: Unmark all groups. gnus-group-unmark-group - Command: Remove the mark from the current group. gnus-group-unread - Macro: Get the currently computed number of unread articles in GROUP. gnus-group-unsubscribe - Command: Unsubscribe the current group. gnus-group-unsubscribe-current-group - Command: Toggle subscription of the current group. gnus-group-unsubscribe-group - Command: Toggle subscription to GROUP. gnus-group-update-group - Function: Update all lines where GROUP appear. gnus-group-update-group-hook - Variable: Hook called when updating group lines. gnus-group-update-group-line - Function: Update the current line in the group buffer. gnus-group-update-hook - Variable: Hook called when a group line is changed. gnus-group-update-tool-bar - Variable: Force updating the group buffer tool bar. gnus-group-use-permanent-levels - Variable: *If non-nil, once you set a level, Gnus will use this level. gnus-group-various - Group: Various group options. gnus-group-visible-select-group - Command: Select the current group without hiding any articles. gnus-group-visual - Group: Sorting the group buffer. gnus-group-yank-group - Command: Yank the last newsgroups killed with M-x gnus-group-kill-group, inserting it before the current newsgroup. gnus-groups-from-server - Function: Return a list of all groups that are fetched from SERVER. gnus-ham-process-destinations - Variable: *Groups in which to explicitly send ham articles to gnus-handle-ephemeral-exit - Function: Handle movement when leaving an ephemeral group. gnus-header-button-alist - Variable: *Alist of headers and regexps to match buttons in article heads. gnus-header-content - Face: Face used for displaying header content. gnus-header-face-alist - Variable: *Controls highlighting of article headers. gnus-header-from - Face: Face used for displaying from headers. gnus-header-name - Face: Face used for displaying header names. gnus-header-newsgroups - Face: Face used for displaying newsgroups headers. gnus-header-subject - Face: Face used for displaying subject headers. gnus-hidden-properties - Variable: Property list to use for hiding text. gnus-hidden-threads-configuration - Function: Return the current hidden threads configuration. gnus-hierarchial-home-adapt-file - Function: Return the adapt file of the top-level hierarchy of GROUP. gnus-hierarchial-home-score-file - Function: Return the score file of the top-level hierarchy of GROUP. gnus-highlight-selected-summary - Function: Highlight selected article in summary buffer. gnus-home-adapt-file - Variable: Variable to control where new adaptive score entries are to go. gnus-home-directory - Variable: Directory variable that specifies the "home" directory. gnus-home-score-file - Function: Return the home score file for GROUP. - Variable: Variable to control where interactive score entries are to go. gnus-horizontal-recenter - Function: Recenter the current buffer horizontally. gnus-id-to-article - Function: Return the article number of ID. gnus-id-to-header - Function: Return the article headers of ID. gnus-id-to-thread - Function: Return the (sub-)thread where ID appears. gnus-ignored-adaptive-words - Variable: List of words to be ignored when doing adaptive word scoring. gnus-ignored-from-addresses - Variable: *Regexp of From headers that may be suppressed in favor of To headers. gnus-ignored-headers - Variable: *All headers that start with this regexp will be hidden. gnus-ignored-mime-types - Variable: List of MIME types that should be ignored by Gnus. gnus-ignored-newsgroups - Variable: *A regexp to match uninteresting newsgroups in the active file. gnus-indent-rigidly - Function: Indent rigidly using only spaces and no tabs. gnus-inews-insert-archive-gcc - Function: Insert the Gcc to say where the article is to be archived. gnus-inews-insert-gcc - Function: Insert Gcc headers based on `gnus-outgoing-message-group'. gnus-info-clear-data - Function: Clear all marks and read ranges from INFO. gnus-info-find-node - Command: Find Info documentation of Gnus. gnus-info-nodes - Variable: Alist of major modes and related Info nodes. gnus-inhibit-mime-unbuttonizing - Variable: If non-nil, all MIME parts get buttons. gnus-inhibit-posting-styles - Variable: Inhibit the use of posting styles. gnus-inhibit-startup-message - Variable: If non-nil, the startup message will not be displayed. gnus-inhibit-treatment - Variable: Whether to inhibit treatment. gnus-inhibit-user-auto-expire - Variable: *If non-nil, user marking commands will not mark an article as expirable, even if the group has auto-expire turned on. gnus-init-file - Variable: Your Gnus Emacs-Lisp startup file name. gnus-insert-pseudo-articles - Variable: *If non-nil, insert pseudo-articles when decoding articles. gnus-insert-random-x-face-header - Command: Insert a random X-Face header from `gnus-x-face-directory'. gnus-install-group-spam-parameters - Variable: *Disable the group parameters for spam detection. gnus-interactive - Function: Return a list that can be fed to `interactive'. gnus-interactive-catchup - Variable: *If non-nil, require your confirmation when catching up a group. gnus-interactive-exit - Variable: *If non-nil, require your confirmation when exiting Gnus. gnus-intern-safe - Macro: Set hash value. Arguments are STRING, VALUE, and HASHTABLE. gnus-internal-registry-spool-current-method - Variable: The current method, for the registry. gnus-invalid-group-regexp - Variable: Regexp matching invalid groups. gnus-inverse-list-range-intersection - Function: Return a list of numbers in LIST that are not members of RANGES. gnus-jog-cache - Command: Go through all groups and put the articles into the cache. gnus-keep-backlog - Variable: *If non-nil, Gnus will keep read articles for later re-retrieval. gnus-keep-same-level - Variable: *Non-nil means that the next newsgroup after the current will be on the same level. gnus-key-press-event-p - Function: Return t if OBJECT is a number (floating point or integer). gnus-kill-all-overlays - Function: Delete all overlays in the current buffer. gnus-kill-buffer - Macro: Kill BUFFER and remove from the list of Gnus buffers. gnus-kill-ephemeral-group - Function: Remove ephemeral GROUP from relevant structures. gnus-kill-file-mark - Variable: *Mark used for articles killed by kill files. gnus-kill-file-name - Variable: Suffix of the kill files. gnus-kill-files-directory - Variable: *Name of the directory where kill files will be stored (default "~/News"). gnus-kill-gnus-frames - Function: Kill all frames Gnus has created. gnus-kill-newsgroup - Function: Obsolete function. Kills a newsgroup. gnus-kill-or-deaden-summary - Function: Kill or deaden the summary BUFFER. gnus-kill-summary-on-exit - Variable: *If non-nil, kill the summary buffer when you exit from it. gnus-killed-hashtb - Variable: Hash table equivalent of `gnus-killed-list'. gnus-killed-list - Variable: List of killed newsgroups. gnus-killed-mark - Variable: *Mark used for killed articles. gnus-large-ephemeral-newsgroup - Variable: The number of articles which indicates a large ephemeral newsgroup. gnus-large-newsgroup - Variable: *The number of articles which indicates a large newsgroup. gnus-last-element - Function: Return last element of LIST. gnus-last-search-regexp - Variable: Default regexp for article search command. gnus-last-shell-command - Variable: Default shell command on article. gnus-level-default-subscribed - Variable: *New subscribed groups will be subscribed at this level. gnus-level-default-unsubscribed - Variable: *New unsubscribed groups will be unsubscribed at this level. gnus-level-killed - Variable: Groups with this level are killed. gnus-level-subscribed - Variable: Groups with levels less than or equal to this variable are subscribed. gnus-level-unsubscribed - Variable: Groups with levels less than or equal to this variable are unsubscribed. gnus-level-zombie - Variable: Groups with this level are zombie groups. gnus-list-active-group - Function: Request active information on GROUP. gnus-list-groups-with-ticked-articles - Variable: *If non-nil, list groups that have only ticked articles. gnus-list-identifiers - Variable: Regexp that matches list identifiers to be removed from subject. gnus-list-of-killed-groups - Variable: List of newsgroups that have recently been killed by the user. gnus-list-of-read-articles - Function: Return a list of unread, unticked and non-dormant articles. gnus-list-range-difference - Function: Return a list of numbers in LIST that are not members of RANGES. gnus-list-range-intersection - Function: Return a list of numbers in LIST that are members of RANGES. gnus-load - Function: Load FILE, but in such a way that read errors can be reported. gnus-load-hook - Variable: A hook run while Gnus is loaded. gnus-local-domain - Variable: Local domain name without a host name. gnus-local-map-property - Function: Return a list suitable for a text property list specifying keymap MAP. gnus-local-organization - Variable: String with a description of what organization (if any) the user belongs to. gnus-local-set-keys - Macro: Set the keys in PLIST in the current keymap. gnus-logo-color-alist - Variable: Color alist used for the Gnus logo. gnus-logo-color-style - Variable: *Color styles used for the Gnus logo. gnus-logo-colors - Variable: Colors used for the Gnus logo. gnus-low-score-mark - Variable: *Mark used for articles with a low score. gnus-mail-save-name - Variable: A function generating a file name to save articles in Unix mail format. gnus-mail-strip-quoted-names - Function: Delete comments and quoted strings in an address list ADDRESS. gnus-mailing-list-archive - Command: Browse archive. gnus-mailing-list-followup-to - Function: Look at the headers in the current buffer and return a Mail-Followup-To address. gnus-mailing-list-groups - Variable: *If non-nil a regexp matching groups that are really mailing lists. gnus-mailing-list-help - Command: Get help from mailing list server. gnus-mailing-list-insinuate - Command: Setup group parameters from List-Post header. gnus-mailing-list-message - Function: Send message to ADDRESS. gnus-mailing-list-mode - Command: Minor mode for providing mailing-list commands. - Variable: Minor mode for providing mailing-list commands. gnus-mailing-list-owner - Command: Mail to the mailing list owner. gnus-mailing-list-post - Command: Post message (really useful ?) gnus-mailing-list-subscribe - Command: Subscribe to mailing list. gnus-mailing-list-unsubscribe - Command: Unsubscribe from mailing list. gnus-maintainer - Variable: The mail address of the Gnus maintainers. gnus-make-articles-unread - Function: Mark ARTICLES in GROUP as unread. gnus-make-ascending-articles-unread - Function: Mark ascending ARTICLES in GROUP as unread. gnus-make-async-article-function - Function: Return a callback function. gnus-make-directory - Function: Make DIRECTORY (and all its parents) if it doesn't exist. gnus-make-format-preserve-properties - Variable: *If non-nil, use a replacement `format' function which preserves gnus-make-hashtable-from-killed - Function: Create a hash table from the killed and zombie lists. gnus-make-local-hook - Command: Do nothing and return nil. gnus-make-newsrc-file - Function: Make server dependent file name by catenating FILE and server host name. gnus-make-overlay - Function: Create a new overlay with range BEG to END in BUFFER. gnus-make-predicate - Function: Transform SPEC into a function that can be called. gnus-make-score-map - Function: Make a summary score map of type TYPE. gnus-make-sort-function - Function: Return a composite sort condition based on the functions in FUNS. gnus-make-sort-function-1 - Function: Return a composite sort condition based on the functions in FUNS. gnus-make-threads - Function: Go through the dependency hashtb and find the roots. Return all threads. gnus-map-articles - Function: Map PREDICATE over ARTICLES and return non-nil if any predicate is non-nil. gnus-map-function - Function: Apply the result of the first function in FUNS to the second, and so on. gnus-mapcar - Macro: Apply FUNCTION to each element of the sequences, and make a list of the results. gnus-mark-active-p - Function: Non-nil means the mark and region are currently active in this buffer. gnus-mark-article-as-read - Function: Enter ARTICLE in the pertinent lists and remove it from others. gnus-mark-article-as-unread - Function: Enter ARTICLE in the pertinent lists and remove it from others. gnus-mark-article-hook - Variable: *A hook called when an article is selected for the first time. gnus-mark-xrefs-as-read - Function: Look through all the headers and mark the Xrefs as read. gnus-member-of-valid - Function: Find out if GROUP has SYMBOL as part of its "valid" spec. gnus-merge - Function: Destructively merge the two sequences to produce a new sequence. gnus-message - Function: If LEVEL is lower than `gnus-verbose' print ARGS using `message'. - Group: Composing replies and followups in Gnus. gnus-message-archive-group - Variable: *Name of the group in which to save the messages you've written. gnus-message-archive-method - Variable: *Method used for archiving messages you've sent. gnus-message-replyencrypt - Variable: Automatically encrypt replies to encrypted messages. gnus-message-replysign - Variable: Automatically sign replies to signed messages. gnus-message-replysignencrypted - Variable: Setting this causes automatically encrypted messages to also be signed. gnus-message-setup-hook - Variable: Hook run after setting up a message buffer. gnus-meta - Group: Meta variables controlling major portions of Gnus. gnus-method-equal - Macro: Say whether two servers are equal. gnus-method-option-p - Function: Return non-nil if select METHOD has OPTION as a parameter. gnus-method-simplify - Function: Return the shortest uniquely identifying string or method for METHOD. gnus-methods-using - Function: Find all methods that have FEATURE. gnus-mime-action-alist - Variable: An alist of actions that run on the MIME attachment. gnus-mime-action-on-part - Command: Do something with the MIME attachment at (point). gnus-mime-button-line-format - Variable: Format of the MIME buttons. gnus-mime-button-menu - Command: Construct a context-sensitive menu of MIME commands. - Variable: MIME button menu. gnus-mime-copy-part - Command: Put the MIME part under point into a new buffer. gnus-mime-delete-part - Command: Delete the MIME part under point. gnus-mime-display-multipart-alternative-as-mixed - Variable: Display "multipart/alternative" parts as "multipart/mixed". gnus-mime-display-multipart-as-mixed - Variable: Display "multipart" parts as "multipart/mixed". gnus-mime-display-multipart-related-as-mixed - Variable: Display "multipart/related" parts as "multipart/mixed". gnus-mime-inline-part - Command: Insert the MIME part under point into the current buffer. gnus-mime-jka-compr-maybe-uncompress - Function: Uncompress the current buffer if `auto-compression-mode' is enabled. gnus-mime-multipart-functions - Variable: An alist of MIME types to functions to display them. gnus-mime-pipe-part - Command: Pipe the MIME part under point to a process. gnus-mime-print-part - Command: Print the MIME part under point. gnus-mime-save-part - Command: Save the MIME part under point. gnus-mime-save-part-and-strip - Command: Save the MIME part under point then replace it with an external body. gnus-mime-security-button-end-line-format - Variable: The following specs can be used: gnus-mime-security-button-line-format - Variable: The following specs can be used: gnus-mime-security-show-details-inline - Variable: If non-nil, show details in the article buffer. gnus-mime-view-all-parts - Command: View all the MIME parts. gnus-mime-view-part - Command: Interactively choose a viewing method for the MIME part under point. gnus-mime-view-part-as-charset - Command: Insert the MIME part under point into the current buffer using the gnus-mime-view-part-as-type - Command: Choose a MIME media type, and view the part as such. gnus-mime-view-part-externally - Command: View the MIME part under point with an external viewer. gnus-mime-view-part-internally - Command: View the MIME part under point with an internal viewer. gnus-mm-display-part - Function: Display HANDLE and fix MIME button. gnus-mode-non-string-length - Variable: *Max length of mode-line non-string contents. gnus-mode-string-quote - Function: Quote all "%"'s in STRING. gnus-moderated-hashtb - Variable: Hashtable of moderated newsgroups. gnus-modtime-botch - Variable: *Non-nil means .newsrc should be deleted prior to save. gnus-mouse-face - Variable: *Face used for group or summary buffer mouse highlighting. gnus-mouse-face-prop - Variable: Property used for highlighting mouse regions. gnus-mouse-pick-group - Command: Enter the group under the mouse pointer. gnus-mouse-pick-topic - Command: Select the group or topic under the mouse pointer. gnus-move-overlay - Function: Set the endpoints of OVERLAY to BEG and END in BUFFER. gnus-move-split-methods - Variable: *Variable used to suggest where articles are to be moved to. gnus-msg-mail - Command: Start editing a mail message to be sent. gnus-msg-treat-broken-reply-to - Function: Remove the Reply-to header if broken-reply-to. gnus-multi-decode-encoded-word-string - Function: Apply the functions from `gnus-encoded-word-methods' that match. gnus-multi-decode-header - Function: Apply the functions from `gnus-encoded-word-methods' that match. gnus-multiple-choice - Function: Ask user a multiple choice question. gnus-narrow-to-body - Function: Narrow to the body of an article. gnus-narrow-to-page - Command: Narrow the article buffer to a page. gnus-nastygram-message - Variable: Format string to insert in nastygrams. gnus-native-method-p - Function: Return whether METHOD is the native select method. gnus-netrc-get - Function: Return the value of token TYPE from ALIST. gnus-netrc-machine - Function: Return the netrc values from LIST for MACHINE or for the default entry. gnus-new-mail-mark - Variable: Mark used for groups with new mail. gnus-news-group-p - Function: Return non-nil if GROUP (and ARTICLE) come from a news server. gnus-newsgroup-agentized - Variable: Locally bound in each summary buffer to indicate whether the server has been agentized. gnus-newsgroup-ancient - Variable: List of `gnus-fetch-old-headers' articles in the current newsgroup. gnus-newsgroup-articles - Variable: List of articles in the current newsgroup. gnus-newsgroup-bookmarks - Variable: List of articles in the current newsgroup that have bookmarks. gnus-newsgroup-cached - Variable: Sorted list of articles that come from the article cache. gnus-newsgroup-directory-form - Function: Make hierarchical directory name from NEWSGROUP name. gnus-newsgroup-dormant - Variable: Sorted list of dormant articles in the current newsgroup. gnus-newsgroup-downloadable - Variable: Sorted list of articles in the current newsgroup that can be processed. gnus-newsgroup-expirable - Variable: Sorted list of articles in the current newsgroup that can be expired. gnus-newsgroup-forwarded - Variable: List of articles that have been forwarded in the current newsgroup. gnus-newsgroup-headers - Variable: List of article headers in the current newsgroup. gnus-newsgroup-ignored-charsets - Variable: List of charsets that should be ignored. gnus-newsgroup-kill-file - Function: Return the name of a kill file name for NEWSGROUP. gnus-newsgroup-killed - Variable: List of ranges of articles that have been through the scoring process. gnus-newsgroup-marked - Variable: Sorted list of ticked articles in the current newsgroup (a subset of unread art). gnus-newsgroup-prepared - Variable: Whether the current group has been prepared properly. gnus-newsgroup-processable - Variable: List of articles in the current newsgroup that can be processed. gnus-newsgroup-reads - Variable: Alist of read articles and article marks in the current newsgroup. gnus-newsgroup-recent - Variable: List of articles that have are recent in the current newsgroup. gnus-newsgroup-replied - Variable: List of articles that have been replied to in the current newsgroup. gnus-newsgroup-saved - Variable: List of articles that have been saved. gnus-newsgroup-scored - Variable: List of scored articles in the current newsgroup. gnus-newsgroup-seen - Variable: Range of seen articles in the current newsgroup. gnus-newsgroup-spam-marked - Variable: List of ranges of articles that have been marked as spam. gnus-newsgroup-undownloaded - Variable: List of articles in the current newsgroup that haven't been downloaded. gnus-newsgroup-unfetched - Variable: Sorted list of articles in the current newsgroup whose headers have gnus-newsgroup-unreads - Variable: Sorted list of unread articles in the current newsgroup. gnus-newsgroup-unseen - Variable: List of unseen articles in the current newsgroup. gnus-newsgroup-unselected - Variable: Sorted list of unselected unread articles in the current newsgroup. gnus-newsgroup-unsendable - Variable: List of articles in the current newsgroup that won't be sent. gnus-newsgroup-variables - Variable: A list of variables that have separate values in different newsgroups. gnus-newsrc - Group: Storing Gnus state. gnus-newsrc-alist - Variable: Assoc list of read articles. gnus-newsrc-hashtb - Variable: Hashtable of `gnus-newsrc-alist'. gnus-newsrc-last-checked-date - Variable: Date Gnus last asked server for new newsgroups. gnus-newsrc-options - Variable: Options line in the .newsrc file. gnus-newsrc-options-n - Variable: List of regexps representing groups to be subscribed/ignored unconditionally. gnus-nntp-server - Variable: *The name of the host running the NNTP server. gnus-nntp-service - Variable: NNTP service name ("nntp" or 119). gnus-nntpserver-file - Variable: A file with only the name of the nntp server in it. gnus-no-groups-message - Variable: *Message displayed by Gnus when no groups are available. gnus-no-mark - Variable: *Mark used for articles that have no other secondary mark. gnus-no-server - Command: Read network news. gnus-no-server-1 - Command: Read network news. gnus-nocem-load-cache - Command: Load the NoCeM cache. gnus-nocem-scan-groups - Command: Scan all NoCeM groups for new NoCeM messages. gnus-not-empty-thread-mark - Variable: *There is a thread under the article. gnus-nov-is-evil - Variable: If non-nil, Gnus backends will never output headers in the NOV format. gnus-novice-user - Variable: *Non-nil means that you are a Usenet novice. gnus-number-to-header - Function: Return the header for article NUMBER. gnus-numeric-save-name - Function: Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE. gnus-offer-save-summaries - Function: Offer to save all active summary buffers. gnus-open-server - Function: Open a connection to GNUS-COMMAND-METHOD. gnus-open-server-hook - Variable: Hook called just before opening connection to the news server. gnus-opened-servers-remove - Function: Remove METHOD from the list of opened servers. gnus-options-not-subscribe - Variable: *All new groups matching this regexp will be ignored. gnus-options-subscribe - Variable: *All new groups matching this regexp will be subscribed unconditionally. gnus-or - Function: Return non-nil if any of the elements are non-nil. gnus-orphan-score - Variable: *All orphans get this score added. Set in the score file. gnus-other-frame - Command: Pop up a frame to read news. gnus-other-frame-function - Variable: Function called by the command `gnus-other-frame'. gnus-other-frame-object - Variable: A frame object which will be created by `gnus-other-frame'. gnus-other-frame-parameters - Variable: Frame parameters used by `gnus-other-frame' to create a Gnus frame. gnus-outgoing-message-group - Variable: *All outgoing messages will be put in this group. gnus-outlook-deuglify-article - Command: Full deuglify of broken Outlook (Express) articles. gnus-output-to-file - Function: Append the current article to a file named FILE-NAME. gnus-output-to-mail - Function: Append the current article to a mail file named FILENAME. gnus-output-to-rmail - Function: Append the current article to an Rmail file named FILENAME. gnus-overlay-buffer - Function: Return the buffer OVERLAY belongs to. gnus-overlay-end - Function: Return the position at which OVERLAY ends. gnus-overlay-put - Function: Set one property of overlay OVERLAY: give property PROP value VALUE. gnus-overlay-start - Function: Return the position at which OVERLAY starts. gnus-pad-form - Function: Return a form that pads EL to PAD-WIDTH accounting for multi-column gnus-page-delimiter - Variable: *Regexp describing what to use as article page delimiters. gnus-parameter-banner - Function: gnus-parameter-banner-alist - Variable: Alist of regexps (to match group names) and banner. gnus-parameter-charset - Function: Return the default charset of GROUP. gnus-parameter-ham-marks - Function: gnus-parameter-ham-marks-alist - Variable: *Groups in which to explicitly set the ham marks to some value. gnus-parameter-ham-process-destination - Function: Where ham articles will go at summary exit from a spam group. gnus-parameter-ignored-charsets - Function: Return the ignored charsets of GROUP. gnus-parameter-large-newsgroup-initial - Function: Return GROUP's initial input of the number of articles. gnus-parameter-large-newsgroup-initial-alist - Variable: *Alist of group regexps and its initial input of the number of articles. gnus-parameter-post-method - Function: Return a posting method for GROUP. gnus-parameter-posting-charset-alist - Function: Return the permitted unencoded charsets for posting of GROUP. gnus-parameter-registry-ignore - Function: Whether this group should be ignored by the registry. gnus-parameter-spam-autodetect - Function: Should spam be autodetected (with spam-split) in this group? gnus-parameter-spam-autodetect-methods - Function: Methods to be used for autodetection in each group gnus-parameter-spam-contents - Function: The spam type (spam, ham, or neither) of the group. gnus-parameter-spam-marks - Function: gnus-parameter-spam-marks-alist - Variable: *Groups in which to explicitly set the spam marks to some value. gnus-parameter-spam-process - Function: Which spam or ham processors will be applied when the summary is exited. gnus-parameter-spam-process-destination - Function: Where spam-processed articles will go at summary exit. gnus-parameter-subscribed - Function: Return GROUP's subscription status. gnus-parameter-subscribed-alist - Variable: *Groups which are automatically considered subscribed. gnus-parameter-to-address - Function: Return GROUP's to-address. gnus-parameter-to-address-alist - Variable: *Alist of group regexps and correspondent to-addresses. gnus-parameter-to-list - Function: Return GROUP's to-list. gnus-parameter-to-list-alist - Variable: *Alist of group regexps and correspondent to-lists. gnus-parameters - Variable: Alist of group parameters. gnus-parameters-case-fold-search - Variable: If it is t, ignore case of group names specified in `gnus-parameters'. gnus-parameters-get-parameter - Function: Return the group parameters for GROUP from `gnus-parameters'. gnus-parent-headers - Function: Return the headers of the GENERATIONeth parent of HEADERS. gnus-parent-id - Function: Return the last Message-ID in REFERENCES. gnus-parse-active - Function: Parse active info in the nntp server buffer. gnus-parse-headers-hook - Variable: *A hook called before parsing the headers. gnus-parse-netrc - Function: Parse FILE and return a list of all entries in the file. gnus-parse-without-error - Macro: Allow continuing onto the next line even if an error occurs. gnus-part-display-hook - Variable: Hook called on parts that are to receive treatment. gnus-permanently-visible-groups - Variable: *Regexp to match groups that should always be listed in the group buffer. gnus-picon - Group: Show pictures of people, domains, and newsgroups. gnus-picon-databases - Variable: Defines the location of the faces database. gnus-picons-installed-p - Function: Say whether picons are installed on your machine. gnus-plain-save-name - Function: Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE. gnus-play-startup-jingle - Variable: If non-nil, play the Gnus jingle at startup. gnus-plugged - Command: Start Gnus plugged. - Variable: Whether Gnus is plugged or not. gnus-point-at-bol - Function: Return the character position of the first character on the current line. gnus-point-at-eol - Function: Return the character position of the last character on the current line. gnus-possibly-score-headers - Function: Do scoring if scoring is required. gnus-post-method - Function: Return the posting method based on GROUP and ARG. - Variable: *Preferred method for posting USENET news. gnus-post-method-alist - Variable: Alist of regexps (to match group names) and method to be used when gnus-post-news - Function: This function is advised. gnus-posting-styles - Variable: *Alist of styles to use when posting. gnus-pp - Function: Use `pp' on FORM in the current buffer. gnus-pp-to-string - Function: The same as `pp-to-string'. gnus-predefined-server-alist - Variable: List of predefined (convenience) servers. gnus-predicate-implies-unread - Function: Say whether PREDICATE implies unread articles only. gnus-prefetched-article-deletion-strategy - Variable: List of symbols that say when to remove articles from the prefetch buffer. gnus-preserve-marks - Variable: Whether marks are preserved when moving, copying and respooling messages. gnus-prin1 - Function: Use `prin1' on FORM in the current buffer. gnus-prin1-to-string - Function: The same as `prin1'. gnus-process-mark - Variable: *Process mark. gnus-prompt-before-saving - Variable: *This variable says how much prompting is to be done when saving articles. gnus-ps-print-hook - Variable: *A hook run before ps-printing something from Gnus. gnus-pull - Macro: Modify ALIST to be without KEY. gnus-put-message - Command: Put the current message in some group and return to Gnus. gnus-put-overlay-excluding-newlines - Function: The same as `put-text-property', but don't put this prop on any newlines in the region. gnus-put-text-property - Function: Set one property of the text from START to END. gnus-put-text-property-excluding-characters-with-faces - Function: The same as `put-text-property', but don't put props on characters with the `gnus-face' property. gnus-put-text-property-excluding-newlines - Function: The same as `put-text-property', but don't put this prop on any newlines in the region. gnus-random-x-face - Command: Return X-Face header data chosen randomly from `gnus-x-face-directory'. gnus-range-add - Function: Add RANGE2 to RANGE1 (nondestructively). gnus-range-difference - Function: Return the range of elements in RANGE1 that do not appear in RANGE2. gnus-range-length - Function: Return the length RANGE would have if uncompressed. gnus-range-map - Function: Apply FUNC to each value contained by RANGE. gnus-range-normalize - Function: Normalize RANGE. gnus-read-active-file - Variable: *Non-nil means that Gnus will read the entire active file at startup. gnus-read-active-file-2 - Function: Read an active file for GROUPS in METHOD using `gnus-retrieve-groups'. gnus-read-active-file-p - Function: Say whether the active file has been read from `gnus-select-method'. gnus-read-all-available-headers - Variable: Whether Gnus should parse all headers made available to it. gnus-read-event-char - Function: Get the next event. gnus-read-group - Function: Prompt the user for a group name. gnus-read-header - Function: Read the headers of article ID and enter them into the Gnus system. gnus-read-mark - Variable: *Mark used for read articles. gnus-read-mark-p - Function: Say whether MARK is one of the marks that mark as read. gnus-read-method - Function: Prompt the user for a method. gnus-read-move-group-name - Function: Read a group name. gnus-read-newsrc-el-hook - Variable: A hook called after reading the newsrc.eld? file. gnus-read-newsrc-file - Function: Read startup file. - Variable: *Non-nil means that Gnus will read the `.newsrc' file. gnus-read-string - Macro: Like `read-string' but allow for older XEmacsen that don't have the 5th arg. gnus-rebuild-thread - Function: Rebuild the thread containing ID. gnus-recent-mark - Variable: *Mark used for articles that are recent. gnus-recenter - Command: Center point in window and redisplay frame. gnus-redefine-select-method-widget - Function: Recomputes the select-method widget based on the value of gnus-refer-article-method - Variable: Preferred method for fetching an article by Message-ID. gnus-refer-article-methods - Function: Return a list of referable methods. gnus-refer-thread-limit - Variable: *The number of old headers to fetch when doing A T. gnus-region-active-p - Function: Say whether the region is active. gnus-registry - Group: Article Registry. gnus-registry-alist - Variable: Assoc list of registry data. gnus-registry-ignored-groups - Variable: *Groups in which the registry should be turned off. gnus-registry-install-hooks - Command: Install the registry hooks. gnus-remassoc - Function: Delete by side effect any elements of LIST whose car is `equal' to KEY. gnus-remove-from-range - Function: Return a range that has all articles from RANGE2 removed from RANGE1. gnus-remove-header - Function: Remove header NUMBER from `gnus-newsgroup-headers'. gnus-remove-if - Function: Return a copy of LIST with all items satisfying PREDICATE removed. gnus-remove-odd-characters - Function: Translate STRING into something that doesn't contain weird characters. gnus-remove-text-properties-when - Function: Like `remove-text-properties', only applied on where PROPERTY is VALUE. gnus-remove-text-with-property - Function: Delete all text in the current buffer with text property PROP. gnus-remove-thread - Function: Remove the thread that has ID in it. gnus-remove-thread-1 - Function: Remove the thread THREAD recursively. gnus-rename-file - Function: Rename OLD-PATH as NEW-PATH. If TRIM, recursively delete gnus-replace-in-string - Function: Replace all matches for REGEXP with NEWTEXT in STRING. gnus-replied-mark - Variable: *Mark used for articles that have been replied to. gnus-request-article - Function: Request the ARTICLE in GROUP. gnus-request-article-this-buffer - Function: Get an article and insert it into this buffer. gnus-request-body - Function: Request the body of ARTICLE in GROUP. gnus-request-group - Function: Request GROUP. If DONT-CHECK, no information is required. gnus-request-group-articles - Function: Request a list of existing articles in GROUP. gnus-request-group-description - Function: Request a description of GROUP. gnus-request-head - Function: Request the head of ARTICLE in GROUP. gnus-request-list - Function: Request the active file from GNUS-COMMAND-METHOD. gnus-request-list-newsgroups - Function: Request the newsgroups file from GNUS-COMMAND-METHOD. gnus-request-newgroups - Function: Request all new groups since DATE from GNUS-COMMAND-METHOD. gnus-request-post - Function: Post the current buffer using GNUS-COMMAND-METHOD. gnus-request-regenerate - Function: Request a data generation from GNUS-COMMAND-METHOD. gnus-request-restore-buffer - Function: Request a new buffer restored to the state of ARTICLE. gnus-request-scan - Function: Request a SCAN being performed in GROUP from GNUS-COMMAND-METHOD. gnus-request-set-mark - Function: Set marks on articles in the back end. gnus-request-type - Function: Return the type (`post' or `mail') of GROUP (and ARTICLE). gnus-request-update-info - Function: Request that GNUS-COMMAND-METHOD update INFO. gnus-request-update-mark - Function: Allow the back end to change the mark the user tries to put on an article. gnus-restore-hidden-threads-configuration - Function: Restore hidden threads configuration from CONFIG. gnus-retrieve-articles - Function: Request ARTICLES in GROUP. gnus-retrieve-groups - Function: Request active information on GROUPS from GNUS-COMMAND-METHOD. gnus-retrieve-headers - Function: Request headers for ARTICLES in GROUP. gnus-rmail-save-name - Variable: A function generating a file name to save articles in Rmail format. gnus-root-id - Function: Return the id of the root of the thread where ID appears. gnus-run-hooks - Function: Does the same as `run-hooks', but saves the current buffer. gnus-run-mode-hooks - Function: Run `run-mode-hooks' if it is available, otherwise `run-hooks'. gnus-save-all-headers - Variable: *If non-nil, don't remove any headers before saving. gnus-save-hidden-threads - Macro: Save hidden threads, eval FORMS, and restore the hidden threads. gnus-save-killed-list - Variable: *If non-nil, save the list of killed groups to the startup file. gnus-save-newsrc-file - Function: Save .newsrc file. - Variable: *Non-nil means that Gnus will save the `.newsrc' file. gnus-save-newsrc-hook - Variable: A hook called before saving any of the newsrc files. gnus-save-quick-newsrc-hook - Variable: A hook called just before saving the quick newsrc file. gnus-save-score - Variable: *If non-nil, save group scoring info. gnus-save-standard-newsrc-hook - Variable: A hook called just before saving the standard newsrc file. gnus-save-startup-file-via-temp-buffer - Variable: Whether to write the startup file contents to a buffer then save gnus-saved-headers - Variable: Headers to keep if `gnus-save-all-headers' is nil. gnus-saved-mark - Variable: *Mark used for articles that have been saved. gnus-score - Group: Score and kill file handling. gnus-score-adapt - Group: Adaptive score files. gnus-score-adaptive - Function: Create adaptive score rules for this newsgroup. gnus-score-add-followups - Function: Add a score entry to the adapt file. gnus-score-after-write-file-function - Variable: Function called with the name of the score file just written to disk. gnus-score-alist - Variable: Alist containing score information. gnus-score-below-mark - Variable: *Score mark used for articles with low scores. gnus-score-change-score-file - Command: Change current score alist. gnus-score-check-syntax - Function: Check the syntax of the score ALIST. gnus-score-close - Function: Clear all internal score variables. gnus-score-decay - Group: Decaying score rules. gnus-score-decay-constant - Variable: *Decay all "small" scores with this amount. gnus-score-decay-scale - Variable: *Decay all "big" scores with this factor. gnus-score-default - Group: Default values for score files. gnus-score-default-duration - Variable: Default duration of effect when entering new scores. gnus-score-default-fold - Variable: Use case folding for new score file entries iff not nil. gnus-score-default-fold-toggle - Command: Toggle folding for new score file entries. gnus-score-default-header - Variable: Default header when entering new scores. gnus-score-default-type - Variable: Default match type when entering new scores. gnus-score-edit-current-scores - Command: Edit the current score alist. gnus-score-edit-exit - Command: Stop editing the score file. gnus-score-edit-exit-function - Variable: Function run on exit from the score buffer. gnus-score-edit-file - Command: Edit a score file. gnus-score-edit-file-at-point - Function: Edit score file at point in Score Trace buffers. gnus-score-edit-insert-date - Command: Insert date in numerical format. gnus-score-exact-adapt-limit - Variable: *Number that says how long a match has to be before using substring matching. gnus-score-expire - Group: Expiring score rules. gnus-score-expiry-days - Variable: *Number of days before unused score file entries are expired. gnus-score-file-multiple-match-alist - Variable: Alist mapping regexps to lists of score files. gnus-score-file-name - Function: Return the name of a score file for NEWSGROUP. gnus-score-file-rank - Function: Return a number that says how specific score FILE is. gnus-score-file-regexp - Function: Return a regexp that match all score files. gnus-score-file-single-match-alist - Variable: Alist mapping regexps to lists of score files. gnus-score-file-suffix - Variable: Suffix of the score files. gnus-score-files - Group: Score and kill file names. gnus-score-find-alist - Function: Return list of score files for GROUP. gnus-score-find-bnews - Function: Return a list of score files for GROUP. gnus-score-find-favourite-words - Command: List words used in scoring. gnus-score-find-hierarchical - Function: Return list of score files for GROUP. gnus-score-find-score-files-function - Variable: Function used to find score files. gnus-score-find-single - Function: Return list containing the score file for GROUP. gnus-score-find-trace - Command: Find all score rules that applies to the current article. gnus-score-flush-cache - Command: Flush the cache of score files. gnus-score-followup-article - Command: Add SCORE to all followups to the article in the current buffer. gnus-score-followup-thread - Command: Add SCORE to all later articles in the thread the current buffer is part of. gnus-score-interactive-default-score - Variable: *Scoring commands will raise/lower the score with this number as the default. gnus-score-kill - Group: Kill files. gnus-score-load-files - Function: Load all score files in SCORE-FILES. gnus-score-load-score-alist - Function: Read score FILE. gnus-score-lower-thread - Function: Lower the score on THREAD with SCORE-ADJUST. gnus-score-menu-hook - Variable: *Hook run after creating the score mode menu. gnus-score-mimic-keymap - Variable: *Have the score entry functions pretend that they are a keymap. gnus-score-mode - Command: Mode for editing Gnus score files. gnus-score-mode-hook - Variable: *Hook run in score mode buffers. gnus-score-orphans - Function: Score orphans. gnus-score-over-mark - Variable: *Score mark used for articles with high scores. gnus-score-pretty-print - Command: Format the current score file. gnus-score-regexp-bad-p - Function: Test whether REGEXP is safe for Gnus scoring. gnus-score-score-files - Function: Return a list of all possible score files. gnus-score-score-files-1 - Function: Return all possible score files under DIR. gnus-score-search-global-directories - Command: Scan all global score directories for score files. gnus-score-set-default - Function: A version of set that updates the GNU Emacs menu-bar. gnus-score-set-expunge-below - Command: Automatically expunge articles with score below SCORE. gnus-score-set-mark-below - Command: Automatically mark articles with score below SCORE as read. gnus-score-thread-simplify - Variable: If non-nil, subjects will simplified as in threading. gnus-score-uncacheable-files - Variable: All score files that match this regexp will not be cached. gnus-score-update-all-lines - Function: Update all lines in the summary buffer, even the hidden ones. gnus-score-update-lines - Function: Update all lines in the summary buffer. gnus-score-use-all-scores - Variable: If nil, only `gnus-score-find-score-files-function' is used. gnus-score-various - Group: Various scoring and killing options. gnus-secondary-method-p - Function: Return whether METHOD is a secondary select method. gnus-secondary-select-methods - Variable: A list of secondary methods that will be used for reading news. gnus-secondary-servers - Variable: List of NNTP servers that the user can choose between interactively. gnus-seconds-month - Function: Return the number of seconds passed this month. gnus-seconds-today - Function: Return the number of seconds passed today. gnus-seconds-year - Function: Return the number of seconds passed this year. gnus-select-article-hook - Variable: *A hook called when an article is selected. gnus-select-frame-set-input-focus - Function: Select FRAME, raise it, and set input focus, if possible. gnus-select-group-hook - Variable: *A hook called when a newsgroup is selected. gnus-select-method - Variable: Default method for selecting a newsgroup. - Widget: Widget for entering a select method. gnus-select-newsgroup - Function: Select newsgroup GROUP. gnus-send-bounce-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-sender-save-name - Function: Generate file name from sender. gnus-server - Group: Options related to newsservers and other servers used by Gnus. gnus-server-agent - Face: Face used for displaying AGENTIZED servers gnus-server-agent-face - Variable: Face name to use on AGENTIZED servers. gnus-server-alist - Variable: List of available servers. gnus-server-browse-in-group-buffer - Variable: Whether server browsing should take place in the group buffer. gnus-server-close-all-servers - Command: Close all servers. gnus-server-close-server - Command: Close SERVER. gnus-server-closed - Face: Face used for displaying CLOSED servers gnus-server-closed-face - Variable: Face name to use on CLOSED servers. gnus-server-denied - Face: Face used for displaying DENIED servers gnus-server-denied-face - Variable: Face name to use on DENIED servers. gnus-server-deny-server - Command: Make sure SERVER will never be attempted opened. gnus-server-edit-server - Command: Edit the server on the current line. gnus-server-equal - Function: Say whether two methods are equal. gnus-server-exit - Command: Return to the group buffer. gnus-server-exit-hook - Variable: Hook run when exiting the server buffer. gnus-server-goto-server - Command: Jump to a server line. gnus-server-kill-server - Command: Kill the server on the current line. gnus-server-line-format - Variable: Format of server lines. gnus-server-list-servers - Command: List all available servers. gnus-server-menu-hook - Variable: *Hook run after the creation of the server mode menu. gnus-server-mode - Command: Major mode for listing and editing servers. gnus-server-mode-hook - Variable: Hook run in `gnus-server-mode' buffers. gnus-server-mode-line-format - Variable: The format specification for the server mode line. gnus-server-named-server - Function: Returns a server name that matches one of the names returned by gnus-server-offline - Face: Face used for displaying OFFLINE servers gnus-server-offline-face - Variable: Face name to use on OFFLINE servers. gnus-server-offline-server - Command: Set SERVER to offline. gnus-server-open-all-servers - Command: Open all servers. gnus-server-open-server - Command: Force an open of SERVER. gnus-server-opened - Function: Check whether a connection to GNUS-COMMAND-METHOD has been opened. - Face: Face used for displaying OPENED servers gnus-server-opened-face - Variable: Face name to use on OPENED servers. gnus-server-read-server - Command: Browse a server. gnus-server-read-server-in-server-buffer - Command: Browse a server in server buffer. gnus-server-regenerate-server - Command: Issue a command to the server to regenerate all its data structures. gnus-server-remove-denials - Command: Make all denied servers into closed servers. gnus-server-scan-server - Command: Request a scan from the current server. gnus-server-set-status - Function: Make METHOD have STATUS. gnus-server-setup-buffer - Function: Initialize the server buffer. gnus-server-status - Function: Return the status of METHOD. gnus-server-string - Function: Return a readable string that describes SERVER. gnus-server-to-method - Function: Map virtual server names to select methods. gnus-server-unopen-status - Variable: The default status if the server is not able to open. gnus-server-visual - Group: Highlighting and menus in the server buffer. gnus-server-yank-server - Command: Yank the previously killed server. gnus-servers-using-backend - Function: Return a list of known servers using BACKEND. gnus-set-active - Macro: Set GROUP's active info. gnus-set-default-directory - Function: Set the default directory in the current buffer to `gnus-default-directory'. gnus-set-difference - Function: Return a list of elements of LIST1 that do not appear in LIST2. gnus-set-global-variables - Function: Set the global equivalents of the buffer-local variables. gnus-set-mode-line - Function: Set the mode line of the article or summary buffers. gnus-set-process-query-on-exit-flag - Function: Specify if query is needed for PROCESS when Emacs is exited. gnus-set-sorted-intersection - Function: Return intersection of LIST1 and LIST2 by modifying cdr pointers of LIST1. gnus-set-text-properties - Function: Completely replace properties of text from START to END. gnus-set-window-start - Function: Set the window start to POINT, or (point) if nil. gnus-set-work-buffer - Function: Put point in the empty Gnus work buffer. gnus-sethash - Macro: Set hash value. Arguments are STRING, VALUE, and HASHTABLE. gnus-setup-news - Function: Setup news information. gnus-setup-news-hook - Variable: A hook after reading the .newsrc file, but before generating the buffer. gnus-shell-command-on-region - Function: A simplified `shell-command-on-region'. gnus-shell-command-separator - Variable: String used to separate shell commands. gnus-shell-command-to-string - Function: Like `shell-command-to-string' except not mingling ERROR. gnus-short-group-name - Function: Collapse GROUP name LEVELS. gnus-show-all-headers - Variable: *If non-nil, don't hide any headers. gnus-show-threads - Variable: *If non-nil, display threads in summary mode. gnus-shutdown - Function: Shut down everything that waits for SYMBOL. gnus-sieve-generate - Command: Generate the Sieve script in gnus-sieve-file, by replacing the region gnus-sieve-update - Command: Update the Sieve script in gnus-sieve-file, by replacing the region gnus-signature - Face: Face used for highlighting a signature in the article buffer. gnus-signature-face - Variable: Face used for highlighting a signature in the article buffer. gnus-signature-limit - Variable: Provide a limit to what is considered a signature. gnus-signature-separator - Variable: Regexp matching signature separator. gnus-simplify-all-whitespace - Function: Remove all whitespace from STR. gnus-simplify-buffer-fuzzy - Function: Simplify string in the buffer fuzzily. gnus-simplify-ignored-prefixes - Variable: *Remove matches for this regexp from subject lines when simplifying fuzzily. gnus-simplify-mode-line - Function: Make mode lines a bit simpler. gnus-simplify-subject - Function: Remove `Re:' and words in parentheses. gnus-simplify-subject-fully - Function: Simplify a subject string according to `gnus-summary-gather-subject-limit'. gnus-simplify-subject-functions - Variable: List of functions taking a string argument that simplify subjects. gnus-simplify-subject-fuzzy - Function: Simplify a subject string fuzzily. gnus-simplify-subject-fuzzy-regexp - Variable: *Strings to be removed when doing fuzzy matches. gnus-simplify-subject-re - Function: Remove "Re:" from subject lines. gnus-simplify-whitespace - Function: Remove excessive whitespace from STR. gnus-single-article-buffer - Variable: *If non-nil, display all articles in the same buffer. gnus-site-init-file - Variable: The site-wide Gnus Emacs-Lisp startup file name, or nil if none. gnus-slave - Command: Read news as a slave. - Variable: Whether this Gnus is a slave or not. gnus-slave-mode - Function: Minor mode for slave Gnusae. gnus-slave-no-server - Command: Read network news as a slave, without connecting to the local server. gnus-slave-unplugged - Command: Read news as a slave unplugged. gnus-smiley-file-types - Variable: *List of suffixes on smiley file names to try. gnus-sort-articles - Function: Sort ARTICLES. gnus-sort-gathered-threads - Function: Sort subtreads inside each gathered thread by `gnus-sort-gathered-threads-function'. gnus-sort-gathered-threads-function - Variable: Function called to sort the articles within a thread after it has been gathered together. gnus-sort-score-files - Function: Sort FILES so that the most general files come first. gnus-sort-threads - Function: Sort THREADS. gnus-sortable-date - Function: Make string suitable for sorting from DATE. gnus-sorted-complement - Function: Return a list of elements that are in LIST1 or LIST2 but not both. gnus-sorted-difference - Function: Return a list of elements of LIST1 that do not appear in LIST2. gnus-sorted-header-list - Variable: *This variable is a list of regular expressions. gnus-sorted-intersection - Function: Return intersection of LIST1 and LIST2. gnus-sorted-ndifference - Function: Return a list of elements of LIST1 that do not appear in LIST2. gnus-sorted-nintersection - Function: Return intersection of LIST1 and LIST2 by modifying cdr pointers of LIST1. gnus-sorted-nunion - Function: Return union of LIST1 and LIST2 by modifying cdr pointers of LIST1. gnus-sorted-range-intersection - Function: Return intersection of RANGE1 and RANGE2. gnus-sorted-union - Function: Return union of LIST1 and LIST2. gnus-souped-mark - Variable: *Mark used for souped articles. gnus-spam-autodetect - Variable: *Groups in which spam should be autodetected when they are entered. gnus-spam-autodetect-methods - Variable: *Methods for autodetecting spam per group. gnus-spam-mark - Variable: *Mark used for spam articles. gnus-spam-newsgroup-contents - Variable: *Group classification (spam, ham, or neither). Only gnus-spam-process-destinations - Variable: *Groups in which to explicitly send spam-processed articles to gnus-spam-process-newsgroups - Variable: *Groups in which to automatically process spam or ham articles with gnus-sparse-mark - Variable: *Mark used for sparsely reffed articles. gnus-splash - Face: Face for the splash screen. gnus-split-methods - Variable: *Variable used to suggest where articles are to be saved. gnus-split-references - Function: Return a list of Message-IDs in REFERENCES. gnus-start - Group: Starting your favorite newsreader. gnus-start-date-timer - Command: Start a timer to update the X-Sent header in the article buffers. gnus-start-draft-setup - Function: Make sure the draft group exists. gnus-start-news-server - Function: Open a method for getting news. gnus-start-server - Group: Server options at startup. gnus-started-hook - Variable: A hook called as the last thing after startup. gnus-startup-file - Variable: Your `.newsrc' file. gnus-startup-hook - Variable: A hook called at startup. gnus-stat - Command: Statistics from the summary buffer gnus-status-message - Function: Return the status message from GNUS-COMMAND-METHOD. gnus-stop-date-timer - Command: Stop the X-Sent timer. gnus-string-equal - Function: Like `string-equal', except it compares case-insensitively. gnus-string-or - Macro: Return the first element of STRINGS that is a non-blank string. gnus-strip-killed-list - Function: Return the killed list minus the groups that match `gnus-save-killed-list'. gnus-strip-whitespace - Function: Return STRING stripped of all whitespace. gnus-subject-equal - Function: Check whether two subjects are equal. gnus-sublist-p - Function: Test whether all elements in SUBLIST are members of LIST. gnus-subscribe-alphabetically - Function: Subscribe new NEWGROUP and insert it in alphabetical order. gnus-subscribe-group - Function: Subscribe GROUP and put it after PREVIOUS. gnus-subscribe-hierarchical-interactive - Variable: *If non-nil, Gnus will offer to subscribe hierarchically. gnus-subscribe-hierarchically - Function: Subscribe new NEWGROUP and insert it in hierarchical newsgroup order. gnus-subscribe-interactively - Function: Subscribe the new GROUP interactively. gnus-subscribe-killed - Function: Make the new GROUP a killed group. gnus-subscribe-newsgroup - Function: Subscribe new NEWSGROUP. gnus-subscribe-newsgroup-hooks - Variable: *Hooks run after you subscribe to a new group. gnus-subscribe-newsgroup-method - Variable: *Function(s) called with a group name when new group is detected. gnus-subscribe-options-newsgroup-method - Variable: *Function(s) called to subscribe newsgroups mentioned on "options -n" lines. gnus-subscribe-randomly - Function: Subscribe new NEWSGROUP by making it the first newsgroup. gnus-subscribe-zombies - Function: Make the new GROUP into a zombie group. gnus-sum-thread-tree-false-root - Variable: With %B spec, used for a false root of a thread. gnus-sum-thread-tree-indent - Variable: With %B spec, used for indenting. gnus-sum-thread-tree-leaf-with-other - Variable: With %B spec, used for a leaf with brothers. gnus-sum-thread-tree-root - Variable: With %B spec, used for the root of a thread. gnus-sum-thread-tree-single-indent - Variable: With %B spec, used for a thread with just one message. gnus-sum-thread-tree-single-leaf - Variable: With %B spec, used for a leaf without brothers. gnus-sum-thread-tree-vertical - Variable: With %B spec, used for drawing a vertical line. gnus-summary - Group: Summary buffers. gnus-summary-add-mark - Function: Mark ARTICLE with a mark of TYPE. gnus-summary-article-ancient-p - Macro: Say whether this article is a sparse article or not. gnus-summary-article-children - Function: Return a list of article numbers that are children of article NUMBER. gnus-summary-article-delete-hook - Variable: *A hook called after an article is deleted. gnus-summary-article-expire-hook - Variable: *A hook called after an article is expired. gnus-summary-article-header - Macro: Return the header of article NUMBER. gnus-summary-article-intangible-p - Macro: Say whether this article is intangible or not. gnus-summary-article-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-article-mark - Macro: Return the mark of article NUMBER. gnus-summary-article-menu - Command: - Variable: gnus-summary-article-move-hook - Variable: *A hook called after an article is moved, copied, respooled, or crossposted. gnus-summary-article-number - Macro: The article number of the article on the current line. gnus-summary-article-parent - Function: Return the article number of the parent of article NUMBER. gnus-summary-article-pos - Macro: Return the position of the line of article NUMBER. gnus-summary-article-posted-p - Command: Say whether the current (mail) article is available from news as well. gnus-summary-article-pseudo-p - Function: Say whether this article is a pseudo article or not. gnus-summary-article-score - Macro: Return current article score. gnus-summary-article-sparse-p - Macro: Say whether this article is a sparse article or not. gnus-summary-article-subject - Macro: Return current subject string or nil if nothing. gnus-summary-article-unread-p - Function: Say whether ARTICLE is unread or not. gnus-summary-articles-in-thread - Function: Return a list of all articles in the current thread. gnus-summary-auto-select-subject - Function: Select the subject line on initial group entry. gnus-summary-backend-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-beginning-of-article - Command: Scroll the article back to the beginning. gnus-summary-best-group - Function: Find the name of the best unread group. gnus-summary-best-unread-article - Command: Select the unread article with the highest score. gnus-summary-best-unread-subject - Command: Select the unread subject with the highest score. gnus-summary-better-unread-subject - Command: Select the first unread subject that has a score over the default score. gnus-summary-bubble-group - Function: Increase the score of the current group. gnus-summary-buffer-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-buffer-name - Function: Return the summary buffer name of GROUP. gnus-summary-caesar-message - Command: Caesar rotate the current article by 13. gnus-summary-cancel-article - Command: Cancel an article you posted. gnus-summary-cancelled - Face: Face used for cancelled articles. gnus-summary-catchup - Command: Mark all unread articles in this newsgroup as read. gnus-summary-catchup-all - Command: Mark all articles in this newsgroup as read. gnus-summary-catchup-all-and-exit - Command: Mark all articles in this newsgroup as read, and then exit. gnus-summary-catchup-and-exit - Command: Mark all unread articles in this group as read, then exit. gnus-summary-catchup-and-goto-next-group - Command: Mark all articles in this group as read and select the next group. gnus-summary-catchup-from-here - Command: Mark all unticked articles after (and including) the current one as read. gnus-summary-catchup-to-here - Command: Mark all unticked articles before the current one as read. gnus-summary-check-current - Variable: *If non-nil, consider the current article when moving. gnus-summary-choose - Group: Choosing Articles. gnus-summary-clear-above - Command: Clear all marks from articles with score above SCORE. gnus-summary-clear-mark-backward - Command: Clear marks from N articles backward. gnus-summary-clear-mark-forward - Command: Clear marks from N articles forward. gnus-summary-copy-article - Command: Copy the current article to some other group. gnus-summary-create-article - Command: Create an article in a mail newsgroup. gnus-summary-crosspost-article - Command: Crosspost the current article to some other group. gnus-summary-current-score - Command: Return the score of the current article. gnus-summary-customize-parameters - Command: Customize the group parameters of the current group. gnus-summary-default-high-score - Variable: *Default threshold for a high scored article. gnus-summary-default-low-score - Variable: *Default threshold for a low scored article. gnus-summary-default-score - Variable: *Default article score level. gnus-summary-delete-article - Command: Delete the N next (mail) articles. gnus-summary-delete-marked-as-read - Command: Limit the summary buffer to articles that are not marked as read. gnus-summary-delete-marked-with - Command: Exclude articles that are marked with MARKS (e.g. "DK"). gnus-summary-describe-briefly - Command: Describe summary mode commands briefly. gnus-summary-describe-group - Command: Describe the current newsgroup. gnus-summary-display-arrow - Variable: *If non-nil, display an arrow highlighting the current article. gnus-summary-display-article - Function: Display ARTICLE in article buffer. gnus-summary-display-buttonized - Command: Display the current article buffer fully MIME-buttonized. gnus-summary-display-table - Variable: Display table used in summary mode buffers. gnus-summary-display-while-building - Variable: If non-nil, show and update the summary buffer as it's being built. gnus-summary-down-thread - Command: Go down thread N steps. gnus-summary-dummy-line-format - Variable: *The format specification for the dummy roots in the summary buffer. gnus-summary-edit-article - Command: Edit the current article. gnus-summary-edit-article-done - Command: Make edits to the current article permanent. gnus-summary-edit-article-postpone - Command: Exit the article editing without updating. gnus-summary-edit-global-kill - Command: Edit the "global" kill file. gnus-summary-edit-local-kill - Command: Edit a local kill file applied to the current newsgroup. gnus-summary-edit-parameters - Command: Edit the group parameters of the current group. gnus-summary-edit-wash - Command: Perform editing command KEY in the article buffer. gnus-summary-end-of-article - Command: Scroll to the end of the article. gnus-summary-enter-digest-group - Command: Enter an nndoc group based on the current article. gnus-summary-execute-command - Command: Search forward for an article whose HEADER matches REGEXP and execute COMMAND. gnus-summary-exit - Command: Exit reading current newsgroup, and then return to group selection mode. - Group: Leaving summary buffers. gnus-summary-exit-hook - Variable: *A hook called on exit from the summary buffer. gnus-summary-exit-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-exit-no-update - Command: Quit reading current newsgroup without updating read article info. gnus-summary-expand-window - Command: Make the summary buffer take up the entire Emacs frame. gnus-summary-expire-articles - Command: Expire all articles that are marked as expirable in the current group. gnus-summary-expire-articles-now - Command: Expunge all expirable articles in the current group. gnus-summary-expunge-below - Variable: All articles that have a score less than this variable will be expunged. gnus-summary-fetch-faq - Command: Fetch the FAQ for the current group. gnus-summary-find-for-reselect - Function: Return the number of an article to stay on across a reselect. gnus-summary-find-matching - Function: Return a list of all articles that match REGEXP on HEADER. gnus-summary-first-article - Command: Select the first article. gnus-summary-first-article-p - Function: Return whether ARTICLE is the first article in the buffer. gnus-summary-first-subject - Command: Go to the first subject satisfying any non-nil constraint. gnus-summary-first-unread-article - Command: Select the first unread article. gnus-summary-first-unread-subject - Command: Place the point on the subject line of the first unread article. gnus-summary-first-unseen-or-unread-subject - Command: Place the point on the subject line of the first unseen article or, gnus-summary-first-unseen-subject - Command: Place the point on the subject line of the first unseen article. gnus-summary-followup - Command: Compose a followup to an article. gnus-summary-followup-to-mail - Command: Followup to the current mail message via news. gnus-summary-followup-to-mail-with-original - Command: Followup to the current mail message via news. gnus-summary-followup-with-original - Command: Compose a followup to an article and include the original article. gnus-summary-force-verify-and-decrypt - Command: Display buttons for signed/encrypted parts and verify/decrypt them. gnus-summary-format - Group: Formatting of the summary buffer. gnus-summary-gather-exclude-subject - Variable: *A regexp to match subjects to be excluded from loose thread gathering. gnus-summary-gather-subject-limit - Variable: *Maximum length of subject comparisons when gathering loose threads. gnus-summary-generate-hook - Variable: *A hook run just before generating the summary buffer. gnus-summary-generic-mark - Function: Mark N articles with MARK. gnus-summary-go-down-thread - Function: Go down one level in the current thread. gnus-summary-go-to-next-thread - Function: Go to the same level (or less) next thread. gnus-summary-go-up-thread - Function: Go up one level in the current thread. gnus-summary-goto-article - Command: Fetch ARTICLE (article number or Message-ID) and display it if it exists. gnus-summary-goto-last-article - Command: Go to the previously read article. gnus-summary-goto-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-goto-subject - Command: Go the subject line of ARTICLE. gnus-summary-goto-subjects - Function: Insert the subject header for ARTICLES in the current buffer. gnus-summary-goto-unread - Variable: *If t, many commands will go to the next unread article. gnus-summary-handle-replysign - Function: Check the various replysign variables and take action accordingly. gnus-summary-help-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-hide-all-threads - Command: Hide all thread subtrees. gnus-summary-hide-thread - Command: Hide thread subtrees. gnus-summary-high-ancient - Face: Face used for high interest ancient articles. gnus-summary-high-read - Face: Face used for high interest read articles. gnus-summary-high-ticked - Face: Face used for high interest ticked articles. gnus-summary-high-undownloaded - Face: Face used for high interest uncached articles. gnus-summary-high-unread - Face: Face used for high interest unread articles. gnus-summary-highlight - Variable: *Controls the highlighting of summary buffer lines. gnus-summary-highlight-line - Function: Highlight current line according to `gnus-summary-highlight'. gnus-summary-highlight-line-function - Variable: Function called after highlighting a summary line. gnus-summary-ignore-duplicates - Variable: *If non-nil, ignore articles with identical Message-ID headers. gnus-summary-import-article - Command: Import an arbitrary file into a mail newsgroup. gnus-summary-increase-score - Command: Make a score entry based on the current article. gnus-summary-initial-limit - Function: Figure out what the initial limit is supposed to be on group entry. gnus-summary-insert-cached-articles - Command: Insert all the articles cached for this group into the current buffer. gnus-summary-insert-dormant-articles - Command: Insert all the dormant articles for this group into the current buffer. gnus-summary-insert-dummy-line - Function: Insert a dummy root in the summary buffer. gnus-summary-insert-new-articles - Command: Insert all new articles in this group. gnus-summary-insert-old-articles - Command: Insert all old articles in this group. gnus-summary-insert-subject - Function: Find article ID and insert the summary line for that article. gnus-summary-isearch-article - Command: Do incremental search forward on the current article. gnus-summary-iterate - Macro: Iterate over the process/prefixed articles and do FORMS. gnus-summary-jump-to-group - Function: Move point to NEWSGROUP in group mode buffer. gnus-summary-kill-below - Command: Mark articles with score below SCORE as read. gnus-summary-kill-menu - Command: - Variable: gnus-summary-kill-process-mark - Command: Push the current set of process marked articles on the stack and unmark. gnus-summary-kill-same-subject - Command: Mark articles which has the same subject as read. gnus-summary-kill-same-subject-and-select - Command: Mark articles which has the same subject as read, and then select the next. gnus-summary-kill-thread - Command: Mark articles under current thread as read. gnus-summary-last-article-p - Function: Return whether ARTICLE is the last article in the buffer. gnus-summary-last-subject - Function: Go to the last displayed subject line in the group. gnus-summary-limit-children - Function: Return 1 if this subthread is visible and 0 if it is not. gnus-summary-limit-exclude-childless-dormant - Command: Hide all dormant articles that have no children. gnus-summary-limit-exclude-dormant - Command: Hide all dormant articles. gnus-summary-limit-exclude-marks - Command: Exclude articles that are marked with MARKS (e.g. "DK"). gnus-summary-limit-include-cached - Command: Limit the summary buffer to articles that are cached. gnus-summary-limit-include-dormant - Command: Display all the hidden articles that are marked as dormant. gnus-summary-limit-include-expunged - Command: Display all the hidden articles that were expunged for low scores. gnus-summary-limit-include-matching-articles - Command: Display all the hidden articles that have HEADERs that match REGEXP. gnus-summary-limit-include-thread - Command: Display all the hidden articles that is in the thread with ID in it. gnus-summary-limit-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-limit-mark-excluded-as-read - Command: Mark all unread excluded articles as read. gnus-summary-limit-to-age - Command: Limit the summary buffer to articles that are older than (or equal) AGE days. gnus-summary-limit-to-articles - Command: Limit the summary buffer to the next N articles. gnus-summary-limit-to-author - Command: Limit the summary buffer to articles that have authors that match a regexp. gnus-summary-limit-to-display-predicate - Command: Limit the summary buffer to the predicated in the `display' group parameter. gnus-summary-limit-to-extra - Command: Limit the summary buffer to articles that match an 'extra' header. gnus-summary-limit-to-marks - Command: Limit the summary buffer to articles that are marked with MARKS (e.g. "DK"). gnus-summary-limit-to-score - Command: Limit to articles with score at or above SCORE. gnus-summary-limit-to-subject - Command: Limit the summary buffer to articles that have subjects that match a regexp. gnus-summary-limit-to-unread - Command: Limit the summary buffer to articles that are not marked as read. gnus-summary-limit-to-unseen - Command: Limit to unseen articles. gnus-summary-line-format - Variable: *The format specification of the lines in the summary buffer. gnus-summary-line-format-alist - Variable: An alist of format specifications that can appear in summary lines. gnus-summary-line-message-size - Function: Return pretty-printed version of message size. gnus-summary-local-variables - Variable: Variables that are buffer-local to the summary buffers. gnus-summary-low-ancient - Face: Face used for low interest ancient articles. gnus-summary-low-read - Face: Face used for low interest read articles. gnus-summary-low-ticked - Face: Face used for low interest ticked articles. gnus-summary-low-undownloaded - Face: Face used for low interest uncached articles. gnus-summary-low-unread - Face: Face used for low interest unread articles. gnus-summary-lower-same-subject - Command: Raise articles which has the same subject with SCORE. gnus-summary-lower-same-subject-and-select - Command: Raise articles which has the same subject with SCORE and select the next. gnus-summary-lower-score - Command: Make a score entry based on the current article. gnus-summary-lower-thread - Command: Lower score of articles in the current thread with SCORE. gnus-summary-mail - Group: Mail group commands. gnus-summary-mail-crosspost-complaint - Command: Send a complaint about crossposting to the current article(s). gnus-summary-mail-forward - Command: Forward the current message(s) to another user. gnus-summary-mail-nastygram - Command: Send a nastygram to the author of the current article. gnus-summary-mail-other-window - Command: Start composing a mail in another window. gnus-summary-make-false-root - Variable: *nil means that Gnus won't gather loose threads. gnus-summary-make-false-root-always - Variable: Always make a false dummy root. gnus-summary-make-local-variables - Function: Make all the local summary buffer variables. gnus-summary-make-tool-bar - Function: Make a summary mode tool bar from `gnus-summary-tool-bar'. gnus-summary-maneuvering - Group: Summary movement commands. gnus-summary-mark-above - Command: Mark articles with score over SCORE with MARK. gnus-summary-mark-article - Function: Mark ARTICLE with MARK. MARK can be any character. gnus-summary-mark-article-as-forwarded - Function: Mark ARTICLE as forwarded and update the summary line. gnus-summary-mark-article-as-read - Function: Mark the current article quickly as read with MARK. gnus-summary-mark-article-as-replied - Command: Mark ARTICLE as replied to and update the summary line. gnus-summary-mark-article-as-unread - Function: Mark the current article quickly as unread with MARK. gnus-summary-mark-as-dormant - Command: Mark N articles forward as dormant. gnus-summary-mark-as-expirable - Command: Mark N articles forward as expirable. gnus-summary-mark-as-processable - Command: Set the process mark on the next N articles. gnus-summary-mark-as-read - Function: Mark current article as read. gnus-summary-mark-as-read-backward - Command: Mark the N articles as read backwards. gnus-summary-mark-as-read-forward - Command: Mark N articles as read forwards. gnus-summary-mark-as-spam - Command: Mark N articles forward as spam. gnus-summary-mark-as-unread - Command: Mark current article as unread. gnus-summary-mark-as-unread-backward - Command: Tick N articles backwards. gnus-summary-mark-as-unread-forward - Command: Tick N articles forwards. gnus-summary-mark-below - Command: Mark articles with score less than SCORE with MARK. - Variable: *Mark all articles with a score below this variable as read. gnus-summary-mark-current-read-and-unread-as-read - Function: Intended to be used by `gnus-summary-mark-article-hook'. gnus-summary-mark-forward - Command: Mark N articles as read forwards. gnus-summary-mark-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-mark-read-and-unread-as-read - Function: Intended to be used by `gnus-summary-mark-article-hook'. gnus-summary-mark-region-as-read - Command: Mark all unread articles between point and mark as read. gnus-summary-mark-same-subject - Function: Mark articles with same SUBJECT as read, and return marked number. gnus-summary-mark-unread-as-read - Function: Intended to be used by `gnus-summary-mark-article-hook'. gnus-summary-mark-unread-as-ticked - Function: Intended to be used by `gnus-summary-mark-article-hook'. gnus-summary-marking-alist - Variable: An alist of names/marks/keystrokes. gnus-summary-marks - Group: Marks used in summary buffers. gnus-summary-maybe-hide-threads - Function: If requested, hide the threads that should be hidden. gnus-summary-menu-hook - Variable: *Hook run after the creation of the summary mode menu. gnus-summary-mime-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-misc-menu - Command: - Variable: gnus-summary-mode - Command: Major mode for reading articles. gnus-summary-mode-hook - Variable: *A hook for Gnus summary mode. gnus-summary-mode-line-format - Variable: *The format specification for the summary mode line. gnus-summary-morse-message - Command: Morse decode the current article. gnus-summary-move-article - Command: Move the current article to a different newsgroup. gnus-summary-mscore-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-muttprint - Command: Print the current article using Muttprint. gnus-summary-muttprint-program - Variable: Command (and optional arguments) used to run Muttprint. gnus-summary-news-other-window - Command: Start composing a news in another window. gnus-summary-next-article - Command: Select the next article. gnus-summary-next-group - Command: Exit current newsgroup and then select next unread newsgroup. gnus-summary-next-page - Command: Show next page of the selected article. gnus-summary-next-same-subject - Command: Select next article which has the same subject as current one. gnus-summary-next-subject - Command: Go to next N'th summary line. gnus-summary-next-thread - Command: Go to the same level next N'th thread. gnus-summary-next-unread-article - Command: Select unread article after current one. gnus-summary-next-unread-same-subject - Command: Select next unread article which has the same subject as current one. gnus-summary-next-unread-subject - Command: Go to next N'th unread summary line. gnus-summary-nnir-goto-thread - Command: Only applies to nnir groups. Go to group this article came from gnus-summary-normal-ancient - Face: Face used for normal interest ancient articles. gnus-summary-normal-read - Face: Face used for normal interest read articles. gnus-summary-normal-ticked - Face: Face used for normal interest ticked articles. gnus-summary-normal-undownloaded - Face: Face used for normal interest uncached articles. gnus-summary-normal-unread - Face: Face used for normal interest unread articles. gnus-summary-number-of-articles-in-thread - Function: Return the number of articles in THREAD. gnus-summary-pipe-message - Command: Pipe the current article through PROGRAM. gnus-summary-pipe-output - Command: Pipe the current article to a subprocess. gnus-summary-pipe-to-muttprint - Function: Pipe this article to muttprint. gnus-summary-pop-article - Command: Pop one article off the history and go to the previous. gnus-summary-pop-limit - Command: Restore the previous limit. gnus-summary-post-forward - Command: Forward the current article to a newsgroup. gnus-summary-post-menu - Command: - Variable: gnus-summary-post-news - Command: Start composing a message. Post to the current group by default. gnus-summary-prepare - Command: Generate the summary buffer. gnus-summary-prepare-exit-hook - Variable: *A hook called when preparing to exit from the summary buffer. gnus-summary-prepare-hook - Variable: *A hook called after the summary buffer has been generated. gnus-summary-prepare-threads - Function: Prepare summary buffer from THREADS and indentation LEVEL. gnus-summary-prepare-unthreaded - Function: Generate an unthreaded summary buffer based on HEADERS. gnus-summary-prepared-hook - Variable: *A hook called as the last thing after the summary buffer has been generated. gnus-summary-prev-article - Command: Select the article after the current one. gnus-summary-prev-group - Command: Exit current newsgroup and then select previous unread newsgroup. gnus-summary-prev-page - Command: Show previous page of selected article. gnus-summary-prev-page-or-article - Command: Show previous page of selected article. gnus-summary-prev-same-subject - Command: Select previous article which has the same subject as current one. gnus-summary-prev-subject - Command: Go to previous N'th summary line. gnus-summary-prev-thread - Command: Go to the same level previous N'th thread. gnus-summary-prev-unread-article - Command: Select unread article before current one. gnus-summary-prev-unread-same-subject - Command: Select previous unread article which has the same subject as current one. gnus-summary-prev-unread-subject - Command: Go to previous N'th unread summary line. gnus-summary-print-article - Command: Generate and print a PostScript image of the process-marked (mail) articles. gnus-summary-print-truncate-and-quote - Function: Truncate to LEN and quote all "("'s in STRING. gnus-summary-process-mark-set - Function: Make SET into the current process marked articles. gnus-summary-put-mark-as-dormant - Command: Mark the current article as dormant. gnus-summary-put-mark-as-dormant-next - Command: Mark the current article as dormantnext. gnus-summary-put-mark-as-dormant-next-unread - Command: Mark the current article as dormantnext unread. gnus-summary-put-mark-as-dormant-prev - Command: Mark the current article as dormantprevious. gnus-summary-put-mark-as-dormant-prev-unread - Command: Mark the current article as dormantprevious unread. gnus-summary-put-mark-as-expirable - Command: Mark the current article as expirable. gnus-summary-put-mark-as-expirable-next - Command: Mark the current article as expirablenext. gnus-summary-put-mark-as-expirable-next-unread - Command: Mark the current article as expirablenext unread. gnus-summary-put-mark-as-expirable-prev - Command: Mark the current article as expirableprevious. gnus-summary-put-mark-as-expirable-prev-unread - Command: Mark the current article as expirableprevious unread. gnus-summary-put-mark-as-read - Command: Mark the current article as read. gnus-summary-put-mark-as-read-next - Command: Mark the current article as readnext. gnus-summary-put-mark-as-read-next-unread - Command: Mark the current article as readnext unread. gnus-summary-put-mark-as-read-prev - Command: Mark the current article as readprevious. gnus-summary-put-mark-as-read-prev-unread - Command: Mark the current article as readprevious unread. gnus-summary-put-mark-as-ticked - Command: Mark the current article as ticked. gnus-summary-put-mark-as-ticked-next - Command: Mark the current article as tickednext. gnus-summary-put-mark-as-ticked-next-unread - Command: Mark the current article as tickednext unread. gnus-summary-put-mark-as-ticked-prev - Command: Mark the current article as tickedprevious. gnus-summary-put-mark-as-ticked-prev-unread - Command: Mark the current article as tickedprevious unread. gnus-summary-put-mark-as-unread - Command: Mark the current article as unread. gnus-summary-put-mark-as-unread-next - Command: Mark the current article as unreadnext. gnus-summary-put-mark-as-unread-next-unread - Command: Mark the current article as unreadnext unread. gnus-summary-put-mark-as-unread-prev - Command: Mark the current article as unreadprevious. gnus-summary-put-mark-as-unread-prev-unread - Command: Mark the current article as unreadprevious unread. gnus-summary-quit - Command: Quit reading current newsgroup without updating read article info. gnus-summary-raise-same-subject - Command: Raise articles which has the same subject with SCORE. gnus-summary-raise-same-subject-and-select - Command: Raise articles which has the same subject with SCORE and select the next. gnus-summary-raise-score - Command: Raise the score of the current article by N. gnus-summary-raise-thread - Command: Raise the score of the articles in the current thread with SCORE. gnus-summary-read-document - Command: Open a new group based on the current article(s). gnus-summary-read-group - Function: Start reading news in newsgroup GROUP. gnus-summary-recenter - Command: Center point in the summary window. gnus-summary-refer-article - Command: Fetch an article specified by MESSAGE-ID. gnus-summary-refer-parent-article - Command: Refer parent article N times. gnus-summary-refer-references - Command: Fetch all articles mentioned in the References header. gnus-summary-refer-thread - Command: Fetch all articles in the current thread. gnus-summary-remove-bookmark - Command: Remove the bookmark from the current article. gnus-summary-remove-list-identifiers - Function: Remove list identifiers in `gnus-list-identifiers' from articles in the current group. gnus-summary-remove-process-mark - Function: Remove the process mark from ARTICLE and update the summary line. gnus-summary-repair-multipart - Command: Add a Content-Type header to a multipart article without one. gnus-summary-reparent-thread - Command: Make the current article child of the marked (or previous) article. gnus-summary-reply - Command: Start composing a mail reply to the current message. gnus-summary-reply-broken-reply-to - Command: Like `gnus-summary-reply' except removing reply-to field. gnus-summary-reply-broken-reply-to-with-original - Command: Like `gnus-summary-reply-with-original' except removing reply-to field. gnus-summary-reply-with-original - Command: Start composing a reply mail to the current message. gnus-summary-rescan-group - Command: Exit the newsgroup, ask for new articles, and select the newsgroup. gnus-summary-rescore - Command: Redo the entire scoring process in the current summary. gnus-summary-reselect-current-group - Command: Exit and then reselect the current newsgroup. gnus-summary-resend-bounced-mail - Command: Re-mail the current message. gnus-summary-resend-default-address - Variable: If non-nil, Gnus tries to suggest a default address to resend to. gnus-summary-resend-message - Command: Resend the current article to ADDRESS. gnus-summary-resend-message-edit - Command: Resend an article that has already been sent. gnus-summary-respool-article - Command: Respool the current article. gnus-summary-respool-default-method - Variable: Default method type for respooling an article. gnus-summary-respool-query - Command: Query where the respool algorithm would put this article. gnus-summary-respool-trace - Command: Trace where the respool algorithm would put this article. gnus-summary-rethread-current - Command: Rethread the thread the current article is part of. gnus-summary-same-subject - Variable: *String indicating that the current article has the same subject as the previous. gnus-summary-save-article - Command: Save the current article using the default saver function. gnus-summary-save-article-body-file - Command: Append the current article body to a file. gnus-summary-save-article-file - Command: Append the current article to a file. gnus-summary-save-article-mail - Command: Append the current article to a Unix mail box file. gnus-summary-save-article-rmail - Command: Append the current article to an rmail file. gnus-summary-save-body-in-file - Function: Append this article body to a file. gnus-summary-save-in-file - Function: Append this article to file. gnus-summary-save-in-mail - Function: Append this article to Unix mail file. gnus-summary-save-in-pipe - Function: Pipe this article to subprocess. gnus-summary-save-in-rmail - Function: Append this article to Rmail file. gnus-summary-save-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-save-newsrc - Command: Save the current number of read/marked articles in the dribble buffer. gnus-summary-save-parts - Command: Save parts matching TYPE to DIR. gnus-summary-save-parts-default-mime - Variable: *A regexp to match MIME parts when saving multiple parts of a gnus-summary-save-process-mark - Command: Push the current set of process marked articles on the stack. gnus-summary-score-effect - Command: Simulate the effect of a score file entry. gnus-summary-score-entry - Function: Enter score file entry. gnus-summary-score-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-scroll-down - Command: Scroll down (or up) one line current article. gnus-summary-scroll-up - Command: Scroll up (or down) one line current article. gnus-summary-search-article - Function: Search for an article containing REGEXP. gnus-summary-search-article-backward - Command: Search for an article containing REGEXP backward. gnus-summary-search-article-forward - Command: Search for an article containing REGEXP forward. gnus-summary-search-forward - Function: Search forward for an article. gnus-summary-search-group - Function: Search for next unread newsgroup. gnus-summary-select-article - Function: Select the current article. gnus-summary-select-article-buffer - Command: Reconfigure windows to show article buffer. gnus-summary-selected - Face: Face used for selected articles. gnus-summary-selected-face - Variable: Face used for highlighting the current article in the summary buffer. gnus-summary-send-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-set-agent-mark - Function: Mark ARTICLE as downloadable. If UNMARK is nil, article is marked. gnus-summary-set-article-display-arrow - Function: Update the overlay arrow to point to line at position POS. gnus-summary-set-bookmark - Command: Set a bookmark in current article. gnus-summary-set-current-mark - Function: Obsolete function. gnus-summary-set-display-table - Function: Change the display table. gnus-summary-set-local-parameters - Function: Go through the local params of GROUP and set all variable specs in that list. gnus-summary-set-process-mark - Function: Set the process mark on ARTICLE and update the summary line. gnus-summary-set-saved-mark - Function: Set the process mark on ARTICLE and update the summary line. gnus-summary-set-score - Command: Set the score of the current article to N. gnus-summary-setup-buffer - Function: Initialize summary buffer. gnus-summary-setup-default-charset - Function: Setup newsgroup default charset. gnus-summary-show-all-expunged - Command: Display all the hidden articles that were expunged for low scores. gnus-summary-show-all-headers - Command: Make all header lines visible. gnus-summary-show-all-threads - Command: Show all threads. gnus-summary-show-article - Command: Force redisplaying of the current article. gnus-summary-show-article-charset-alist - Variable: Alist of number and charset. gnus-summary-show-raw-article - Command: Show the raw article without any article massaging functions being run. gnus-summary-show-thread - Command: Show thread subtrees. gnus-summary-simplify-subject-query - Command: Query where the respool algorithm would put this article. gnus-summary-skip-intangible - Macro: If the current article is intangible, then jump to a different article. gnus-summary-sort - Function: Sort summary buffer by PREDICATE. REVERSE means reverse order. - Group: Sorting the summary buffer. gnus-summary-sort-by-author - Command: Sort the summary buffer by author name alphabetically. gnus-summary-sort-by-chars - Command: Sort the summary buffer by article length. gnus-summary-sort-by-date - Command: Sort the summary buffer by date. gnus-summary-sort-by-lines - Command: Sort the summary buffer by the number of lines. gnus-summary-sort-by-number - Command: Sort the summary buffer by article number. gnus-summary-sort-by-original - Command: Sort the summary buffer using the default sorting method. gnus-summary-sort-by-random - Command: Randomize the order in the summary buffer. gnus-summary-sort-by-score - Command: Sort the summary buffer by score. gnus-summary-sort-by-subject - Command: Sort the summary buffer by subject alphabetically. `Re:'s are ignored. gnus-summary-stop-page-breaking - Command: Stop page breaking in the current article. gnus-summary-subject-string - Function: Return current subject string or nil if nothing. gnus-summary-supersede-article - Command: Compose an article that will supersede a previous article. gnus-summary-thread-gathering-function - Variable: *Function used for gathering loose threads. gnus-summary-thread-level - Macro: Return the level of thread that starts with article NUMBER. gnus-summary-thread-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-thread-menu - Command: - Variable: gnus-summary-tick-above - Command: Tick all articles with score above SCORE. gnus-summary-tick-article - Command: Mark current article as unread. gnus-summary-tick-article-backward - Command: Tick N articles backwards. gnus-summary-tick-article-forward - Command: Tick N articles forwards. gnus-summary-toggle-display-buttonized - Command: Toggle the buttonizing of the article buffer. gnus-summary-toggle-header - Command: Show the headers if they are hidden, or hide them if they are shown. gnus-summary-toggle-threads - Command: Toggle showing conversation threads. gnus-summary-toggle-truncation - Command: Toggle truncation of summary lines. gnus-summary-tool-bar - Variable: Specifies the Gnus summary tool bar. gnus-summary-tool-bar-gnome - Variable: List of functions for the summary tool bar (GNOME style). gnus-summary-tool-bar-retro - Variable: List of functions for the summary tool bar (retro look). gnus-summary-tool-bar-update - Function: Update summary mode toolbar. gnus-summary-tool-bar-zap-list - Variable: List of icon items from the global tool bar. gnus-summary-top-thread - Command: Go to the top of the thread. gnus-summary-universal-argument - Command: Perform any operation on all articles that are process/prefixed. gnus-summary-unmark-all-processable - Command: Remove the process mark from all articles. gnus-summary-unmark-as-processable - Command: Remove the process mark from the next N articles. gnus-summary-up-thread - Command: Go up thread N steps. gnus-summary-update-article - Function: Update ARTICLE in the summary buffer. gnus-summary-update-article-line - Function: Update the line for ARTICLE using HEADER. gnus-summary-update-download-mark - Function: Update the download mark. gnus-summary-update-hook - Variable: *A hook called when a summary line is changed. gnus-summary-update-line - Function: Update summary line after change. gnus-summary-update-secondary-mark - Function: Update the secondary (read, process, cache) mark. gnus-summary-various - Group: Various summary buffer options. gnus-summary-verbose-headers - Command: Toggle permanent full header display. gnus-summary-very-wide-reply - Command: Start composing a very wide reply mail to the current message. gnus-summary-very-wide-reply-with-original - Command: Start composing a very wide reply mail to the current message. gnus-summary-visual - Group: Highlighting and menus in the summary buffer. gnus-summary-wake-up-the-dead - Command: Wake up the dead summary buffer. gnus-summary-wash-deuglify-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-wash-display-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-wash-empty-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-wash-header-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-wash-hide-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-wash-highlight-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-wash-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-wash-mime-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-wash-time-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-summary-wide-reply - Command: Start composing a wide reply mail to the current message. gnus-summary-wide-reply-with-original - Command: Start composing a wide reply mail to the current message. gnus-summary-work-articles - Function: Return a list of articles to be worked upon. gnus-summary-write-article-body-file - Command: Write the current article body to a file, deleting the previous file. gnus-summary-write-article-file - Command: Write the current article to a file, deleting the previous file. gnus-summary-write-body-to-file - Function: Write this article body to a file, overwriting it if the file exists. gnus-summary-write-to-file - Function: Write this article to a file, overwriting it if the file exists. gnus-summary-yank-message - Command: Yank the current article into a composed message. gnus-summary-yank-process-mark - Command: Pop the last process mark state off the stack and restore it. gnus-summary-zcore-fuzz - Variable: *Fuzziness factor for the zcore in the summary buffer. gnus-supercite-regexp - Variable: *Regexp matching normal Supercite attribution lines. gnus-supercite-secondary-regexp - Variable: Regexp matching mangled Supercite attribution lines. gnus-suppress-duplicates - Variable: *If non-nil, Gnus will mark duplicate copies of the same article as read. gnus-suspend-gnus-hook - Variable: Hook called when suspending (not exiting) Gnus. gnus-symbolic-argument - Command: Read a symbolic argument and a command, and then execute command. gnus-thread - Group: Ordering articles according to replies. gnus-thread-expunge-below - Variable: All threads that have a total score less than this variable will be expunged. gnus-thread-header - Macro: Return header of first article in THREAD. gnus-thread-hide-killed - Variable: *If non-nil, hide killed threads automatically. gnus-thread-hide-subtree - Variable: *If non-nil, hide all threads initially. gnus-thread-highest-number - Function: Return the highest article number in THREAD. gnus-thread-ignore-subject - Variable: *If non-nil, which is the default, ignore subjects and do all threading based on the Reference header. gnus-thread-indent-level - Variable: *Number that says how much each sub-thread should be indented. gnus-thread-latest-date - Function: Return the highest article date in THREAD. gnus-thread-loop-p - Function: Say whether ROOT is in THREAD. gnus-thread-operation-ignore-subject - Variable: *If non-nil, subjects will be ignored when doing thread commands. gnus-thread-score-function - Variable: *Function used for calculating the total score of a thread. gnus-thread-sort-by-author - Function: Sort threads by root author. gnus-thread-sort-by-chars - Function: Sort threads by root article octet length. gnus-thread-sort-by-date - Function: Sort threads by root article date. gnus-thread-sort-by-lines - Function: Sort threads by root article Lines header. gnus-thread-sort-by-most-recent-date - Function: Sort threads such that the thread with the most recently dated article comes first. gnus-thread-sort-by-most-recent-number - Function: Sort threads such that the thread with the most recently arrived article comes first. gnus-thread-sort-by-number - Function: Sort threads by root article number. gnus-thread-sort-by-random - Function: Sort threads by root article number. gnus-thread-sort-by-score - Function: Sort threads by root article score. gnus-thread-sort-by-subject - Function: Sort threads by root subject. gnus-thread-sort-by-total-score - Function: Sort threads by the sum of all scores in the thread. gnus-thread-sort-functions - Variable: *List of functions used for sorting threads in the summary buffer. gnus-ticked-mark - Variable: *Mark used for ticked articles. gnus-tilde-cut-form - Function: Return a form that cuts CUT-WIDTH off of EL. gnus-tilde-ignore-form - Function: Return a form that is blank when EL is IGNORE-VALUE. gnus-tilde-max-form - Function: Return a form that limits EL to MAX-WIDTH. gnus-time-iso8601 - Function: Return a string of TIME in YYYYMMDDTHHMMSS format. gnus-tool-bar-update - Function: Update the tool bar. gnus-topic - Group: Group topics. gnus-topic-alist - Variable: The complete topic-group alist. gnus-topic-catchup-articles - Command: Catchup this topic or group. gnus-topic-change-level - Function: Run when changing levels to enter/remove groups from topics. gnus-topic-clean-alist - Function: Remove bogus groups from the topic alist. gnus-topic-copy-group - Command: Copy the current group to a topic. gnus-topic-copy-matching - Command: Copy all groups that match REGEXP to some topic. gnus-topic-create-topic - Command: Create a new TOPIC under PARENT. gnus-topic-delete - Command: Delete a topic. gnus-topic-display-empty-topics - Variable: *If non-nil, display the topic lines even of topics that have no unread articles. gnus-topic-display-missing-topic - Function: Insert topic lines recursively for missing topics. gnus-topic-edit-parameters - Command: Edit the group parameters of GROUP. gnus-topic-expire-articles - Command: Expire articles in this topic or group. gnus-topic-find-groups - Function: Return entries for all visible groups in TOPIC. gnus-topic-find-topology - Function: Return the topology of TOPIC. gnus-topic-fold - Function: Remove/insert the current topic. gnus-topic-forward-topic - Function: Go to the next topic on the same level as the current one. gnus-topic-get-new-news-this-topic - Command: Check for new news in the current topic. gnus-topic-goto-missing-group - Function: Place point where GROUP is supposed to be inserted. gnus-topic-goto-next-group - Function: Go to group or the next group after group. gnus-topic-goto-next-topic - Command: Go to the N'th next topic. gnus-topic-goto-previous-topic - Command: Go to the N'th previous topic. gnus-topic-grok-active - Function: Parse all active groups and create topic structures for them. gnus-topic-hide-topic - Command: Hide the current topic. gnus-topic-hierarchical-parameters - Function: Return a topic list computed for TOPIC. gnus-topic-indent - Command: Indent a topic -- make it a sub-topic of the previous topic. gnus-topic-indent-level - Variable: *How much each subtopic should be indented. gnus-topic-init-alist - Function: Initialize the topic structures. gnus-topic-insert-topic - Function: Insert TOPIC. gnus-topic-jump-to-topic - Command: Go to TOPIC. gnus-topic-kill-group - Command: Kill the next N groups. gnus-topic-line-format - Variable: Format of topic lines. gnus-topic-list - Function: Return a list of all topics in the topology. gnus-topic-list-active - Command: List all groups that Gnus knows about in a topicsified fashion. gnus-topic-mark-topic - Command: Mark all groups in the TOPIC with the process mark. gnus-topic-menu - Command: - Variable: gnus-topic-mode - Command: Minor mode for topicsifying Gnus group buffers. - Variable: Minor mode for Gnus group buffers. gnus-topic-mode-hook - Variable: Hook run in topic mode buffers. gnus-topic-mode-p - Function: Return non-nil in `gnus-topic-mode'. gnus-topic-move - Command: Move the CURRENT topic to TO. gnus-topic-move-group - Command: Move the next N groups to TOPIC. gnus-topic-move-matching - Command: Move all groups that match REGEXP to some topic. gnus-topic-next-topic - Function: Return the next sibling of TOPIC. gnus-topic-parameters - Function: Return the parameters for TOPIC. gnus-topic-parent-topic - Function: Return the parent of TOPIC. gnus-topic-prepare-topic - Function: Insert TOPIC into the group buffer. gnus-topic-previous-topic - Function: Return the previous topic on the same level as TOPIC. gnus-topic-read-group - Command: Read news in this newsgroup. gnus-topic-remove-group - Command: Remove the current group from the topic. gnus-topic-remove-topic - Function: Remove the current topic. gnus-topic-rename - Command: Rename a topic. gnus-topic-select-group - Command: Select this newsgroup. gnus-topic-set-parameters - Function: Set the topic parameters of TOPIC to PARAMETERS. gnus-topic-show-topic - Command: Show the hidden topic. gnus-topic-sort-groups - Command: Sort the current topic according to FUNC. gnus-topic-sort-groups-by-alphabet - Command: Sort the current topic alphabetically by group name. gnus-topic-sort-groups-by-level - Command: Sort the current topic by group level. gnus-topic-sort-groups-by-method - Command: Sort the current topic alphabetically by backend name. gnus-topic-sort-groups-by-rank - Command: Sort the current topic by group rank. gnus-topic-sort-groups-by-score - Command: Sort the current topic by group score. gnus-topic-sort-groups-by-server - Command: Sort the current topic alphabetically by server name. gnus-topic-sort-groups-by-unread - Command: Sort the current topic by number of unread articles. gnus-topic-sort-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-topic-sort-topics - Command: Sort topics in TOPIC alphabetically by topic name. gnus-topic-toggle-display-empty-topics - Command: Show/hide topics that have no unread articles. gnus-topic-topology - Variable: The complete topic hierarchy. gnus-topic-unindent - Command: Unindent a topic. gnus-topic-unmark-topic - Command: Remove the process mark from all groups in the TOPIC. gnus-topic-unread - Function: Return the number of unread articles in TOPIC. gnus-topic-update-topic - Function: Update all parent topics to the current group. gnus-topic-update-topics-containing-group - Function: Update all topics that have GROUP as a member. gnus-topic-visible-p - Function: Return non-nil if the current topic is visible. gnus-topic-yank-group - Command: Yank the last topic. gnus-topology-checked-p - Variable: Whether the topology has been checked in this session. gnus-total-expirable-newsgroups - Variable: *Groups in which to perform expiry of all read articles. gnus-treat-body-boundary - Variable: Draw a boundary at the end of the headers. gnus-treat-buttonize - Variable: Add buttons. gnus-treat-buttonize-head - Variable: Add buttons to the head. gnus-treat-capitalize-sentences - Variable: Capitalize sentence-starting words. gnus-treat-date-english - Variable: Display the Date in a format that can be read aloud in English. gnus-treat-date-iso8601 - Variable: Display the date in the ISO8601 format. gnus-treat-date-lapsed - Variable: Display the Date header in a way that says how much time has elapsed. gnus-treat-date-local - Variable: Display the Date in the local timezone. gnus-treat-date-original - Variable: Display the date in the original timezone. gnus-treat-date-user-defined - Variable: Display the date in a user-defined format. gnus-treat-date-ut - Variable: Display the Date in UT (GMT). gnus-treat-display-face - Variable: Display Face headers. gnus-treat-display-smileys - Variable: Display smileys. gnus-treat-display-x-face - Variable: Display X-Face headers. gnus-treat-emphasize - Variable: Emphasize text. gnus-treat-fill-article - Variable: Fill the article. gnus-treat-fill-long-lines - Variable: Fill long lines. gnus-treat-fold-headers - Variable: Fold headers. gnus-treat-fold-newsgroups - Variable: Fold the Newsgroups and Followup-To headers. gnus-treat-from-picon - Command: Display picons in the From header. - Variable: Display picons in the From header. gnus-treat-hide-boring-headers - Variable: Hide boring headers. gnus-treat-hide-citation - Variable: Hide cited text. gnus-treat-hide-citation-maybe - Variable: Hide cited text. gnus-treat-hide-headers - Variable: Hide headers. gnus-treat-hide-signature - Variable: Hide the signature. gnus-treat-highlight-citation - Variable: Highlight cited text. gnus-treat-highlight-headers - Variable: Highlight the headers. gnus-treat-highlight-signature - Variable: Highlight the signature. gnus-treat-leading-whitespace - Variable: Remove leading whitespace in headers. gnus-treat-mail-picon - Command: Display picons in the Cc and To headers. - Variable: Display picons in To and Cc headers. gnus-treat-newsgroups-picon - Command: Display picons in the Newsgroups and Followup-To headers. - Variable: Display picons in the Newsgroups and Followup-To headers. gnus-treat-overstrike - Variable: Treat overstrike highlighting. gnus-treat-play-sounds - Variable: Play sounds. gnus-treat-smiley - Command: Toggle display of textual emoticons ("smileys") as small graphical icons. gnus-treat-strip-banner - Variable: Strip banners from articles. gnus-treat-strip-cr - Variable: Remove carriage returns. gnus-treat-strip-headers-in-body - Variable: Strip the X-No-Archive header line from the beginning of the body. gnus-treat-strip-leading-blank-lines - Variable: Strip leading blank lines. gnus-treat-strip-list-identifiers - Variable: Strip list identifiers from `gnus-list-identifiers`. gnus-treat-strip-multiple-blank-lines - Variable: Strip multiple blank lines. gnus-treat-strip-pem - Variable: Strip PEM signatures. gnus-treat-strip-trailing-blank-lines - Variable: Strip trailing blank lines. gnus-treat-translate - Variable: Translate articles from one language to another. gnus-treat-unfold-headers - Variable: Unfold folded header lines. gnus-treat-unsplit-urls - Variable: Remove newlines from within URLs. gnus-treat-wash-html - Variable: Format as HTML. gnus-treat-x-pgp-sig - Variable: Verify X-PGP-Sig. gnus-tree-buffer - Variable: Buffer where Gnus thread trees are displayed. gnus-turn-off-edit-menu - Function: Turn off edit menu in `gnus-TYPE-mode-map'. gnus-unbuttonized-mime-type-p - Function: Say whether TYPE is to be unbuttonized. gnus-unbuttonized-mime-types - Variable: List of MIME types that should not be given buttons when rendered inline. gnus-uncacheable-groups - Variable: *Groups that match this regexp will not be cached. gnus-uncompress-marks - Function: Uncompress the mark ranges in MARKS. gnus-uncompress-range - Function: Expand a list of ranges into a list of numbers. gnus-uncompress-sequence - Function: Expand a list of ranges into a list of numbers. gnus-undo - Command: Undo some previous changes in Gnus buffers. - Group: Undoing in Gnus buffers. gnus-undo-boundary - Function: Set Gnus undo boundary. gnus-undo-force-boundary - Function: Set Gnus undo boundary. gnus-undo-limit - Variable: The number of undoable actions recorded. gnus-undo-mode - Command: Minor mode for providing `undo' in Gnus buffers. - Variable: Minor mode for undoing in Gnus buffers. gnus-undo-mode-hook - Variable: Hook called in all `gnus-undo-mode' buffers. gnus-undo-register - Function: Register FORMS as something to be performed to undo a change. gnus-undo-register-1 - Function: Register FUNCTION as something to be performed to undo a change. gnus-undownloaded-mark - Variable: *Mark used for articles that weren't downloaded. gnus-union - Function: Combine LIST1 and LIST2 using a set-union operation. gnus-unplugged - Command: Start Gnus unplugged. gnus-unread-mark - Variable: *Mark used for unread articles. gnus-unread-mark-p - Function: Say whether MARK is the unread mark. gnus-unseen-mark - Variable: *Mark used for articles that haven't been seen. gnus-unsendable-mark - Variable: *Mark used for articles that won't be sent. gnus-update-format - Command: Update the format specification near point. gnus-update-format-specifications - Function: Update all (necessary) format specifications. gnus-update-marks - Function: Enter the various lists of marked articles into the newsgroup info list. gnus-update-missing-marks - Function: Go through the list of MISSING articles and remove them from the mark lists. gnus-update-read-articles - Function: Update the list of read articles in GROUP. gnus-update-score-entry-dates - Variable: *If non-nil, update matching score entry dates. gnus-update-summary-mark-positions - Function: Compute where the summary marks are to go. gnus-updated-mode-lines - Variable: List of buffers that should update their mode lines. gnus-url-unhex-string - Function: Remove %XX, embedded spaces, etc in a url. gnus-use-adaptive-scoring - Variable: *If non-nil, use some adaptive scoring scheme. gnus-use-article-prefetch - Variable: *If non-nil, prefetch articles in groups that allow this. gnus-use-byte-compile - Variable: If non-nil, byte-compile crucial run-time code. gnus-use-cache - Variable: *If nil, Gnus will ignore the article cache. gnus-use-correct-string-widths - Variable: *If non-nil, use correct functions for dealing with wide characters. gnus-use-cross-reference - Variable: *Non-nil means that cross referenced articles will be marked as read. gnus-use-dribble-file - Variable: *Non-nil means that Gnus will use a dribble file to store user updates. gnus-use-frames-on-any-display - Variable: *If non-nil, frames on all displays will be considered useable by Gnus. gnus-use-full-window - Variable: *If non-nil, use the entire Emacs screen. gnus-use-grouplens - Variable: *If non-nil, use GroupLens ratings. gnus-use-header-prefetch - Variable: *If non-nil, prefetch the headers to the next group. gnus-use-idna - Variable: Whether IDNA decoding of headers is used when viewing messages. gnus-use-long-file-name - Variable: *Non-nil means that the default name of a file to save articles in is the group name. gnus-use-nocem - Variable: *If non-nil, Gnus will read NoCeM cancel messages. gnus-use-scoring - Variable: *If non-nil, enable scoring. gnus-use-trees - Variable: *If non-nil, display a thread tree buffer. gnus-use-undo - Variable: *If non-nil, allow undoing in Gnus group mode buffers. gnus-useful-groups - Variable: *Alist of useful group-server pairs. gnus-user-agent - Variable: Which information should be exposed in the User-Agent header. gnus-user-date - Function: Format the messy-date according to gnus-user-date-format-alist. gnus-user-date-format-alist - Variable: Specifies date format depending on age of article. gnus-user-format-function-B - Function: Given a Gnus message header, returns the appropriate piece of gnus-user-format-function-b - Function: Given a Gnus message header, returns a mark if the poster is in the BBDB, " " otherwise. The mark itself is the value of the field indicated by `bbdb-message-marker-field' (`mark-char' by default) if the indicated field is in the poster's record, and `bbdb/gnus-summary-known-poster-mark' otherwise. gnus-uu-extract-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-uu-extract-view-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-uu-mark-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). gnus-valid-select-methods - Variable: *An alist of valid select methods. gnus-variable-list - Variable: Gnus variables saved in the quick startup file. gnus-various - Group: Other Gnus options. gnus-verbose - Variable: *Integer that says how verbose Gnus should be. gnus-verbose-backends - Variable: Integer that says how verbose the Gnus backends should be. gnus-version - Command: Version number of this version of Gnus. - Variable: Version string for this version of Gnus. gnus-version-number - Variable: Version number for this version of Gnus. gnus-view-pseudo-asynchronously - Variable: *If non-nil, Gnus will view pseudo-articles asynchronously. gnus-view-pseudos - Variable: *If `automatic', pseudo-articles will be viewed automatically. gnus-view-pseudos-separately - Variable: *If non-nil, one pseudo-article will be created for each file to be viewed. gnus-virtual-group-p - Function: Say whether GROUP is virtual or not. gnus-visible-headers - Variable: *All headers that do not match this regexp will be hidden. gnus-visual - Variable: *Enable visual features. - Group: Options controlling the visual fluff. gnus-visual-mark-article-hook - Variable: *Hook run after selecting an article in the summary buffer. gnus-window-configuration - Variable: Obsolete variable. See `gnus-buffer-configuration'. gnus-window-edges - Function: Return a list of the edge coordinates of WINDOW. gnus-window-min-height - Variable: *Minimum height of Gnus buffers. gnus-window-min-width - Variable: *Minimum width of Gnus buffers. gnus-window-to-buffer - Variable: Mapping from short symbols to buffer names or buffer variables. gnus-windows - Group: Window configuration. gnus-with-article - Macro: Select ARTICLE and perform FORMS in the original article buffer. gnus-write-buffer - Function: Write the current buffer's contents to FILE. gnus-x-face - Face: Face to show X-Face. gnus-x-face-directory - Variable: *Directory where X-Face PBM files are stored. gnus-x-face-from-file - Command: Insert an X-Face header based on an image file. gnus-x-splash - Function: Show a splash screen using a pixmap in the current buffer. gnus-xmas-format - Function: A version of `format' which preserves text properties. gnus-zombie-list - Variable: List of almost dead newsgroups. goal-column - Variable: *Semipermanent goal column for vertical motion, as set by C-x C-n, or nil. gomoku - Command: Start a Gomoku game between you and Emacs. goto-address - Command: Sets up goto-address functionality in the current buffer. goto-address-at-mouse - Command: Send to the e-mail address or load the URL at point. goto-address-at-point - Command: Send to the e-mail address or load the URL at point. goto-char - Command: Set point to POSITION, a number or marker. goto-line - Command: Goto line ARG, counting from line 1 at beginning of buffer. goto-next-locus - Command: Visit next `next-error' message and corresponding source code. goto-tag-location-function - Variable: Function of to go to the location in the buffer specified by a tag. grep - Command: Run grep, with user-specified args, and collect output in a buffer. - Group: Run grep as inferior of Emacs, parse error messages. grep-command - Variable: The default grep command for M-x grep. grep-context-face - Variable: Face name to use for grep context lines. grep-error - Variable: Message to print when no matches are found. grep-error-face - Variable: Face name to use for grep error messages. grep-error-screen-columns - Variable: *If non-nil, column numbers in grep hits are screen columns. grep-expand-keywords - Variable: List of substitutions performed by `grep-expand-template'. grep-expand-template - Function: Patch grep COMMAND string replacing , , , , and . grep-files-aliases - Variable: *Alist of aliases for the FILES argument to `lgrep' and `rgrep'. grep-find - Command: Run grep via find, with user-specified args COMMAND-ARGS. grep-find-command - Variable: The default find command for M-x grep-find. grep-find-ignored-directories - Variable: *List of names of sub-directories which `rgrep' shall not recurse into. grep-find-template - Variable: The default command to run for M-x rgrep. grep-find-use-xargs - Variable: Whether M-x grep-find uses the `xargs' utility by default. grep-highlight-matches - Variable: If t, use special markers to highlight grep matches. grep-hit-face - Variable: Face name to use for grep hits. grep-last-buffer - Variable: The most recent grep buffer. grep-match-face - Variable: Face name to use for grep matches. grep-mode - Command: Sets `grep-last-buffer' and `compilation-window-height'. grep-mode-font-lock-keywords - Variable: Additional things to highlight in grep output. grep-mode-map - Variable: Keymap for grep buffers. grep-process-setup - Function: Setup compilation variables and buffer for `grep'. grep-program - Variable: The default grep program for `grep-command' and `grep-find-command'. grep-read-files - Function: Read files arg for interactive grep. grep-read-regexp - Function: Read regexp arg for interactive grep. grep-regexp-alist - Variable: Regexp used to match grep hits. See `compilation-error-regexp-alist'. grep-scroll-output - Variable: *Non-nil to scroll the *grep* buffer window as output appears. grep-setup-hook - Variable: List of hook functions run by `grep-process-setup' (see `run-hooks'). grep-template - Variable: The default command to run for M-x lgrep. grep-use-null-device - Variable: If t, append the value of `null-device' to `grep' commands. grep-window-height - Variable: *Number of lines in a grep window. If nil, use `compilation-window-height'. group - Widget: A widget which groups other widgets inside. gs-load-image - Function: Load a PS image for display on FRAME. gtk-version-string - Variable: Version info for GTK+. hack-local-variables - Function: Parse and put into effect this buffer's local variables spec. hack-local-variables-hook - Variable: Normal hook run after processing a file's local variables specs. hack-local-variables-prop-line - Function: Return local variables specified in the -*- line. hack-one-local-variable - Function: Set local variable VAR with value VAL. hack-one-local-variable-eval-safep - Function: Return t if it is safe to eval EXP when it is found in a file. handle-delete-frame - Command: Handle delete-frame events from the X server. handle-save-session - Command: Handle the save_yourself event from a session manager. handle-select-window - Command: Handle select-window events. handle-switch-frame - Command: Handle a switch-frame event EVENT. handwrite - Command: Turns the buffer into a "handwritten" document. hanoi - Command: Towers of Hanoi diversion. Use NRINGS rings. hanoi-unix - Command: Towers of Hanoi, UNIX doomsday version. hanoi-unix-64 - Command: Like hanoi-unix, but pretend to have a 64-bit clock. hardware - Group: Support for interfacing with exotic hardware. hash-table-count - Function: Return the number of elements in TABLE. hash-table-p - Function: Return t if OBJ is a Lisp hash table object. hash-table-rehash-size - Function: Return the current rehash size of TABLE. hash-table-rehash-threshold - Function: Return the current rehash threshold of TABLE. hash-table-size - Function: Return the size of TABLE. hash-table-test - Function: Return the test TABLE uses. hash-table-weakness - Function: Return the weakness of TABLE. he-concat-directory-file-name - Function: Try to slam together two parts of a file specification, system dependently. he-file-directory-p - Function: Fix to make `file-directory-p' work for hippie-expand under VMS. he-file-name-chars - Variable: Characters that are considered part of the file name to expand. he-file-name-directory - Function: Fix to make `file-name-directory' work for hippie-expand under VMS. he-file-name-nondirectory - Function: Fix to make `file-name-nondirectory' work for hippie-expand under VMS. header-line - Face: Basic header-line face. header-line-format - Variable: Analogous to `mode-line-format', but controls the header line. hebrew-diary-entry-symbol - Variable: Symbol indicating a diary entry according to the Hebrew calendar. hebrew-holidays - Variable: Jewish holidays. help - Command: Help command. - Group: Support for on-line help systems. help-C-file-name - Function: Return the name of the C file where SUBR-OR-VAR is defined. help-add-fundoc-usage - Function: Add the usage info to DOCSTRING. help-argument-name - Face: Face to highlight argument names in *Help* buffers. help-at-pt-cancel-timer - Command: Cancel any timer set by `help-at-pt-set-timer'. help-at-pt-display-when-idle - Variable: *Automatically show local help on point-over. help-at-pt-kbd-string - Function: Return the keyboard help string at point. help-at-pt-set-timer - Command: Enable `help-at-pt-display-when-idle'. help-at-pt-string - Function: Return the help-echo string at point. help-back-label - Variable: Label to use by `help-make-xrefs' for the go-back reference. help-button-action - Function: Call BUTTON's help function. help-char - Variable: Character to recognize as meaning Help. help-command - Function: Prefix command (definition is a keymap associating keystrokes with commands). help-default-arg-highlight - Function: Default function to highlight arguments in *Help* buffers. help-do-xref - Function: Call the help cross-reference function FUNCTION with args ARGS. help-event-list - Variable: List of input events to recognize as meaning Help. help-follow - Command: Follow cross-reference at point. help-follow-mouse - Command: Follow the cross-reference that you click on. help-follow-symbol - Command: In help buffer, show docs for symbol at POS, defaulting to point. help-for-help - Command: Help command. help-for-help-internal - Command: Help command. help-for-help-internal-doc - Function: You have typed %THIS-KEY%, the help character. Type a Help option: help-form - Variable: Form to execute when character `help-char' is read. help-go-back - Command: Go back to previous topic in this help buffer. help-insert-string - Function: Insert STRING to the help buffer and install xref info for it. help-insert-xref-button - Function: Insert STRING and make a hyperlink from cross-reference text on it. help-make-xrefs - Command: Parse and hyperlink documentation cross-references in the given BUFFER. help-map - Variable: Keymap for characters following the Help key. help-mode - Command: Major mode for viewing help text and navigating references in it. help-mode-hook - Variable: Hook run by `help-mode'. help-mode-map - Variable: Keymap for help mode. help-quit - Command: Just exit from the Help command's command loop. help-return-method - Variable: What to do to "exit" the help buffer. help-setup-xref - Function: Invoked from commands using the "*Help*" buffer to install some xref info. help-split-fundoc - Function: Split a function DOCSTRING into the actual doc and the usage info. help-with-tutorial - Command: Select the Emacs learn-by-doing tutorial. help-with-tutorial-spec-language - Command: Use the Emacs tutorial, specifying which language you want. help-xref-button - Function: Make a hyperlink for cross-reference text previously matched. help-xref-following - Variable: Non-nil when following a help cross-reference. help-xref-go-back - Function: From BUFFER, go back to previous help buffer text using `help-xref-stack'. help-xref-info-regexp - Variable: Regexp matching doc string references to an Info node. help-xref-interned - Function: Follow a hyperlink which appeared to be an arbitrary interned SYMBOL. help-xref-mule-regexp - Variable: Regexp matching doc string references to MULE-related keywords. help-xref-on-pp - Function: Add xrefs for symbols in `pp's output between FROM and TO. help-xref-override-view-map - Variable: Replacement keymap for `view-mode' in help buffers. help-xref-stack - Variable: A stack of ways by which to return to help buffers after following xrefs. help-xref-stack-item - Variable: An item for `help-follow' in this buffer to push onto `help-xref-stack'. help-xref-symbol-regexp - Variable: Regexp matching doc string references to symbols. help-xref-url-regexp - Variable: Regexp matching doc string references to a URL. hexl-find-file - Command: Edit file FILENAME as a binary file in hex dump format. hexl-mode - Command: hexlify-buffer - Command: Convert a binary buffer to hexl format. hi-lock-face-buffer - Command: Set face of each match of REGEXP to FACE. hi-lock-face-phrase-buffer - Command: Set face of each match of phrase REGEXP to FACE. hi-lock-line-face-buffer - Command: Set face of all lines containing a match of REGEXP to FACE. hi-lock-mode - Command: Toggle minor mode for interactively adding font-lock highlighting patterns. hi-lock-unface-buffer - Command: Remove highlighting of each match to REGEXP set by hi-lock. hi-lock-write-interactive-patterns - Command: Write interactively added patterns, if any, into buffer at point. hide-ifdef-initially - Variable: *Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated. hide-ifdef-lines - Variable: *Non-nil means hide the #ifX, #else, and #endif lines. hide-ifdef-mode - Command: Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one. hide-ifdef-read-only - Variable: *Set to non-nil if you want buffer to be read-only while hiding text. highlight - Face: Basic face for highlighting. highlight-changes-mode - Command: Toggle (or initially set) Highlight Changes mode. highlight-changes-next-change - Command: Move to the beginning of the next change, if in Highlight Changes mode. highlight-changes-previous-change - Command: Move to the beginning of the previous change, if in Highlight Changes mode. highlight-changes-remove-highlight - Command: Remove the change face from the region between BEG and END. highlight-changes-rotate-faces - Command: Rotate the faces used by Highlight Changes mode. highlight-compare-buffers - Command: Compare two buffers and highlight the differences. highlight-compare-with-file - Command: Compare this buffer with a file, and highlight differences. highlight-lines-matching-regexp - Command: Set face of all lines containing a match of REGEXP to FACE. highlight-nonselected-windows - Variable: *Non-nil means highlight region even in nonselected windows. highlight-phrase - Command: Set face of each match of phrase REGEXP to FACE. highlight-regexp - Command: Set face of each match of REGEXP to FACE. hippie-expand - Command: Try to expand text before point, using multiple methods. - Group: Expand text trying various ways to find its expansion. hippie-expand-dabbrev-as-symbol - Variable: *Non-nil means expand as symbols, i.e. syntax `_' is considered a letter. hippie-expand-dabbrev-skip-space - Variable: *Non-nil means tolerate trailing spaces in the abbreviation to expand. hippie-expand-ignore-buffers - Variable: *A list specifying which buffers not to search (if not current). hippie-expand-max-buffers - Variable: *The maximum number of buffers (apart from the current) searched. hippie-expand-no-restriction - Variable: *Non-nil means that narrowed buffers are widened during search. hippie-expand-only-buffers - Variable: *A list specifying the only buffers to search (in addition to current). hippie-expand-try-functions-list - Variable: The list of expansion functions tried in order by `hippie-expand'. hippie-expand-verbose - Variable: *Non-nil makes `hippie-expand' output which function it is trying. history-add-new-input - Variable: *Non-nil means to add new elements in history. history-delete-duplicates - Variable: *Non-nil means to delete duplicates in history. history-length - Variable: *Maximum length for history lists before truncation takes place. hl-line-mode - Command: Buffer-local minor mode to highlight the line about point. holiday - Face: Face for indicating dates that have holidays. holiday-advent - Function: Date of Nth day after advent (named STRING), if visible in calendar window. holiday-bahai - Command: Holiday on MONTH, DAY (Baha'i) called STRING. holiday-buffer - Variable: Name of the buffer used for the displaying the holidays. holiday-chinese-new-year - Command: Date of Chinese New Year. holiday-easter-etc - Function: Date of Nth day after Easter (named STRING), if visible in calendar window. holiday-fixed - Function: Holiday on MONTH, DAY (Gregorian) called STRING. holiday-float - Function: Holiday on MONTH, DAYNAME (Nth occurrence) called STRING. holiday-greek-orthodox-easter - Function: Date of Easter according to the rule of the Council of Nicaea. holiday-hanukkah - Command: List of dates related to Hanukkah, as visible in calendar window. holiday-hebrew - Command: Holiday on MONTH, DAY (Hebrew) called STRING. holiday-islamic - Command: Holiday on MONTH, DAY (Islamic) called STRING. holiday-julian - Command: Holiday on MONTH, DAY (Julian) called STRING. holiday-passover-etc - Command: List of dates related to Passover, as visible in calendar window. holiday-rosh-hashanah-etc - Command: List of dates related to Rosh Hashanah, as visible in calendar window. holiday-sexp - Function: Sexp holiday for dates in the calendar window. holiday-tisha-b-av-etc - Command: List of dates around Tisha B'Av, as visible in calendar window. holidays - Command: Display the holidays for last month, this month, and next month. - Group: Holidays support in calendar. holidays-in-diary-buffer - Variable: Non-nil means include holidays in the diary display. hook - Widget: A emacs lisp hook hosts-generic-mode - Command: Generic mode for HOSTS files. hourglass-delay - Variable: *Seconds to wait before displaying an hourglass pointer when Emacs is busy. how-many - Command: Print and return number of matches for REGEXP following point. hs-minor-mode - Command: Toggle hideshow minor mode. hs-special-modes-alist - Variable: *Alist for initializing the hideshow variables for different modes. hscroll-global-mode - Command: This function is obsolete. hscroll-margin - Variable: *How many columns away from the window edge point is allowed to get hscroll-mode - Command: This function is obsolete. hscroll-step - Variable: *How many columns to scroll the window when point gets too close to the edge. html-autoview-mode - Command: Toggle automatic viewing via `browse-url-of-buffer' upon saving buffer. - Variable: Non-nil if Html-Autoview mode is enabled. html-checkboxes - Command: Group of connected checkbox inputs. html-display-text - Variable: Value of `sgml-display-text' for HTML mode. html-face-tag-alist - Variable: Value of `sgml-face-tag-alist' for HTML mode. html-headline-1 - Command: HTML level 1 headline tags. html-headline-2 - Command: HTML level 2 headline tags. html-headline-3 - Command: HTML level 3 headline tags. html-headline-4 - Command: HTML level 4 headline tags. html-headline-5 - Command: HTML level 5 headline tags. html-headline-6 - Command: HTML level 6 headline tags. html-horizontal-rule - Command: HTML horizontal rule tag. html-href-anchor - Command: HTML anchor tag with href attribute. html-image - Command: HTML image tag. html-imenu-index - Function: Return a table of contents for an HTML buffer for use with Imenu. html-imenu-regexp - Variable: *A regular expression matching a head line to be added to the menu. html-line - Command: HTML line break tag. html-list-item - Command: HTML list item tag. html-mode - Command: Major mode based on SGML mode for editing HTML documents. html-mode-hook - Variable: Hook run by command `html-mode'. html-mode-map - Variable: Keymap for commands for use in HTML mode. html-name-anchor - Command: HTML anchor tag with name attribute. html-ordered-list - Command: HTML ordered list tags. html-paragraph - Command: HTML paragraph tag. html-quick-keys - Variable: Use C-c X combinations for quick insertion of frequent tags when non-nil. html-radio-buttons - Command: Group of connected radio button inputs. html-tag-alist - Variable: *Value of `sgml-tag-alist' for HTML mode. html-tag-face-alist - Variable: Value of `sgml-tag-face-alist' for HTML mode. html-tag-help - Variable: *Value of `sgml-tag-help' for HTML mode. html-unordered-list - Command: HTML unordered list tags. hypermedia - Group: Support for links between text or other media types. i18n - Group: Internationalization and alternate character-set support. ibuffer - Command: Begin using Ibuffer to edit a list of buffers. - Group: An advanced replacement for `buffer-menu'. ibuffer-add-saved-filters - Command: Add saved filters from `ibuffer-saved-filters' to this buffer's filters. ibuffer-add-to-tmp-hide - Command: Add REGEXP to `ibuffer-tmp-hide-regexps'. ibuffer-add-to-tmp-show - Command: Add REGEXP to `ibuffer-tmp-show-regexps'. ibuffer-always-compile-formats - Variable: If non-nil, then use the byte-compiler to optimize `ibuffer-formats'. ibuffer-always-show-last-buffer - Variable: If non-nil, always display the previous buffer. ibuffer-auto-mode - Command: Toggle use of Ibuffer's auto-update facility. ibuffer-backward-filter-group - Command: Move point backwards by COUNT filtering groups. ibuffer-backward-line - Command: Move backwards ARG lines, wrapping around the list if necessary. ibuffer-backwards-next-marked - Command: Move backwards by COUNT marked buffers (default 1). ibuffer-bs-show - Command: Emulate `bs-show' from the bs.el package. ibuffer-bury-buffer - Command: Bury the buffer on this line. ibuffer-case-fold-search - Variable: If non-nil, ignore case when searching. ibuffer-clear-filter-groups - Command: Remove all filter groups. ibuffer-columnize-and-insert-list - Function: Insert LIST into the current buffer in as many columns as possible. ibuffer-compressed-file-name-regexp - Variable: Regexp to match compressed file names. ibuffer-confirm-operation-on - Function: Display a buffer asking whether to perform OPERATION on NAMES. ibuffer-copy-filename-as-kill - Command: Copy filenames of marked buffers into the kill ring. ibuffer-current-buffers-with-marks - Function: Return a list like (BUF . MARK) of all open buffers. ibuffer-current-state-list - Function: Return a list like (BUF . MARK) of all buffers in an ibuffer. ibuffer-customize - Command: Begin customizing Ibuffer interactively. ibuffer-decompose-filter - Command: Separate the top compound filter (OR, NOT, or SAVED) in this buffer. ibuffer-decompose-filter-group - Command: Decompose the filter group GROUP into active filters. ibuffer-default-directory - Variable: The default directory to use for a new Ibuffer buffer. ibuffer-default-display-maybe-show-predicates - Variable: Non-nil means show buffers that match `ibuffer-maybe-show-predicates'. ibuffer-default-shrink-to-minimum-size - Variable: If non-nil, minimize the size of the Ibuffer window by default. ibuffer-default-sorting-mode - Variable: The criteria by which to sort the buffers. ibuffer-default-sorting-reversep - Variable: If non-nil, reverse the default sorting order. ibuffer-delete-saved-filter-groups - Command: Delete saved filter groups with NAME. ibuffer-delete-saved-filters - Command: Delete saved filters with NAME from `ibuffer-saved-filters'. ibuffer-deletion-char - Variable: The character to display for buffers marked for deletion. ibuffer-deletion-face - Variable: Face used for displaying buffers marked for deletion. ibuffer-diff-with-file - Command: View the differences between this buffer and its associated file. ibuffer-directory-abbrev-alist - Variable: An alist of file name abbreviations like `directory-abbrev-alist'. ibuffer-display-summary - Variable: If non-nil, summarize Ibuffer columns. ibuffer-do-delete - Command: Kill marked buffers as with `kill-this-buffer'. ibuffer-do-kill-lines - Command: Hide all of the currently marked lines. ibuffer-do-kill-on-deletion-marks - Command: Kill buffers marked for deletion as with `kill-this-buffer'. ibuffer-do-occur - Command: View lines which match REGEXP in all marked buffers. ibuffer-do-save - Command: Save marked buffers as with `save-buffer'. ibuffer-do-sort-by-recency - Command: Sort the buffers by last view time. ibuffer-do-toggle-modified - Command: Toggle modification flag of marked buffers. ibuffer-do-toggle-read-only - Command: Toggle read only status in marked buffers. ibuffer-do-view - Command: View marked buffers, or the buffer on the current line. ibuffer-do-view-horizontally - Command: As `ibuffer-do-view', but split windows horizontally. ibuffer-do-view-other-frame - Command: View each of the marked buffers in a separate frame. ibuffer-elide-long-columns - Variable: If non-nil, then elide column entries which exceed their max length. ibuffer-eliding-string - Variable: The string to use for eliding long columns. ibuffer-exchange-filters - Command: Exchange the top two filters on the stack in this buffer. ibuffer-expert - Variable: If non-nil, don't ask for confirmation of "dangerous" operations. ibuffer-filter-disable - Command: Disable all filters currently in effect in this buffer. ibuffer-filter-group-name-face - Variable: Face used for displaying filtering group names. ibuffer-filters-to-filter-group - Command: Make the current filters into a filtering group. ibuffer-find-file - Command: Like `find-file', but default to the directory of the buffer at point. ibuffer-fontification-alist - Variable: An alist describing how to fontify buffers. ibuffer-formats - Variable: A list of ways to display buffer lines. ibuffer-forward-filter-group - Command: Move point forwards by COUNT filtering groups. ibuffer-forward-line - Command: Move forward ARG lines, wrapping around the list if necessary. ibuffer-forward-next-marked - Command: Move forward by COUNT marked buffers (default 1). ibuffer-get-marked-buffers - Function: Return a list of buffer objects currently marked. ibuffer-help-buffer-modes - Variable: List of "Help" major modes. ibuffer-hook - Variable: Hook run when `ibuffer' is called. ibuffer-insert-buffer-line - Function: Insert a line describing BUFFER and MARK using FORMAT. ibuffer-interactive-filter-by-mode - Command: Enable or disable filtering by the major mode at point. ibuffer-invert-sorting - Command: Toggle whether or not sorting is in reverse order. ibuffer-jump-offer-only-visible-buffers - Variable: If non-nil, only offer buffers visible in the Ibuffer buffer ibuffer-jump-to-buffer - Command: Move point to the buffer whose name is NAME. ibuffer-jump-to-filter-group - Command: Move point to the filter group whose name is NAME. ibuffer-kill-filter-group - Command: Kill the filter group named NAME. ibuffer-kill-line - Command: Kill the filter group at point. ibuffer-list-buffers - Command: Display a list of buffers, in another window. ibuffer-load-hook - Variable: Hook run when Ibuffer is loaded. ibuffer-map-lines - Function: Call FUNCTION for each buffer. ibuffer-map-lines-nomodify - Function: As `ibuffer-map-lines', but don't set the modification flag. ibuffer-mark-by-file-name-regexp - Command: Mark all buffers whose file name matches REGEXP. ibuffer-mark-by-mode - Command: Mark all buffers whose major mode equals MODE. ibuffer-mark-by-mode-regexp - Command: Mark all buffers whose major mode matches REGEXP. ibuffer-mark-by-name-regexp - Command: Mark all buffers whose name matches REGEXP. ibuffer-mark-compressed-file-buffers - Command: Mark buffers whose associated file is compressed. ibuffer-mark-dired-buffers - Command: Mark all `dired' buffers. ibuffer-mark-dissociated-buffers - Command: Mark all buffers whose associated file does not exist. ibuffer-mark-for-delete - Command: Mark the buffers on ARG lines forward for deletion. ibuffer-mark-for-delete-backwards - Command: Mark the buffers on ARG lines backward for deletion. ibuffer-mark-forward - Command: Mark the buffer on this line, and move forward ARG lines. ibuffer-mark-help-buffers - Command: Mark buffers like *Help*, *Apropos*, *Info*. ibuffer-mark-modified-buffers - Command: Mark all modified buffers. ibuffer-mark-old-buffers - Command: Mark buffers which have not been viewed in `ibuffer-old-time' days. ibuffer-mark-read-only-buffers - Command: Mark all read-only buffers. ibuffer-mark-special-buffers - Command: Mark all buffers whose name begins and ends with '*'. ibuffer-mark-unsaved-buffers - Command: Mark all modified buffers that have an associated file. ibuffer-marked-char - Variable: The character to display for marked buffers. ibuffer-marked-face - Variable: Face used for displaying marked buffers. ibuffer-maybe-show-predicates - Variable: A list of predicates for buffers to display conditionally. ibuffer-mode - Function: A major mode for viewing a list of buffers. ibuffer-mode-hook - Variable: Hook run upon entry into `ibuffer-mode'. ibuffer-modified-char - Variable: The character to display for modified buffers. ibuffer-mouse-filter-by-mode - Command: Enable or disable filtering by the major mode chosen via mouse. ibuffer-mouse-popup-menu - Command: Display a menu of operations. ibuffer-mouse-toggle-filter-group - Command: Toggle the display status of the filter group chosen with the mouse. ibuffer-mouse-toggle-mark - Command: Toggle the marked status of the buffer chosen with the mouse. ibuffer-mouse-visit-buffer - Command: Visit the buffer chosen with the mouse. ibuffer-movement-cycle - Variable: If non-nil, then forward and backwards movement commands cycle. ibuffer-negate-filter - Command: Negate the sense of the top filter in the current buffer. ibuffer-or-filter - Command: Replace the top two filters in this buffer with their logical OR. ibuffer-other-window - Command: Like `ibuffer', but displayed in another window by default. ibuffer-pop-filter - Command: Remove the top filter in this buffer. ibuffer-pop-filter-group - Command: Remove the first filter group. ibuffer-prev-window-config - Variable: Window configuration before starting Ibuffer. ibuffer-quit - Command: Quit this `ibuffer' session. ibuffer-read-only-char - Variable: The character to display for read-only buffers. ibuffer-recompile-formats - Command: Recompile `ibuffer-formats'. ibuffer-redisplay - Command: Redisplay the current list of buffers. ibuffer-restore-window-config-on-quit - Variable: If non-nil, restore previous window configuration upon exiting `ibuffer'. ibuffer-save-filter-groups - Command: Save all active filter groups GROUPS as NAME. ibuffer-save-filters - Command: Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'. ibuffer-set-filter-groups-by-mode - Command: Set the current filter groups to filter by mode. ibuffer-sorting-functions-alist - Variable: An alist of functions which describe how to sort buffers. ibuffer-switch-format - Command: Switch the current display format. ibuffer-switch-to-saved-filter-groups - Command: Set this buffer's filter groups to saved version with NAME. ibuffer-switch-to-saved-filters - Command: Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'. ibuffer-title-face - Variable: Face used for the title string. ibuffer-toggle-filter-group - Command: Toggle the display status of the filter group on this line. ibuffer-toggle-marks - Command: Toggle which buffers are marked. ibuffer-toggle-sorting-mode - Command: Toggle the current sorting mode. ibuffer-truncate-lines - Variable: If non-nil, do not display continuation lines. ibuffer-unmark-all - Command: Unmark all buffers with mark MARK. ibuffer-unmark-backward - Command: Unmark the buffer on this line, and move backward ARG lines. ibuffer-unmark-forward - Command: Unmark the buffer on this line, and move forward ARG lines. ibuffer-update - Command: Regenerate the list of all buffers. ibuffer-use-header-line - Variable: If non-nil, display a header line containing current filters. ibuffer-use-other-window - Variable: If non-nil, display Ibuffer in another window by default. ibuffer-view-ibuffer - Variable: If non-nil, display the current Ibuffer buffer itself. ibuffer-visit-buffer - Command: Visit the buffer on this line. ibuffer-visit-buffer-1-window - Command: Visit the buffer on this line, and delete other windows. ibuffer-visit-buffer-other-frame - Command: Visit the buffer on this line in another frame. ibuffer-visit-buffer-other-window - Command: Visit the buffer on this line in another window. ibuffer-visit-buffer-other-window-noselect - Command: Visit the buffer on this line in another window, but don't select it. ibuffer-visit-tags-table - Command: Visit the tags table in the buffer on this line. See `visit-tags-table'. ibuffer-yank - Command: Yank the last killed filter group before group at point. ibuffer-yank-filter-group - Command: Yank the last killed filter group before group named NAME. icalendar-export-file - Command: Export diary file to iCalendar format. icalendar-export-region - Command: Export region in diary file to iCalendar format. icalendar-import-buffer - Command: Extract iCalendar events from current buffer. icalendar-import-file - Command: Import an iCalendar file and append to a diary file. icomplete - Group: Show completions dynamically in minibuffer. icomplete-completions - Function: Identify prospective candidates for minibuffer completion. icomplete-compute-delay - Variable: *Completions-computation stall, used only with large-number icomplete-delay-completions-threshold - Variable: *Pending-completions number over which to apply icomplete-compute-delay. icomplete-eoinput - Variable: Point where minibuffer input ends and completion info begins. icomplete-exhibit - Function: Insert icomplete completions display. icomplete-get-keys - Function: Return strings naming keys bound to `func-name', or nil if none. icomplete-max-delay-chars - Variable: *Maximum number of initial chars to apply icomplete compute delay. icomplete-minibuffer-setup - Function: Run in minibuffer on activation to establish incremental completion. icomplete-minibuffer-setup-hook - Variable: *Icomplete-specific customization of minibuffer setup. icomplete-mode - Command: Toggle incremental minibuffer completion for this Emacs session. - Variable: Non-nil if Icomplete mode is enabled. icomplete-post-command-hook - Variable: Incremental-minibuffer-completion post-command-hook. icomplete-pre-command-hook - Variable: Incremental-minibuffer-completion pre-command-hook. icomplete-prospects-length - Variable: *Length of string displaying the prospects. icomplete-show-key-bindings - Variable: *If non-nil, show key bindings as well as completion for sole matches. icomplete-simple-completing-p - Function: Non-nil if current window is minibuffer that's doing simple completion. icomplete-tidy - Function: Remove completions display (if any) prior to new user input. icon-mode - Command: Major mode for editing Icon code. icon-title-format - Variable: Template for displaying the title bar of an iconified frame. iconify-frame - Command: Make the frame FRAME into an icon. iconify-or-deiconify-frame - Command: Iconify the selected frame, or deiconify if it's currently an icon. identity - Function: Return the argument unchanged. idl-font-lock-extra-types - Variable: *List of extra types (aside from the type keywords) to recognize in IDL mode. idl-font-lock-keywords - Variable: Default expressions to highlight in CORBA IDL mode. idl-font-lock-keywords-1 - Variable: Minimal font locking for CORBA IDL mode. idl-font-lock-keywords-2 - Variable: Fast normal font locking for CORBA IDL mode. idl-font-lock-keywords-3 - Variable: Accurate normal font locking for CORBA IDL mode. idl-mode - Command: Major mode for editing CORBA's IDL, PSDL and CIDL code. idl-mode-abbrev-table - Variable: Abbreviation table used in idl-mode buffers. idl-mode-hook - Variable: *Hook called by `idl-mode'. idl-mode-map - Variable: Keymap used in idl-mode buffers. idl-mode-syntax-table - Variable: Syntax table used in idl-mode buffers. idle-update-delay - Variable: *Idle time delay before updating various things on the screen. idlwave-mode - Command: Major mode for editing IDL source files (version 6.0_em22). idlwave-shell - Command: Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'. ido - Group: Switch between files using substrings. ido-all-frames - Variable: *Argument to pass to `walk-windows' when finding visible files. ido-auto-merge-delay-time - Variable: *Delay in seconds to wait for more input before doing auto merge. ido-auto-merge-inhibit-characters-regexp - Variable: *Regexp matching characters which should inhibit automatic merging. ido-auto-merge-timer - Variable: Delay timer for auto merge. ido-auto-merge-work-directories-length - Variable: *Automatically switch to merged work directories during file name input. ido-before-fallback-functions - Variable: List of functions to call before calling a fallback command. ido-buffer-completion-map - Variable: Keymap for ido buffer commands. ido-buffer-history - Variable: History of buffers selected using `ido-switch-buffer'. ido-cache-ftp-work-directory-time - Variable: *Maximum time to cache contents of an ftp directory (in hours). ido-cache-unc-host-shares-time - Variable: *Maximum time to cache shares of an UNC host (in hours). ido-cannot-complete-command - Variable: *Command run when `ido-complete' can't complete any more. ido-case-fold - Variable: *Non-nil if searching of buffer and file names should ignore case. ido-chop - Function: Remove all elements before ELEM and put them at the end of ITEMS. ido-common-completion-map - Variable: Keymap for all ido commands. ido-common-match-string - Variable: Stores the string that is common to all matching files. ido-complete - Command: Try and complete the current pattern amongst the file names. ido-complete-space - Command: Try completion unless inserting the space makes sense. ido-completing-read - Function: Ido replacement for the built-in `completing-read'. ido-completion-buffer - Variable: *Name of completion buffer used by ido. ido-completion-buffer-all-completions - Variable: *Non-nil means to show all completions in completion buffer. ido-completion-help - Command: Show possible completions in a *File Completions* buffer. ido-completion-map - Variable: Currently active keymap for ido commands. ido-confirm-unique-completion - Variable: *Non-nil means that even a unique completion must be confirmed. ido-copy-current-file-name - Command: Insert file name of current buffer. ido-copy-current-word - Command: Insert current word (file or directory name) from current buffer. ido-create-new-buffer - Variable: *Specify whether a new buffer is created if no buffer matches substring. ido-current-directory - Variable: Current directory for `ido-find-file'. ido-decorations - Variable: *List of strings used by ido to display the alternatives in the minibuffer. ido-default-buffer-method - Variable: *How to switch to new buffer when using `ido-switch-buffer'. ido-default-file-method - Variable: *How to visit a new file when using `ido-find-file'. ido-delete-backward-updir - Command: Delete char backwards, or at beginning of buffer, go up one level. ido-delete-backward-word-updir - Command: Delete all chars backwards, or at beginning of buffer, go up one level. ido-delete-file-at-head - Command: Delete the file at the head of `ido-matches'. ido-dir-file-cache - Variable: List of `file-name-all-completions' results. ido-dired - Command: Call dired the ido way. ido-display-buffer - Command: Display a buffer in another window but don't select it. ido-display-file - Command: Display a file in another window but don't select it. ido-downcase-unc-hosts - Variable: *Non-nil if UNC host names should be downcased. ido-edit-input - Command: Edit absolute file name entered so far with ido; terminate by RET. ido-enable-dot-prefix - Variable: *Non-nil means to match leading dot as prefix. ido-enable-flex-matching - Variable: *Non-nil means that `ido' will do flexible string matching. ido-enable-last-directory-history - Variable: *Non-nil means that `ido' will remember latest selected directory names. ido-enable-prefix - Variable: *Non-nil means only match if the entered text is a prefix of file name. ido-enable-regexp - Variable: *Non-nil means that `ido' will do regexp matching. ido-enable-tramp-completion - Variable: *Non-nil means that ido shall perform tramp method and server name completion. ido-enter-dired - Command: Drop into dired from file switching. ido-enter-find-file - Command: Drop into `find-file' from buffer switching. ido-enter-insert-buffer - Command: Drop into insert buffer from insert file. ido-enter-insert-file - Command: Drop into insert file from insert buffer. ido-enter-matching-directory - Variable: *Additional methods to enter sub-directory of first/only matching item. ido-enter-switch-buffer - Command: Drop into `ido-switch-buffer' from file switching. ido-eoinput - Variable: Point where minibuffer input ends and completion info begins. ido-everywhere - Command: Toggle using ido speed-ups everywhere file and directory names are read. - Variable: Use ido everywhere for reading file names and directories. ido-exhibit - Function: Post command hook for `ido'. ido-exit - Variable: Flag to monitor how `ido-find-file' exits. ido-exit-minibuffer - Command: Exit minibuffer, but make sure we have a match if one is needed. ido-fallback-command - Command: Fallback to non-ido version of current command. ido-file-completion-map - Variable: Keymap for ido file commands. ido-file-dir-completion-map - Variable: Keymap for ido file and directory commands. ido-file-extensions-order - Variable: *List of file extensions specifying preferred order of file selections. ido-file-history - Variable: History of files selected using `ido-find-file'. ido-find-alternate-file - Command: Switch to another file and show it in another window. ido-find-file - Command: Edit file with name obtained via minibuffer. ido-find-file-in-dir - Command: Switch to another file starting from DIR. ido-find-file-other-frame - Command: Switch to another file and show it in another frame. ido-find-file-other-window - Command: Switch to another file and show it in another window. ido-find-file-read-only - Command: Edit file read-only with name obtained via minibuffer. ido-find-file-read-only-other-frame - Command: Edit file read-only in other frame with name obtained via minibuffer. ido-find-file-read-only-other-window - Command: Edit file read-only in other window with name obtained via minibuffer. ido-first-match - Face: *Font used by ido for highlighting first match. ido-ignore-buffers - Variable: *List of regexps or functions matching buffer names to ignore. ido-ignore-directories - Variable: *List of regexps or functions matching sub-directory names to ignore. ido-ignore-directories-merge - Variable: *List of regexps or functions matching directory names to ignore during merge. ido-ignore-extensions - Variable: *Non-nil means ignore files in completion-ignored-extensions list. ido-ignore-files - Variable: *List of regexps or functions matching file names to ignore. ido-ignore-item-temp-list - Variable: List of items to ignore in current ido invocation. ido-ignore-unc-host-regexps - Variable: *List of regexps matching UNC hosts to ignore. ido-incomplete-regexp - Variable: Non-nil if an incomplete regexp is entered. - Face: Ido face for indicating incomplete regexps. ido-indicator - Face: *Font used by ido for highlighting its indicators. ido-init-completion-maps - Function: Set up the completion keymaps used by `ido'. ido-input-stack - Variable: Stores the users strings when user hits M-b/M-f. ido-insert-buffer - Command: Insert contents of a buffer in current buffer after point. ido-insert-file - Command: Insert contents of file in current buffer. ido-kill-buffer - Command: Kill a buffer. ido-kill-buffer-at-head - Command: Kill the buffer at the head of `ido-matches'. ido-last-directory-list - Variable: List of last selected directory names. ido-list-directory - Command: Call list-directory the ido way. ido-load-history - Command: Load ido history and cache information from previous session. ido-magic-backward-char - Command: Move backward in user input or perform magic action. ido-magic-delete-char - Command: Delete following char in user input or perform magic action. ido-magic-forward-char - Command: Move forward in user input or perform magic action. ido-make-buffer-list-hook - Variable: *List of functions to run when the list of matching buffers is created. ido-make-dir-list-hook - Variable: *List of functions to run when the list of matching directories is created. ido-make-directory - Command: Prompt for DIR to create in current directory. ido-make-file-list-hook - Variable: *List of functions to run when the list of matching files is created. ido-matches - Variable: List of files currently matching `ido-text'. ido-max-dir-file-cache - Variable: *Maximum number of working directories to be cached. ido-max-directory-size - Variable: *Maximum size (in bytes) for directories to use ido completion. ido-max-file-prompt-width - Variable: *Non-zero means that the prompt string be limited to than number of characters. ido-max-prospects - Variable: *Non-zero means that the prospect list will be limited to than number of items. ido-max-window-height - Variable: *Non-nil specifies a value to override `max-mini-window-height'. ido-max-work-directory-list - Variable: *Maximum number of working directories to record. ido-max-work-file-list - Variable: *Maximum number of names of recently opened files to record. ido-merge-ftp-work-directories - Variable: *If nil means merging ignores ftp file names in the work directory list. ido-merge-work-directories - Command: Search (and merge) work directories for files matching the current input string. ido-merged-indicator - Variable: The string appended to first choice if it has multiple directory choices. ido-minibuffer-setup - Function: Minibuffer setup hook for `ido'. ido-minibuffer-setup-hook - Variable: *Ido-specific customization of minibuffer setup. ido-mode - Command: Toggle ido speed-ups on or off. - Variable: Determines for which functional group (buffer and files) ido behavior ido-next-match - Command: Put first element of `ido-matches' at the end of the list. ido-next-match-dir - Command: Find next directory in match list. ido-next-work-directory - Command: Change to previous working directory in list. ido-next-work-file - Command: Change to previous working file name in list. ido-only-match - Face: *Font used by ido for highlighting only match. ido-pop-dir - Command: Pop directory from input stack back to input. ido-prev-match - Command: Put last element of `ido-matches' at the front of the list. ido-prev-match-dir - Command: Find previous directory in match list. ido-prev-work-directory - Command: Change to next working directory in list. ido-prev-work-file - Command: Change to next working file name in list. ido-push-dir - Command: Move to previous directory in file name, push current input on stack. ido-push-dir-first - Command: Move to previous directory in file name, push first match on stack. ido-read-buffer - Function: Ido replacement for the built-in `read-buffer'. ido-read-directory-name - Function: Ido replacement for the built-in `read-directory-name'. ido-read-file-name - Function: Ido replacement for the built-in `read-file-name'. ido-read-file-name-as-directory-commands - Variable: List of commands which uses `read-file-name' to read a directory name. ido-read-file-name-non-ido - Variable: List of commands which shall not read file names the ido way. ido-read-internal - Function: Perform the `ido-read-buffer' and `ido-read-file-name' functions. ido-record-commands - Variable: *Non-nil means that `ido' will record commands in command history. ido-record-ftp-work-directories - Variable: *Non-nil means record ftp file names in the work directory list. ido-report-no-match - Variable: Report [No Match] when no completions matches `ido-text'. ido-reread-directory - Command: Read current directory again. ido-rescan - Variable: Non-nil means we need to regenerate the list of matching items. ido-restrict-to-matches - Command: Set current item list to the currently matched items. ido-rewrite-file-prompt-functions - Variable: *List of functions to run when the find-file prompt is created. ido-rewrite-file-prompt-rules - Variable: *Alist of rewriting rules for directory names in ido prompts. ido-rotate - Variable: Non-nil means we are rotating list of matches. ido-rotate-file-list-default - Variable: *Non-nil means that `ido' will always rotate file list to get default in front. ido-save-directory-list-file - Variable: File in which the ido state is saved between invocations. ido-save-history - Command: Save ido history and cache information between sessions. ido-select-text - Command: Select the buffer or file named by the prompt. ido-separator - Variable: *String used by ido to separate the alternatives in the minibuffer. ido-setup-completion-map - Function: Set up the keymap for `ido'. ido-setup-hook - Variable: *Hook run after the ido variables and keymap have been setup. ido-show-dot-for-dired - Variable: *Non-nil means to always put . as the first item in file name lists. ido-slow-ftp-host-regexps - Variable: *List of regexps matching slow ftp hosts (see `ido-slow-ftp-hosts'). ido-slow-ftp-hosts - Variable: *List of slow ftp hosts where ido prompting should not be used. ido-subdir - Face: *Font used by ido for highlighting subdirs in the alternatives. ido-switch-buffer - Command: Switch to another buffer. ido-switch-buffer-other-frame - Command: Switch to another buffer and show it in another frame. ido-switch-buffer-other-window - Command: Switch to another buffer and show it in another window. ido-take-first-match - Command: Use first matching item as input text. ido-text - Variable: Stores the users string as it is typed in. ido-text-init - Variable: The initial string for the users string it is typed in. ido-tidy - Function: Pre command hook for `ido'. ido-toggle-case - Command: Toggle the value of `ido-case-fold'. ido-toggle-ignore - Command: Toggle ignoring files specified with `ido-ignore-files'. ido-toggle-literal - Command: Toggle literal reading of this file. ido-toggle-prefix - Command: Toggle the value of `ido-enable-prefix'. ido-toggle-regexp - Command: Toggle the value of `ido-enable-regexp'. ido-toggle-vc - Command: Disable version control for this file. ido-unc-hosts - Function: Return list of UNC host names. - Variable: *List of known UNC host names to complete after initial //. ido-unc-hosts-cache - Variable: Cached value from `ido-unc-hosts' function. ido-unc-hosts-net-view - Function: Query network for list of UNC host names using `NET VIEW'. ido-undo-merge-work-directory - Command: Undo or redo last ido directory merge operation. ido-up-directory - Command: Go up one directory level. ido-use-faces - Variable: *Non-nil means use ido faces to highlighting first match, only match and ido-use-filename-at-point - Variable: *Non-nil means that ido shall look for a filename at point. ido-use-mycompletion-depth - Variable: Non-nil means use `ido' completion feedback. ido-use-url-at-point - Variable: *Non-nil means that ido shall look for a URL at point. ido-visit-buffer - Function: Switch to BUFFER according to METHOD. ido-wash-history - Command: Clean-up ido history and cache information. ido-wide-find-dir - Command: Prompt for DIR to search for using find, starting from current directory. ido-wide-find-dir-or-delete-dir - Command: Prompt for DIR to search for using find, starting from current directory. ido-wide-find-file - Command: Prompt for FILE to search for using find, starting from current directory. ido-work-directory-list - Variable: List of actual working directory names. ido-work-directory-list-ignore-regexps - Variable: *List of regexps matching directories which should not be recorded. ido-work-directory-match-only - Variable: *Non-nil means to skip non-matching directories in the directory history. ido-work-file-list - Variable: List of actual work file names. ido-write-file - Command: Write current buffer to a file. ielm - Command: Interactively evaluate Emacs Lisp expressions. ietf-drums-atext-token - Variable: Textual token. ietf-drums-dot-atext-token - Variable: Textual token including full stop. ietf-drums-fws-regexp - Variable: Folding white space. ietf-drums-get-comment - Function: Return the first comment in STRING. ietf-drums-narrow-to-header - Function: Narrow to the header section in the current buffer. ietf-drums-no-ws-ctl-token - Variable: US-ASCII control characters excluding CR, LF and white space. ietf-drums-parse-address - Function: Parse STRING and return a MAILBOX / DISPLAY-NAME pair. ietf-drums-parse-addresses - Function: Parse STRING and return a list of MAILBOX / DISPLAY-NAME pairs. ietf-drums-parse-date - Function: Return an Emacs time spec from STRING. ietf-drums-qtext-token - Variable: Non-white-space control characters, plus the rest of ASCII excluding ietf-drums-quote-string - Function: Quote string if it needs quoting to be displayed in a header. ietf-drums-quote-token - Variable: Quote character. ietf-drums-remove-comments - Function: Remove comments from STRING. ietf-drums-remove-whitespace - Function: Remove whitespace from STRING. ietf-drums-specials-token - Variable: Special characters. ietf-drums-strip - Function: Remove comments and whitespace from STRING. ietf-drums-text-token - Variable: US-ASCII characters excluding CR and LF. ietf-drums-token-to-list - Function: Translate TOKEN into a list of characters. ietf-drums-tspecials - Variable: Tspecials. ietf-drums-unfold-fws - Function: Unfold folding white space in the current buffer. ietf-drums-wsp-token - Variable: White space. if - Function: If COND yields non-nil, do THEN, else do ELSE... ifconfig - Command: Run ipconfig program. ignore - Command: Do nothing and return nil. ignore-errors - Macro: Execute BODY; if an error occurs, return nil. ignore-relative-composition - Variable: Char table of characters which is not composed relatively. ignored-local-variables - Variable: Variables to be ignored in a file's local variable spec. iimage-mode - Command: Toggle inline image minor mode. image - Group: Image support. image-cache-eviction-delay - Variable: Time after which cached images are removed from the cache. image-extension-data - Function: Return extension data for image SPEC. image-file-call-underlying - Function: Call FUNCTION with `image-file-handler' and OPERATION inhibited. image-file-handler - Function: Filename handler for inserting image files. image-file-name-extensions - Variable: *A list of image-file filename extensions. image-file-name-regexp - Function: Return a regular expression matching image-file filenames. image-file-name-regexps - Variable: *List of regexps matching image-file filenames. image-file-yank-handler - Function: Yank handler for inserting an image into a buffer. image-jpeg-p - Function: Value is non-nil if DATA, a string, consists of JFIF image data. image-library-alist - Variable: Alist of image types vs external libraries needed to display them. image-load-path - Variable: List of locations in which to search for image files. image-load-path-for-library - Function: Return a suitable search path for images used by LIBRARY. image-mask-p - Function: Return t if image SPEC has a mask bitmap. image-minor-mode - Command: Toggle Image minor mode. image-mode - Command: Major mode for image files. image-mode-maybe - Command: Set major or minor mode for image files. image-size - Function: Return the size of image SPEC as pair (WIDTH . HEIGHT). image-type - Function: Determine and return image type. image-type-available-p - Function: Return non-nil if image type TYPE is available. image-type-file-name-regexps - Variable: Alist of (REGEXP . IMAGE-TYPE) pairs used to identify image files. image-type-from-buffer - Function: Determine the image type from data in the current buffer. image-type-from-data - Function: Determine the image type from image data DATA. image-type-from-file-header - Function: Determine the type of image file FILE from its first few bytes. image-type-from-file-name - Function: Determine the type of image file FILE from its name. image-type-header-regexps - Variable: Alist of (REGEXP . IMAGE-TYPE) pairs used to auto-detect image types. image-types - Variable: List of potentially supported image types. imenu - Command: Jump to a place in the buffer chosen using a buffer menu or mouse menu. imenu-add-menubar-index - Command: Add an Imenu "Index" entry on the menu bar for the current buffer. imenu-add-to-menubar - Command: Add an `imenu' entry to the menu bar for the current buffer. imenu-create-index-function - Variable: The function to use for creating an index alist of the current buffer. imenu-default-goto-function - Variable: The default function called when selecting an Imenu item. imenu-extract-index-name-function - Variable: Function for extracting the index item name, given a position. imenu-generic-expression - Variable: The regex pattern to use for creating a buffer index. imenu-name-lookup-function - Variable: Function to compare string with index item. imenu-prev-index-position-function - Variable: Function for finding the next index position. imenu-sort-function - Variable: *The function to use for sorting the index mouse-menu. implement-debug-on-entry - Function: Conditionally call the debugger. inactivate-current-input-method-function - Variable: Function to call for inactivating the current input method. inactivate-input-method - Function: Turn off the current input method. incf - Macro: Increment PLACE by X (1 by default). include-other-diary-files - Function: Include the diary entries from other diary files with those of diary-file. increase-left-margin - Command: Increase or decrease the left-margin of the region. increase-right-margin - Command: Increase the right-margin of the region. increment-calendar-month - Macro: Increment the variables MON and YR by N months. increment-register - Command: Add NUMBER to the contents of register REGISTER. indent - Group: Indentation commands. indent-according-to-mode - Command: Indent line in proper way for current major mode. indent-code-rigidly - Command: Indent all lines of code, starting in the region, sideways by ARG columns. indent-for-comment - Command: Indent this line's comment to `comment-column', or insert an empty comment. indent-for-tab-command - Command: Indent line in proper way for current major mode or insert a tab. indent-line-function - Variable: Function to indent the current line. indent-line-to - Function: Indent current line to COLUMN. indent-new-comment-line - Command: Break line at point and indent, continuing comment if within one. indent-pp-sexp - Command: Indent each line of the list starting just after point, or prettyprint it. indent-region - Command: Indent each nonblank line in the region. indent-region-function - Variable: Short cut function to indent region using `indent-according-to-mode'. indent-relative - Command: Space out to under next indent point in previous nonblank line. indent-relative-maybe - Command: Indent a new line like previous nonblank line. indent-rigidly - Command: Indent all lines starting in the region sideways by ARG columns. indent-sexp - Command: Indent each line of the list starting just after point. indent-tabs-mode - Variable: *Indentation can insert tabs if this is non-nil. indent-to - Command: Indent from point with tabs and spaces until COLUMN is reached. indent-to-column - Command: Indent from point with tabs and spaces until COLUMN is reached. indent-to-left-margin - Function: Indent current line to the column given by `current-left-margin'. indented-text-mode - Command: Major mode for editing text written for humans to read. indian-char-glyph - Function: Return information about the glyph code for CHAR of `indian-glyph' charset. indian-compose-region - Command: Compose the region according to `composition-function-table'. indian-default-script - Variable: Default script for Indian languages. indian-font-char - Function: Return character of charset `indian-glyph' made from glyph index INDEX. indian-font-char-index-table - Variable: Alist of indices of `indian-glyph' character vs Indian font identifiers. indian-font-foundry - Variable: Font foundry for Indian characters. indian-glyph-char - Function: Return character of charset `indian-glyph' made from glyph index INDEX. indian-script-language-alist - Variable: Alist of Indian scripts vs the corresponding language list and font foundry. indian-script-table - Variable: Vector of Indian script names. indicate-buffer-boundaries - Variable: *Visually indicate buffer boundaries and scrolling. indicate-empty-lines - Variable: *Visually indicate empty lines after the buffer end. indirect-function - Function: Return the function at the end of OBJECT's function chain. indirect-variable - Function: Return the variable at the end of OBJECT's variable chain. inetd-conf-generic-mode - Command: Inetd-Conf-Generic mode. inferior-lisp - Command: Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'. inferior-lisp-filter-regexp - Variable: *What not to save on inferior Lisp's input history. inferior-lisp-load-command - Variable: *Format-string for building a Lisp expression to load a file. inferior-lisp-mode-hook - Variable: *Hook for customising Inferior Lisp mode. inferior-lisp-program - Variable: *Program name for invoking an inferior Lisp in Inferior Lisp mode. inferior-lisp-prompt - Variable: Regexp to recognize prompts in the Inferior Lisp mode. inferior-octave - Command: Run an inferior Octave process, I/O via `inferior-octave-buffer'. inferior-tcl - Command: Run inferior Tcl process. info - Command: Enter Info, the documentation browser. - Group: Info subsystem. info-apropos - Command: Grovel indices of all known Info files on your system for STRING. info-complete-file - Command: Perform completion on file preceding point. info-complete-symbol - Command: Perform completion on symbol preceding point. info-emacs-manual - Command: Display the Emacs manual in Info mode. info-header-node - Face: Face for Info nodes in a node header. info-header-xref - Face: Face for Info cross-references in a node header. info-initialize - Function: Initialize `Info-directory-list', if that hasn't been done yet. info-insert-file-contents - Function: Insert the contents of an Info file in the current buffer. info-link - Widget: A link to an info file. info-lookup-file - Command: Display the documentation of a file. info-lookup-reset - Command: Throw away all cached data. info-lookup-symbol - Command: Display the definition of SYMBOL, as found in the relevant manual. info-menu-header - Face: Face for headers in Info menus. info-menu-star - Face: Face for every third `*' in an Info menu. info-node - Face: Face for Info node names. info-other-window - Command: Like `info' but show the Info buffer in another window. info-standalone - Function: Run Emacs as a standalone Info reader. info-title-1 - Face: Face for info titles at level 1. info-title-2 - Face: Face for info titles at level 2. info-title-3 - Face: Face for info titles at level 3. info-title-4 - Face: Face for info titles at level 4. info-xref - Face: Face for unvisited Info cross-references. info-xref-check - Command: Check external references in FILENAME, an info document. info-xref-check-all - Command: Check external references in all info documents in the usual path. info-xref-check-all-custom - Command: Check info references in all customize groups and variables. info-xref-visited - Face: Face for visited Info cross-references. inherit-process-coding-system - Variable: Non-nil means process buffer inherits coding system of process output. inhibit-debug-on-entry - Variable: Non-nil means that debug-on-entry is disabled. inhibit-default-init - Variable: *Non-nil inhibits loading the `default' library. inhibit-eol-conversion - Variable: *Non-nil means always inhibit code conversion of end-of-line format. inhibit-eval-during-redisplay - Variable: Non-nil means don't eval Lisp during redisplay. inhibit-face-set-after-frame-default - Variable: If non-nil, that tells `face-set-after-frame-default' to do nothing. inhibit-field-text-motion - Variable: Non-nil means text motion commands don't notice fields. inhibit-file-name-handlers - Variable: A list of file name handlers that temporarily should not be used. inhibit-file-name-operation - Variable: The operation for which `inhibit-file-name-handlers' is applicable. inhibit-first-line-modes-regexps - Variable: List of regexps; if one matches a file name, don't look for `-*-'. inhibit-first-line-modes-suffixes - Variable: List of regexps for what to ignore, for `inhibit-first-line-modes-regexps'. inhibit-free-realized-faces - Variable: Non-nil means don't free realized faces. Internal use only. inhibit-iso-escape-detection - Variable: If non-nil, Emacs ignores ISO2022's escape sequence on code detection. inhibit-local-menu-bar-menus - Variable: *Non-nil means inhibit local map menu bar menus. inhibit-menubar-update - Variable: Non-nil means don't update menu bars. Internal use only. inhibit-modification-hooks - Variable: Non-nil means don't run any of the hooks that respond to buffer changes. inhibit-point-motion-hooks - Variable: If non-nil, don't run `point-left' and `point-entered' text properties. inhibit-quit - Variable: Non-nil inhibits C-g quitting from happening immediately. inhibit-read-only - Variable: *Non-nil means disregard read-only status of buffers or characters. inhibit-redisplay - Variable: Non-nil means don't actually do any redisplay. inhibit-splash-screen - Variable: Non-nil inhibits the startup screen. inhibit-startup-buffer-menu - Variable: *Non-nil inhibits display of buffer list when more than 2 files are loaded. inhibit-startup-echo-area-message - Variable: *Non-nil inhibits the initial startup echo area message. inhibit-startup-hooks - Variable: Non-nil means don't run `term-setup-hook' and `emacs-startup-hook'. init-file-user - Variable: Identity of user whose `.emacs' file is or was read. init-image-library - Function: Initialize image library implementing image type TYPE. initial-calendar-window-hook - Variable: List of functions to be called when the calendar window is first opened. initial-frame-alist - Variable: *Alist of frame parameters for creating the initial X window frame. initial-major-mode - Variable: Major mode command symbol to use for the initial *scratch* buffer. initial-scratch-message - Variable: Initial message displayed in *scratch* buffer at startup. initialization - Group: Emacs start-up procedure. inline - Function: Eval BODY forms sequentially and return value of last one. input-method-activate-hook - Variable: Normal hook run just after an input method is activated. input-method-after-insert-chunk-hook - Variable: Normal hook run just after an input method insert some chunk of text. input-method-alist - Variable: Alist of input method names vs how to use them. input-method-exit-on-first-char - Variable: This flag controls when an input method returns. input-method-exit-on-invalid-key - Variable: This flag controls the behavior of an input method on invalid key input. input-method-function - Variable: If non-nil, the function that implements the current input method. input-method-highlight-flag - Variable: *If this flag is non-nil, input methods highlight partially-entered text. input-method-history - Variable: History list for some commands that read input methods. input-method-inactivate-hook - Variable: Normal hook run just after an input method is inactivated. input-method-previous-message - Variable: When `input-method-function' is called, hold the previous echo area message. input-method-use-echo-area - Variable: This flag controls how an input method shows an intermediate key sequence. input-method-verbose-flag - Variable: *A flag to control extra guidance given by input methods. input-pending-p - Function: Return t if command input is currently available with no wait. insert - Function: Insert the arguments, either strings or characters, at point. insert-abbrev-table-description - Function: Insert before point a full description of abbrev table named NAME. insert-abbrevs - Command: Insert after point a description of all defined abbrevs. insert-and-inherit - Function: Insert the arguments at point, inheriting properties from adjoining text. insert-anniversary-diary-entry - Command: Insert an anniversary diary entry for the date given by point. insert-bahai-diary-entry - Command: Insert a diary entry for the Baha'i date corresponding to the date insert-before-markers - Function: Insert strings or characters at point, relocating markers after the text. insert-before-markers-and-inherit - Function: Insert text at point, relocating markers and inheriting properties. insert-block-diary-entry - Command: Insert a block diary entry for the days between the point and marked date. insert-buffer - Command: Insert after point the contents of BUFFER. insert-buffer-substring - Function: Insert before point a substring of the contents of BUFFER. insert-buffer-substring-as-yank - Function: Insert before point a part of BUFFER, stripping some text properties. insert-buffer-substring-no-properties - Function: Insert before point a substring of BUFFER, without text properties. insert-button - Function: Insert a button with the label LABEL. - Widget: An insert button for the `editable-list' widget. insert-char - Function: Insert COUNT (second arg) copies of CHARACTER (first arg). insert-cyclic-diary-entry - Command: Insert a cyclic diary entry starting at the date given by point. insert-default-directory - Variable: *Non-nil means when reading a filename start with default dir in minibuffer. insert-diary-entry - Command: Insert a diary entry for the date indicated by point. insert-directory - Function: Insert directory listing for FILE, formatted according to SWITCHES. insert-directory-adj-pos - Function: Convert `ls --dired' file name position value POS to a buffer position. insert-directory-program - Variable: Absolute or relative name of the `ls' program used by `insert-directory'. insert-directory-safely - Function: Insert directory listing for FILE, formatted according to SWITCHES. insert-file - Command: Insert contents of file FILENAME into buffer after point. insert-file-contents - Function: Insert contents of file FILENAME after point. insert-file-contents-literally - Function: Like `insert-file-contents', but only reads in the file literally. insert-file-literally - Command: Insert contents of file FILENAME into buffer after point with no conversion. insert-for-yank - Function: Calls `insert-for-yank-1' repetitively for each `yank-handler' segment. insert-for-yank-1 - Function: Insert STRING at point, stripping some text properties. insert-hebrew-diary-entry - Command: Insert a diary entry for the Hebrew date corresponding to the date insert-image - Function: Insert IMAGE into current buffer at point. insert-image-file - Function: Insert the image file FILE into the current buffer. insert-islamic-diary-entry - Command: Insert a diary entry for the Islamic date corresponding to the date insert-kbd-macro - Command: Insert in buffer the definition of kbd macro NAME, as Lisp code. insert-monthly-bahai-diary-entry - Command: Insert a monthly diary entry for the day of the Baha'i month corresponding insert-monthly-diary-entry - Command: Insert a monthly diary entry for the day of the month indicated by point. insert-monthly-hebrew-diary-entry - Command: Insert a monthly diary entry for the day of the Hebrew month corresponding insert-monthly-islamic-diary-entry - Command: Insert a monthly diary entry for the day of the Islamic month corresponding insert-pair - Command: Enclose following ARG sexps in a pair of OPEN and CLOSE characters. insert-pair-alist - Variable: Alist of paired characters inserted by `insert-pair'. insert-parentheses - Command: Enclose following ARG sexps in parentheses. insert-rectangle - Function: Insert text of RECTANGLE with upper left corner at point. insert-register - Command: Insert contents of register REGISTER. (REGISTER is a character.) insert-register-compatibility-binding - Command: Insert contents of register REGISTER. (REGISTER is a character.) insert-sliced-image - Function: Insert IMAGE into current buffer at point. insert-string - Function: Mocklisp-compatibility insert function. insert-text-button - Function: Insert a button with the label LABEL. insert-weekly-diary-entry - Command: Insert a weekly diary entry for the day of the week indicated by point. insert-yearly-bahai-diary-entry - Command: Insert an annual diary entry for the day of the Baha'i year corresponding insert-yearly-diary-entry - Command: Insert an annual diary entry for the day of the year indicated by point. insert-yearly-hebrew-diary-entry - Command: Insert an annual diary entry for the day of the Hebrew year corresponding insert-yearly-islamic-diary-entry - Command: Insert an annual diary entry for the day of the Islamic year corresponding insert-zippyism - Command: Prompt with completion for a known Zippy quotation, and insert it at point. inside-bbdb-change-record - Variable: hands off inside-bbdb-notice-hook - Variable: Internal variable; hands off. inside-bbdb-records - Variable: Internal variable. Do not touch. installation - Group: The Emacs installation. installation-directory - Variable: A directory within which to look for the `lib-src' and `etc' directories. int-to-string - Function: Return the decimal representation of NUMBER as a string. integer - Widget: An integer. integer-or-marker-p - Function: Return t if OBJECT is an integer or a marker (editor pointer). integerp - Function: Return t if OBJECT is an integer. interactive - Function: Specify a way of parsing arguments for interactive use of a function. interactive-form - Function: Return the interactive form of CMD or nil if none. interactive-p - Function: Return t if the function was run directly by user input. intern - Function: Return the canonical symbol whose name is STRING. intern-soft - Function: Return the canonical symbol named NAME, or nil if none exists. internal - Group: Code for Emacs internals, build process, defaults. internal-char-font - Function: For internal use only. internal-copy-lisp-face - Function: Copy face FROM to TO. internal-describe-syntax-value - Function: Insert a description of the internal syntax description SYNTAX at point. internal-doc-file-name - Variable: Name of file containing documentation strings of built-in symbols. internal-face-x-get-resource - Function: internal-find-face - Function: Retrieve the face named NAME. internal-get-face - Function: Retrieve the face named NAME; error if there is none. internal-get-lisp-face-attribute - Function: Return face attribute KEYWORD of face SYMBOL. internal-lisp-face-attribute-values - Function: Return a list of valid discrete values for face attribute ATTR. internal-lisp-face-empty-p - Function: True if FACE has no attribute specified. internal-lisp-face-equal-p - Function: True if FACE1 and FACE2 are equal. internal-lisp-face-p - Function: Return non-nil if FACE names a face. internal-make-lisp-face - Function: Make FACE, a symbol, a Lisp face with all attributes nil. internal-merge-in-global-face - Function: Add attributes from frame-default definition of FACE to FACE on FRAME. internal-set-alternative-font-family-alist - Function: Define alternative font families to try in face font selection. internal-set-alternative-font-registry-alist - Function: Define alternative font registries to try in face font selection. internal-set-font-selection-order - Function: Set font selection order for face font selection to ORDER. internal-set-lisp-face-attribute - Function: Set attribute ATTR of FACE to VALUE. internal-set-lisp-face-attribute-from-resource - Function: internal-show-cursor - Function: Set the cursor-visibility flag of WINDOW to SHOW. internal-show-cursor-p - Function: Value is non-nil if next redisplay will display a cursor in WINDOW. interpreter-mode-alist - Variable: Alist mapping interpreter names to major modes. interprogram-cut-function - Variable: Function to call to make a killed region available to other programs. interprogram-paste-function - Variable: Function to call to get text cut from other programs. interrupt-process - Function: Interrupt process PROCESS. intersection - Function: Combine LIST1 and LIST2 using a set-intersection operation. intervals-consed - Variable: Number of intervals that have been consed so far. inverse-add-global-abbrev - Command: Define last word before point as a global (mode-independent) abbrev. inverse-add-mode-abbrev - Command: Define last word before point as a mode-specific abbrev. inverse-video - Variable: *Non-nil means invert the entire frame display. invert-face - Command: Swap the foreground and background colors of FACE. invocation-directory - Function: Return the directory name in which the Emacs executable was located. - Variable: The directory in which the Emacs executable was found, to run it. invocation-name - Function: Return the program name that was used to run Emacs. - Variable: The program name that was used to run Emacs. ipconfig - Command: Run ipconfig program. irc - Command: Connect to IRC. isearch - Group: Incremental search minor mode. - Face: Face for highlighting Isearch matches. isearch-abort - Command: Abort incremental search mode if searching is successful, signaling quit. isearch-allow-scroll - Variable: If non-nil, scrolling commands are allowed during incremental search. isearch-back-into-window - Function: Scroll the window to bring the search string back into view. isearch-backslash - Function: Return t if STR ends in an odd number of backslashes. isearch-backward - Command: Do incremental search backward. isearch-backward-regexp - Command: Do incremental search backward for regular expression. isearch-barrier-state - Function: Return the barrier value in FRAME. isearch-cancel - Command: Terminate the search and go back to the starting point. isearch-case-fold-search-state - Function: Return the case-folding flag in FRAME. isearch-cmds - Variable: Stack of search status sets. isearch-complete - Command: Complete the search string from the strings on the search ring. isearch-complete-edit - Command: Same as `isearch-complete' except in the minibuffer. isearch-del-char - Command: Delete character from end of search string and search again. isearch-delete-char - Command: Discard last input item and move point back. isearch-done - Function: Exit Isearch mode. isearch-edit-string - Command: Edit the search string in the minibuffer. isearch-error-state - Function: Return the regexp error message in FRAME, or nil if its regexp is valid. isearch-exit - Command: Exit search normally. isearch-fallback - Function: Return point to previous successful match to allow regexp liberalization. isearch-forward - Command: Do incremental search forward. isearch-forward-regexp - Command: Do incremental search forward for regular expression. isearch-forward-state - Function: Return the searching-forward flag in FRAME. isearch-hide-immediately - Variable: If non-nil, re-hide an invisible match right away. isearch-intersects-p - Function: Return t if regions START0..END0 and START1..END1 intersect. isearch-lazy-highlight - Variable: *Controls the lazy-highlighting during incremental search. isearch-lazy-highlight-cleanup - Command: Stop lazy highlighting and remove extra highlighting from current buffer. isearch-lazy-highlight-new-loop - Function: Cleanup any previous `lazy-highlight' loop and begin a new one. isearch-lazy-highlight-search - Function: Search ahead for the next or previous match, for lazy highlighting. isearch-lazy-highlight-update - Function: Update highlighting of other matches for current search. isearch-lookup-scroll-key - Function: If KEY-SEQ is bound to a scrolling command, return it as a symbol. isearch-message-state - Function: Return the search string to display to the user in FRAME. isearch-mode - Function: Start isearch minor mode. Called by `isearch-forward', etc. isearch-mode-end-hook - Variable: Function(s) to call after terminating an incremental search. isearch-mode-end-hook-quit - Variable: Non-nil while running `isearch-mode-end-hook' if user quit the search. isearch-mode-hook - Variable: Function(s) to call after starting up an incremental search. isearch-mode-map - Variable: Keymap for `isearch-mode'. isearch-mouse-2 - Command: Handle mouse-2 in Isearch mode. isearch-no-upper-case-p - Function: Return t if there are no upper case chars in STRING. isearch-other-control-char - Command: Process a miscellaneous key sequence in Isearch mode. isearch-other-end-state - Function: Return the other end of the match in FRAME. isearch-other-meta-char - Command: Process a miscellaneous key sequence in Isearch mode. isearch-point-state - Function: Return the point in FRAME. isearch-pop-fun-state - Function: Return the function restoring the mode-specific isearch state in FRAME. isearch-printing-char - Command: Add this ordinary printing character to the search string and search. isearch-push-state-function - Variable: Function to save a function restoring the mode-specific isearch state isearch-query-replace - Command: Start query-replace with string to replace from last search string. isearch-query-replace-regexp - Command: Start query-replace-regexp with string to replace from last search string. isearch-quote-char - Command: Quote special characters for incremental search. isearch-range-invisible - Function: Return t if all the text from BEG to END is invisible. isearch-repeat-backward - Command: Repeat incremental search backwards. isearch-repeat-forward - Command: Repeat incremental search forwards. isearch-reread-key-sequence-naturally - Function: Reread key sequence KEYLIST with Isearch mode's keymap deactivated. isearch-resume - Function: Resume an incremental search. isearch-resume-in-command-history - Variable: *If non-nil, `isearch-resume' commands are added to the command history. isearch-return-char - Command: Convert return into newline for incremental search. isearch-ring-advance - Command: Advance to the next search string in the ring. isearch-ring-retreat - Command: Retreat to the previous search string in the ring. isearch-search-fun - Function: Return the function to use for the search. isearch-search-fun-function - Variable: Override `isearch-search-fun'. isearch-string-out-of-window - Function: Test whether the search string is currently outside of the window. isearch-string-state - Function: Return the search string in FRAME. isearch-success-state - Function: Return the success flag in FRAME. isearch-toggle-case-fold - Command: Toggle case folding in searching on or off. isearch-toggle-input-method - Command: Toggle input method in interactive search. isearch-toggle-regexp - Command: Toggle regexp searching on or off. isearch-toggle-specified-input-method - Command: Select an input method and turn it on in interactive search. isearch-unread-key-sequence - Function: Unread the given key-sequence KEYLIST. isearch-update-ring - Function: Add STRING to the beginning of the search ring. isearch-word-state - Function: Return the search-by-word flag in FRAME. isearch-wrap-function - Variable: Function to call to wrap the search when search is failed. isearch-wrapped-state - Function: Return the search-wrapped flag in FRAME. isearch-yank-char - Command: Pull next character from buffer into search string. isearch-yank-char-in-minibuffer - Command: Pull next character from buffer into end of search string in minibuffer. isearch-yank-internal - Function: Pull the text from point to the point reached by JUMPFORM. isearch-yank-kill - Command: Pull string from kill ring into search string. isearch-yank-line - Command: Pull rest of line from buffer into search string. isearch-yank-string - Function: Pull STRING into search string. isearch-yank-word - Command: Pull next word from buffer into search string. isearch-yank-word-or-char - Command: Pull next character or word from buffer into search string. isearch-yank-x-selection - Command: Pull current X selection into search string. isearchb-activate - Command: Active isearchb mode for subsequent alphanumeric keystrokes. islamic-diary-entry-symbol - Variable: Symbol indicating a diary entry according to the Islamic calendar. islamic-holidays - Variable: Islamic holidays. iso-accents-mode - Command: Toggle ISO Accents mode, in which accents modify the following letter. iso-charset - Function: Return charset of ISO's specification DIMENSION, CHARS, and FINAL-CHAR. iso-cvt-define-menu - Command: Add submenus to the File menu, to convert to and from various formats. iso-cvt-read-only - Command: Warn that format is read-only. iso-cvt-write-only - Command: Warn that format is write-only. iso-german - Command: Translate net conventions for German to ISO 8859-1. iso-gtex2iso - Command: Translate German TeX sequences to ISO 8859-1 characters. iso-iso2duden - Command: Translate ISO 8859-1 characters to German TeX sequences. iso-iso2gtex - Command: Translate ISO 8859-1 characters to German TeX sequences. iso-iso2sgml - Command: Translate ISO 8859-1 characters in the region to SGML entities. iso-iso2tex - Command: Translate ISO 8859-1 characters to TeX sequences. iso-sgml2iso - Command: Translate SGML entities in the region to ISO 8859-1 characters. iso-spanish - Command: Translate net conventions for Spanish to ISO 8859-1. iso-tex2iso - Command: Translate TeX sequences to ISO 8859-1 characters. iso-transl-ctl-x-8-map - Command: Keymap for C-x 8 prefix. ispell - Command: Interactively check a region or buffer for spelling errors. ispell-buffer - Command: Check the current buffer for spelling errors interactively. ispell-change-dictionary - Command: Change to dictionary DICT for Ispell. ispell-comments-and-strings - Command: Check comments and strings in the current buffer for spelling errors. ispell-complete-word - Command: Try to complete the word before or under point (see `lookup-words'). ispell-complete-word-interior-frag - Command: Completes word matching character sequence inside a word. ispell-continue - Command: Continue a halted spelling session beginning with the current word. ispell-dictionary-alist - Variable: An alist of dictionaries and their associated parameters. ispell-help - Function: Display a list of the options available when a misspelling is encountered. ispell-html-skip-alists - Variable: *Lists of start and end keys to skip in HTML buffers. ispell-kill-ispell - Command: Kill current Ispell process (so that you may start a fresh one). ispell-local-dictionary-alist - Variable: *List of local or customized dictionary definitions. ispell-menu-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Key map for ispell menu. ispell-menu-xemacs - Variable: Spelling menu for XEmacs. ispell-message - Command: Check the spelling of a mail message or news post. ispell-minor-mode - Command: Toggle Ispell minor mode. ispell-pdict-save - Command: Check to see if the personal dictionary has been modified. ispell-personal-dictionary - Variable: *File name of your personal spelling dictionary, or nil. ispell-region - Command: Interactively check a region for spelling errors. ispell-skip-region-alist - Variable: Alist expressing beginning and end of regions not to spell check. ispell-tex-skip-alists - Variable: *Lists of regions to be skipped in TeX mode. ispell-word - Command: Check spelling of word under or before the cursor. isqrt - Function: Return the integer square root of the argument. iswitchb-mode - Command: Toggle Iswitchb global minor mode. - Variable: Non-nil if Iswitchb mode is enabled. italic - Face: Basic italic face. item - Widget: Constant items for inclusion in other widgets. japanese-hankaku - Function: Convert argument to `hankaku' and return that. japanese-hankaku-region - Command: Convert Japanese `zenkaku' chars in the region to `hankaku' chars. japanese-hiragana - Function: Convert argument to Hiragana and return that. japanese-hiragana-region - Command: Convert Japanese `katakana' chars in the region to `hiragana' chars. japanese-katakana - Function: Convert argument to Katakana and return that. japanese-katakana-region - Command: Convert Japanese `hiragana' chars in the region to `katakana' chars. japanese-zenkaku - Function: Convert argument to `zenkaku' and return that. japanese-zenkaku-region - Command: Convert hankaku' chars in the region to Japanese `zenkaku' chars. java-font-lock-extra-types - Variable: *List of extra types (aside from the type keywords) to recognize in Java mode. java-font-lock-keywords - Variable: Default expressions to highlight in Java mode. java-font-lock-keywords-1 - Variable: Minimal font locking for Java mode. java-font-lock-keywords-2 - Variable: Fast normal font locking for Java mode. java-font-lock-keywords-3 - Variable: Accurate normal font locking for Java mode. java-manifest-generic-mode - Command: Mode for Java Manifest files java-mode - Command: Major mode for editing Java code. java-mode-abbrev-table - Variable: Abbreviation table used in java-mode buffers. java-mode-hook - Variable: *Hook called by `java-mode'. java-mode-map - Variable: Keymap used in java-mode buffers. java-mode-syntax-table - Variable: Syntax table used in java-mode buffers. java-properties-generic-mode - Command: Mode for Java properties files. javascript-generic-mode - Command: Mode for JavaScript files. jdb - Command: Run jdb with command line COMMAND-LINE in a buffer. jit-lock - Group: Font Lock support mode to fontify just-in-time. jit-lock-after-change - Function: Mark the rest of the buffer as not fontified after a change. jit-lock-chunk-size - Variable: *Jit-lock fontifies chunks of at most this many characters at a time. jit-lock-context-fontify - Function: Refresh fontification to take new context into account. jit-lock-context-time - Variable: Idle time after which text is contextually refontified, if applicable. jit-lock-context-timer - Variable: Timer for context fontification in Just-in-time Lock mode. jit-lock-context-unfontify-pos - Variable: Consider text after this position as contextually unfontified. jit-lock-contextually - Variable: *If non-nil, means fontification should be syntactically true. jit-lock-defer-buffers - Variable: List of buffers with pending deferred fontification. jit-lock-defer-time - Variable: Idle time after which deferred fontification should take place. jit-lock-defer-timer - Variable: Timer for deferred fontification in Just-in-time Lock mode. jit-lock-deferred-fontify - Function: Fontify what was deferred. jit-lock-fontify-now - Function: Fontify current buffer from START to END. jit-lock-function - Function: Fontify current buffer starting at position START. jit-lock-functions - Variable: Functions to do the actual fontification. jit-lock-mode - Function: Toggle Just-in-time Lock mode. - Variable: Non-nil means Just-in-time Lock mode is active. jit-lock-refontify - Function: Force refontification of the region BEG..END (default whole buffer). jit-lock-register - Function: Register FUN as a fontification function to be called in this buffer. jit-lock-stealth-chunk-start - Function: Return the start of the next chunk to fontify around position AROUND.. jit-lock-stealth-fontify - Function: Fontify buffers stealthily. jit-lock-stealth-load - Variable: *Load in percentage above which stealth fontification is suspended. jit-lock-stealth-nice - Variable: *Time in seconds to pause between chunks of stealth fontification. jit-lock-stealth-time - Variable: *Time in seconds to wait before beginning stealth fontification. jit-lock-stealth-timer - Variable: Timer for stealth fontification in Just-in-time Lock mode. jit-lock-stealth-verbose - Variable: *If non-nil, means stealth fontification should show status messages. jit-lock-unregister - Function: Unregister FUN as a fontification function. jka-compr - Group: jka-compr customization. jka-compr-compression-info-list - Variable: List of vectors that describe available compression techniques. jka-compr-compression-info-list--internal - Variable: Stored value of `jka-compr-compression-info-list'. jka-compr-file-name-handler-entry - Variable: `file-name-handler-alist' entry used by jka-compr I/O functions. jka-compr-get-compression-info - Function: Return information about the compression scheme of FILENAME. jka-compr-inhibit - Variable: Non-nil means inhibit automatic uncompression temporarily. jka-compr-install - Function: Install jka-compr. jka-compr-installed-p - Function: Return non-nil if jka-compr is installed. jka-compr-load-suffixes - Variable: List of compression related suffixes to try when loading files. jka-compr-load-suffixes--internal - Variable: Stored value of `jka-compr-load-suffixes'. jka-compr-mode-alist-additions - Variable: List of pairs added to `auto-mode-alist' when installing jka-compr. jka-compr-mode-alist-additions--internal - Variable: Stored value of `jka-compr-mode-alist-additions'. jka-compr-set - Function: Internal Custom :set function. jka-compr-uninstall - Function: Uninstall jka-compr. jka-compr-update - Function: Update Auto Compression mode for changes in option values. join-line - Command: Join this line to previous and fix up whitespace at join. jump-to-register - Command: Move point to location stored in a register. jump-to-register-compatibility-binding - Command: Move point to location stored in a register. just-one-space - Command: Delete all spaces and tabs around point, leaving one space (or N spaces). justify-current-line - Command: Do some kind of justification on this line. jython-mode - Command: Major mode for editing Jython files. kbd - Macro: Convert KEYS to the internal Emacs key representation. kbd-macro-query - Command: Query user during kbd macro execution. keep-lines - Command: Delete all lines except those containing matches for REGEXP. keep-lines-read-args - Function: Read arguments for `keep-lines' and friends. kept-new-versions - Variable: Number of newest versions to keep when a new numbered backup is made. kept-old-versions - Variable: Number of oldest versions to keep when a new numbered backup is made. key-binding - Function: Return the binding for command KEY in current keymaps. key-description - Function: Return a pretty description of key-sequence KEYS. key-sequence - Widget: A key sequence. key-substitution-in-progress - Variable: Used internally by `substitute-key-definition'. key-translation-map - Variable: Keymap of key translations that can override keymaps. keyboard - Group: Input from the keyboard. keyboard-coding-system - Function: Return coding system specified for decoding keyboard input. - Variable: Specify coding system for keyboard input. keyboard-escape-quit - Command: Exit the current "mode" (in a generalized sense of the word). keyboard-quit - Command: Signal a `quit' condition. keyboard-translate - Function: Translate character FROM to TO at a low level. keyboard-translate-table - Variable: Translate table for keyboard input, or nil. keyboard-type - Variable: The brand of keyboard you are using. keymap-parent - Function: Return the parent keymap of KEYMAP. keymap-prompt - Function: Return the prompt-string of a keymap MAP. keymapp - Function: Return t if OBJECT is a keymap. keypad-numlock-setup - Variable: Specifies the keypad setup for unshifted keypad keys when NumLock is on. keypad-numlock-shifted-setup - Variable: Specifies the keypad setup for shifted keypad keys when NumLock is off. keypad-setup - Function: Set keypad bindings in function-key-map according to SETUP. - Variable: Specifies the keypad setup for unshifted keypad keys when NumLock is off. keypad-shifted-setup - Variable: Specifies the keypad setup for shifted keypad keys when NumLock is off. keywordp - Function: Return t if OBJECT is a keyword. khj/planner-unschedule-finished-task - Function: Remove planned tasks from day pages after completion. kill-all-abbrevs - Command: Undefine all defined abbrevs. kill-all-local-variables - Function: Switch to Fundamental mode by killing current buffer's local variables. kill-append - Function: Append STRING to the end of the latest kill in the kill ring. kill-backward-up-list - Command: Kill the form containing the current sexp, leaving the sexp itself. kill-buffer - Command: Kill the buffer BUFFER. kill-buffer-and-window - Command: Kill the current buffer and delete the selected window. kill-buffer-hook - Variable: Hook to be run (by `run-hooks', which see) when a buffer is killed. kill-buffer-query-functions - Variable: List of functions called with no args to query before killing a buffer. kill-comment - Command: Kill the comment on this line, if any. kill-compilation - Command: Kill the process made by the SPC or M-x grep commands. kill-emacs - Command: Exit the Emacs job and kill it. kill-emacs-hook - Variable: Hook to be run when kill-emacs is called. kill-emacs-query-functions - Variable: Functions to call with no arguments to query about killing Emacs. kill-grep - Command: Kill the process made by the SPC or M-x grep commands. kill-line - Command: Kill the rest of the current line; if no nonblanks there, kill thru newline. kill-local-variable - Command: Make VARIABLE no longer have a separate value in the current buffer. kill-new - Function: Make STRING the latest kill in the kill ring. kill-paragraph - Command: Kill forward to end of paragraph. kill-process - Function: Kill process PROCESS. May be process or name of one. kill-read-only-ok - Variable: *Non-nil means don't signal an error for killing read-only text. kill-rectangle - Command: Delete the region-rectangle and save it as the last killed one. kill-region - Command: Kill ("cut") text between point and mark. kill-ring - Variable: List of killed text sequences. kill-ring-max - Variable: *Maximum length of kill ring before oldest elements are thrown away. kill-ring-save - Command: Save the region as if killed, but don't kill it. kill-ring-yank-pointer - Variable: The tail of the kill ring whose car is the last thing yanked. kill-sentence - Command: Kill from point to end of sentence. kill-sexp - Command: Kill the sexp (balanced expression) following point. kill-some-buffers - Command: Kill some buffers. Asks the user whether to kill each one of them. kill-this-buffer - Command: Kill the current buffer. kill-whole-line - Command: Kill current line. - Variable: *If non-nil, `kill-line' with no arg at beg of line kills the whole line. kill-word - Command: Kill characters forward until encountering the end of a word. killing - Group: Killing and yanking commands. kinsoku - Function: Go to a line breaking position near point by doing `kinsoku' processing. kkc-after-update-conversion-functions - Variable: Functions to run after a conversion is selected in `japanese' input method. kkc-region - Command: Convert Kana string in the current region to Kanji-Kana mixed string. kmacro - Group: Simplified keyboard macro user interface. kmacro-add-counter - Command: Add numeric prefix arg (prompt if missing) to macro counter. kmacro-bind-to-key - Command: When not defining or executing a macro, offer to bind last macro to a key. kmacro-call-macro - Command: Call the last keyboard macro that you defined with C-x (. kmacro-call-mouse-event - Variable: The mouse event used by kmacro to call a macro. kmacro-call-repeat-key - Variable: Allow repeating macro call using last key or a specific key. kmacro-call-repeat-with-arg - Variable: Repeat macro call with original arg when non-nil; repeat once if nil. kmacro-call-ring-2nd - Command: Execute second keyboard macro at in macro ring. kmacro-call-ring-2nd-repeat - Command: Execute second keyboard macro at in macro ring. kmacro-counter - Variable: *Current keyboard macro counter. kmacro-counter-format - Variable: *Current keyboard macro counter format. kmacro-counter-format-start - Variable: Macro format at start of macro execution. kmacro-counter-value-start - Variable: Macro counter at start of macro execution. kmacro-cycle-ring-next - Command: Move to next keyboard macro in keyboard macro ring. kmacro-cycle-ring-previous - Command: Move to previous keyboard macro in keyboard macro ring. kmacro-delete-ring-head - Command: Delete current macro from keyboard macro ring. kmacro-display - Function: Display a keyboard MACRO. kmacro-display-counter - Function: Display current counter value. kmacro-edit-lossage - Command: Edit most recent 100 keystrokes as a keyboard macro. kmacro-edit-macro - Command: As edit last keyboard macro, but without kmacro-repeat property. kmacro-edit-macro-repeat - Command: Edit last keyboard macro. kmacro-end-and-call-macro - Command: Call last keyboard macro, ending it first if currently being defined. kmacro-end-call-mouse - Command: Move point to the position clicked with the mouse and call last kbd macro. kmacro-end-macro - Command: Finish defining a keyboard macro. kmacro-end-or-call-macro - Command: End kbd macro if currently being defined; else call last kbd macro. kmacro-end-or-call-macro-repeat - Command: As `kmacro-end-or-call-macro' but allows repeat without repeating prefix. kmacro-exec-ring-item - Function: Execute item ITEM from the macro ring. kmacro-execute-before-append - Variable: Controls whether appending to a macro starts by executing the macro. kmacro-extract-lambda - Function: Extract kmacro from a kmacro lambda form. kmacro-initial-counter-value - Variable: Initial counter value for the next keyboard macro to be defined. kmacro-insert-counter - Command: Insert macro counter and increment with ARG or 1 if missing. kmacro-keymap - Function: Prefix command (definition is a keymap associating keystrokes with commands). - Variable: Keymap for keyboard macro commands. kmacro-lambda-form - Function: Create lambda form for macro bound to symbol or key. kmacro-last-counter - Variable: Last counter inserted by key macro. kmacro-loop-setup-function - Function: Function called prior to each iteration of macro. kmacro-name-last-macro - Command: Assign a name to the last keyboard macro defined. kmacro-pop-ring - Function: Pop head element off macro ring. kmacro-pop-ring1 - Function: Pop head element off macro ring (no check). kmacro-push-ring - Function: Push ELT or current macro onto `kmacro-ring'. kmacro-repeat-no-prefix - Variable: Allow repeating certain macro commands without entering the C-x C-k prefix. kmacro-repeat-on-last-key - Function: Process kmacro commands keys immidiately after cycling the ring. kmacro-ring - Variable: The keyboard macro ring. kmacro-ring-empty-p - Function: Tell user and return t if `last-kbd-macro' is nil or `kmacro-ring' is empty. kmacro-ring-head - Function: Return pseudo head element in macro ring. kmacro-ring-max - Variable: Maximum number of keyboard macros to save in macro ring. kmacro-set-counter - Command: Set kmacro-counter to ARG or prompt if missing. kmacro-set-format - Command: Set macro counter FORMAT. kmacro-start-macro - Command: Record subsequent keyboard input, defining a keyboard macro. kmacro-start-macro-or-insert-counter - Command: Record subsequent keyboard input, defining a keyboard macro. kmacro-step-edit-macro - Command: Step edit and execute last keyboard macro. kmacro-step-edit-map - Variable: Keymap that defines the responses to questions in `kmacro-step-edit-macro'. kmacro-step-edit-mini-window-height - Variable: Override `max-mini-window-height' when step edit keyboard macro. kmacro-step-edit-prefix-commands - Variable: Commands which builds up a prefix arg for the current command kmacro-swap-ring - Command: Swap first two elements on keyboard macro ring. kmacro-view-macro - Command: Display the last keyboard macro. kmacro-view-macro-repeat - Command: Display the last keyboard macro. kmacro-view-ring-2nd - Command: Display the current head of the keyboard macro ring. labels - Macro: Make temporary function bindings. lambda - Macro: Return a lambda expression. landmark - Command: Start or resume an Lm game. landmark-repeat - Command: Run 100 Lm games, each time saving the weights from the previous game. language-info-alist - Variable: Alist of language environment definitions. languages - Group: Specialized modes for editing programming languages. lao-composition-function - Function: Compose Lao text in the region FROM and TO. lao-transcribe-roman-to-lao-string - Function: Transcribe Romanized Lao string STR to Lao character string. lao-transcribe-single-roman-syllable-to-lao - Function: Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string. large-file-warning-threshold - Variable: Maximum size of file above which a confirmation is requested. last - Function: Return the last link of LIST. Its car is the last element. last-abbrev - Variable: The abbrev-symbol of the last abbrev expanded. See `abbrev-symbol'. last-abbrev-location - Variable: The location of the start of the last abbrev expanded. last-abbrev-text - Variable: The exact text of the last abbrev expanded. last-buffer - Function: Return the last non-hidden displayable buffer in the buffer list. last-coding-system-specified - Variable: Most recent coding system explicitly specified by the user when asked. last-coding-system-used - Variable: Coding system used in the latest file or process I/O. last-command - Variable: The last command executed. last-command-char - Variable: Last input event that was part of a command. last-command-event - Variable: Last input event that was part of a command. last-event-frame - Variable: The frame in which the most recently read event occurred. last-input-char - Variable: Last input event. last-input-event - Variable: Last input event. last-kbd-macro - Variable: Last kbd macro defined, as a string or vector; nil if none defined. last-nonmenu-event - Variable: Last input event in a command, except for mouse menu events. last-prefix-arg - Variable: The value of the prefix argument for the previous editing command. last-sexp-setup-props - Function: Set up text properties for the output of `eval-last-sexp-1'. last-sexp-toggle-display - Command: Toggle between abbreviated and unabbreviated printed representations. last-tag - Variable: Last tag found by M-.. latex-block-names - Variable: *User defined LaTeX block names. latex-inputenc-coding-alist - Variable: Mapping from LaTeX encodings in "inputenc.sty" to Emacs coding systems. latex-mode - Command: Major mode for editing files of input for LaTeX. latex-run-command - Variable: *Command used to run LaTeX subjob. latexenc-coding-system-to-inputenc - Function: Return the corresponding input encoding for the specified coding system. latexenc-find-file-coding-system - Function: Determine the coding system of a LaTeX file if it uses "inputenc.sty". latexenc-inputenc-to-coding-system - Function: Return the corresponding coding-system for the specified input encoding. latin-extra-code-table - Variable: Table of extra Latin codes in the range 128..159 (inclusive). latin1-display - Function: Set up Latin-1/ASCII display for the arguments character SETS. - Variable: Set up Latin-1/ASCII display for ISO8859 character sets. latin1-display-ucs-per-lynx - Variable: Set up Latin-1/ASCII display for Unicode characters. lax-plist-get - Function: Extract a value from a property list, comparing with `equal'. lax-plist-put - Function: Change value in PLIST of PROP to VAL, comparing with `equal'. lazy - Widget: Base widget for recursive datastructures. lazy-completion-table - Macro: Initialize variable VAR as a lazy completion table. lazy-highlight - Group: Lazy highlighting feature for matching strings. - Face: Face for lazy highlighting of matches other than the current one. lazy-highlight-cleanup - Command: Stop lazy highlighting and remove extra highlighting from current buffer. - Variable: *Controls whether to remove extra highlighting after a search. lazy-highlight-initial-delay - Variable: *Seconds to wait before beginning to lazily highlight all matches. lazy-highlight-interval - Variable: *Seconds between lazily highlighting successive matches. lazy-highlight-max-at-a-time - Variable: *Maximum matches to highlight at a time (for `lazy-highlight'). lazy-lock-mode - Command: Toggle Lazy Lock mode. lcm - Function: Return the least common multiple of the arguments. ld-script-mode - Command: A major mode to edit GNU ld script files ldiff - Function: Return a copy of LIST with the tail SUBLIST removed. leading-code-private-11 - Variable: Leading-code of private TYPE9N charset of column-width 1. leading-code-private-12 - Variable: Leading-code of private TYPE9N charset of column-width 2. leading-code-private-21 - Variable: Leading-code of private TYPE9Nx9N charset of column-width 1. leading-code-private-22 - Variable: Leading-code of private TYPE9Nx9N charset of column-width 2. ledit-go-to-lisp-string - Variable: *Shell commands to execute to resume Lisp job. ledit-go-to-liszt-string - Variable: *Shell commands to execute to resume Lisp compiler job. ledit-mode - Command: ledit-save-files - Variable: *Non-nil means Ledit should save files before transferring to Lisp. left-fringe-width - Variable: *Width of this buffer's left fringe (in pixels). left-margin - Variable: *Column for the default indent-line-function to indent to. left-margin-width - Variable: *Width of left marginal area for display of a buffer. leim-list-entry-regexp - Variable: Regexp matching head of each entry in LEIM list file. leim-list-file-name - Variable: Name of LEIM list file. leim-list-header - Variable: Header to be inserted in LEIM list file. length - Function: Return the length of vector, list or string SEQUENCE. let - Function: Bind variables according to VARLIST then eval BODY. let* - Function: Bind variables according to VARLIST then eval BODY. letf - Macro: Temporarily bind to PLACEs. letf* - Macro: Temporarily bind to PLACEs. lexical-let - Macro: Like `let', but lexically scoped. lexical-let* - Macro: Like `let*', but lexically scoped. lgrep - Command: Run grep, searching for REGEXP in FILES in current directory. life - Command: Run Conway's Life simulation. limits - Group: Internal Emacs limits. line-beginning-position - Function: Return the character position of the first character on the current line. line-end-position - Function: Return the character position of the last character on the current line. line-move-ignore-invisible - Variable: *Non-nil means C-n and C-p ignore invisible lines. line-move-invisible-p - Function: Return non-nil if the character after POS is currently invisible. line-move-to-column - Function: Try to find column COL, considering invisibility. line-number-at-pos - Function: Return (narrowed) buffer line number at position POS. line-number-display-limit - Variable: *Maximum buffer size for which line number should be displayed. line-number-display-limit-width - Variable: *Maximum line width (in characters) for line number display. line-number-mode - Command: Toggle Line Number mode. - Variable: Non-nil if Line-Number mode is enabled. line-spacing - Variable: Additional space to put between lines when displaying a buffer. link - Face: Basic face for unvisited links. - Widget: An embedded link. link-visited - Face: Basic face for visited links. lisp - Group: Lisp support, including Emacs Lisp. lisp-body-indent - Variable: Number of columns to indent the second line of a `(def...)' form. lisp-comment-indent - Function: Default for `comment-indent-function'. lisp-complete-symbol - Command: Perform completion on Lisp symbol preceding point. lisp-doc-string-elt-property - Variable: The symbol property that holds the docstring position info. lisp-eval-defun - Command: Send the current defun to the Lisp process made by M-x run-lisp. lisp-fill-paragraph - Command: Like M-q, but handle Emacs Lisp comments and docstrings. lisp-font-lock-keywords - Variable: Default expressions to highlight in Lisp modes. lisp-font-lock-keywords-1 - Variable: Subdued level highlighting for Lisp modes. lisp-font-lock-keywords-2 - Variable: Gaudy level highlighting for Lisp modes. lisp-imenu-generic-expression - Variable: Imenu generic expression for Lisp mode. See `imenu-generic-expression'. lisp-indent-function - Function: This function is the normal value of the variable `lisp-indent-function'. lisp-indent-line - Command: Indent current line as Lisp code. lisp-indent-offset - Variable: If non-nil, indent second line of expressions that many more columns. lisp-indent-region - Function: Indent every line whose first char is between START and END inclusive. lisp-interaction-mode - Command: Major mode for typing and evaluating Lisp forms. lisp-interaction-mode-hook - Variable: Hook run when entering Lisp Interaction mode. lisp-interaction-mode-map - Variable: Keymap for Lisp Interaction mode. lisp-mode - Command: Major mode for editing Lisp code for Lisps other than GNU Emacs Lisp. lisp-mode-hook - Variable: Hook run when entering Lisp mode. lisp-mode-map - Variable: Keymap for ordinary Lisp mode. lisp-mode-shared-map - Variable: Keymap for commands shared by all sorts of Lisp modes. lisp-outline-level - Function: Lisp mode `outline-level' function. list - Function: Return a newly created list with specified arguments as elements. - Widget: A Lisp list. list* - Function: Return a new list with specified ARGs as elements, consed to last ARG. list-abbrevs - Command: Display a list of defined abbrevs. list-bahai-diary-entries - Function: Add any Baha'i date entries from the diary file to `diary-entries-list'. list-bookmarks - Command: Display a list of existing bookmarks. list-buffers - Command: Display a list of names of existing buffers. list-buffers-noselect - Function: Create and return a buffer with a list of names of existing buffers. list-calendar-holidays - Command: Create a buffer containing the holidays for the current calendar window. list-character-sets - Command: Display a list of all character sets. list-charset-chars - Command: Display a list of characters in the specified character set. list-coding-categories - Function: Display a list of all coding categories. list-coding-systems - Command: Display a list of all coding systems. list-colors-display - Command: Display names of defined colors, and show what they look like. list-colors-duplicates - Function: Return a list of colors with grouped duplicate colors. list-command-history - Command: List history of commands typed to minibuffer. list-diary-entries - Function: Create and display a buffer containing the relevant lines in `diary-file'. list-diary-entries-hook - Variable: List of functions called after diary file is culled for relevant entries. list-directory - Command: Display a list of files in or matching DIRNAME, a la `ls'. list-directory-brief-switches - Variable: Switches for `list-directory' to pass to `ls' for brief listing. list-directory-verbose-switches - Variable: Switches for `list-directory' to pass to `ls' for verbose listing. list-faces-display - Command: List all faces, using the same sample text in each. list-faces-sample-text - Variable: *Text string to display as the sample text for `list-faces-display'. list-fontsets - Command: Display a list of all fontsets. list-hebrew-diary-entries - Function: Add any Hebrew date entries from the diary file to `diary-entries-list'. list-holidays - Command: Display holidays for years Y1 to Y2 (inclusive). list-input-methods - Command: Display information about all input methods. list-islamic-diary-entries - Function: Add any Islamic date entries from the diary file to `diary-entries-list'. list-length - Function: Return the length of list X. Return nil if list is circular. list-load-path-shadows - Command: Display a list of Emacs Lisp files that shadow other files. list-matching-lines - Command: Show all lines in the current buffer containing a match for REGEXP. list-matching-lines-buffer-name-face - Variable: *Face used by M-x list-matching-lines to show the names of buffers. list-matching-lines-default-context-lines - Variable: *Default number of context lines included around `list-matching-lines' matches. list-matching-lines-face - Variable: *Face used by M-x list-matching-lines to show the text that matches. list-one-abbrev-table - Function: Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER. list-options - Command: Display a list of Emacs user options, with values and documentation. list-processes - Command: Display a list of all processes. list-registers - Command: Display a list of nonempty registers saying briefly what they contain. list-sexp-diary-entries - Function: Add sexp entries for DATE from the diary file to `diary-entries-list'. list-tags - Command: Display list of tags in file FILE. list-tags-function - Variable: Function to do the work of `list-tags' (which see). list-yahrzeit-dates - Command: List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR. listify-key-sequence - Function: Convert a key sequence to a list of events. listp - Function: Return t if OBJECT is a list, that is, a cons cell or nil. lm - Command: Start or resume an Lm game. lm-test-run - Command: Run 100 Lm games, each time saving the weights from the previous game. load - Function: Execute a file of Lisp code named FILE. load-average - Function: Return list of 1 minute, 5 minute and 15 minute load averages. load-convert-to-unibyte - Variable: Non-nil means `read' converts strings to unibyte whenever possible. load-dangerous-libraries - Variable: Non-nil means load dangerous compiled Lisp files. load-file - Command: Load the Lisp file named FILE. load-file-name - Variable: Full name of file being loaded by `load'. load-file-rep-suffixes - Variable: List of suffixes that indicate representations of the same file. load-force-doc-strings - Variable: Non-nil means `load' should force-load all dynamic doc strings. load-history - Variable: Alist mapping file names to symbols and features. load-history-filename-element - Function: Get the first elt of `load-history' whose car matches FILE-REGEXP. load-history-regexp - Function: Form a regexp to find FILE in `load-history'. load-in-progress - Variable: Non-nil iff inside of `load'. load-library - Command: Load the library named LIBRARY. load-path - Variable: *List of directories to search for files to load. load-read-function - Variable: Function used by `load' and `eval-region' for reading expressions. load-source-file-function - Variable: Function called in `load' for loading an Emacs lisp source file. load-suffixes - Variable: List of suffixes for (compiled or source) Emacs Lisp files. load-theme - Command: Load a theme's settings from its file. load-time-value - Macro: Like `progn', but evaluates the body at load time. load-with-code-conversion - Function: Execute a file of Lisp code named FILE whose absolute name is FULLNAME. local - Group: Code local to your site. local-abbrev-table - Variable: Local (mode-specific) abbrev table of current buffer. local-enable-local-variables - Variable: Like `enable-local-variables' but meant for buffer-local bindings. local-holidays - Variable: Local holidays. local-key-binding - Function: Return the binding for command KEYS in current local keymap only. local-set-key - Command: Give KEY a local binding as COMMAND. local-unset-key - Command: Remove local binding of KEY. local-variable-if-set-p - Function: Non-nil if VARIABLE will be local in buffer BUFFER when set there. local-variable-p - Function: Non-nil if VARIABLE has a local binding in buffer BUFFER. locale-charset-alist - Variable: Coding system alist keyed on locale-style charset name. locale-charset-language-names - Variable: List of pairs of locale regexps and charset language names. locale-charset-match-p - Function: Whether charset names (strings) CHARSET1 and CHARSET2 are equivalent. locale-charset-to-coding-system - Function: Find coding system corresponding to CHARSET. locale-coding-system - Variable: Coding system to use with system messages. locale-info - Function: Access locale data ITEM for the current C locale, if available. locale-language-names - Variable: Alist of locale regexps vs the corresponding languages and coding systems. locale-name-match - Function: Search for KEY in ALIST, which should be a list of regexp-value pairs. locale-preferred-coding-systems - Variable: List of pairs of locale regexps and preferred coding systems. locale-translation-file-name - Variable: File name for the system's file of locale-name aliases, or nil if none. locate - Command: Run the program `locate', putting results in `*Locate*' buffer. locate-file - Function: Search for FILENAME through PATH. locate-file-completion - Function: Do completion for file names passed to `locate-file'. locate-file-internal - Function: Search for FILENAME through PATH. locate-library - Command: Show the precise file name of Emacs library LIBRARY. locate-ls-subdir-switches - Variable: `ls' switches for inserting subdirectories in `*Locate*' buffers. locate-with-filter - Command: Run the executable program `locate' with a filter. lock-buffer - Function: Lock FILE, if current buffer is modified. log - Function: Return the natural logarithm of ARG. log-edit - Function: Setup a buffer to enter a log message. log-view-mode - Command: Major mode for browsing CVS log output. log10 - Function: Return the logarithm base 10 of ARG. logand - Function: Return bitwise-and of all the arguments. logb - Function: Returns largest integer <= the base 2 log of the magnitude of ARG. logior - Function: Return bitwise-or of all the arguments. lognot - Function: Return the bitwise complement of NUMBER. NUMBER must be an integer. logxor - Function: Return bitwise-exclusive-or of all the arguments. longlines-mode - Command: Toggle Long Lines mode. looking-at - Function: Return t if text after point matches regular expression REGEXP. looking-back - Function: Return non-nil if text before point matches regular expression REGEXP. lookup-image-map - Function: Lookup in image map MAP coordinates X and Y. lookup-key - Function: In keymap KEYMAP, look up key sequence KEY. Return the definition. lookup-minor-mode-from-indicator - Function: Return a minor mode symbol from its indicator on the modeline. lookup-nested-alist - Function: Look up key sequence KEYSEQ in nested alist ALIST. Return the definition. loop - Macro: The Common Lisp `loop' macro. lower-frame - Command: Send FRAME to the back, so it is occluded by any frames that overlap it. lpr-buffer - Command: Print buffer contents without pagination or page headers. lpr-command - Variable: *Name of program for printing a file. lpr-customize - Command: Customization of the `lpr' group. lpr-region - Command: Print region contents without pagination or page headers. lpr-switches - Variable: *List of strings to pass as extra options for the printer program. ls-lisp-support-shell-wildcards - Variable: *Non-nil means ls-lisp treats file patterns as shell wildcards. lsh - Function: Return VALUE with its bits shifted left by COUNT. lucid-menu-bar-dirty-flag - Variable: Non-nil means menu bar, specified Lucid style, needs to be recomputed. lunar-phases-buffer - Variable: Name of the buffer used for the lunar phases. lwarn - Function: Display a warning message made from (format MESSAGE ARGS...). m4-mode - Command: A major mode to edit m4 macro files. macro-declaration-function - Function: Process a declaration found in a macro definition. - Variable: Function to process declarations in a macro definition. macroexpand - Function: Return result of expanding macros at top level of FORM. macroexpand-all - Function: Return result of expanding macros at all levels in FORM. macrolet - Macro: Make temporary macro definitions. magic-mode-alist - Variable: Alist of buffer beginnings vs. corresponding major mode functions. magic-mode-regexp-match-limit - Variable: Upper limit on `magic-mode-alist' regexp matches. mail - Command: Edit a message to be sent. Prefix arg means resume editing (don't erase). - Group: Modes for electronic-mail handling. mail-abbrev - Group: Expand mail aliases as abbrevs, in certain mail headers. mail-abbrev-complete-alias - Command: Perform completion on alias preceding point. mail-abbrev-end-of-buffer - Command: Expand any mail abbrev, then move point to end of buffer. mail-abbrev-expand-hook - Function: For use as the fourth arg to `define-abbrev'. mail-abbrev-in-expansion-header-p - Function: Whether point is in a mail-address header field. mail-abbrev-insert-alias - Command: Prompt for and insert a mail alias. mail-abbrev-mode-regexp - Variable: *Regexp to select mail-headers in which mail abbrevs should be expanded. mail-abbrev-modtime - Variable: The modification time of your mail alias file when it was last examined. mail-abbrev-next-line - Command: Expand any mail abbrev, then move cursor vertically down ARG lines. mail-abbrev-syntax-table - Variable: The syntax-table used for abbrev-expansion purposes. mail-abbrevs - Variable: Word-abbrev table of mail address aliases. mail-abbrevs-disable - Function: Turn off use of the `mailabbrev' package. mail-abbrevs-mode - Variable: *Non-nil means expand mail aliases as abbrevs, in certain message headers. mail-abbrevs-only - Variable: *Non-nil means only mail abbrevs should expand automatically. mail-abbrevs-setup - Function: Initialize use of the `mailabbrev' package. mail-alias-file - Variable: If non-nil, the name of a file to use instead of `/usr/lib/aliases'. mail-alias-separator-string - Variable: *A string inserted between addresses in multi-address mail aliases. mail-aliases - Variable: Alist of mail address aliases, mail-archive-file-name - Variable: Name of file to write all outgoing messages in, or nil for none. mail-bury-selects-summary - Variable: If non-nil, try to show RMAIL summary buffer after returning from mail. mail-citation-hook - Variable: Hook for modifying a citation just inserted in the mail buffer. mail-citation-prefix-regexp - Variable: Regular expression to match a citation prefix plus whitespace. mail-complete - Command: Perform completion on header field or word preceding point. mail-complete-style - Variable: *Specifies how M-x mail-complete formats the full name when it completes. mail-content-type-get - Function: Return the value of ATTRIBUTE from CT. mail-decode-encoded-word-region - Command: Decode MIME-encoded words in region between START and END. mail-decode-encoded-word-string - Function: Decode the quoted-printable-encoded STRING and return the results. mail-default-directory - Variable: Directory for mail buffers. mail-default-headers - Variable: A string containing header lines, to be inserted in outgoing messages. mail-default-reply-to - Variable: Address to insert as default Reply-to field of outgoing messages. mail-encode-encoded-word-buffer - Command: Encode the message header according to `rfc2047-header-encoding-alist'. mail-encode-encoded-word-region - Function: Encode words in region B to E that need encoding. mail-encode-encoded-word-string - Function: Encode words in STRING. mail-extr - Group: Extract full name and address from RFC 822 mail header. mail-extr-@-binds-tighter-than-! - Variable: *Whether the local mail transport agent looks at ! before @. mail-extr-disable-voodoo - Variable: *If it is a regexp, names matching it will never be modified. mail-extr-full-name-prefixes - Variable: *Matches prefixes to the full name that identify a person's position. mail-extr-guess-middle-initial - Variable: *Whether to try to guess middle initial from mail address. mail-extr-ignore-realname-equals-mailbox-name - Variable: *Whether to ignore a name that is equal to the mailbox name. mail-extr-ignore-single-names - Variable: *Whether to ignore a name that is just a single word. mail-extr-mangle-uucp - Variable: *Whether to throw away information in UUCP addresses mail-extr-nuke-outside-range - Macro: Delete all elements outside BEG..END in LIST. mail-extract-address-components - Function: Given an RFC-822 address ADDRESS, extract full name and canonical address. mail-fetch-field - Function: Return the value of the header field whose type is FIELD-NAME. mail-from-style - Variable: Specifies how "From:" fields look. mail-header - Function: Return the value associated with header HEADER in HEADER-ALIST. mail-header-chars - Macro: Return number of chars of article in HEADER. mail-header-date - Macro: Return date in HEADER. mail-header-encode-parameter - Function: Return and PARAM=VALUE string encoded according to RFC2231. mail-header-extra - Macro: Return the extra headers in HEADER. mail-header-extract - Function: Extract headers from current buffer after point. mail-header-extract-no-properties - Function: Extract headers from current buffer after point, without properties. mail-header-field-value - Function: Return the value of the field at point. mail-header-fold-field - Function: Fold the current header field. mail-header-format - Function: Use FORMAT-RULES to format HEADERS and insert into current buffer. mail-header-from - Macro: Return author string in HEADER. mail-header-get-comment - Function: Return the first comment in STRING. mail-header-id - Macro: Return Id in HEADER. mail-header-lines - Macro: Return lines in HEADER. mail-header-merge - Function: Return a new header alist with MERGE-RULES applied to HEADERS. mail-header-message-id - Function: Return Id in HEADER. mail-header-narrow-to-field - Function: Narrow the buffer to the header on the current line. mail-header-number - Macro: Return article number in HEADER. mail-header-parse - Function: Apply PARSING-RULES to HEADERS. mail-header-parse-address - Function: Parse STRING and return a MAILBOX / DISPLAY-NAME pair. mail-header-parse-addresses - Function: Parse STRING and return a list of MAILBOX / DISPLAY-NAME pairs. mail-header-parse-content-disposition - Function: Parse QP-encoded string using `rfc2231-parse-string'. mail-header-parse-content-type - Function: Parse QP-encoded string using `rfc2231-parse-string'. mail-header-parse-date - Function: Return an Emacs time spec from STRING. mail-header-references - Macro: Return references in HEADER. mail-header-remove-comments - Function: Remove comments from STRING. mail-header-remove-whitespace - Function: Remove whitespace from STRING. mail-header-separator - Variable: Line used to separate headers from text in messages being composed. mail-header-set - Function: Set the value associated with header HEADER to VALUE in HEADER-ALIST. mail-header-set-chars - Macro: Set number of chars in article of HEADER to CHARS. mail-header-set-date - Macro: Set article date of HEADER to DATE. mail-header-set-extra - Macro: Set the extra headers in HEADER to EXTRA. mail-header-set-from - Macro: Set article author of HEADER to FROM. mail-header-set-id - Macro: Set article Id of HEADER to ID. mail-header-set-lines - Macro: Set article lines of HEADER to LINES. mail-header-set-message-id - Function: Set article Id of HEADER to ID. mail-header-set-number - Macro: Set article number of HEADER to NUMBER. mail-header-set-references - Macro: Set article references of HEADER to REF. mail-header-set-subject - Macro: Set article subject of HEADER to SUBJECT. mail-header-set-xref - Macro: Set article XREF of HEADER to xref. mail-header-strip - Function: Remove comments and whitespace from STRING. mail-header-subject - Macro: Return subject string in HEADER. mail-header-unfold-field - Function: Fold the current line. mail-header-xref - Macro: Return xref string in HEADER. mail-hist-define-keys - Function: Define keys for accessing mail header history. For use in hooks. mail-hist-keep-history - Variable: *Non-nil means keep a history for headers and text of outgoing mail. mail-hist-put-headers-into-history - Function: Put headers and contents of this message into mail header history. mail-host-address - Variable: *Name of this machine, for purposes of naming users. mail-indentation-spaces - Variable: Number of spaces to insert at the beginning of each cited line. mail-interactive - Variable: Non-nil means when sending a message wait for and display errors. mail-mailing-lists - Variable: *List of mailing list addresses the user is subscribed to. mail-mode - Command: Major mode for editing mail to be sent. mail-narrow-to-head - Function: Narrow to the header section in the current buffer. mail-other-frame - Command: Like `mail' command, but display mail buffer in another frame. mail-other-window - Command: Like `mail' command, but display mail buffer in another window. mail-parse-charset - Variable: Default charset used by low-level libraries. mail-parse-ignored-charsets - Variable: Ignored charsets used by low-level libraries. mail-parse-mule-charset - Variable: Default MULE charset used by low-level libraries. mail-personal-alias-file - Variable: If non-nil, the name of the user's personal mail alias file. mail-quote-printable - Function: Convert a string to the "quoted printable" Q encoding. mail-quote-string - Function: Quote string if it needs quoting to be displayed in a header. mail-resolve-all-aliases - Function: Resolve all forward references in the mail aliases table. mail-self-blind - Variable: Non-nil means insert BCC to self in messages to be sent. mail-send-nonascii - Variable: Specify whether to allow sending non-ASCII characters in mail. mail-setup-hook - Variable: Normal hook, run each time a new outgoing mail message is initialized. mail-signature - Variable: Text inserted at end of mail buffer when a message is initialized. mail-signature-file - Variable: File containing the text inserted at end of mail buffer. mail-source - Group: The mail-fetching library. mail-source-bind - Macro: Return a `let' form that binds all variables in source TYPE. mail-source-bind-common - Macro: Return a `let' form that binds all common variables. mail-source-callback - Function: Call CALLBACK on the mail file, and then remove the mail file. mail-source-check-pop - Function: Check whether there is new mail. mail-source-common-keyword-map - Variable: Mapping from keywords to default values. mail-source-crash-box - Variable: File where mail will be stored while processing it. mail-source-default-file-modes - Variable: Set the mode bits of all new mail files to this integer. mail-source-delete-incoming - Variable: *If non-nil, delete incoming files after handling. mail-source-delete-old-incoming - Command: Remove incoming files older than AGE days. mail-source-delete-old-incoming-confirm - Variable: *If non-nil, ask for for confirmation before deleting old incoming files. mail-source-directory - Variable: Directory where incoming mail source files (if any) will be stored. mail-source-fetch - Function: Fetch mail from SOURCE and call CALLBACK zero or more times. mail-source-fetch-directory - Function: Fetcher for directory sources. mail-source-fetch-file - Function: Fetcher for single-file sources. mail-source-fetch-imap - Function: Fetcher for imap sources. mail-source-fetch-maildir - Function: Fetcher for maildir sources. mail-source-fetch-pop - Function: Fetcher for single-file sources. mail-source-fetch-webmail - Function: Fetch for webmail source. mail-source-fetcher-alist - Variable: A mapping from source type to fetcher function. mail-source-flash - Variable: *If non-nil, flash periodically when mail is available. mail-source-idle-time-delay - Variable: Number of idle seconds to wait before checking for new mail. mail-source-ignore-errors - Variable: *Ignore errors when querying mail sources. mail-source-imap-file-coding-system - Variable: Coding system for the crashbox made by `mail-source-fetch-imap'. mail-source-incoming-file-prefix - Variable: Prefix for file name for storing incoming mail mail-source-keyword-map - Variable: Mapping from keywords to default values. mail-source-movemail - Function: Move FROM to TO using movemail. mail-source-movemail-and-remove - Function: Move FROM to TO using movemail, then remove FROM if empty. mail-source-movemail-program - Variable: If non-nil, name of program for fetching new mail. mail-source-new-mail-available - Variable: Flag indicating when new mail is available. mail-source-new-mail-p - Function: Handler for `display-time' to indicate when new mail is available. mail-source-primary-source - Variable: *Primary source for incoming mail. mail-source-report-new-mail - Command: Toggle whether to report when new mail is available. mail-source-report-new-mail-interval - Variable: Interval in minutes between checks for new mail. mail-source-string - Variable: A dynamically bound string that says what the current mail source is. mail-source-strip-keyword - Function: Strip the leading colon off the KEYWORD. mail-source-touch-pop - Function: Open and close a POP connection shortly. mail-source-value - Function: Return the value of VALUE. mail-sources - Variable: *Where the mail backends will look for incoming mail. mail-specify-envelope-from - Variable: If non-nil, specify the envelope-from address when sending mail. mail-string-delete - Function: Returns a string containing all of STRING except the part mail-strip-quoted-names - Function: Delete comments and quoted strings in an address list ADDRESS. mail-unquote-printable - Function: Undo the "quoted printable" encoding. mail-unquote-printable-region - Command: Undo the "quoted printable" encoding in buffer from BEG to END. mail-use-rfc822 - Variable: *If non-nil, use a full, hairy RFC822 parser on mail addresses. mail-user-agent - Variable: *Your preference for a mail composition package. mail-yank-prefix - Variable: Prefix insert on lines of yanked message being replied to. mailagent-rules-generic-mode - Command: Mode for Mailagent rules files. mailcap - Group: Definition of viewers for MIME types. mailcap-add - Function: Add VIEWER as a handler for TYPE. mailcap-command-p - Function: Search for COMMAND in `exec-path' and return the absolute file name. mailcap-download-directory - Variable: *Directory to which `mailcap-save-binary-file' downloads files by default. mailcap-extension-to-mime - Function: Return the MIME content type of the file extensions EXTN. mailcap-mailcap-entry-passes-test - Function: Return non-nil iff mailcap entry INFO passes its test clause. mailcap-maybe-eval - Function: Maybe evaluate a buffer of Emacs Lisp code. mailcap-maybe-eval-warning - Variable: Text of warning message displayed by `mailcap-maybe-eval'. mailcap-mime-data - Variable: The mailcap structure is an assoc list of assoc lists. mailcap-mime-extensions - Variable: An alist of file extensions and corresponding MIME content-types. mailcap-mime-info - Function: Get the MIME viewer command for STRING, return nil if none found. mailcap-mime-types - Function: Return a list of MIME media types. mailcap-parse-args-syntax-table - Variable: A syntax table for parsing SGML attributes. mailcap-parse-mailcap - Function: Parse out the mailcap file specified by FNAME. mailcap-parse-mailcap-extras - Function: Grab all the extra stuff from a mailcap entry. mailcap-parse-mailcaps - Command: Parse out all the mailcaps specified in a path string PATH. mailcap-parse-mimetype-file - Function: Parse out a mime-types file FNAME. mailcap-parse-mimetypes - Command: Parse out all the mimetypes specified in a Unix-style path string PATH. mailcap-poor-system-types - Variable: Systems that don't have a Unix-like directory hierarchy. mailcap-possible-viewers - Function: Return a list of possible viewers from MAJOR for minor type MINOR. mailcap-print-command - Variable: Shell command (including switches) used to print Postscript files. mailcap-viewer-lessp - Function: Return t iff viewer X is more desirable than viewer Y. mailcap-viewer-passes-test - Function: Return non-nil iff viewer specified by VIEWER-INFO passes its test clause. mailclient-send-it - Function: Pass current buffer on to the system's mail client. mailrc-generic-mode - Command: Mode for mailrc files. mairix-reindex - Command: Uses mairix to reindex my mail. mairix-search - Command: Uses mairix to search through my mail. major-mode - Variable: Symbol for current buffer's major mode. make-abbrev-table - Function: Create a new, empty abbrev table object. make-auto-save-file-name - Function: Return file name to use for auto-saves of current buffer. make-backup-file-name - Function: Create the non-numeric backup file name for FILE. make-backup-file-name-1 - Function: Subroutine of `make-backup-file-name' and `find-backup-file-name'. make-backup-file-name-function - Variable: A function to use instead of the default `make-backup-file-name'. make-backup-files - Variable: Non-nil means make a backup of a file the first time it is saved. make-bool-vector - Function: Return a new bool-vector of length LENGTH, using INIT for each element. make-button - Function: Make a button from BEG to END in the current buffer. make-byte-code - Function: Create a byte-code object with specified arguments as elements. make-category-set - Function: Return a newly created category-set which contains CATEGORIES. make-category-table - Function: Construct a new and empty category table and return it. make-char - Function: Return a character of CHARSET whose position codes are CODE1 and CODE2. make-char-internal - Function: Return a character made from arguments. make-char-table - Function: Return a newly created char-table, with purpose PURPOSE. make-coding-system - Function: Define a new coding system CODING-SYSTEM (symbol). make-comint - Function: Make a Comint process NAME in a buffer, running PROGRAM. make-comint-in-buffer - Function: Make a Comint process NAME in BUFFER, running PROGRAM. make-command-summary - Command: Make a summary of current key bindings in the buffer *Summary*. make-cursor-line-fully-visible - Variable: *Non-nil means to scroll (recenter) cursor line if it is not fully visible. make-diary-entry - Function: Insert a diary entry STRING which may be NONMARKING in FILE. make-directory - Command: Create the directory DIR and any nonexistent parent dirs. make-directory-internal - Function: Create a new directory named DIRECTORY. make-display-table - Function: Return a new, empty display table. make-empty-face - Command: Define a new, empty face with name FACE. make-face - Command: Define a new face with name FACE, a symbol. make-face-bold - Command: Make the font of FACE be bold, if possible. make-face-bold-italic - Command: Make the font of FACE be bold and italic, if possible. make-face-italic - Command: Make the font of FACE be italic, if possible. make-face-unbold - Command: Make the font of FACE be non-bold, if possible. make-face-unitalic - Command: Make the font of FACE be non-italic, if possible. make-face-x-resource-internal - Function: Fill frame-local FACE on FRAME from X resources. make-fancy-diary-buffer - Function: Create and return the initial fancy diary buffer. make-frame - Command: Return a newly created frame displaying the current buffer. make-frame-command - Command: Make a new frame, and select it if the terminal displays only one frame. make-frame-invisible - Command: Make the frame FRAME invisible (assuming it is an X window). make-frame-on-display - Command: Make a frame on display DISPLAY. make-frame-visible - Command: Make the frame FRAME visible (assuming it is an X window). make-full-mail-header - Function: Create a new mail header structure initialized with the parameters given. make-hash-table - Function: Create and return a new hash table. make-hippie-expand-function - Macro: Construct a function similar to `hippie-expand'. make-indirect-buffer - Command: Create and return an indirect buffer for buffer BASE-BUFFER, named NAME. make-keymap - Function: Construct and return a new keymap, of the form (keymap CHARTABLE . ALIST). make-list - Function: Return a newly created list of length LENGTH, with each element being INIT. make-local-hook - Function: Make the hook HOOK local to the current buffer. make-local-variable - Command: Make VARIABLE have a separate value in the current buffer. make-mail-header - Function: Create a new mail header structure initialized with INIT. make-marker - Function: Return a newly allocated marker which does not point at any place. make-mode-line-mouse-map - Function: Return a keymap with single entry for mouse key MOUSE on the mode line. make-network-process - Function: Create and return a network server or client process. make-obsolete - Command: Make the byte-compiler warn that OBSOLETE-NAME is obsolete. make-obsolete-variable - Command: Make the byte-compiler warn that OBSOLETE-NAME is obsolete. make-overlay - Function: Create a new overlay with range BEG to END in BUFFER. make-progress-reporter - Function: Return progress reporter object to be used with `progress-reporter-update'. make-random-state - Function: Return a copy of random-state STATE, or of `*random-state*' if omitted. make-ring - Function: Make a ring that can contain SIZE elements. make-sparse-keymap - Function: Construct and return a new sparse keymap. make-string - Function: Return a newly created string of length LENGTH, with INIT in each element. make-subsidiary-coding-system - Function: Make subsidiary coding systems (eol-type variants) of CODING-SYSTEM. make-symbol - Function: Return a newly allocated uninterned symbol whose name is NAME. make-symbolic-link - Command: Make a symbolic link to FILENAME, named LINKNAME. make-syntax-table - Function: Return a new syntax table. make-temp-file - Function: Create a temporary file. make-temp-name - Function: Generate temporary file name (string) starting with PREFIX (a string). make-term - Function: Make a term process NAME in a buffer, running PROGRAM. make-terminal-frame - Function: Create an additional terminal frame. make-text-button - Function: Make a button from BEG to END in the current buffer. make-translation-table - Function: Make a translation table from arguments. make-translation-table-from-vector - Function: Make translation table from decoding vector VEC. make-variable-buffer-local - Command: Make VARIABLE become buffer-local whenever it is set. make-variable-frame-local - Command: Enable VARIABLE to have frame-local bindings. make-variable-frame-localizable - Command: Enable VARIABLE to have frame-local bindings. make-vector - Function: Return a newly created vector of length LENGTH, with each element being INIT. makefile-automake-mode - Command: An adapted `makefile-mode' that knows about automake. makefile-bsdmake-mode - Command: An adapted `makefile-mode' that knows about BSD make. makefile-gmake-mode - Command: An adapted `makefile-mode' that knows about gmake. makefile-imake-mode - Command: An adapted `makefile-mode' that knows about imake. makefile-makepp-mode - Command: An adapted `makefile-mode' that knows about makepp. makefile-mode - Command: Major mode for editing standard Makefiles. makunbound - Function: Make SYMBOL's value be void. malayalam-composition-function - Function: Compose Malayalam characters in REGION, or STRING if specified. man - Command: Get a Un*x manual page and put it in a buffer. man-follow - Command: Get a Un*x manual page of the item under point and put it in a buffer. manual-entry - Command: Get a Un*x manual page and put it in a buffer. map - Function: Map a FUNCTION across one or more SEQUENCEs, returning a sequence. map-char-table - Function: Call FUNCTION for each (normal and generic) characters in CHAR-TABLE. map-charset-chars - Function: Use FUNC to map over all characters in CHARSET for side effects. map-keymap - Function: Call FUNCTION once for each event binding in KEYMAP. map-keymap-internal - Function: Implement `map-keymap' with sorting. map-query-replace-regexp - Command: Replace some matches for REGEXP with various strings, in rotation. map-y-or-n-p - Function: Ask a series of boolean questions. mapatoms - Function: Call FUNCTION on every symbol in OBARRAY. mapc - Function: Apply FUNCTION to each element of SEQUENCE for side effects only. mapcan - Function: Like `mapcar', but nconc's together the values returned by the function. mapcar - Function: Apply FUNCTION to each element of SEQUENCE, and make a list of the results. mapcar* - Function: Apply FUNCTION to each element of SEQ, and make a list of the results. mapcon - Function: Like `maplist', but nconc's together the values returned by the function. mapconcat - Function: Apply FUNCTION to each element of SEQUENCE, and concat the results as strings. maphash - Function: Call FUNCTION for all entries in hash table TABLE. mapl - Function: Like `maplist', but does not accumulate values returned by the function. maplist - Function: Map FUNCTION to each sublist of LIST or LISTs. mark - Function: Return this buffer's mark value as integer, or nil if never set. mark-active - Variable: Non-nil means the mark and region are currently active in this buffer. mark-bahai-calendar-date-pattern - Function: Mark dates in calendar window that conform to Baha'i date MONTH/DAY/YEAR. mark-bahai-diary-entries - Function: Mark days in the calendar window that have Baha'i date diary entries. mark-calendar-date-pattern - Function: Mark all dates in the calendar window that conform to MONTH/DAY/YEAR. mark-calendar-days-named - Function: Mark all dates in the calendar window that are day DAYNAME of the week. mark-calendar-holidays - Command: Mark notable days in the calendar window. mark-calendar-month - Function: Mark dates in the MONTH/YEAR that conform to pattern P-MONTH/P_DAY/P-YEAR. mark-defun - Command: Put mark at end of this defun, point at beginning. mark-diary-entries - Command: Mark days in the calendar window that have diary entries. mark-diary-entries-hook - Variable: List of functions called after marking diary entries in the calendar. mark-diary-entries-in-calendar - Variable: Non-nil means mark dates with diary entries, in the calendar window. mark-end-of-sentence - Command: Put mark at end of sentence. Arg works as in `forward-sentence'. mark-even-if-inactive - Variable: *Non-nil means you can use the mark even when inactive. mark-hebrew-calendar-date-pattern - Function: Mark dates in calendar window that conform to Hebrew date MONTH/DAY/YEAR. mark-hebrew-diary-entries - Function: Mark days in the calendar window that have Hebrew date diary entries. mark-holidays-in-calendar - Variable: Non-nil means mark dates of holidays in the calendar window. mark-included-diary-files - Function: Mark the diary entries from other diary files with those of the diary file. mark-islamic-calendar-date-pattern - Function: Mark dates in calendar window that conform to Islamic date MONTH/DAY/YEAR. mark-islamic-diary-entries - Function: Mark days in the calendar window that have Islamic date diary entries. mark-marker - Function: Return this buffer's mark, as a marker object. mark-page - Command: Put mark at end of page, point at beginning. mark-paragraph - Command: Put point at beginning of this paragraph, mark at end. mark-ring - Variable: The list of former marks of the current buffer, most recent first. mark-ring-max - Variable: *Maximum size of mark ring. Start discarding off end if gets this big. mark-sexp - Command: Set mark ARG sexps from point. mark-sexp-diary-entries - Function: Mark days in the calendar window that have sexp diary entries. mark-visible-calendar-date - Function: Mark DATE in the calendar window with MARK. mark-whole-buffer - Command: Put point at beginning and mark at end of buffer. mark-word - Command: Set mark ARG words away from point. marker-buffer - Function: Return the buffer that MARKER points into, or nil if none. marker-insertion-type - Function: Return insertion type of MARKER: t if it stays after inserted text. marker-position - Function: Return the position MARKER points at, as a character number. markerp - Function: Return t if OBJECT is a marker (editor pointer). marking-diary-entries - Variable: True during the marking of diary entries, nil otherwise. marking-diary-entry - Variable: True during the marking of diary entries, if current entry is marking. master-mode - Command: Toggle Master mode. match - Face: Face used to highlight matches permanently. match-beginning - Function: Return position of start of text matched by last search. match-data - Function: Return a list containing all info on what the last search matched. match-end - Function: Return position of end of text matched by last search. match-string - Function: Return string of text matched by last search. match-string-no-properties - Function: Return string of text matched by last search, without text properties. matching - Group: Various sorts of searching and matching. matching-paren - Function: Return the matching parenthesis of CHARACTER, or nil if none. max - Function: Return largest of all the arguments (which must be numbers or markers). max-image-size - Variable: Maximum size of images. max-lisp-eval-depth - Variable: *Limit on depth in `eval', `apply' and `funcall' before error. max-mini-window-height - Variable: *Maximum height for resizing mini-windows. max-specpdl-size - Variable: *Limit on number of Lisp variable bindings and `unwind-protect's. md5 - Function: Return MD5 message digest of OBJECT, a buffer or string. member - Function: Return non-nil if ELT is an element of LIST. Comparison done with `equal'. member* - Function: Find the first occurrence of ITEM in LIST. member-if - Function: Find the first item satisfying PREDICATE in LIST. member-if-not - Function: Find the first item not satisfying PREDICATE in LIST. member-ignore-case - Function: Like `member', but ignores differences in case and text representation. memory-full - Variable: Non-nil means Emacs cannot get much more Lisp memory. memory-limit - Function: Return the address of the last byte Emacs has allocated, divided by 1024. memory-signal-data - Variable: Precomputed `signal' argument for memory-full error. memory-use-counts - Function: Return a list of counters that measure how much consing there has been. memq - Function: Return non-nil if ELT is an element of LIST. menu - Group: Input from the menus. - Face: Basic face for the font and colors of the menu bar and popup menus. menu-bar-bookmark-map - Function: Prefix command (definition is a keymap associating keystrokes with commands). menu-bar-ediff-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). menu-bar-ediff-merge-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). menu-bar-ediff-misc-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). menu-bar-emerge-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). menu-bar-enable-clipboard - Command: Make CUT, PASTE and COPY (keys and menu bar items) use the clipboard. menu-bar-epatch-menu - Function: Prefix command (definition is a keymap associating keystrokes with commands). menu-bar-final-items - Variable: List of menu bar items to move to the end of the menu bar. menu-bar-help-extra-packages - Command: Display help about some additional packages available for Emacs. menu-bar-last-search-type - Variable: Type of last non-incremental search command called from the menu. menu-bar-left-scroll-bar - Command: Display scroll bars on the left of each window. menu-bar-make-mm-toggle - Macro: Make a menu-item for a global minor mode toggle. menu-bar-menu-frame-live-and-visible-p - Function: Return non-nil if the menu frame is alive and visible. menu-bar-mode - Command: Toggle display of a menu bar on each frame. - Variable: Non-nil if Menu-Bar mode is enabled. menu-bar-next-tag - Command: Find the next definition of the tag already specified. menu-bar-next-tag-other-window - Command: Find the next definition of the tag already specified. menu-bar-no-scroll-bar - Command: Turn off scroll bars. menu-bar-non-minibuffer-window-p - Function: Return non-nil if selected window of the menu frame is not a minibuf window. menu-bar-open - Command: Start key navigation of the menu bar in FRAME. menu-bar-options-save - Command: Save current values of Options menu items using Custom. menu-bar-read-lispintro - Command: Display the Introduction to Emacs Lisp Programming in Info mode. menu-bar-read-lispref - Command: Display the Emacs Lisp Reference manual in Info mode. menu-bar-read-mail - Command: Read mail using `read-mail-command'. menu-bar-right-scroll-bar - Command: Display scroll bars on the right of each window. menu-bar-showhide-fringe-ind-box - Command: Display top and bottom indicators in opposite fringes. menu-bar-showhide-fringe-ind-customize - Command: Show customization buffer for `indicate-buffer-boundaries'. menu-bar-showhide-fringe-ind-left - Command: Display buffer boundaries and arrows in the left fringe. menu-bar-showhide-fringe-ind-mixed - Command: Display top and bottom indicators in opposite fringes, arrows in right. menu-bar-showhide-fringe-ind-none - Command: Do not display any buffer boundary indicators. menu-bar-showhide-fringe-ind-right - Command: Display buffer boundaries and arrows in the right fringe. menu-bar-showhide-fringe-menu-customize - Command: Show customization buffer for `fringe-mode'. menu-bar-showhide-fringe-menu-customize-disable - Command: Do not display window fringes. menu-bar-showhide-fringe-menu-customize-left - Command: Display fringes only on the left of each window. menu-bar-showhide-fringe-menu-customize-reset - Command: Reset the fringe mode: display fringes on both sides of a window. menu-bar-showhide-fringe-menu-customize-right - Command: Display fringes only on the right of each window. menu-bar-update-hook - Variable: Normal hook run to update the menu bar definitions. menu-choice - Widget: A menu of options. menu-find-file-existing - Command: Edit the existing file FILENAME. menu-prompt-more-char - Variable: Character to see next line of menu prompt. menu-prompting - Variable: Non-nil means prompt with menus when appropriate. menu-updating-frame - Variable: Frame for which we are updating a menu. merge - Function: Destructively merge the two sequences to produce a new sequence. merge-coding-systems - Function: Fill in any unspecified aspects of coding system FIRST from SECOND. merge-face-attribute - Function: Return face ATTRIBUTE VALUE1 merged with VALUE2. merge-mail-abbrevs - Command: Merge mail aliases from the given file with existing ones. message - Function: Print a one-line message at the bottom of the screen. - Group: Mail and news message composing. message-add-action - Function: Add ACTION to be performed when doing an exit of type TYPES. message-add-archive-header - Command: Insert "X-No-Archive: Yes" in the header and a note in the body. message-add-header - Function: Add the HEADERS to the message header, skipping those already present. message-allow-no-recipients - Variable: Specifies what to do when there are no recipients other than Gcc/Fcc. message-alternative-emails - Variable: *Regexp matching alternative email addresses. message-archive-header - Variable: Header to insert when you don't want your article to be archived. message-archive-note - Variable: Note to insert why you wouldn't want this posting archived. message-auto-save-directory - Variable: *Directory where Message auto-saves buffers if Gnus isn't running. message-beginning-of-line - Command: Move point to beginning of header value or to beginning of line. - Variable: Whether C-a goes to beginning of header values. message-bogus-system-names - Variable: The regexp of bogus system names. message-bounce - Command: Re-mail the current message. message-box - Function: Display a message, in a dialog box if possible. message-buffer-name - Function: Return a new (unique) buffer name based on TYPE and TO. message-buffers - Function: Return a list of active message buffers. - Group: Message Buffers. message-bury - Function: Bury this mail BUFFER. message-caesar-buffer-body - Command: Caesar rotate all letters in the current buffer by 13 places. message-caesar-region - Command: Caesar rotate region B to E by N, default 13, for decrypting netnews. message-cancel-hook - Variable: Hook run when cancelling articles. message-cancel-message - Variable: Message to be inserted in the cancel message. message-cancel-news - Command: Cancel an article you posted. message-canlock-generate - Function: Return a string that is non-trivial to guess. message-canlock-password - Function: The password used by message for cancel locks. message-carefully-insert-headers - Function: Insert the HEADERS, an alist, into the message buffer. message-cater-to-broken-inn - Variable: Non-nil means Gnus should not fold the `References' header. message-change-subject - Command: Ask for NEW-SUBJECT header, append (was: ). message-check - Macro: Eval FORMS if TYPE is to be checked. message-check-element - Function: Return non-nil if this TYPE is not to be checked. message-check-news-syntax - Function: Check the syntax of the message. message-checksum - Function: Return a "checksum" for the current buffer. message-citation-line-function - Variable: *Function called to insert the "Whomever writes:" line. message-cite-function - Variable: *Function for citing an original message. message-cite-original - Function: Cite function in the standard Message manner. message-cite-original-without-signature - Function: Cite function in the standard Message manner. message-cite-prefix-regexp - Variable: *Regexp matching the longest possible citation prefix on a line. message-cited-text - Face: Face used for displaying cited text names. message-cleanup-headers - Function: Do various automatic cleanups of the headers. message-clone-locals - Function: Clone the local variables from BUFFER to the current buffer. message-completion-alist - Variable: Alist of (RE . FUN). Use FUN for completion on header lines matching RE. message-courtesy-message - Variable: *This is inserted at the start of a mailed copy of a posted message. message-cross-post-default - Variable: When non-nil `message-cross-post-followup-to' will perform a crosspost. message-cross-post-followup-to - Command: Crossposts message and set Followup-To to TARGET-GROUP. message-cross-post-followup-to-header - Command: Mangles FollowUp-To and Newsgroups header to point to TARGET-GROUP. message-cross-post-insert-note - Function: Insert a in message body note about a set Followup or Crosspost. message-cross-post-note - Variable: Note to insert before signature to notify of cross-post and follow-up. message-cross-post-note-function - Variable: Function to use to insert note about Crosspost or Followup-To. message-cross-post-old-target - Variable: Old target for cross-posts or follow-ups. message-default-charset - Variable: Default charset used in non-MULE Emacsen. message-default-headers - Variable: *A string containing header lines to be inserted in outgoing messages. message-default-mail-headers - Variable: *A string of header lines to be inserted in outgoing mails. message-default-news-headers - Variable: *A string of header lines to be inserted in outgoing news articles. message-deletable-headers - Variable: Headers to be deleted if they already exist and were generated by message previously. message-delete-action - Function: Delete ACTION from lists of actions performed when doing an exit of type TYPES. message-delete-line - Macro: Delete the current line (and the next N lines). message-delete-not-region - Command: Delete everything in the body of the current message outside of the region. message-delete-overlay - Function: Delete the overlay OVERLAY from its buffer. message-directory - Variable: *Directory from which all other mail file variables are derived. message-disassociate-draft - Function: Disassociate the message buffer from the drafts directory. message-display-completion-list - Function: Display the list of completions, COMPLETIONS, using `standard-output'. message-distribution-function - Variable: *Function called to return a Distribution header. message-do-actions - Function: Perform all actions in ACTIONS. message-do-auto-fill - Function: Like `do-auto-fill', but don't fill in message header. message-do-fcc - Function: Process Fcc headers in the current buffer. message-do-send-housekeeping - Function: Kill old message buffers. message-dont-reply-to-names - Variable: *A regexp specifying addresses to prune when doing wide replies. message-dont-send - Command: Don't send the message you have been editing. message-draft-coding-system - Variable: *Coding system to compose mail. message-draft-headers - Variable: *Headers to be generated when saving a draft message. message-elide-ellipsis - Variable: *The string which is inserted for elided text. message-elide-region - Command: Elide the text in the region. message-exchange-point-and-mark - Function: Exchange point and mark, but don't activate region if it was inactive. message-exit-actions - Variable: A list of actions to be performed upon exiting after sending a message. message-expand-group - Function: Expand the group name under point. message-expires - Variable: Number of days before your article expires. message-face-alist - Variable: Alist of mail and news faces for facemenu. message-faces - Group: Faces used for message composing. message-fcc-externalize-attachments - Variable: If non-nil, attachments are included as external parts in Fcc copies. message-fcc-handler-function - Variable: *A function called to save outgoing articles. message-fetch-field - Function: The same as `mail-fetch-field', only remove all newlines. message-fetch-reply-field - Function: Fetch field HEADER from the message we're replying to. message-field-value - Function: The same as `message-fetch-field', only narrow to the headers first. message-fill-paragraph - Command: Like `fill-paragraph'. message-fill-yanked-message - Command: Fill the paragraphs of a message yanked into this one. message-fix-before-sending - Function: Do various things to make the message nice before sending it. message-flatten-list - Function: Return a new, flat list that contains all elements of LIST. message-followup - Command: Follow up to the message in the current buffer. message-followup-to-function - Variable: If non-nil, function that should return a list of headers. message-followup-to-note - Variable: Note to insert before signature to notify of follow-up only. message-font-lock-keywords - Variable: Additional expressions to highlight in Message mode. message-forbidden-properties - Variable: Property list of with properties forbidden in message buffers. message-forward - Command: Forward the current message via mail. message-forward-as-mime - Variable: *Non-nil means forward messages as an inline/rfc822 MIME section. message-forward-before-signature - Variable: *Non-nil means put forwarded message before signature, else after. message-forward-decoded-p - Variable: Non-nil means the original message is decoded. message-forward-ignored-headers - Variable: *All headers that match this regexp will be deleted when forwarding a message. message-forward-show-mml - Variable: *Non-nil means show forwarded messages as MML (decoded from MIME). message-forward-subject-author-subject - Function: Generate a SUBJECT for a forwarded message. message-forward-subject-fwd - Function: Generate a SUBJECT for a forwarded message. message-forward-subject-name-subject - Function: Generate a SUBJECT for a forwarded message. message-forwarding - Group: Message Forwarding. message-from-style - Variable: *Specifies how "From" headers look. message-generate-headers - Function: Prepare article HEADERS. message-generate-headers-first - Variable: Which headers should be generated before starting to compose a message. message-generate-new-buffer-clone-locals - Function: Create and return a buffer with name based on NAME using `generate-new-buffer'. message-generate-new-buffers - Variable: *Non-nil means create a new message buffer whenever `message-setup' is called. message-generate-unsubscribed-mail-followup-to - Command: Insert a reasonable MFT header in a post to an unsubscribed list. message-goto-bcc - Command: Move point to the Bcc header. message-goto-body - Command: Move point to the beginning of the message body. message-goto-cc - Command: Move point to the Cc header. message-goto-distribution - Command: Move point to the Distribution header. message-goto-eoh - Command: Move point to the end of the headers. message-goto-fcc - Command: Move point to the Fcc header. message-goto-followup-to - Command: Move point to the Followup-To header. message-goto-from - Command: Move point to the From header. message-goto-keywords - Command: Move point to the Keywords header. message-goto-mail-followup-to - Command: Move point to the Mail-Followup-To header. message-goto-newsgroups - Command: Move point to the Newsgroups header. message-goto-reply-to - Command: Move point to the Reply-To header. message-goto-signature - Command: Move point to the beginning of the message signature. message-goto-subject - Command: Move point to the Subject header. message-goto-summary - Command: Move point to the Summary header. message-goto-to - Command: Move point to the To header. message-header-cc - Face: Face used for displaying Cc headers. message-header-format-alist - Variable: Alist used for formatting headers. message-header-hook - Variable: Hook run in a message mode buffer narrowed to the headers. message-header-lines - Widget: All header lines must be LFD terminated. message-header-name - Face: Face used for displaying header names. message-header-newsgroups - Face: Face used for displaying newsgroups headers. message-header-other - Face: Face used for displaying newsgroups headers. message-header-setup-hook - Variable: Hook called narrowed to the headers when setting up a message buffer. message-header-subject - Face: Face used for displaying subject headers. message-header-synonyms - Variable: List of lists of header synonyms. message-header-to - Face: Face used for displaying From headers. message-header-xheader - Face: Face used for displaying X-Header headers. message-headers - Group: Message Headers. message-headers-to-generate - Function: Return a list that includes all headers from HEADERS. message-hidden-headers - Variable: Regexp of headers to be hidden when composing new messages. message-hide-headers - Function: Hide headers based on the `message-hidden-headers' variable. message-hierarchical-addresses - Variable: A list of hierarchical mail address definitions. message-idna-to-ascii-rhs - Command: Possibly IDNA encode non-ASCII domain names in From:, To: and Cc: headers. message-idna-to-ascii-rhs-1 - Function: Interactively potentially IDNA encode domain names in HEADER. message-ignored-bounced-headers - Variable: *Regexp that matches headers to be removed in resent bounced mail. message-ignored-cited-headers - Variable: *Delete these headers from the messages you yank. message-ignored-mail-headers - Variable: *Regexp of headers to be removed unconditionally before mailing. message-ignored-news-headers - Variable: *Regexp of headers to be removed unconditionally before posting. message-ignored-resent-headers - Variable: *All headers that match this regexp will be deleted when resending a message. message-ignored-supersedes-headers - Variable: *Header lines matching this regexp will be deleted before posting. message-in-body-p - Function: Return t if point is in the message body. message-indent-citation - Function: Modify text just inserted from a message to be cited. message-indent-citation-function - Variable: *Function for modifying a citation just inserted in the mail buffer. message-indentation-spaces - Variable: *Number of spaces to insert at the beginning of each cited line. message-info - Command: Display the Message manual. message-insert-canlock - Variable: Whether to insert a Cancel-Lock header in news postings. message-insert-citation-line - Function: Insert a simple citation line. message-insert-courtesy-copy - Function: Insert a courtesy message in mail copies of combined messages. message-insert-disposition-notification-to - Command: Request a disposition notification (return receipt) to this message. message-insert-headers - Command: Generate the headers for the article. message-insert-importance-high - Command: Insert header to mark message as important. message-insert-importance-low - Command: Insert header to mark message as unimportant. message-insert-newsgroups - Command: Insert the Newsgroups header from the article being replied to. message-insert-or-toggle-importance - Command: Insert a "Importance: high" header, or cycle through the header values. message-insert-signature - Command: Insert a signature. See documentation for variable `message-signature'. message-insert-to - Command: Insert a To header that points to the author of the article being replied to. message-insert-wide-reply - Command: Insert To and Cc headers as if you were doing a wide reply. message-insertion - Group: Message Insertion. message-insinuate-rmail - Command: Let RMAIL use message to forward. message-interactive - Variable: Non-nil means when sending a message wait for and display errors. message-interface - Group: Message Interface. message-is-yours-p - Function: Non-nil means current article is yours. message-kill-actions - Variable: A list of actions to be performed before killing a message buffer. message-kill-buffer - Command: Kill the current buffer. message-kill-buffer-on-exit - Variable: *Non-nil means that the message buffer will be killed after sending a message. message-kill-to-signature - Command: Deletes all text up to the signature. message-log-max - Variable: Maximum number of lines to keep in the message log buffer. message-mail - Command: Start editing a mail message to be sent. - Group: Composing Mail Messages. message-mail-alias-type - Variable: *What alias expansion type to use in Message buffers. message-mail-file-mbox-p - Function: Say whether FILE looks like a Unix mbox file. message-mail-other-frame - Command: Like `message-mail' command, but display mail buffer in another frame. message-mail-other-window - Command: Like `message-mail' command, but display mail buffer in another window. message-mail-p - Function: Say whether the current buffer contains a mail message. message-mail-user-agent - Variable: Like `mail-user-agent'. message-mailer-swallows-blank-line - Variable: *Set this non-nil if the system's mailer runs the header and body together. message-make-address - Function: Make the address of the user. message-make-caesar-translation-table - Function: Create a rot table with offset N. message-make-date - Function: Make a valid data header. message-make-distribution - Function: Make a Distribution header. message-make-domain - Function: Return the domain name. message-make-expires - Function: Return an Expires header based on `message-expires'. message-make-forward-subject - Function: Return a Subject header suitable for the message in the current buffer. message-make-forward-subject-function - Variable: *List of functions called to generate subject headers for forwarded messages. message-make-fqdn - Function: Return user's fully qualified domain name. message-make-from - Function: Make a From header. message-make-host-name - Function: Return the name of the host. message-make-in-reply-to - Function: Return the In-Reply-To header for this message. message-make-lines - Function: Count the number of lines and return numeric string. message-make-mail-followup-to - Function: Return the Mail-Followup-To header. message-make-message-id - Function: Make a unique Message-ID. message-make-organization - Function: Make an Organization header. message-make-overlay - Function: Create a new overlay with range BEG to END in BUFFER. message-make-path - Function: Return uucp path. message-make-references - Function: Return the References header for this message. message-make-sender - Function: Return the "real" user address. message-make-tool-bar - Function: Make a message mode tool bar from `message-tool-bar-list'. message-mark-active-p - Function: Non-nil means the mark and region are currently active in this buffer. message-mark-insert-begin - Variable: How to mark the beginning of some inserted text. message-mark-insert-end - Variable: How to mark the end of some inserted text. message-mark-insert-file - Command: Insert FILE at point, marking it with enclosing tags. message-mark-inserted-region - Command: Mark some region in the current article with enclosing tags. message-max-buffers - Variable: *How many buffers to keep before starting to kill them off. message-mh-deletable-headers - Variable: If non-nil, delete the deletable headers before feeding to mh. message-minibuffer-local-map - Variable: Keymap for `message-read-from-minibuffer'. message-mml - Face: Face used for displaying MML. message-mode - Command: Major mode for editing mail and news to be sent. message-mode-field-menu - Command: - Variable: message-mode-hook - Variable: Hook run in message mode buffers. message-mode-menu - Command: Message Menu. - Variable: Message Menu. message-mode-syntax-table - Variable: Syntax table used while in Message mode. message-narrow-to-field - Function: Narrow the buffer to the header on the current line. message-narrow-to-head - Function: Narrow the buffer to the head of the message. message-narrow-to-head-1 - Function: Like `message-narrow-to-head'. Don't widen. message-narrow-to-headers - Function: Narrow the buffer to the head of the message. message-narrow-to-headers-or-head - Function: Narrow the buffer to the head of the message. message-newgroups-header-regexp - Variable: Regexp that match headers that lists groups. message-newline-and-reformat - Command: Insert four newlines, and then reformat if inside quoted text. message-news - Command: Start editing a news article to be sent. - Group: Composing News Messages. message-news-other-frame - Command: Start editing a news article to be sent. message-news-other-window - Command: Start editing a news article to be sent. message-news-p - Function: Say whether the current buffer contains a news message. message-next-header - Function: Go to the beginning of the next header. message-options - Variable: Some saved answers when sending message. message-or-box - Function: Display a message in a dialog box or in the echo area. message-output - Function: Append this article to Unix/babyl mail file FILENAME. message-overlay-put - Function: Set one property of overlay OVERLAY: give property PROP value VALUE. message-pipe-buffer-body - Function: Pipe the message body in the current buffer through PROGRAM. message-point-in-header-p - Function: Return t if point is in the header. message-pop-to-buffer - Function: Pop to buffer NAME, and warn if it already exists and is modified. message-position-point - Function: Move point to where the user probably wants to find it. message-post-method - Variable: *Method used to post news. message-postpone-actions - Variable: A list of actions to be performed after postponing a message. message-qmail-inject-args - Variable: Arguments passed to qmail-inject programs. message-qmail-inject-program - Variable: Location of the qmail-inject program. message-read-from-minibuffer - Function: Read from the minibuffer while providing abbrev expansion. message-recover - Command: Reread contents of current buffer from its last auto-save file. message-reduce-to-to-cc - Command: Replace contents of To: header with contents of Cc: or Bcc: header. message-remove-first-header - Function: Remove the first instance of HEADER if there is more than one. message-remove-header - Function: Remove HEADER in the narrowed buffer. message-remove-signature - Function: Remove the signature from the text between point and mark. message-rename-buffer - Command: Rename the *message* buffer to "*message* RECIPIENT". message-reply - Command: Start editing a reply to the article in the current buffer. message-reply-headers - Variable: The headers of the current replied article. message-reply-to-function - Variable: If non-nil, function that should return a list of headers. message-required-headers - Variable: *Headers to be generated or prompted for when sending a message. message-required-mail-headers - Variable: *Headers to be generated or prompted for when mailing a message. message-required-news-headers - Variable: *Headers to be generated or prompted for when posting an article. message-resend - Command: Resend the current article to ADDRESS. message-send - Command: Send the message in the current buffer. message-send-actions - Variable: A list of actions to be performed upon successful sending of a message. message-send-and-exit - Command: Send message like `message-send', then, if no errors, exit from mail buffer. message-send-coding-system - Variable: Coding system to encode outgoing mail. message-send-hook - Variable: Hook run before sending messages. message-send-mail-function - Variable: Function to call to send the current buffer as mail. message-send-mail-hook - Variable: Hook run before sending mail messages. message-send-mail-partially - Function: Send mail as message/partial. message-send-mail-partially-limit - Variable: The limitation of messages sent as message/partial. message-send-mail-real-function - Variable: Internal send mail function. message-send-mail-with-mh - Function: Send the prepared message buffer with mh. message-send-mail-with-qmail - Function: Pass the prepared message buffer to qmail-inject. message-send-mail-with-sendmail - Function: Send off the prepared buffer with sendmail. message-send-method-alist - Variable: Alist of ways to send outgoing messages. message-send-news-function - Variable: Function to call to send the current buffer as news. message-send-news-hook - Variable: Hook run before sending news messages. message-send-rename-function - Variable: Function called to rename the buffer after sending it. message-send-via-mail - Function: Send the current message via mail. message-send-via-news - Function: Send the current message via news. message-sending - Group: Message Sending. message-sendmail-envelope-from - Function: Return the envelope from. - Variable: *Envelope-from when sending mail with sendmail. message-sendmail-f-is-evil - Variable: *Non-nil means don't add "-f username" to the sendmail command line. message-sent-hook - Variable: Hook run after sending messages. message-separator - Face: Face used for displaying the separator. message-set-auto-save-file-name - Function: Associate the message buffer with a file in the drafts directory. message-setup-fill-variables - Function: Setup message fill variables. message-setup-hook - Variable: Normal hook, run each time a new outgoing message is initialized. message-shoot-gnksa-feet - Variable: *A list of GNKSA feet you are allowed to shoot. message-shorten-1 - Function: Cut SURPLUS elements out of LIST, beginning with CUTth one. message-shorten-references - Function: Trim REFERENCES to be 21 Message-ID long or less, and fold them. message-signature - Variable: *String to be inserted at the end of the message buffer. message-signature-file - Variable: *Name of file containing the text inserted at end of message buffer. message-signature-insert-empty-line - Variable: *If non-nil, insert an empty line before the signature separator. message-signature-separator - Variable: Regexp matching the signature separator. message-signature-setup-hook - Variable: Normal hook, run each time a new outgoing message is initialized. message-smtpmail-send-it - Function: Send the prepared message buffer with `smtpmail-send-it'. message-sort-headers - Command: Sort the headers of the current message according to `message-header-format-alist'. message-sort-headers-1 - Function: Sort the buffer as headers using `message-rank' text props. message-split-line - Command: Split current line, moving portion beyond point vertically down. message-strip-forbidden-properties - Function: Strip forbidden properties between BEGIN and END, ignoring the third arg. message-strip-list-identifiers - Function: Remove list identifiers in `gnus-list-identifiers' from string SUBJECT. message-strip-special-text-properties - Variable: Strip special properties from the message buffer. message-strip-subject-re - Function: Remove "Re:" from subject lines in string SUBJECT. message-strip-subject-trailing-was - Function: Remove trailing "(was: )" from SUBJECT lines. message-subject-re-regexp - Variable: *Regexp matching "Re: " in the subject line. message-subject-trailing-was-ask-regexp - Variable: *Regexp matching "(was: )" in the subject line. message-subject-trailing-was-query - Variable: *What to do with trailing "(was: )" in subject lines. message-subject-trailing-was-regexp - Variable: *Regexp matching "(was: )" in the subject line. message-subscribed-address-file - Variable: *A file containing addresses the user is subscribed to. message-subscribed-address-functions - Variable: *Specifies functions for determining list subscription. message-subscribed-addresses - Variable: *Specifies a list of addresses the user is subscribed to. message-subscribed-p - Function: Say whether we need to insert a MFT header. message-subscribed-regexps - Variable: *Specifies a list of addresses the user is subscribed to. message-supersede - Command: Start composing a message to supersede the current message. message-syntax-checks - Variable: *Controls what syntax checks should not be performed on outgoing posts. message-tab - Command: Complete names according to `message-completion-alist'. message-tab-body-function - Variable: *Function to execute when `message-tab' (TAB) is executed in the body. message-talkative-question - Function: Call FUNCTION with argument QUESTION; optionally display TEXT... args. message-tamago-not-in-use-p - Function: Return t when tamago version 4 is not in use at the cursor position. message-text-with-property - Function: Return a list of all points where the text has PROP. message-to-list-only - Command: Send a message to the list only. message-to-planner - Function: Logs this message to the News and Mail section of today's planner file. message-tokenize-header - Function: Split HEADER into a list of header elements. message-tool-bar - Variable: Specifies the message mode tool bar. message-tool-bar-gnome - Variable: List of items for the message tool bar (GNOME style). message-tool-bar-retro - Variable: List of items for the message tool bar (retro style). message-tool-bar-update - Function: Update message mode toolbar. message-tool-bar-zap-list - Variable: List of icon items from the global tool bar. message-truncate-lines - Variable: If non-nil, messages are truncated instead of resizing the echo area. message-unix-mail-delimiter - Variable: Regexp matching the delimiter of messages in UNIX mail format. message-unquote-tokens - Function: Remove double quotes (") from strings in list ELEMS. message-unsent-separator - Variable: A regexp that matches the separator before the text of a failed message. message-use-alternative-email-as-from - Function: Set From field of the outgoing message to the first matching message-use-followup-to - Variable: *Specifies what to do with Followup-To header. message-use-idna - Variable: Whether to encode non-ASCII in domain names into ASCII according to IDNA. message-use-mail-followup-to - Variable: *Specifies what to do with Mail-Followup-To header. message-user-fqdn - Variable: *Domain part of Message-Ids. message-user-mail-address - Function: Return the pertinent part of `user-mail-address'. message-user-organization - Variable: *String to be used as an Organization header. message-user-organization-file - Variable: *Local news organization file. message-user-path - Variable: If nil, use the NNTP server name in the Path header. message-valid-fqdn-regexp - Variable: Regular expression that matches a valid FQDN. message-various - Group: Various Message Variables. message-wash-forwarded-subjects - Variable: *Non-nil means try to remove as much cruft as possible from the subject. message-wash-subject - Function: Remove junk like "Re:", "(fwd)", etc. added to subject string SUBJECT. message-wide-reply - Command: Make a "wide" reply to the message in the current buffer. message-wide-reply-confirm-recipients - Variable: Whether to confirm a wide reply to multiple email recipients. message-wide-reply-to-function - Variable: If non-nil, function that should return a list of headers. message-widen-reply - Command: Widen the reply to include maximum recipients. message-with-reply-buffer - Macro: Evaluate FORMS in the reply buffer, if it exists. message-y-or-n-p - Macro: Ask QUESTION, displaying remaining args in a temporary buffer if SHOW. message-yank-buffer - Command: Insert BUFFER into the current buffer and quote it. message-yank-cited-prefix - Variable: *Prefix inserted on cited or empty lines of yanked messages. message-yank-original - Command: Insert the message being replied to, if any. message-yank-prefix - Variable: *Prefix inserted on the lines of yanked messages. meta-prefix-char - Variable: Meta-prefix character code. metafont-mode - Command: Major mode for editing Metafont sources. metamail-buffer - Command: Process current buffer through `metamail'. metamail-interpret-body - Command: Interpret a body part of a MIME message in current buffer. metamail-interpret-header - Command: Interpret a header part of a MIME message in current buffer. metamail-region - Command: Process current region through 'metamail'. metapost-mode - Command: Major mode for editing MetaPost sources. mh-folder-mode - Command: Major MH-E mode for "editing" an MH folder scan listing. mh-fully-kill-draft - Command: Quit editing and delete draft message. mh-nmail - Command: Check for new mail in inbox folder. mh-rmail - Command: Incorporate new mail with MH. mh-smail - Command: Compose a message with the MH mail system. mh-smail-batch - Function: Compose a message with the MH mail system. mh-smail-other-window - Command: Compose a message with the MH mail system in other window. mh-user-agent-compose - Function: Set up mail composition draft with the MH mail system. mh-version - Command: Display version information about MH-E and the MH mail handling system. midnight-delay-set - Function: Modify `midnight-timer' according to `midnight-delay'. mime-display - Group: Display of MIME in mail and news articles. mime-security - Group: MIME security in mail and news articles. mime-to-mml - Function: Translate the current buffer (which should be a message) into MML. min - Function: Return smallest of all the arguments (which must be numbers or markers). minibuffer - Group: Controling the behavior of the minibuffer. minibuffer-allow-text-properties - Variable: Non-nil means `read-from-minibuffer' should not discard text properties. minibuffer-auto-raise - Variable: *Non-nil means entering the minibuffer raises the minibuffer's frame. minibuffer-avoid-prompt - Function: A point-motion hook for the minibuffer, that moves point out of the prompt. minibuffer-complete - Command: Complete the minibuffer contents as far as possible. minibuffer-complete-and-exit - Command: If the minibuffer contents is a valid completion then exit. minibuffer-complete-word - Command: Complete the minibuffer contents at most a single word. minibuffer-completing-file-name - Variable: Non-nil means completing file names. minibuffer-completion-confirm - Variable: Non-nil means to demand confirmation of completion before exiting minibuffer. minibuffer-completion-contents - Function: Return the user input in a minibuffer before point as a string. minibuffer-completion-help - Command: Display a list of possible completions of the current minibuffer contents. minibuffer-completion-predicate - Variable: Within call to `completing-read', this holds the PREDICATE argument. minibuffer-completion-table - Variable: Alist or obarray used for completion in the minibuffer. minibuffer-contents - Function: Return the user input in a minibuffer as a string. minibuffer-contents-no-properties - Function: Return the user input in a minibuffer as a string, without text-properties. minibuffer-depth - Function: Return current depth of activations of minibuffer, a nonnegative integer. minibuffer-electric-default-mode - Command: Toggle Minibuffer Electric Default mode. - Variable: Non-nil if Minibuffer-Electric-Default mode is enabled. minibuffer-exit-hook - Variable: Normal hook run just after exit from minibuffer. minibuffer-frame-alist - Variable: *Alist of frame parameters for initially creating a minibuffer frame. minibuffer-frame-list - Function: Return a list of all frames with their own minibuffers. minibuffer-help-form - Variable: Value that `help-form' takes on inside the minibuffer. minibuffer-history - Variable: Default minibuffer history list. minibuffer-history-case-insensitive-variables - Variable: *Minibuffer history variables for which matching should ignore case. minibuffer-history-position - Variable: Current position of redoing in the history list. minibuffer-history-sexp-flag - Variable: Control whether history list elements are expressions or strings. minibuffer-history-variable - Variable: History list symbol to add minibuffer values to. minibuffer-local-completion-map - Variable: Local keymap for minibuffer input with completion. minibuffer-local-filename-completion-map - Variable: Local keymap for minibuffer input with completion for filenames. minibuffer-local-isearch-map - Variable: Keymap for editing isearch strings in the minibuffer. minibuffer-local-map - Variable: Default keymap to use when reading from the minibuffer. minibuffer-local-must-match-filename-map - Variable: Local keymap for minibuffer input with completion for filenames with exact match. minibuffer-local-must-match-map - Variable: Local keymap for minibuffer input with completion, for exact match. minibuffer-local-ns-map - Variable: Local keymap for the minibuffer when spaces are not allowed. minibuffer-message - Function: Temporarily display STRING at the end of the minibuffer. minibuffer-message-timeout - Variable: *How long to display an echo-area message when the minibuffer is active. minibuffer-prompt - Function: Return the prompt string of the currently-active minibuffer. - Face: Face for minibuffer prompts. minibuffer-prompt-end - Function: Return the buffer position of the end of the minibuffer prompt. minibuffer-prompt-properties - Variable: Text properties that are added to minibuffer prompts. minibuffer-prompt-width - Function: Return the display width of the minibuffer prompt. minibuffer-scroll-window - Variable: Non-nil means it is the window that C-M-v in minibuffer should scroll. minibuffer-selected-window - Function: Return the window which was selected when entering the minibuffer. minibuffer-setup-hook - Variable: Normal hook run just after entry to minibuffer. minibuffer-text-before-history - Variable: Text that was in this minibuffer before any history commands. minibuffer-window - Function: Return the window used now for minibuffers. minibuffer-window-active-p - Function: Return t if WINDOW (a minibuffer window) is now active. minibuffer-with-setup-hook - Macro: Add FUN to `minibuffer-setup-hook' while executing BODY. minibufferp - Function: Return t if BUFFER is a minibuffer. miniedit - Command: The main function. - Group: Miniedit miniedit-before-commit-function - Variable: If non-nil, function to run on minibuffer-string after editing. miniedit-before-commit-hook - Variable: A hook that is run before commitment to the minibuffer. miniedit-before-commit-kill-p - Variable: Add the string to `kill-ring' before committing? miniedit-before-edit-function - Variable: Function to run on minibuffer-string before editing. miniedit-before-edit-hook - Variable: A hook thatis run before editing begins.. miniedit-before-edit-kill-p - Variable: Add to kill ring before starting edit? miniedit-commentary - Command: Provides electric help for function `miniedit-commentary'. miniedit-fill-column-deduction - Variable: The `fill-column' will be reduced from its default by this amount. miniedit-install - Command: Install miniedit by frobbing your miniedit-local maps. miniedit-install-for-xemacs - Command: Try to Install miniedit for Xemacs. miniedit-introduction - Command: Provides electric help for function `miniedit-introduction'. miniedit-mode - Command: The mode to inherit minibuffer keybindings - Variable: Non-nil if MINIedit mode is enabled. miniedit-mode-map - Variable: Keymap for `miniedit-mode'. miniedit-new-features - Command: Provides electric help for function `miniedit-new-features'. miniedit-princ-list - Function: Same as `princ-list', but provided for Xemacs. Print ARGS. miniedit-quick-start - Command: Provides electric help for function `miniedit-quick-start'. miniedit-recursive-edit - Function: Enter recursive edit to permit a user to edit long contents.. miniedit-recursive-edit-no-mini - Function: No use of this function is currently known. miniedit-set-minibuffer-contents - Function: Set `minibuffer-contents' to CONTENTS. miniedit-string - Variable: This varible is what shall store the miniedit string temporarily... miniedit-withit - Macro: Bind it to EXPR and do `REST'. minor-mode-alist - Variable: Alist saying how to show minor modes in the mode line. minor-mode-key-binding - Function: Find the visible minor mode bindings of KEY. minor-mode-list - Variable: List of all minor mode functions. minor-mode-map-alist - Variable: Alist of keymaps to use for minor modes. minor-mode-overriding-map-alist - Variable: Alist of keymaps to use for minor modes, in current major mode. minusp - Function: Return t if NUMBER is negative. misc-objects-consed - Variable: Number of miscellaneous objects that have been consed so far. mismatch - Function: Compare SEQ1 with SEQ2, return index of first mismatching element. mixal-mode - Command: Major mode for the mixal asm language. mldrag-drag-mode-line - Command: Change the height of a window by dragging on the mode line. mldrag-drag-vertical-line - Command: Change the width of a window by dragging on the vertical line. mm-alist-to-plist - Function: Convert association list ALIST into the equivalent property-list form. mm-annotationp - Command: Do nothing and return nil. mm-append-to-file - Function: Append the contents of the region to the end of file FILENAME. mm-attachment-file-modes - Variable: Set the mode bits of saved attachments to this integer. mm-attachment-override-p - Function: Say whether HANDLE should have attachment behavior overridden. mm-attachment-override-types - Variable: Types to have "attachment" ignored if they can be displayed inline. mm-auto-mode-alist - Function: Return an `auto-mode-alist' with only the .gz (etc) thingies. mm-auto-save-coding-system - Variable: Coding system of auto save file. mm-automatic-display - Variable: A list of MIME types to be displayed automatically. mm-automatic-display-p - Function: Say whether the user wants HANDLE to be displayed automatically. mm-automatic-external-display - Variable: List of MIME type regexps that will be displayed externally automatically. mm-automatic-external-display-p - Function: Return the user-defined method for TYPE. mm-binary-coding-system - Variable: 100% binary coding system. mm-body-7-or-8 - Function: Say whether the body is 7bit or 8bit. mm-body-charset-encoding-alist - Variable: Alist of MIME charsets to encodings. mm-body-encoding - Function: Do Content-Transfer-Encoding and return the encoding of the current buffer. mm-char-int - Function: Return the argument unchanged. mm-char-or-char-int-p - Function: Return t if OBJECT is a valid normal character. mm-charset-after - Function: Return charset of a character in current buffer at position POS. mm-charset-eval-alist - Variable: An alist of (CHARSET . FORM) pairs. mm-charset-override-alist - Variable: A mapping from undesired charset names to their replacement. mm-charset-synonym-alist - Variable: A mapping from unknown or invalid charset names to the real charset names. mm-charset-to-coding-system - Function: Return coding-system corresponding to CHARSET. mm-codepage-setup - Command: Create a coding system cpNUMBER. mm-coding-system-equal - Function: Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are identical. mm-coding-system-list - Function: Return a list of all existing non-subsidiary coding systems. mm-coding-system-p - Function: Return non-nil if CS is a symbol naming a coding system. mm-coding-system-priorities - Variable: Preferred coding systems for encoding outgoing messages. mm-content-transfer-encoding - Function: Return a CTE suitable for TYPE to encode the current buffer. mm-content-transfer-encoding-defaults - Variable: Alist of regexps that match MIME types and their encodings. mm-copy-to-buffer - Function: Copy the contents of the current buffer to a fresh buffer. mm-decode-body - Function: Decode the current article that has been encoded with ENCODING to CHARSET. mm-decode-coding-region - Command: Decode the current region from the specified coding system. mm-decode-coding-string - Function: Decode STRING which is encoded in CODING-SYSTEM, and return the result. mm-decode-content-transfer-encoding - Function: Decodes buffer encoded with ENCODING, returning success status. mm-decode-string - Function: Decode STRING with CHARSET. mm-decrypt-option - Variable: Option of decrypting encrypted parts. mm-default-directory - Variable: The default directory where mm will save files. mm-default-file-encoding - Function: Return a default encoding for FILE. mm-default-multibyte-p - Function: Return non-nil if the session is multibyte. mm-delete-duplicates - Function: Destructively remove `equal' duplicates from LIST. mm-destroy-part - Function: Destroy the data structures connected to HANDLE. mm-destroy-parts - Function: Remove the displayed MIME parts represented by HANDLES. mm-detect-coding-region - Function: Like `detect-coding-region' except returning the best one. mm-detect-mime-charset-region - Function: Detect MIME charset of the text in the region between START and END. mm-disable-multibyte - Function: Unset the multibyte flag of in the current buffer. mm-discouraged-alternatives - Variable: List of MIME types that are discouraged when viewing multipart/alternative. mm-display-external - Function: Display HANDLE using METHOD. mm-display-part - Function: Display the MIME part represented by HANDLE. mm-dissect-buffer - Function: Dissect the current buffer and return a list of MIME handles. mm-dissect-disposition - Variable: The default disposition of uu parts. mm-emacs-mule - Variable: True in Emacs with Mule. mm-enable-external - Variable: Indicate whether external MIME handlers should be used. mm-enable-multibyte - Function: Set the multibyte flag of the current buffer. mm-encode-body - Function: Encode a body. mm-encode-buffer - Function: Encode the buffer which contains data of MIME type TYPE. mm-encode-coding-region - Command: Encode the current region into the specified coding system. mm-encode-coding-string - Function: Encode STRING to CODING-SYSTEM, and return the result. mm-encode-content-transfer-encoding - Function: Encode the current buffer with ENCODING for MIME type TYPE. mm-enrich-utf-8-by-mule-ucs - Function: Make the `utf-8' MIME charset usable by the Mule-UCS package. mm-external-terminal-program - Variable: The program to start an external terminal. mm-file-name-collapse-whitespace - Function: Collapse multiple whitespace characters in FILE-NAME. mm-file-name-delete-control - Function: Delete control characters from FILENAME. mm-file-name-delete-gotchas - Function: Delete shell gotchas from FILENAME. mm-file-name-delete-whitespace - Function: Remove all whitespace characters from FILE-NAME. mm-file-name-replace-whitespace - Function: Replace whitespace characters in FILE-NAME with underscores. - Variable: String used for replacing whitespace characters; default is `"_"'. mm-file-name-rewrite-functions - Variable: *List of functions used for rewriting file names of MIME parts. mm-file-name-trim-whitespace - Function: Remove leading and trailing whitespace characters from FILE-NAME. mm-fill-flowed - Variable: If non-nil an format=flowed article will be displayed flowed. mm-find-charset-region - Function: Return a list of Emacs charsets in the region B to E. mm-find-mime-charset-region - Function: Return the MIME charsets needed to encode the region between B and E. mm-find-part-by-type - Function: Search in HANDLES for part with TYPE. mm-get-coding-system-list - Function: Get the coding system list. mm-get-content-id - Function: Return the handle(s) referred to by ID. mm-get-image - Function: Return an image instance based on HANDLE. mm-get-part - Function: Return the contents of HANDLE as a string. mm-guess-charset - Function: Guess Mule charset from the language environment. mm-hack-charsets - Variable: A list of special charsets. mm-handle-displayed-p - Function: Say whether HANDLE is displayed or not. mm-handle-set-external-undisplayer - Function: Set the undisplayer for HANDLE to FUNCTION. mm-image-fit-p - Function: Say whether the image in HANDLE will fit the current window. mm-image-type-from-buffer - Function: Determine the image type from data in the current buffer. mm-image-type-regexps - Variable: Alist of (REGEXP . IMAGE-TYPE) pairs used to auto-detect image types. mm-inhibit-file-name-handlers - Variable: A list of handlers doing (un)compression (etc) thingies. mm-inlinable-p - Function: Say whether HANDLE can be displayed inline. mm-inline-large-images - Variable: If non-nil, then all images fit in the buffer. mm-inline-media-tests - Variable: Alist of media types/tests saying whether types can be displayed inline. mm-inline-override-p - Function: Say whether HANDLE should have inline behavior overridden. mm-inline-override-types - Variable: Types to be treated as attachments even if they can be displayed inline. mm-inline-text-html-render-with-w3m - Function: Render a text/html part using emacs-w3m. mm-inline-text-html-render-with-w3m-standalone - Function: Render a text/html part using w3m. mm-inline-text-html-renderer - Variable: Function used for rendering inline HTML contents. mm-inline-text-html-with-images - Variable: If non-nil, Gnus will allow retrieving images in HTML contents with mm-inline-text-html-with-w3m-keymap - Variable: If non-nil, use emacs-w3m command keys in the article buffer. mm-inlined-p - Function: Say whether the user wants HANDLE to be displayed inline. mm-inlined-types - Variable: List of media types that are to be displayed inline. mm-insert-byte - Function: Insert COUNT (second arg) copies of CHARACTER (first arg). mm-insert-file-contents - Function: Like `insert-file-contents', but only reads in the file. mm-insert-headers - Function: Insert headers for TYPE. mm-insert-inline - Function: Insert TEXT inline from HANDLE. mm-insert-multipart-headers - Function: Insert multipart/mixed headers. mm-insert-part - Function: Insert the contents of HANDLE in the current buffer. mm-insert-rfc822-headers - Function: Insert text/plain headers with CHARSET and ENCODING. mm-interactively-view-part - Function: Display HANDLE using METHOD. mm-iso-8859-15-compatible - Variable: ISO-8859-15 exchangeable coding systems and inconvertible characters. mm-iso-8859-x-to-15-table - Variable: A table of the difference character between ISO-8859-X and ISO-8859-15. mm-keep-viewer-alive-p - Function: Say whether external viewer for HANDLE should stay alive. mm-keep-viewer-alive-types - Variable: List of media types for which the external viewer will not be killed mm-long-lines-p - Function: Say whether any of the lines in the buffer is longer than LENGTH. mm-make-char - Function: Return a character of CHARSET whose position codes are CODE1 and CODE2. mm-make-temp-file - Function: Create a temporary file. mm-mime-charset - Function: Return the MIME charset corresponding to the given Mule CHARSET. mm-mime-mule-charset-alist - Variable: Alist of MIME-charset/MULE-charsets. mm-mule-charset-to-mime-charset - Function: Return the MIME charset corresponding to the given Mule CHARSET. mm-multibyte-char-to-unibyte - Function: Convert the multibyte character CH to unibyte character. mm-multibyte-p - Function: Non-nil if multibyte is enabled in the current buffer. mm-multibyte-string-p - Function: Return t if OBJECT is a multibyte string. mm-path-name-rewrite-functions - Variable: *List of functions for rewriting the full file names of MIME parts. mm-pipe-part - Function: Pipe HANDLE to a process. mm-preferred-alternative - Function: Say which of HANDLES are preferred. mm-preferred-alternative-precedence - Function: Return the precedence based on HANDLES and `mm-discouraged-alternatives'. mm-qp-or-base64 - Function: Return the type with which to encode the buffer. mm-quote-arg - Function: Quote an argument for passing as argument to an inferior shell. mm-read-charset - Function: Read a character set from the minibuffer, prompting with string PROMPT. mm-read-coding-system - Function: Read a coding system from the minibuffer, prompting with string PROMPT. mm-readable-p - Function: Say whether the content of HANDLE is readable. mm-remove-part - Function: Remove the displayed MIME part represented by HANDLE. mm-remove-parts - Function: Remove the displayed MIME parts represented by HANDLES. mm-replace-in-string - Function: Replace all matches for REGEXP with NEWTEXT in STRING. mm-safer-encoding - Function: Return an encoding similar to ENCODING but safer than it. mm-save-part - Function: Write HANDLE to a file. mm-set-buffer-file-coding-system - Command: Set the file coding-system of the current buffer to CODING-SYSTEM. mm-setup-w3m - Function: Setup gnus-article-mode to use emacs-w3m. mm-string-as-multibyte - Function: Return a multibyte string with the same individual bytes as STRING. mm-string-as-unibyte - Function: Return a unibyte string with the same individual bytes as STRING. mm-string-make-unibyte - Function: Return the unibyte equivalent of STRING. mm-string-to-multibyte - Function: Return a multibyte string with the same individual chars as STRING. mm-subst-char-in-string - Function: Replace FROMCHAR with TOCHAR in STRING each time it occurs. mm-text-coding-system - Variable: Text-safe coding system (For removing ^M). mm-text-coding-system-for-write - Variable: Text coding system for write. mm-text-html-renderer - Variable: Render of HTML contents. mm-text-html-renderer-alist - Variable: The attributes of renderer types for text/html. mm-text-html-washer-alist - Variable: The attributes of washer types for text/html. mm-tmp-directory - Variable: Where mm will store its temporary files. mm-universal-coding-system - Variable: The universal coding system. mm-url-insert-file-contents - Function: Insert file contents of URL. mm-url-insert-file-contents-external - Function: Insert file contents of URL using `mm-url-program'. mm-use-find-coding-systems-region - Variable: Use `find-coding-systems-region' to find proper coding systems. mm-use-ultra-safe-encoding - Variable: If non-nil, use encodings aimed at Procrustean bed survival. mm-uu-binhex-decode-function - Variable: *Function to binhex decode. mm-uu-configure - Command: Configure detection of non-MIME attachments. mm-uu-configure-list - Variable: A list of mm-uu configuration. mm-uu-copy-to-buffer - Function: Copy the contents of the current buffer to a fresh buffer. mm-uu-decode-function - Variable: *Function to uudecode. mm-uu-diff-groups-regexp - Variable: Regexp matching diff groups. mm-uu-dissect - Function: Dissect the current buffer and return a list of uu handles. mm-uu-dissect-text-parts - Function: Dissect text parts and put uu handles into HANDLE. mm-uu-emacs-sources-regexp - Variable: The regexp of Emacs sources groups. mm-uu-text-plain-type - Variable: MIME type and parameters for text/plain parts. mm-uu-type-alist - Variable: A list of specifications for non-MIME attachments. mm-valid-and-fit-image-p - Function: Say whether FORMAT can be displayed natively and HANDLE fits the window. mm-valid-image-format-p - Function: Say whether FORMAT can be displayed natively by Emacs. mm-verify-option - Variable: Option of verifying signed parts. mm-viewer-completion-map - Variable: Keymap for input viewer with completion. mm-w3m-cid-retrieve - Function: Insert a content pointed by URL if it has the cid: scheme. mm-w3m-safe-url-regexp - Variable: Regexp matching URLs which are considered to be safe. mm-w3m-setup - Variable: Whether gnus-article-mode has been setup to use emacs-w3m. mm-w3m-standalone-supports-m17n-p - Function: Say whether the w3m command supports the m17n feature. - Variable: *T means the w3m command supports the m17n feature. mm-with-multibyte - Macro: Eval the FORMS with the default value of `enable-multibyte-characters' t. mm-with-multibyte-buffer - Macro: Create a temporary buffer, and evaluate FORMS there like `progn'. mm-with-part - Macro: Run FORMS in the temp buffer containing the contents of HANDLE. mm-with-unibyte - Macro: Eval the FORMS with the default value of `enable-multibyte-characters' nil. mm-with-unibyte-buffer - Macro: Create a temporary buffer, and evaluate FORMS there like `progn'. mm-with-unibyte-current-buffer - Macro: Evaluate FORMS with current buffer temporarily made unibyte. mm-write-region - Function: Like `write-region'. mm-xemacs-find-mime-charset-1 - Function: Determine which MIME charset to use to send region as message. mml-attach-buffer - Command: Attach a buffer to the outgoing MIME message. mml-attach-external - Command: Attach an external file into the buffer. mml-attach-file - Command: Attach a file to the outgoing MIME message. mml-boundary-function - Variable: A function called to suggest a boundary. mml-compute-boundary - Function: Return a unique boundary that does not exist in CONT. mml-confirmation-set - Variable: A list of symbols, each of which disables some warning. mml-content-disposition-parameters - Variable: *A list of acceptable parameters in MML tag. mml-content-type-parameters - Variable: *A list of acceptable parameters in MML tag. mml-default-encrypt-method - Variable: Default encryption method. mml-default-sign-method - Variable: Default sign method. mml-dnd-attach-file - Function: Attach a drag and drop file. mml-dnd-attach-options - Variable: Which options should be queried when attaching a file via drag and drop. mml-dnd-protocol-alist - Variable: The functions to call when a drop in `mml-mode' is made. mml-encrypt-alist - Variable: Alist of MIME encryption functions. mml-externalize-attachments - Variable: *If non-nil, local-file attachments are generated as external parts. mml-generate-default-type - Variable: Content type by which the Content-Type header can be omitted. mml-generate-mime - Function: Generate a MIME message based on the current MML document. mml-generate-multipart-alist - Variable: *Alist of multipart generation functions. mml-insert-buffer - Function: Insert BUFFER at point and quote any MML markup. mml-insert-empty-tag - Function: Insert an empty MML tag described by NAME and PLIST. mml-insert-mime-headers-always - Variable: If non-nil, always put Content-Type: text/plain at top of empty parts. mml-insert-mml-markup - Function: Take a MIME handle and insert an MML tag. mml-insert-parameter - Function: Insert PARAMETERS in a nice way. mml-insert-tag - Function: Insert an MML tag described by NAME and PLIST. mml-menu - Command: - Variable: mml-mode - Command: Minor mode for editing MML. - Variable: Minor mode for editing MML. mml-parse - Function: Parse the current buffer as an MML document. mml-parse-1 - Function: Parse the current buffer as an MML document. mml-preview - Command: Display current buffer with Gnus, in a new buffer. mml-preview-insert-mail-followup-to - Function: Insert a Mail-Followup-To header before previewing an article. mml-quote-region - Command: Quote the MML tags in the region. mml-read-part - Function: Return the buffer up till the next part, multipart or closing part or multipart. mml-read-tag - Function: Read a tag and return the contents. mml-secure-encrypt - Command: Add MML tags to encrypt this MML part. mml-secure-encrypt-pgp - Command: Add MML tags to PGP encrypt this MML part. mml-secure-encrypt-pgpmime - Command: Add MML tags to PGP/MIME encrypt this MML part. mml-secure-encrypt-smime - Command: Add MML tags to S/MIME encrypt this MML part. mml-secure-message-encrypt - Command: Add MML tag to encrypt the entire message. mml-secure-message-encrypt-pgp - Command: Add MML tag to encrypt and sign the entire message. mml-secure-message-encrypt-pgpauto - Command: Add MML tag to encrypt and sign the entire message. mml-secure-message-encrypt-pgpmime - Command: Add MML tag to encrypt and sign the entire message. mml-secure-message-encrypt-smime - Command: Add MML tag to encrypt and sign the entire message. mml-secure-message-sign - Command: Add MML tags to sign this MML part. mml-secure-message-sign-encrypt - Command: Add MML tag to sign and encrypt the entire message. mml-secure-message-sign-pgp - Command: Add MML tag to encrypt/sign the entire message. mml-secure-message-sign-pgpauto - Command: Add MML tag to encrypt/sign the entire message. mml-secure-message-sign-pgpmime - Command: Add MML tag to encrypt/sign the entire message. mml-secure-message-sign-smime - Command: Add MML tag to encrypt/sign the entire message. mml-secure-method - Variable: Current security method. Internal variable. mml-secure-sign - Command: Add MML tags to sign this MML part. mml-secure-sign-pgp - Command: Add MML tags to PGP sign this MML part. mml-secure-sign-pgpauto - Command: Add MML tags to PGP-auto sign this MML part. mml-secure-sign-pgpmime - Command: Add MML tags to PGP/MIME sign this MML part. mml-secure-sign-smime - Command: Add MML tags to S/MIME sign this MML part. mml-sign-alist - Variable: Alist of MIME signer functions. mml-signencrypt-style - Function: Function for setting/getting the signencrypt-style used. Takes two mml-signencrypt-style-alist - Variable: Alist specifying if `signencrypt' results in two separate operations or not. mml-to-mime - Function: Translate the current buffer from MML to MIME. mml-tweak-externalize-attachments - Function: Tweak attached files as external parts. mml-tweak-function-alist - Variable: A list of (NAME . FUNCTION) for tweaking MML parts. mml-tweak-part - Function: Tweak a MML part. mml-tweak-sexp-alist - Variable: A list of (SEXP . FUNCTION) for tweaking MML parts. mml-tweak-type-alist - Variable: A list of (TYPE . FUNCTION) for tweaking MML parts. mml-unsecure-message - Command: Remove security related MML tags from message. mml-validate - Command: Validate the current MML document. mml2015-function-alist - Variable: Alist of PGP/MIME functions. mml2015-unabbrev-trust-alist - Variable: Map GnuPG trust output values to a boolean saying if you trust the key. mml2015-use - Variable: The package used for PGP/MIME. mod - Function: Return X modulo Y. mod* - Function: The remainder of X divided by Y, with the same sign as Y. mode-line - Face: Basic mode line face for selected window. mode-line-abbrev-mode - Command: Turn off `abbrev-mode' from the mode-line. mode-line-auto-fill-mode - Command: Turn off `auto-fill-mode' from the mode-line. mode-line-buffer-id - Face: Face used for buffer identification parts of the mode line. mode-line-buffer-identification - Variable: Mode-line control for identifying the buffer being displayed. mode-line-buffer-identification-keymap - Variable: Keymap for what is displayed by `mode-line-buffer-identification'. mode-line-bury-buffer - Command: Like `bury-buffer', but temporarily select EVENT's window. mode-line-change-eol - Command: Cycle through the various possible kinds of end-of-line styles. mode-line-coding-system-map - Variable: Local keymap for the coding-system part of the mode line. mode-line-faces - Group: Faces used in the mode line. mode-line-format - Variable: Template for displaying mode line for current buffer. mode-line-frame-identification - Variable: Mode-line control to describe the current frame. mode-line-highlight - Face: Basic mode line face for highlighting. mode-line-in-non-selected-windows - Variable: Non-nil means to use `mode-line-inactive' face in non-selected windows. mode-line-inactive - Face: Basic mode line face for non-selected windows. mode-line-inverse-video - Variable: nil means display the mode-line/header-line/menu-bar in the default face. mode-line-major-mode-keymap - Variable: Keymap to display on major mode. mode-line-minor-mode-help - Command: Describe minor mode for EVENT occured on minor modes area of the mode line. mode-line-minor-mode-keymap - Variable: Keymap to display on minor modes. mode-line-mode-menu - Variable: Menu of mode operations in the mode line. mode-line-modes - Variable: Mode-line control for displaying major and minor modes. mode-line-modified - Variable: Mode-line control for displaying whether current buffer is modified. mode-line-mule-info - Variable: Mode-line control for displaying information of multilingual environment. mode-line-next-buffer - Command: Like `next-buffer', but temporarily select EVENT's window. mode-line-other-buffer - Command: Switch to the most recently selected buffer other than the current one. mode-line-position - Variable: Mode-line control for displaying the position in the buffer. mode-line-previous-buffer - Command: Like `previous-buffer', but temporarily select EVENT's window. mode-line-process - Variable: Mode-line control for displaying info on process status. mode-line-toggle-modified - Command: Toggle the buffer-modified flag from the mode-line. mode-line-toggle-read-only - Command: Like `toggle-read-only', for the mode-line. mode-line-unbury-buffer - Command: Call `unbury-buffer' in this window. mode-line-widen - Command: Widen a buffer from the mode-line. mode-name - Variable: Pretty name of current buffer's major mode (a string). mode-require-final-newline - Variable: Whether to add a newline at end of file, in certain major modes. mode-specific-command-prefix - Function: Prefix command (definition is a keymap associating keystrokes with commands). mode-specific-map - Variable: Keymap for characters following C-c. modeline - Group: Content of the modeline. modify-all-frames-parameters - Function: Modify all current and future frames' parameters according to ALIST. modify-category-entry - Function: Modify the category set of CHARACTER by adding CATEGORY to it. modify-coding-system-alist - Function: Modify one of look up tables for finding a coding system on I/O operation. modify-face - Command: Modify attributes of faces interactively. modify-frame-parameters - Function: Modify the parameters of frame FRAME according to ALIST. modify-syntax-entry - Command: Set syntax for character CHAR according to string NEWENTRY. modula-2-mode - Command: This is a mode intended to support program development in Modula-2. momentary-string-display - Function: Momentarily display STRING in the buffer at POS. morse-region - Command: Convert all text in a given region to morse code. most-negative-fixnum - Variable: The smallest value that is representable in a Lisp integer. most-positive-fixnum - Variable: The largest value that is representable in a Lisp integer. mouse - Group: Input from the mouse. - Face: Basic face for the mouse color under X. mouse-1-click-follows-link - Variable: Non-nil means that clicking Mouse-1 on a link follows the link. mouse-1-click-in-non-selected-windows - Variable: *If non-nil, a Mouse-1 click also follows links in non-selected windows. mouse-autoselect-window - Variable: *Non-nil means autoselect window with mouse pointer. mouse-avoidance-mode - Command: Set cursor avoidance mode to MODE. - Variable: Activate mouse avoidance mode. mouse-buffer-menu - Command: Pop up a menu of buffers for selection with the mouse. mouse-buffer-menu-maxlen - Variable: *Number of buffers in one pane (submenu) of the buffer menu. mouse-buffer-menu-mode-groups - Variable: How to group various major modes together in . mouse-buffer-menu-mode-mult - Variable: *Group the buffers by the major mode groups on ? mouse-calendar-other-month - Command: Display a three-month calendar centered around a specified month and year. mouse-choose-completion - Command: Click on an alternative in the `*Completions*' buffer to choose it. mouse-delete-other-windows - Command: Delete all windows except the one you click on. mouse-delete-window - Command: Delete the window you click on. mouse-drag-copy-region - Variable: *If non-nil, mouse drag copies region to kill-ring. mouse-drag-header-line - Command: Change the height of a window by dragging on the header line. mouse-drag-mode-line - Command: Change the height of a window by dragging on the mode line. mouse-drag-mode-line-1 - Function: Change the height of a window by dragging on the mode or header line. mouse-drag-move-window-bottom - Function: Move the bottom of WINDOW up or down by GROWTH lines. mouse-drag-move-window-top - Function: Move the top of WINDOW up or down by GROWTH lines. mouse-drag-region - Command: Set the region to the text that the mouse is dragged over. mouse-drag-secondary - Command: Set the secondary selection to the text that the mouse is dragged over. mouse-drag-track - Function: Track mouse drags by highlighting area between point and cursor. mouse-drag-vertical-line - Command: Change the width of a window by dragging on the vertical line. mouse-drag-vertical-line-rightward-window - Function: Return a window that is immediately to the right of WINDOW, or nil. mouse-drag-window-above - Function: Return the (or a) window directly above WINDOW. mouse-fixup-help-message - Function: Fix help message MSG for `mouse-1-click-follows-link'. mouse-highlight - Variable: If non-nil, clickable text is highlighted when mouse is over it. mouse-kill - Command: Kill the region between point and the mouse click. mouse-kill-ring-save - Command: Copy the region between point and the mouse click in the kill ring. mouse-kill-secondary - Command: Kill the text in the secondary selection. mouse-leave-buffer-hook - Variable: Hook to run when about to switch windows with a mouse command. mouse-major-mode-menu - Command: Pop up a mode-specific menu of mouse commands. mouse-movement-p - Function: Return non-nil if OBJECT is a mouse movement event. mouse-on-link-p - Function: Return non-nil if POS is on a link in the current buffer. mouse-pixel-position - Function: Return a list (FRAME X . Y) giving the current mouse frame and position. mouse-popup-menubar - Command: Pop up a menu equivalent to the menu bar for keyboard EVENT with PREFIX. mouse-popup-menubar-stuff - Command: Popup a menu like either `mouse-major-mode-menu' or `mouse-popup-menubar'. mouse-position - Function: Return a list (FRAME X . Y) giving the current mouse frame and position. mouse-position-function - Variable: If non-nil, function to transform normal value of `mouse-position'. mouse-region-delete-keys - Variable: List of keys that should cause the mouse region to be deleted. mouse-region-match - Function: Return non-nil if there's an active region that was set with the mouse. mouse-save-then-kill - Command: Save text to point in kill ring; the second time, kill the text. mouse-scroll-calendar-left - Command: Scroll the displayed calendar left by one month. mouse-scroll-calendar-right - Command: Scroll the displayed calendar right by one month. mouse-scroll-delay - Variable: *The pause between scroll steps caused by mouse drags, in seconds. mouse-scroll-min-lines - Variable: *The minimum number of lines scrolled by dragging mouse out of window. mouse-scroll-subr - Function: Scroll the window WINDOW, JUMP lines at a time, until new input arrives. mouse-secondary-overlay - Variable: An overlay which records the current secondary selection. mouse-secondary-save-then-kill - Command: Save text to point in kill ring; the second time, kill the text. mouse-sel-mode - Command: Toggle Mouse Sel mode. - Variable: Non-nil if Mouse-Sel mode is enabled. mouse-select-window - Command: Select the window clicked on; don't move point. mouse-set-font - Command: Select an emacs font from a list of known good fonts and fontsets. mouse-set-mark - Command: Set mark at the position clicked on with the mouse. mouse-set-point - Command: Move point to the position clicked on with the mouse. mouse-set-region - Command: Set the region to the text dragged over, and copy to kill ring. mouse-set-secondary - Command: Set the secondary selection to the text that the mouse is dragged over. mouse-skip-word - Function: Skip over word, over whitespace, or over identical punctuation. mouse-split-window-horizontally - Command: Select Emacs window mouse is on, then split it horizontally in half. mouse-split-window-vertically - Command: Select Emacs window mouse is on, then split it vertically in half. mouse-start-end - Function: Return a list of region bounds based on START and END according to MODE. mouse-start-secondary - Command: Set one end of the secondary selection to the position clicked on. mouse-tear-off-window - Command: Delete the window clicked on, and create a new frame displaying its buffer. mouse-wheel-click-event - Variable: Event that should be temporarily inhibited after mouse scrolling. mouse-wheel-down-event - Variable: Event used for scrolling down. mouse-wheel-follow-mouse - Variable: Whether the mouse wheel should scroll the window that the mouse is over. mouse-wheel-inhibit-click-time - Variable: Time in seconds to inhibit clicking on mouse wheel button after scroll. mouse-wheel-mode - Command: Toggle mouse wheel support. - Variable: Non-nil if Mouse-Wheel mode is enabled. mouse-wheel-progressive-speed - Variable: If non-nil, the faster the user moves the wheel, the faster the scrolling. mouse-wheel-scroll-amount - Variable: Amount to scroll windows by when spinning the mouse wheel. mouse-wheel-up-event - Variable: Event used for scrolling up. mouse-yank-at-click - Command: Insert the last stretch of killed text at the position clicked on. mouse-yank-at-point - Variable: *If non-nil, mouse yank commands yank at point instead of at click. mouse-yank-secondary - Command: Insert the secondary selection at the position clicked on. move-beginning-of-line - Command: Move point to beginning of current line as displayed. move-end-of-line - Command: Move point to end of current line as displayed. move-marker - Function: Position MARKER before character number POSITION in BUFFER. move-overlay - Function: Set the endpoints of OVERLAY to BEG and END in BUFFER. move-past-close-and-reindent - Command: Move past next `)', delete indentation before it, then indent after it. move-to-column - Command: Move point to column COLUMN in the current line. move-to-column-force - Function: If COLUMN is within a multi-column character, replace it by spaces and tab. move-to-left-margin - Command: Move to the left margin of the current line. move-to-tab-stop - Command: Move point to next defined tab-stop column. move-to-window-line - Command: Position point relative to window. mpuz - Command: Multiplication puzzle with GNU Emacs. msb-mode - Command: Toggle Msb mode. - Variable: Non-nil if Msb mode is enabled. mule - Group: MULE Emacs internationalization. mule-diag - Command: Display diagnosis of the multilingual environment (Mule). mule-keymap - Variable: Keymap for Mule (Multilingual environment) specific commands. mule-menu-keymap - Variable: Keymap for Mule (Multilingual environment) menu specific commands. mule-version - Variable: Version number and name of this version of MULE (multilingual environment). mule-version-date - Variable: Distribution date of this version of MULE (multilingual environment). multi-occur - Command: Show all lines in buffers BUFS containing a match for REGEXP. multi-occur-in-matching-buffers - Command: Show all lines matching REGEXP in buffers specified by BUFREGEXP. multibyte-char-to-unibyte - Function: Convert the multibyte character CH to unibyte character. multibyte-string-p - Function: Return t if OBJECT is a multibyte string. multibyte-syntax-as-symbol - Variable: Non-nil means `scan-sexps' treats all multibyte characters as symbol. multimedia - Group: Non-textual support, specifically images and sound. multiple-frames - Variable: Non-nil if more than one frame is visible on this display. multiple-value-apply - Function: Evaluate EXPRESSION to get multiple values and apply FUNCTION to them. multiple-value-bind - Macro: Collect multiple return values. multiple-value-call - Function: Apply FUNCTION to ARGUMENTS, taking multiple values into account. multiple-value-list - Function: Return a list of the multiple values produced by EXPRESSION. multiple-value-setq - Macro: Collect multiple return values. muse - Group: Options controlling the behavior of Muse. muse-add-to-invisibility-spec - Function: Add ELEMENT to `buffer-invisibility-spec'. muse-after-project-publish-hook - Variable: A hook run after a project is published. muse-after-publish-hook - Variable: A hook run in the buffer to be published, after it is done. muse-alter-list-item-indentation - Function: Alter the indentation of the current list item. muse-assert - Macro: Verify that FORM returns non-nil; signal an error if not. muse-bad-link - Face: Face for bad Muse cross-references. muse-batch-publish-files - Function: Publish Muse files in batch mode. muse-batch-publishing-p - Variable: Set to t while a page is being batch published. muse-before-project-publish-hook - Variable: A hook run before a project is published. muse-before-publish-hook - Variable: A hook run in the buffer to be published, before it is done. muse-browse-result - Command: Visit the current page's published result. muse-browse-url - Command: Handle URL with the function specified in `muse-url-protocols'. muse-browse-url-dict - Function: If this is a Wikipedia URL, browse it. muse-browse-url-doi - Function: If this is a DOI URL, browse it. muse-browse-url-google - Function: If this is a Google URL, jump to it. muse-browse-url-info - Function: If this in an Info URL, jump to it. muse-browse-url-man - Function: If this in a manpage URL, jump to it. muse-colors - Group: Options controlling the behavior of Emacs Muse highlighting. muse-colors-autogen-headings - Variable: Specify whether the heading faces should be auto-generated. muse-colors-buffer - Command: Re-highlight the entire Muse buffer. muse-colors-buffer-hook - Variable: A hook run after a region is highlighted. muse-colors-custom-tags - Function: Highlight `muse-colors-tags'. muse-colors-evaluate-lisp-tags - Variable: Specify whether to evaluate the contents of tags at muse-colors-example-tag - Function: Strip properties and colorize with `muse-verbatim'. muse-colors-explicit-link - Function: Color explicit links. muse-colors-fontifying-p - Variable: Indicate whether Muse is fontifying the current buffer. muse-colors-implicit-link - Function: Color implicit links. muse-colors-inline-image-method - Variable: Determine how to locate inline images. muse-colors-inline-images - Variable: Specify whether to inline images inside the Emacs buffer. If muse-colors-insert-image - Function: Create an image using create-image or make-glyph and insert it muse-colors-literal-tag - Function: Strip properties and mark as literal. muse-colors-markup - Variable: Expressions to highlight an Emacs Muse buffer. muse-colors-outline-faces-list - Variable: Outline faces to use when assigning Muse header faces. muse-colors-region - Function: Apply highlighting according to `muse-colors-markup'. muse-colors-resolve-image-file - Function: Determine if we can create images and see if the link is an image muse-colors-tags - Variable: A list of tag specifications for specially highlighting text. muse-colors-toggle-inline-images - Command: Toggle inlined images on/off. muse-colors-use-publishing-directory - Function: Make LINK relative to the directory where we will publish the muse-copy-face - Function: Copy face OLD to NEW. muse-current-file - Function: Return the name of the currently visited or published file. muse-current-project - Variable: Project we are currently visiting. muse-custom-tags - Variable: Keep track of any new tags entered in `muse-insert-tag'. muse-decrease-list-item-indentation - Command: Decrease the indentation of the current list item. muse-display-warning - Function: Display the given MESSAGE as a warning. muse-dl-term-regexp - Variable: Regexp used to match a definition list term. muse-edit-link-at-point - Command: Edit the current link. muse-emphasis-1 - Face: Face for italic emphasized text. muse-emphasis-2 - Face: Face for bold emphasized text. muse-emphasis-3 - Face: Face for bold italic emphasized text. muse-eval-lisp - Function: Evaluate the given form and return the result as a string. muse-explicit-link-functions - Variable: A list of functions to handle an explicit link. muse-explicit-link-regexp - Variable: Regexp used to match [[target][description]] links. muse-extreg-usable-p - Function: Return non-nil if extended character classes can be used, muse-file-extension - Variable: File extension of Muse files. Omit the period at the beginning. muse-file-regexp - Variable: A link matching this regexp will be regarded as a link to a file. muse-file-remote-p - Function: Test whether FILE specifies a location on a remote system. muse-find-backlinks - Command: Grep for the current pagename in all the project directories. muse-follow-name-at-mouse - Command: Visit the link at point, or yank text if none is found. muse-follow-name-at-mouse-other-window - Command: Visit the link at point muse-follow-name-at-point - Command: Visit the link at point, or insert a newline if none is found. muse-follow-name-at-point-other-window - Command: Visit the link at point in other window. muse-forward-list-item - Function: Move forward to the next item of TYPE. muse-forward-list-item-1 - Function: Determine whether a nested list item is after point. muse-forward-paragraph - Function: Move forward safely by one paragraph, or according to PATTERN. muse-generate-index - Function: Generate an index of all Muse pages. muse-get-link - Function: Based on the match data, retrieve the link. muse-get-link-desc - Function: Based on the match data, retrieve the link description. muse-get-paragraph-start - Function: Return the start of the current paragraph. This function will muse-grep - Function: Grep for STRING in the project directories. muse-grep-command - Variable: The command to use when grepping for backlinks and other muse-handle-explicit-link - Function: Handle explicit links. If LINK is not specified, look at point. muse-handle-implicit-link - Function: Handle implicit links. If LINK is not specified, look at point. muse-handle-url - Function: If STRING or point has a URL, match and return it. muse-header-1 - Face: Muse header face muse-header-2 - Face: Muse header face muse-header-3 - Face: Muse header face muse-header-4 - Face: Muse header face muse-header-5 - Face: Muse header face muse-html - Group: Options controlling the behavior of Muse HTML publishing. muse-html-anchor-on-word - Variable: When true, anchors surround the closest word. This allows you muse-html-charset-default - Variable: The default HTML meta charset to use if no translation is found in muse-html-encoding-default - Variable: The default Emacs buffer encoding to use in published files. muse-html-extension - Variable: Default file extension for publishing HTML files. muse-html-footer - Variable: Footer used for publishing HTML files. This may be text or a filename. muse-html-header - Variable: Header used for publishing HTML files. This may be text or a filename. muse-html-insert-anchor - Function: Insert an anchor, either around the word at point, or within a tag. muse-html-markup-functions - Variable: An alist of style types to custom functions for that kind of text. muse-html-markup-paragraph - Function: This function is advised. muse-html-markup-regexps - Variable: List of markup rules for publishing a Muse page to HTML. muse-html-markup-strings - Variable: Strings used for marking up text as HTML. muse-html-markup-tags - Variable: A list of tag specifications, for specially marking up HTML. muse-html-meta-content-encoding - Variable: The charset to append to the HTML tag. muse-html-meta-content-type - Variable: The content type used for the HTML tag. muse-html-meta-http-equiv - Variable: The http-equiv attribute used for the HTML tag. muse-html-style-sheet - Variable: Store your stylesheet definitions here. muse-html-table-attributes - Variable: The attribute to be used with HTML tags. muse-ignored-extensions - Variable: A list of extensions to omit from the ending of a Muse page name. muse-ignored-extensions-regexp - Variable: A regexp of extensions to omit from the ending of a Muse page name. muse-image-regexp - Variable: A link matching this regexp will be published inline as an image. muse-implicit-link-functions - Variable: A list of functions to handle an implicit link. muse-implicit-link-regexp - Variable: Regexp used to match an implicit link. muse-increase-list-item-indentation - Command: Increase the indentation of the current list item. muse-index - Command: Display an index of all known Muse pages. muse-index-as-string - Function: Generate an index of all Muse pages. muse-inhibit-style-tags - Variable: If non-nil, do not search for style-specific tags. muse-insert-list-item - Command: Insert a list item at the current point, taking into account muse-insert-relative-link-to-file - Command: Insert a relative link to a file, with optional description, muse-insert-tag - Command: Insert a tag interactively with a blank line after it. muse-insert-thing - Command: Prompt for something to insert into the current buffer. muse-link - Face: Face for Muse cross-references. muse-link-at-point - Function: Return link text if a URL or link is at point. muse-link-escape - Function: Escape characters in TEXT that conflict with the explicit link muse-link-face - Function: Return the type of LINK-NAME as a face symbol. muse-link-unescape - Function: Un-escape characters in TEXT that conflict with the explicit muse-list* - Function: Return a new list with specified args as elements, cons'd to last arg. muse-list-item-critical-point - Function: Figure out where the important markup character for the muse-list-item-regexp - Variable: Regexp used to match the beginning of a list item. muse-list-item-type - Function: Determine the type of list given STR. muse-make-file-glyph - Function: Given a file name, return a newly-created image glyph. muse-make-link - Function: Return a link to LINK with DESC as the description. muse-markup-text - Function: Insert ARGS into the text markup associated with IDENT. muse-mode - Command: Muse is an Emacs mode for authoring and publishing documents. - Group: Options controlling the behavior of the Muse editing Mode. muse-mode-auto-p - Variable: If non-nil, automagically determine when Muse mode should be activated. muse-mode-choose-mode - Function: Turn the proper Emacs Muse related mode on for this file. muse-mode-completions - Function: Return a list of possible completions names for this buffer. muse-mode-fill-nobreak-p - Function: Return nil if we should allow a fill to occur at point. muse-mode-flyspell-p - Function: Return non-nil if we should allow spell-checking to occur at point. muse-mode-highlight-p - Variable: If non-nil, highlight the content of Muse buffers. muse-mode-hook - Variable: A hook that is run when Muse mode is entered. muse-mode-intangible-links - Variable: If non-nil, use the intangible property on links. muse-mode-local-map - Variable: Local keymap used by Muse while on a link. muse-mode-map - Variable: Keymap used by Emacs Muse mode. muse-mode-maybe - Function: Maybe turn Emacs Muse mode on for this file. muse-next-reference - Command: Move forward to next Muse link or URL, cycling if necessary. muse-on-blank-line - Function: See if point is on a blank line muse-page-name - Function: Return the canonical form of a Muse page name. muse-previous-reference - Command: Move backward to the next Muse link or URL, cycling if necessary. muse-project - Function: Resolve the given PROJECT into a full Muse project, if it is a string. - Group: Options controlling the behavior of Muse project handling. - Widget: A widget that defines a Muse project. muse-project-after-save-hook - Function: Update Muse's file-alist if we are saving a Muse file. muse-project-alist - Variable: An alist of Muse projects. muse-project-alist-dirs - Function: Return a list of directories to use in a `muse-project-alist' entry. muse-project-alist-get - Function: Turn `muse-project-alist' into something we can customize easily. muse-project-alist-set - Function: Turn customized version of `muse-project-alist' into something muse-project-alist-styles - Function: Return a list of styles to use in a `muse-project-alist' entry. muse-project-alist-using-customize - Variable: Used internally by Muse to indicate whether `muse-project-alist' muse-project-applicable-styles - Function: Given STYLES, return a list of the ones that are considered for FILE. muse-project-batch-publish - Function: Publish Muse files in batch mode. muse-project-choose-style - Function: Run TEST on STYLES and return first style where TEST yields non-nil. muse-project-file-alist - Function: Return member filenames for the given Muse PROJECT. - Variable: This variable is automagically constructed as needed. muse-project-file-alist-hook - Variable: Functions that are to be exectuted immediately after updating muse-project-find-file - Command: Open the Muse page given by NAME in PROJECT. muse-project-ignore-regexp - Variable: A regexp matching files to be ignored in Wiki directories. muse-project-of-file - Function: Determine which project the given PATHNAME relates to. muse-project-page-file - Function: Return a filename if PAGE exists within the given Muse PROJECT. muse-project-private-p - Function: Return non-nil if NAME is a private page with PROJECT. muse-project-publish - Command: Publish the pages of PROJECT that need publishing. muse-project-recurse-directory - Function: Recusively retrieve all of the directories underneath BASE. muse-project-set-variables - Function: Load project-specific variables. muse-protocol-add - Function: Add PROTOCOL to `muse-url-protocols'. PROTOCOL may be a regexp. muse-protocol-find - Function: Return the first element of LIST whose car matches the regexp PROTO. muse-publish - Group: Options controlling the general behavior of Muse publishing. muse-publish-class-tag - Command: Do nothing and return nil. muse-publish-classify-url - Function: Transform anchors and get published name, if TARGET is a page. muse-publish-comments-p - Variable: If nil, remove comments before publishing. muse-publish-contents-depth - Variable: The number of heading levels to include with tags. muse-publish-desc-transforms - Variable: A list of functions used to prepare URL desciptions for publication. muse-publish-escape-specials - Function: Escape specials from BEG to END using style-specific :specials. muse-publish-escape-specials-in-string - Function: Escape specials in STRING using style-specific :specials. muse-publish-examplify-buffer - Function: Transform the current buffer as if it were an region. muse-publish-file - Command: Publish the given FILE in a particular STYLE to OUTPUT-DIR. muse-publish-generate-contents - Variable: Non-nil if a table of contents should be generated. muse-publish-include-tag - Function: Include the named file at the current location during publishing. muse-publish-insert-url - Function: Resolve a URL into its final form. muse-publish-mark-link - Function: Indicate that the given region is a Muse link, so that other muse-publish-mark-read-only - Function: Add read-only properties to the given region. muse-publish-mark-up-tag - Function: Run an Emacs Lisp function on the region delimted by this tag. muse-publish-markup-buffer - Function: Apply the given STYLE's markup rules to the current buffer. muse-publish-markup-footnote - Function: Scan ahead and snarf up the footnote body muse-publish-markup-functions - Variable: An alist of style types to custom functions for that kind of text. muse-publish-markup-header-footer-tags - Variable: Tags used when publishing headers and footers. muse-publish-markup-list - Function: Markup a list entry. muse-publish-markup-quote - Function: Markup a quoted paragraph. muse-publish-markup-regexps - Variable: List of markup rules for publishing a page with Muse. muse-publish-markup-region - Function: Apply the given STYLE's markup rules to the given region. muse-publish-markup-specials - Variable: A table of characters which must be represented specially. muse-publish-markup-string - Function: Markup STRING using the given STYLE's markup rules. muse-publish-markup-table - Function: Style does not support tables. muse-publish-markup-tags - Variable: A list of tag specifications, for specially marking up text. muse-publish-markup-word - Function: This function is advised. muse-publish-report-threshhold - Variable: If a file is this size or larger, report publishing progress. muse-publish-section-close - Function: Seach forward for the closing tag of given DEPTH. muse-publish-strip-tags - Function: Remove all tags from the string. muse-publish-table-fields - Function: Parse given region as a table, returning a cons cell. muse-publish-this-file - Command: Publish the page in the current file. muse-publish-transform-output - Function: Transform the given TEMP-FILE into the OUTPUT-PATH, using GEN-FUNC. muse-publish-url - Function: Resolve a URL into its final form. muse-publish-url-transforms - Variable: A list of functions used to prepare URLs for publication. muse-publish-versify-buffer - Function: Transform the current buffer as if it were a region. muse-publishing-current-file - Variable: The file that is currently being published. muse-publishing-current-output-path - Variable: The path where the current file will be published to. muse-publishing-current-style - Variable: The style of the file that is currently being published. muse-publishing-directives - Variable: An alist of publishing directives from the top of a file. muse-publishing-last-position - Variable: Last position of the point when publishing. muse-publishing-p - Variable: Set to t while a page is being published. muse-publishing-styles - Variable: The publishing styles that Muse recognizes. muse-read-directory-name - Function: Read directory name - see `read-file-name' for details. muse-read-project - Function: Read a project name from the minibuffer, if it can't be figured muse-regexp - Group: Regular expressions used in publishing and syntax highlighting. muse-regexp-alnum - Variable: Regexp to use in place of "[:alnum:]". muse-regexp-blank - Variable: Regexp to use in place of "[:blank:]". muse-regexp-emacs-revision - Variable: The revision number of this version of Emacs. muse-regexp-lower - Variable: Regexp to use in place of "[:lower:]". muse-regexp-upper - Variable: Regexp to use in place of "[:upper:]". muse-regexp-use-character-classes - Variable: Indicate whether to use extended character classes like [:space:]. muse-replace-regexp-in-string - Function: Replace REGEXP with REPLACEMENT in TEXT. muse-resolve-url - Function: Resolve URL with the function specified in `muse-url-protocols'. muse-resolve-url-dict - Function: Return the Wikipedia link corresponding with the given URL. muse-resolve-url-doi - Function: Return the URL through DOI proxy server. muse-resolve-url-google - Function: Return the correct Google search string. muse-search - Command: Search for the given TEXT using the default grep command. muse-search-with-command - Command: Search for the given TEXT string in the project directories muse-style - Function: Resolve the given STYLE into a Muse style, if it is a string. muse-style-element - Function: Search for ELEM in STYLE, including base styles. muse-style-elements-list - Function: Return a list all references to ELEM in STYLE, including base styles. muse-table-field-regexp - Variable: Regexp used to match table separators when publishing. muse-table-line-regexp - Variable: Regexp used to match a table line when publishing. muse-tag-history - Variable: List of recently-entered tags; used by `muse-insert-tag'. muse-tag-regexp - Variable: A regexp used to find XML-style tags within a buffer when publishing. muse-time-less-p - Function: Say whether time T1 is less than time T2. muse-unhighlight-region - Function: Remove all visual highlights in the buffer (except font-lock). muse-update-file-extension - Function: Update the value of `muse-file-extension'. muse-update-ignored-extensions-regexp - Function: Update the value of `muse-ignored-extensions-regexp'. muse-update-values-hook - Variable: Hook for values that are automatically generated. muse-updating-file-alist-p - Variable: Make sure that recursive calls to `muse-project-file-alist' are bounded. muse-url-protocols - Variable: A list of (PROTOCOL BROWSE-FUN RESOLVE-FUN) used to match URL protocols. muse-url-regexp - Variable: A regexp used to match URLs within a Muse page. muse-verbatim - Face: Face for verbatim text. muse-version - Command: Display the version of Muse that is currently loaded. - Variable: The version of Muse currently loaded muse-visit-link - Function: Visit the URL or link named by LINK. muse-visit-link-default - Function: Visit the URL or link named by LINK. muse-what-changed - Command: Show the unsaved changes that have been made to the current file. muse-widget-child-value-get - Function: Get the value of the first member of :children in WIDGET. muse-widget-type-match - Function: Non-nil if the :type value of WIDGET matches VALUE. muse-widget-type-value-create - Function: Convert and instantiate the value of the :type attribute of WIDGET. muse-wiki - Group: Options controlling the behavior of Emacs Muse Wiki features. muse-wiki-allow-nonexistent-wikiword - Variable: Whether to color bare WikiNames that don't have an existing file. muse-wiki-choose-style-by-link-suffix - Function: If the given STYLE has a link-suffix that equals GIVEN-SUFFIX, muse-wiki-handle-interwiki - Function: If STRING or point has an interwiki link, resolve it and muse-wiki-handle-wikiword - Function: If STRING or point has a WikiWord, return it. muse-wiki-hide-nop-tag - Variable: If non-nil, hide tags when coloring a Muse buffer. muse-wiki-ignore-bare-project-names - Variable: Determine whether project names without a page specifer are links. muse-wiki-ignore-implicit-links-to-current-page - Variable: Whether to ignore implicit links to the current page. muse-wiki-interwiki-alist - Variable: A table of WikiNames that refer to external entities. muse-wiki-interwiki-delimiter - Variable: Delimiter regexp used for InterWiki links. muse-wiki-interwiki-regexp - Variable: Regexp that matches all interwiki links. muse-wiki-interwiki-replacement - Variable: Regexp used for replacing `muse-wiki-interwiki-delimiter' in muse-wiki-match-all-project-files - Variable: Whether to extend WikiName functionality to also match muse-wiki-project-files-with-spaces - Function: Return a list of files in PROJECT that have spaces. muse-wiki-publish-pretty-interwiki - Function: Replace instances of `muse-wiki-interwiki-delimiter' with muse-wiki-publish-pretty-title - Function: Return a pretty version of the given TITLE. muse-wiki-publish-small-title-words - Variable: Strings that should be downcased in a page title. muse-wiki-resolve-project-page - Function: Return the published path from the current page to PAGE of PROJECT. muse-wiki-resolve-project-page-1 - Function: Pick the best match for PAGE given potential local and remote styles. muse-wiki-update-interwiki-regexp - Function: Update the value of `muse-wiki-interwiki-regexp' based on muse-wiki-update-local-wikiword-regexp - Function: Update a local copy of `muse-wiki-wikiword-regexp' to include muse-wiki-update-wikiword-regexp - Function: Update everything related to `muse-wiki-wikiword-regexp'. muse-wiki-use-wikiword - Variable: Whether to use color and publish bare WikiNames. muse-wiki-wikiword-regexp - Variable: Regexp used to match WikiWords. muse-wikipedia-country - Variable: Indicate the 2-digit country code that we use for Wikipedia muse-with-temp-buffer - Macro: Create a temporary buffer, and evaluate BODY there like `progn'. muse-xhtml-extension - Variable: Default file extension for publishing XHTML files. muse-xhtml-footer - Variable: Footer used for publishing XHTML files. This may be text or a filename. muse-xhtml-header - Variable: Header used for publishing XHTML files. This may be text or a filename. muse-xhtml-markup-strings - Variable: Strings used for marking up text as XHTML. muse-xhtml-style-sheet - Variable: Store your stylesheet definitions here. muse-xml - Group: Options controlling the behavior of Muse XML publishing. muse-xml-charset-default - Variable: The default Xml XML charset to use if no translation is muse-xml-decide-specials - Function: Determine the specials to escape, depending on CONTEXT. muse-xml-encoding-default - Variable: The default Emacs buffer encoding to use in published files. muse-xml-encoding-map - Variable: An alist mapping Emacs coding systems to appropriate XML charsets. muse-xml-escape-url - Function: Convert to character entities any non-alphanumeric characters muse-xml-extension - Variable: Default file extension for publishing XML files. muse-xml-footer - Variable: Footer used for publishing Xml XML files. muse-xml-header - Variable: Header used for publishing XML files. muse-xml-markup-functions - Variable: An alist of style types to custom functions for that kind of text. muse-xml-markup-regexps - Variable: List of markup rules for publishing a Muse page to XML. muse-xml-markup-specials - Variable: A table of characters which must be represented specially. muse-xml-markup-specials-url-extra - Variable: A table of characters which must be represented specially. muse-xml-markup-strings - Variable: Strings used for marking up text. muse-xml-sort-table - Function: Sort the given table structure so that it validates properly. muse-xml-transform-content-type - Function: Using `muse-xml-encoding-map', try and resolve an Emacs coding mwheel-filter-click-events - Function: Discard `mouse-wheel-click-event' while scrolling the mouse. mwheel-inhibit-click-event-timer - Variable: Timer running while mouse wheel click event is inhibited. mwheel-inhibit-click-timeout - Function: Handler for `mwheel-inhibit-click-event-timer'. mwheel-install - Function: Enable mouse wheel support. mwheel-scroll - Command: Scroll up or down according to the EVENT. my-async-short-unread-p - Function: Return non-nil for short, unread articles. my-macro-query - Command: Prompt for input using minibuffer during kbd macro execution. name-last-kbd-macro - Command: Assign a name to the last keyboard macro defined. named-boot-generic-mode - Command: Named-Boot-Generic mode. named-database-generic-mode - Command: Named-Database-Generic mode. named-database-print-serial - Command: Print a serial number based on the current date. named-database-time-string - Variable: Timestring for named serial numbers. narrow-to-defun - Command: Make text outside current defun invisible. narrow-to-page - Command: Make text outside current page invisible. narrow-to-region - Command: Restrict editing in this buffer to the current region. natnump - Function: Return t if OBJECT is a nonnegative integer. nbutlast - Function: Modifies LIST to remove the last N elements. nconc - Function: Concatenate any number of lists by altering them. negative-argument - Command: Begin a negative numeric argument for the next command. nested-alist-p - Function: Return t if OBJ is a nested alist. netrc-get - Function: Return the value of token TYPE from ALIST. netrc-machine - Function: Return the netrc values from LIST for MACHINE or for the default entry. netrc-parse - Function: Parse FILE and return a list of all entries in the file. netrc-point-at-eol - Function: Return the character position of the last character on the current line. netstat - Command: Run netstat program. network-coding-system-alist - Variable: Alist to decide a coding system to use for a network I/O operation. network-connection - Command: Open a network connection to HOST on PORT. network-connection-to-service - Command: Open a network connection to SERVICE on HOST. network-interface-info - Function: Return information about network interface named IFNAME. network-interface-list - Function: Return an alist of all network interfaces and their network address. new-fontset - Function: Create a new fontset NAME that contains font information in FONTLIST. new-frame - Command: Return a newly created frame displaying the current buffer. newline - Command: Insert a newline, and move to left margin of the new line if it's blank. newline-and-indent - Command: Insert a newline, then indent according to major mode. news - Group: Support for netnews reading and posting. news-directory - Variable: The root directory below which all news files are stored. news-inews-program - Variable: Program to post news. news-post-news - Command: Begin editing a new USENET news article to be posted. newsticker-running-p - Function: Check whether newsticker is running. newsticker-show-news - Command: Switch to newsticker buffer. You may want to bind this to a key. newsticker-start - Command: Start the newsticker. newsticker-start-ticker - Command: Start newsticker's ticker (but not the news retrieval). newsticker-ticker-running-p - Function: Check whether newsticker's actual ticker is running. next-buffer - Command: Switch to the next buffer in cyclic order. next-button - Function: Return the next button after position POS in the current buffer. next-char-property-change - Function: Return the position of next text property or overlay change. next-complete-history-element - Command: Get next history element which completes the minibuffer before the point. next-completion - Command: Move to the next item in the completion list. next-error - Command: Visit next `next-error' message and corresponding source code. - Group: `next-error' support framework. - Face: Face used to highlight next error locus. next-error-buffer-p - Function: Test if BUFFER is a `next-error' capable buffer. next-error-find-buffer - Function: Return a `next-error' capable buffer. next-error-follow-minor-mode - Command: Minor mode for compilation, occur and diff modes. - Variable: Non-nil if Next-Error-Follow minor mode is enabled. next-error-function - Variable: Function to use to find the next error in the current buffer. next-error-highlight - Variable: *Highlighting of locations in selected source buffers. next-error-highlight-no-select - Variable: *Highlighting of locations in non-selected source buffers. next-error-hook - Variable: *List of hook functions run by `next-error' after visiting source file. next-error-internal - Function: Visit the source code corresponding to the `next-error' message at point. next-error-last-buffer - Variable: The most recent `next-error' buffer. next-error-no-select - Command: Move point to the next error in the `next-error' buffer and highlight match. next-file - Command: Select next file among files in current tags table. next-file-list - Variable: List of files for M-x next-file to process. next-frame - Function: Return the next frame in the frame list after FRAME. next-history-element - Command: Puts next element of the minibuffer history in the minibuffer. next-line - Command: Move cursor vertically down ARG lines. next-line-add-newlines - Variable: *If non-nil, `next-line' inserts newline to avoid `end of buffer' error. next-match - Command: Visit next `next-error' message and corresponding source code. next-matching-history-element - Command: Find the next history element that matches REGEXP. next-multiframe-window - Command: Select the next window, regardless of which frame it is on. next-overlay-change - Function: Return the next position after POS where an overlay starts or ends. next-property-change - Function: Return the position of next property change. next-read-file-uses-dialog-p - Function: Return t if a call to `read-file-name' will use a dialog. next-screen-context-lines - Variable: *Number of lines of continuity when scrolling by screenfuls. next-selection-coding-system - Variable: Coding system for the next communication with other X clients. next-single-char-property-change - Function: Return the position of next text property or overlay change for a specific property. next-single-property-change - Function: Return the position of next property change for a specific property. next-window - Function: Return next window after WINDOW in canonical ordering of windows. nintersection - Function: Combine LIST1 and LIST2 using a set-intersection operation. ninth - Function: Return the ninth element of the list X. nlistp - Function: Return t if OBJECT is not a list. Lists include nil. nndiary-generate-nov-databases - Command: Generate NOV databases in all nndiary directories. nndoc-add-type - Function: Add document DEFINITION to the list of nndoc document definitions. nndraft-articles - Function: Return the list of messages in the group. nndraft-directory - Variable: Where nndraft will store its files. nndraft-request-associate-buffer - Function: Associate the current buffer with some article in the draft group. nndraft-request-restore-buffer - Function: Request a new buffer that is restored to the state of ARTICLE. nnfolder-generate-active-file - Command: Look for mbox folders in the nnfolder directory and make them into groups. nnheader-article-p - Function: Say whether the current buffer looks like an article. nnheader-article-to-file-alist - Function: Return an alist of article/file pairs in DIR. nnheader-be-verbose - Function: Return whether the backends should be verbose on LEVEL. nnheader-cancel-function-timers - Command: Cancel all timers scheduled by `run-at-time' which would run FUNCTION. nnheader-cancel-timer - Function: Remove TIMER from the list of active timers. nnheader-concat - Function: Concat DIR as directory to FILES. nnheader-directory-articles - Function: Return a list of all article files in directory DIR. nnheader-directory-files - Function: Same as `directory-files', but prune "." and "..". nnheader-directory-files-is-safe - Variable: If non-nil, Gnus believes `directory-files' is safe. nnheader-directory-files-safe - Function: Execute `directory-files' twice and returns the longer result. nnheader-directory-regular-files - Function: Return a list of all regular files in DIR. nnheader-directory-separator-character - Variable: *A character used to a directory separator. nnheader-file-coding-system - Variable: Coding system used in file backends of Gnus. nnheader-file-error - Function: Return a string that says what is wrong with FILE. nnheader-file-name-translation-alist - Variable: *Alist that says how to translate characters in file names. nnheader-file-size - Function: Return the file size of FILE or 0. nnheader-file-to-group - Function: Return a group name based on FILE and TOP. nnheader-file-to-number - Function: Take a FILE name and return the article number. nnheader-find-etc-directory - Function: Go through `load-path' and find the "../etc/PACKAGE" directory. nnheader-find-file-noselect - Function: Open a file with some variables bound. nnheader-find-nov-line - Function: Put point at the NOV line that start with ARTICLE. nnheader-fold-continuation-lines - Function: Fold continuation lines in the current buffer. nnheader-get-report - Function: Get the most recent report from BACKEND. nnheader-group-pathname - Function: Make file name for GROUP. nnheader-head-chop-length - Variable: *Length of each read operation when trying to fetch HEAD headers. nnheader-init-server-buffer - Function: Initialize the Gnus-backend communication buffer. nnheader-insert - Function: Clear the communication buffer and insert FORMAT and ARGS into the buffer. nnheader-insert-file-contents - Function: Like `insert-file-contents', q.v., but only reads in the file. nnheader-insert-head - Function: Insert the head of the article. nnheader-insert-references - Function: Insert a References header based on REFERENCES and MESSAGE-ID. nnheader-max-head-length - Variable: *Max length of the head of articles. nnheader-message - Function: Message if the Gnus backends are talkative. nnheader-ms-strip-cr - Function: Strip ^M from the end of all lines. nnheader-narrow-to-headers - Function: Narrow to the head of an article. nnheader-nov-delete-outside-range - Function: Delete all NOV lines that lie outside the BEG to END range. nnheader-numerical-files - Variable: Regexp that match numerical files. nnheader-numerical-full-files - Variable: Regexp that matches numerical full file names. nnheader-numerical-short-files - Variable: Regexp that matches numerical file names. nnheader-parse-overview-file - Function: Parse FILE and return a list of headers. nnheader-pathname-coding-system - Variable: *Coding system for file name. nnheader-re-read-dir - Function: Re-read directory PATH if PATH is on a remote system. nnheader-read-timeout - Variable: How long nntp should wait between checking for the end of output. nnheader-remove-body - Function: Remove the body from an article in this current buffer. nnheader-replace-duplicate-chars-in-string - Function: Replace characters in STRING from FROM to TO. nnheader-replace-header - Function: Remove HEADER and insert the NEW-VALUE. nnheader-replace-regexp - Function: Do a fast regexp replacement of FROM to TO from point to `point-max'. nnheader-replace-string - Function: Do a fast replacement of FROM to TO from point to `point-max'. nnheader-report - Function: Report an error from the BACKEND. nnheader-run-at-time - Command: Perform an action at time TIME. nnheader-set-temp-buffer - Function: Set-buffer to an empty (possibly new) buffer called NAME with undo disabled. nnheader-string-as-multibyte - Function: Return a multibyte string with the same individual bytes as STRING. nnheader-strip-cr - Function: Strip all 's from the current buffer. nnheader-translate-file-chars - Function: Translate FILE into something that can be a file name. nnheader-write-overview-file - Function: Write HEADERS to FILE. nnir - Group: Search nnmh and nnml groups in Gnus with Glimpse, freeWAIS-sf, or EWS. nnir-artitem-group - Function: Returns the group from the ARTITEM. nnir-artitem-number - Function: Returns the number from the ARTITEM. nnir-artitem-rsv - Function: Returns the Retrieval Status Value (RSV, score) from the ARTITEM. nnir-artlist - Variable: Internal: stores search result. nnir-artlist-article - Function: Returns from ARTLIST the Nth artitem (counting starting at 1). nnir-artlist-artitem-group - Function: Returns from ARTLIST the group of the Nth artitem (counting from 1). nnir-artlist-artitem-number - Function: Returns from ARTLIST the number of the Nth artitem (counting from 1). nnir-artlist-artitem-rsv - Function: Returns from ARTLIST the Retrieval Status Value of the Nth artitem nnir-artlist-groups - Function: Returns a list of all groups in the given ARTLIST. nnir-artlist-length - Function: Returns number of articles in artlist. nnir-current-group-marked - Variable: Internal: stores current list of process-marked groups. nnir-current-query - Variable: Internal: stores current query (= group name). nnir-current-server - Variable: Internal: stores current server (does it ever change?). nnir-engines - Variable: Alist of supported search engines. nnir-excite-aquery-program - Variable: *Name of the EWS query program. Should be `aquery.pl' or a path to same. nnir-excite-collection - Variable: *Name of the EWS collection to search. nnir-excite-remove-prefix - Variable: *The prefix to remove from each file name returned by EWS nnir-glimpse-additional-switches - Variable: *A list of strings, to be given as additional arguments to glimpse. nnir-glimpse-home - Variable: *Value of `-H' glimpse option. nnir-glimpse-program - Variable: *Name of Glimpse executable. nnir-glimpse-remove-prefix - Variable: *The prefix to remove from each file name returned by Glimpse nnir-group-full-name - Function: For the given group name, return a full Gnus group name. nnir-mail-backend - Variable: *Specifies which backend should be searched. nnir-namazu-additional-switches - Variable: *A list of strings, to be given as additional arguments to namazu. nnir-namazu-index-directory - Variable: *Index directory for Namazu. nnir-namazu-program - Variable: *Name of Namazu search executable. nnir-namazu-remove-prefix - Variable: *The prefix to remove from each file name returned by Namazu nnir-read-parm - Function: Reads a single search parameter. nnir-read-parms - Function: Reads additional search parameters according to `nnir-engines'. nnir-request-group - Function: GROUP is the query string. nnir-run-excite-search - Function: Run a given query against EWS. Returns vector of (group name, file name) nnir-run-glimpse - Function: Run given query against glimpse. Returns a vector of (group name, file name) nnir-run-namazu - Function: Run given query against Namazu. Returns a vector of (group name, file name) nnir-run-query - Function: Invoke appropriate search engine function (see `nnir-engines'). nnir-run-swish++ - Function: Run given query against swish++. nnir-run-swish-e - Function: Run given query against swish-e. nnir-run-waissearch - Function: Run given query agains waissearch. Returns vector of (group name, file name) nnir-search-engine - Variable: *The search engine to use. Must be a symbol. nnir-swish++-additional-switches - Variable: *A list of strings, to be given as additional arguments to swish++. nnir-swish++-configuration-file - Variable: *Configuration file for swish++ nnir-swish++-index-file - Variable: *Index file for swish++. nnir-swish++-program - Variable: *Name of swish++ search executable. nnir-swish++-remove-prefix - Variable: *The prefix to remove from each file name returned by swish++ nnir-swish-e-additional-switches - Variable: *A list of strings, to be given as additional arguments to swish-e. nnir-swish-e-index-file - Variable: *Index file for swish-e. nnir-swish-e-program - Variable: *Name of swish-e search executable. nnir-swish-e-remove-prefix - Variable: *The prefix to remove from each file name returned by swish-e nnir-tmp-buffer - Variable: Internal: temporary buffer. nnir-version - Variable: Version of NNIR. nnir-wais-database - Variable: *Name of Wais database containing the mail. nnir-wais-program - Variable: *Name of waissearch executable. nnir-wais-remove-prefix - Variable: *The prefix to remove from each directory name returned by waissearch nnkiboze-generate-groups - Command: "Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups". nnmail - Group: Reading mail with Gnus. nnmail-active-file-coding-system - Variable: *Coding system for active file. nnmail-article-buffer - Variable: The buffer used for splitting incoming mails. nnmail-article-group - Function: Look at the headers and return an alist of groups that match. nnmail-cache-accepted-message-ids - Variable: If non-nil, put Message-IDs of Gcc'd articles into the duplicate cache. nnmail-cache-ignore-groups - Variable: Regexp that matches group names to be ignored when inserting message ids into the cache (`nnmail-cache-insert'). nnmail-check-syntax - Function: Check (and modify) the syntax of the message in the current buffer. nnmail-crosspost - Variable: If non-nil, do crossposting if several split methods match the mail. nnmail-crosspost-link-function - Variable: *Function called to create a copy of a file. nnmail-decode-status - Function: Return a status-value alist from STATUS. nnmail-default-file-modes - Variable: Set the mode bits of all new mail files to this integer. nnmail-delete-file-function - Variable: Function called to delete files in some mail backends. nnmail-do-request-post - Function: Utility function to directly post a message to an nnmail-derived group. nnmail-duplicate - Group: Handling of duplicate mail messages. nnmail-encode-status - Function: Return a status string from STATUS. nnmail-expire - Group: Expiring old mail. nnmail-expired-article-p - Function: Say whether an article that is TIME old in GROUP should be expired. nnmail-expiry-target - Variable: *Variable that says where expired messages should end up. nnmail-expiry-wait - Variable: *Expirable articles that are older than this will be expired. nnmail-expiry-wait-function - Variable: Variable that holds function to specify how old articles should be before they are expired. nnmail-extra-headers - Variable: *Extra headers to parse. nnmail-fancy-expiry-target - Function: Returns a target expiry group determined by `nnmail-fancy-expiry-targets'. nnmail-fancy-expiry-targets - Variable: Determine expiry target based on articles using fancy techniques. nnmail-file-coding-system - Variable: Coding system used in nnmail. nnmail-files - Group: Mail files. nnmail-find-file - Function: Insert FILE in server buffer safely. nnmail-fix-eudora-headers - Function: Eudora has a broken References line, but an OK In-Reply-To. nnmail-generate-active - Function: Generate an active file from group-alist ALIST. nnmail-get-active - Function: Returns an assoc of group names and active ranges. nnmail-get-new-mail - Function: Read new incoming mail. nnmail-get-split-group - Function: Find out whether this FILE is to be split into GROUP only. nnmail-group-pathname - Function: Make file name for GROUP. nnmail-incoming-coding-system - Variable: Coding system used in reading inbox nnmail-insert-lines - Function: Insert how many lines there are in the body of the mail. nnmail-insert-xref - Function: Insert an Xref line based on the (group . article) alist. nnmail-keep-last-article - Variable: If non-nil, nnmail will never delete/move a group's last article. nnmail-large-newsgroup - Variable: *The number of articles which indicates a large newsgroup or nil. nnmail-lazy - Widget: Base widget for recursive datastructures. nnmail-list-identifiers - Variable: Regexp that matches list identifiers to be removed. nnmail-mail-splitting-charset - Variable: Default charset to be used when splitting incoming mail. nnmail-mail-splitting-decodes - Variable: Whether the nnmail splitting functionality should MIME decode headers. nnmail-message-id-cache-file - Variable: *The file name of the nnmail Message-ID cache. nnmail-message-id-cache-length - Variable: *The approximate number of Message-IDs nnmail will keep in its cache. nnmail-new-mail-p - Function: Say whether GROUP has new mail. nnmail-parse-active - Function: Parse the active file in the current buffer and return an alist. nnmail-pathname-coding-system - Variable: *Coding system for file name. nnmail-post-get-new-mail-hook - Variable: Hook called just after finishing handling new incoming mail. nnmail-pre-get-new-mail-hook - Variable: Hook called just before starting to handle new incoming mail. nnmail-prepare - Group: Preparing (or mangling) new mail after retrieval. nnmail-prepare-incoming-header-hook - Variable: Hook called narrowed to the headers of each message. nnmail-prepare-incoming-hook - Variable: Hook called before treating incoming mail. nnmail-prepare-incoming-message-hook - Variable: Hook called narrowed to each message. nnmail-prepare-save-mail-hook - Variable: Hook called before saving mail. nnmail-procmail - Group: Interfacing with procmail and other mail agents. nnmail-purge-split-history - Function: Remove all instances of GROUP from `nnmail-split-history'. nnmail-read-incoming-hook - Variable: *Hook that will be run after the incoming mail has been transferred. nnmail-remove-leading-whitespace - Function: Remove excessive whitespace from all headers. nnmail-remove-list-identifiers - Function: Remove list identifiers from Subject headers. nnmail-remove-tabs - Function: Translate TAB characters into SPACE characters. nnmail-replace-status - Function: Make status NAME and VALUE part of the current status line. nnmail-resplit-incoming - Variable: *If non-nil, re-split incoming procmail sorted mail. nnmail-retrieve - Group: Retrieving new mail. nnmail-save-active - Function: Save GROUP-ASSOC in ACTIVE-FILE. nnmail-scan-directory-mail-source-once - Variable: *If non-nil, scan all incoming procmail sorted mails once. nnmail-search-unix-mail-delim - Function: Put point at the beginning of the next Unix mbox message. nnmail-search-unix-mail-delim-backward - Function: Put point at the beginning of the current Unix mbox message. nnmail-split - Group: Organizing the incoming mail in folders. nnmail-split-abbrev-alist - Variable: *Alist of abbreviations allowed in `nnmail-split-fancy'. nnmail-split-fancy - Function: Fancy splitting method. - Variable: Incoming mail can be split according to this fancy variable. - Widget: Widget for customizing splits in the variable of the same name. nnmail-split-fancy-match-partial-words - Variable: Whether to match partial words when fancy splitting. nnmail-split-fancy-syntax-table - Variable: Syntax table used by `nnmail-split-fancy'. nnmail-split-fancy-with-parent - Function: Split this message into the same group as its parent. nnmail-split-fancy-with-parent-ignore-groups - Variable: Regexp that matches group names to be ignored when applying `nnmail-split-fancy-with-parent'. nnmail-split-header-length-limit - Variable: Header lines longer than this limit are excluded from the split function. nnmail-split-history - Command: Generate an overview of where the last mail split put articles. - Variable: List of group/article elements that say where the previous split put messages. nnmail-split-hook - Variable: Hook called before deciding where to split an article. nnmail-split-incoming - Function: Go through the entire INCOMING file and pick out each individual mail. nnmail-split-lowercase-expanded - Variable: Whether to lowercase expanded entries (i.e. \N) when splitting mails. nnmail-split-methods - Variable: *Incoming mail will be split according to this variable. nnmail-spool-file - Variable: *Where the mail backends will look for incoming mail. nnmail-spool-hook - Variable: *A hook called when a new article is spooled. nnmail-treat-duplicates - Variable: *If non-nil, nnmail keep a cache of Message-IDs to discover mail duplicates. nnmail-use-long-file-names - Variable: If non-nil the mail backends will use long file and directory names. nnmail-various - Group: Various mail options. nnmail-within-headers-p - Function: Check to see if point is within the headers of a unix mail message. nnmail-write-region - Function: Do a `write-region', and then set the file modes. nnmh-active-number - Function: Compute the next article number in GROUP. nnmh-be-safe - Variable: If non-nil, nnmh will check all articles to make sure whether they are new or not. nnmh-current-directory - Variable: Current news group directory. nnmh-deletable-article-p - Function: Say whether ARTICLE in GROUP can be deleted. nnmh-directory - Variable: Mail spool directory. nnmh-get-new-mail - Variable: If non-nil, nnmh will check the incoming mail file and split the mail. nnmh-prepare-save-mail-hook - Variable: Hook run narrowed to an article before saving. nnmh-save-mail - Function: Called narrowed to an article. nnmh-version - Variable: nnmh version. nnml-active-file - Variable: Mail active file. nnml-active-number - Function: Compute the next article number in GROUP. nnml-add-nov - Function: Add a nov line for the GROUP base. nnml-current-group-article-to-file-alist - Function: Return an alist of article/file pairs in the current group. nnml-deletable-article-p - Function: Say whether ARTICLE in GROUP can be deleted. nnml-directory - Variable: Spool directory for the nnml mail backend. nnml-directory-articles - Function: Return a list of all article files in a directory. nnml-generate-nov-databases - Command: Generate NOV databases in all nnml directories. nnml-generate-nov-databases-1 - Command: Regenerate the NOV database in DIR. nnml-get-new-mail - Variable: If non-nil, nnml will check the incoming mail file and split the mail. nnml-inhibit-expiry - Variable: If non-nil, inhibit expiry. nnml-marks-is-evil - Variable: If non-nil, Gnus will never generate and use marks file for mail spools. nnml-newsgroups-file - Variable: Mail newsgroups description file. nnml-nov-is-evil - Variable: If non-nil, Gnus will never generate and use nov databases for mail spools. nnml-parse-head - Function: Parse the head of the current buffer. nnml-prepare-save-mail-hook - Variable: Hook run narrowed to an article before saving. nnml-save-mail - Function: Called narrowed to an article. nnml-use-compressed-files - Variable: If non-nil, allow using compressed message files. nnml-version - Variable: nnml version. nnoo-define-basics - Macro: Define `close-server', `server-opened' and `status-message'. nnoo-define-skeleton - Macro: Define all required backend functions for BACKEND. nnoo-execute - Function: Execute FUNCTION on behalf of BACKEND. nnsoup-pack-replies - Command: Make an outbound package of SOUP replies. nnsoup-revert-variables - Command: Revert posting and mailing methods to the standard Emacs methods. nnsoup-set-variables - Command: Use the SOUP methods for posting news and mailing mail. nntp - Group: NNTP access for Gnus. nntp-accept-process-output - Function: Wait for output from PROCESS and message some dots. nntp-accept-response - Function: Wait for output from the process that outputs to BUFFER. nntp-address - Variable: Address of the physical nntp server. nntp-async-needs-kluge - Variable: *When non-nil, nntp will poll asynchronous connections nntp-authinfo-file - Variable: .netrc-like file that holds nntp authinfo passwords. nntp-authinfo-function - Variable: Function used to send AUTHINFO to the server. nntp-authinfo-rejected - Variable: A custom error condition used to report 'Authentication Rejected' errors. nntp-coding-system-for-read - Variable: *Coding system to read from NNTP. nntp-coding-system-for-write - Variable: *Coding system to write to NNTP. nntp-connection-timeout - Variable: *Number of seconds to wait before an nntp connection times out. nntp-decode-text - Function: Decode the text in the current buffer. nntp-encode-text - Function: Encode the text in the current buffer. nntp-end-of-line - Variable: *String to use on the end of lines when talking to the NNTP server. nntp-find-connection - Function: Find the connection delivering to BUFFER. nntp-find-connection-buffer - Function: Return the process connection buffer tied to BUFFER. nntp-find-connection-entry - Function: Return the entry for the connection to BUFFER. nntp-handle-authinfo - Function: Take care of an authinfo response from the server. nntp-large-newsgroup - Variable: *The number of articles which indicates a large newsgroup. nntp-list-active-group - Function: Return the active info on GROUP (which can be a regexp). nntp-make-process-buffer - Function: Create a new, fresh buffer usable for nntp process connections. nntp-maximum-request - Variable: *The maximum number of the requests sent to the NNTP server at one time. nntp-nov-gap - Variable: *Maximum allowed gap between two articles. nntp-nov-is-evil - Variable: *If non-nil, nntp will never attempt to use XOVER when talking to the server. nntp-open-connection - Function: Open a connection to PORT on ADDRESS delivering output to BUFFER. nntp-open-connection-function - Variable: *Function used for connecting to a remote system. nntp-open-rlogin - Function: Open a connection to SERVER using rsh. nntp-open-telnet-envuser - Variable: *If non-nil, telnet session (client and server both) will support the ENVIRON option and not prompt for login name. nntp-open-telnet-stream - Function: Open a nntp connection by telnet'ing the news server. nntp-open-via-rlogin-and-telnet - Function: Open a connection to an nntp server through an intermediate host. nntp-open-via-telnet-and-telnet - Function: Open a connection to an nntp server through an intermediate host. nntp-port-number - Variable: Port number on the physical nntp server. nntp-pre-command - Variable: *Pre-command to use with the various nntp-open-via-* methods. nntp-prepare-post-hook - Variable: *Hook run just before posting an article. It is supposed to be used nntp-prepare-server-hook - Variable: *Hook run before a server is opened. nntp-read-server-type - Function: Find out what the name of the server we have connected to is. nntp-record-command - Function: Record the command STRING. nntp-record-commands - Variable: *If non-nil, nntp will record all commands in the "*nntp-log*" buffer. nntp-report - Function: Report an error from the nntp backend. The first string in ARGS nntp-report-1 - Function: Throws out to nntp-with-open-group-error so that the connection may nntp-request-group-articles - Function: Return the list of existing articles in GROUP. nntp-retrieve-data - Function: Use COMMAND to retrieve data into BUFFER from PORT on ADDRESS. nntp-retrieve-groups - Function: Retrieve group info on GROUPS. nntp-retrieve-headers - Function: Retrieve the headers of ARTICLES. nntp-rlogin-parameters - Variable: *Parameters to `nntp-open-rlogin'. nntp-rlogin-program - Variable: *Program used to log in on remote machines. nntp-rlogin-user-name - Variable: *User name on remote system when using the rlogin connect method. nntp-send-authinfo - Function: Send the AUTHINFO to the nntp server. nntp-send-authinfo-from-file - Function: Send the AUTHINFO to the nntp server. nntp-send-buffer - Function: Send the current buffer to server and wait until WAIT-FOR returns. nntp-send-command - Function: Send STRINGS to server and wait until WAIT-FOR returns. nntp-send-command-and-decode - Function: Send STRINGS to server and wait until WAIT-FOR returns. nntp-send-command-nodelete - Function: Send STRINGS to server and wait until WAIT-FOR returns. nntp-send-mode-reader - Function: Send the MODE READER command to the nntp server. nntp-send-nosy-authinfo - Function: Send the AUTHINFO to the nntp server. nntp-send-string - Function: Send STRING to PROCESS. nntp-send-xover-command - Function: Send the XOVER command to the server. nntp-server-action-alist - Variable: Alist of regexps to match on server types and actions to be taken. nntp-server-opened - Function: Say whether a connection to SERVER has been opened. nntp-server-opened-hook - Variable: *Hook used for sending commands to the server at startup. nntp-snarf-error-message - Function: Save the error message in the current buffer. nntp-ssl-program - Variable: A string containing commands for SSL connections. nntp-telnet-command - Variable: *Telnet command used to connect to the nntp server. nntp-telnet-parameters - Variable: *Parameters to `nntp-open-telnet'. nntp-telnet-passwd - Variable: Password to use to log in via telnet with. nntp-telnet-shell-prompt - Variable: *Regular expression to match the shell prompt on the remote machine. nntp-telnet-switches - Variable: *Switches given to the telnet command `nntp-telnet-command'. nntp-telnet-user-name - Variable: User name to log in via telnet with. nntp-via-address - Variable: *Address of an intermediate host to connect to. nntp-via-envuser - Variable: *Whether both telnet client and server support the ENVIRON option. nntp-via-rlogin-command - Variable: *Rlogin command used to connect to an intermediate host. nntp-via-rlogin-command-switches - Variable: *Switches given to the rlogin command `nntp-via-rlogin-command'. nntp-via-shell-prompt - Variable: *Regular expression to match the shell prompt on an intermediate host. nntp-via-telnet-command - Variable: *Telnet command used to connect to an intermediate host. nntp-via-telnet-switches - Variable: *Switches given to the telnet command `nntp-via-telnet-command'. nntp-via-user-name - Variable: *User name to log in on an intermediate host with. nntp-via-user-password - Variable: *Password to use to log in on an intermediate host with. nntp-wait-for - Function: Wait for WAIT-FOR to arrive from PROCESS. nntp-wait-for-string - Function: Wait until string arrives in the buffer. nntp-with-open-group - Macro: Protect against servers that don't like clients that keep idle connections opens. nntp-xover-commands - Variable: *List of strings that are used as commands to fetch NOV lines from a server. nnvirtual-always-rescan - Variable: If non-nil, always scan groups for unread articles when entering a group. nnvirtual-component-groups - Variable: Component group in this nnvirtual group. nnvirtual-component-regexp - Variable: Regexp to match component groups. nnvirtual-convert-headers - Function: Convert HEAD headers into NOV headers. nnvirtual-create-mapping - Function: Build the tables necessary to map between component (group, article) to virtual article. nnvirtual-current-group - Function: Return the prefixed name of the current nnvirtual group. nnvirtual-find-group-art - Function: Return the real group and article for virtual GROUP and ARTICLE. nnvirtual-info-installed - Variable: T if we have already installed the group info for this group, and shouldn't blast over it again. nnvirtual-map-article - Function: Return a cons of the component group and article corresponding to the given virtual ARTICLE. nnvirtual-mapping-len - Variable: Number of articles in this virtual group. nnvirtual-mapping-marks - Variable: Compressed marks alist for the virtual group as computed from the marks of individual component groups. nnvirtual-mapping-offsets - Variable: Table indexed by component group to an offset to be applied to article numbers in that group. nnvirtual-mapping-reads - Variable: Compressed sequence of read articles on the virtual group as computed from the unread status of individual component groups. nnvirtual-mapping-table - Variable: Table of rules on how to map between component group and article number to virtual article number. nnvirtual-merge-sorted-lists - Function: Merge many sorted lists of numbers. nnvirtual-partition-sequence - Function: Return an association list of component article numbers. nnvirtual-reverse-map-article - Function: Return the virtual article number corresponding to the given component GROUP and ARTICLE. nnvirtual-reverse-map-sequence - Function: Return list of virtual article numbers for all ARTICLES in GROUP. nnvirtual-update-read-and-marked - Function: Copy marks from the virtual group to the component groups. nnvirtual-update-xref-header - Function: Edit current NOV header in current buffer to have an xref to the component group, and also server prefix any existing xref lines. no-byte-compile - Variable: Non-nil to prevent byte-compiling of emacs-lisp code. no-redraw-on-reenter - Variable: *Non-nil means no need to redraw entire frame after suspending. no-xls - Command: Run xlhtml and w3m -dump on the entire buffer. nobreak-char-display - Variable: *Control highlighting of nobreak space and soft hyphen. nobreak-space - Face: Face for displaying nobreak space. non-iso-charset-alist - Variable: Alist of charset names vs the corresponding information. nonascii-insert-offset - Variable: Offset for converting non-ASCII unibyte codes 0240...0377 to multibyte. nonascii-translation-table - Variable: Translation table to convert non-ASCII unibyte codes to multibyte. nongregorian-diary-listing-hook - Variable: List of functions called for listing diary file and included files. nongregorian-diary-marking-hook - Variable: List of functions called for marking diary file and included files. nonincremental-re-search-backward - Command: Read a regular expression and search backward for it nonincrementally. nonincremental-re-search-forward - Command: Read a regular expression and search for it nonincrementally. nonincremental-repeat-search-backward - Command: Search backward for the previous search string or regexp. nonincremental-repeat-search-forward - Command: Search forward for the previous search string or regexp. nonincremental-search-backward - Command: Read a string and search backward for it nonincrementally. nonincremental-search-forward - Command: Read a string and search for it nonincrementally. noninteractive - Variable: Non-nil means Emacs is running without interactive terminal. noreturn - Macro: Evaluate FORM, expecting it not to return. normal-auto-fill-function - Variable: The function to use for `auto-fill-function' if Auto Fill mode is turned on. normal-backup-enable-predicate - Function: Default `backup-enable-predicate' function. normal-erase-is-backspace - Variable: If non-nil, Delete key deletes forward and Backspace key deletes backward. normal-erase-is-backspace-mode - Command: Toggle the Erase and Delete mode of the Backspace and Delete keys. normal-mode - Command: Choose the major mode for this buffer automatically. normal-splash-screen - Function: Display splash screen when Emacs starts. normal-top-level-add-subdirs-to-load-path - Function: Add all subdirectories of current directory to `load-path'. not - Function: Return t if OBJECT is nil. not-modified - Command: Mark current buffer as unmodified, not needing to be saved. notany - Function: Return true if PREDICATE is false of every element of SEQ or SEQs. notevery - Function: Return true if PREDICATE is false of some element of SEQ or SEQs. nreconc - Function: Equivalent to (nconc (nreverse X) Y). nreverse - Function: Reverse LIST by modifying cdr pointers. nroff-mode - Command: Major mode for editing text intended for nroff to format. nset-difference - Function: Combine LIST1 and LIST2 using a set-difference operation. nset-exclusive-or - Function: Combine LIST1 and LIST2 using a set-exclusive-or operation. nslookup - Command: Run nslookup program. nslookup-host - Command: Lookup the DNS information for HOST. nsublis - Function: Perform substitutions indicated by ALIST in TREE (destructively). nsubst - Function: Substitute NEW for OLD everywhere in TREE (destructively). nsubst-if - Function: Substitute NEW for elements matching PREDICATE in TREE (destructively). nsubst-if-not - Function: Substitute NEW for elements not matching PREDICATE in TREE (destructively). nsubstitute - Function: Substitute NEW for OLD in SEQ. nsubstitute-if - Function: Substitute NEW for all items satisfying PREDICATE in SEQ. nsubstitute-if-not - Function: Substitute NEW for all items not satisfying PREDICATE in SEQ. nth - Function: Return the Nth element of LIST. nth-value - Function: Evaluate EXPRESSION to get multiple values and return the Nth one. nthcdr - Function: Take cdr N times on LIST, returns the result. null - Function: Return t if OBJECT is nil. null-device - Variable: The system null device. num-input-keys - Variable: Number of complete key sequences read as input so far. num-nonmacro-input-events - Variable: Number of input events read from the keyboard so far. number - Widget: A number (floating point or integer). number-of-diary-entries - Variable: Specifies how many days of diary entries are to be displayed initially. number-or-marker-p - Function: Return t if OBJECT is a number or a marker. number-sequence - Function: Return a sequence of numbers from FROM to TO (both inclusive) as a list. number-to-register - Command: Store a number in a register. number-to-string - Function: Return the decimal representation of NUMBER as a string. numberp - Function: Return t if OBJECT is a number (floating point or integer). nunion - Function: Combine LIST1 and LIST2 using a set-union operation. obarray - Variable: Symbol table for use by `intern' and `read'. objc-font-lock-extra-types - Variable: *List of extra types (aside from the type keywords) to recognize in ObjC mode. objc-font-lock-keywords - Variable: Default expressions to highlight in Objective-C mode. objc-font-lock-keywords-1 - Variable: Minimal font locking for Objective-C mode. objc-font-lock-keywords-2 - Variable: Fast normal font locking for Objective-C mode. objc-font-lock-keywords-3 - Variable: Accurate normal font locking for Objective-C mode. objc-mode - Command: Major mode for editing Objective C code. objc-mode-abbrev-table - Variable: Abbreviation table used in objc-mode buffers. objc-mode-hook - Variable: *Hook called by `objc-mode'. objc-mode-map - Variable: Keymap used in objc-mode buffers. objc-mode-syntax-table - Variable: Syntax table used in objc-mode buffers. occur - Command: Show all lines in the current buffer containing a match for REGEXP. occur-excluded-properties - Variable: *Text properties to discard when copying lines to the *Occur* buffer. occur-hook - Variable: Hook run by Occur when there are any matches. occur-mode - Command: Major mode for output from M-x occur. occur-mode-display-occurrence - Command: Display in another window the occurrence the current line describes. occur-mode-goto-occurrence - Command: Go to the occurrence the current line describes. occur-mode-goto-occurrence-other-window - Command: Go to the occurrence the current line describes, in another window. occur-mode-hook - Variable: Hook run when entering Occur mode. occur-mode-map - Variable: Keymap for `occur-mode'. occur-mode-mouse-goto - Command: Go to the occurrence the current line describes. occur-next - Command: Move to the Nth (default 1) next match in an Occur mode buffer. occur-next-error - Command: Move to the Nth (default 1) next match in an Occur mode buffer. occur-prev - Command: Move to the Nth (default 1) previous match in an Occur mode buffer. occur-rename-buffer - Command: Rename the current *Occur* buffer to *Occur: original-buffer-name*. occur-revert-arguments - Variable: Arguments to pass to `occur-1' to revert an Occur mode buffer. occur-revert-function - Function: Handle `revert-buffer' for Occur mode buffers. octave-help - Command: Get help on Octave symbols from the Octave info files. octave-mode - Command: Major mode for editing Octave code. oddp - Function: Return t if INTEGER is odd. one-window-p - Function: Return non-nil if the selected window is the only window. only-global-abbrevs - Variable: Non-nil means user plans to use global abbrevs only. open-dribble-file - Command: Start writing all keyboard characters to a dribble file called FILE. open-line - Command: Insert a newline and leave point before it. open-network-stream - Function: Open a TCP connection for a service to a host. open-paren-in-column-0-is-defun-start - Variable: *Non-nil means an open paren in column 0 denotes the start of a defun. open-rectangle - Command: Blank out the region-rectangle, shifting text right. open-termscript - Command: Start writing all terminal output to FILE as well as the terminal. operating-system-release - Variable: The release of the operating system Emacs is running on. optimize-char-table - Function: Optimize char table TABLE. option - Widget: An widget with an optional item. or - Function: Eval args until one of them yields non-nil, then return that value. org-agenda - Command: Dispatch agenda commands to collect entries to the agenda buffer. org-agenda-list - Command: Produce a weekly view from all files in variable `org-agenda-files'. org-cycle - Command: Visibility cycling for Org-mode. org-diary - Function: Return diary information from org-files. org-export-icalendar-all-agenda-files - Command: Export all files in `org-agenda-files' to iCalendar .ics files. org-export-icalendar-combine-agenda-files - Command: Export all files in `org-agenda-files' to a single combined iCalendar file. org-export-icalendar-this-file - Command: Export current file as an iCalendar file. org-global-cycle - Command: Cycle the global visibility. For details see `org-cycle'. org-mode - Command: Outline-based notes management and organizer, alias org-remember-annotation - Function: Return a link to the current location as an annotation for remember.el. org-remember-apply-template - Function: Initialize *remember* buffer with template, invoke `org-mode'. org-remember-handler - Function: Store stuff from remember.el into an org file. org-store-link - Command: org-tags-view - Command: Show all headlines for all `org-agenda-files' matching a TAGS criterion. org-todo-list - Command: Show all TODO entries from all agenda file in a single list. orgtbl-mode - Command: The `org-mode' table editor as a minor mode for use in other modes. oriental-holidays - Variable: Oriental holidays. other - Widget: Matches any value, but doesn't let the user edit the value. other-buffer - Function: Return most recently selected buffer other than BUFFER. other-calendars-buffer - Variable: Name of the buffer used for the display of date on other calendars. other-frame - Command: Select the ARG'th different visible frame on current display, and raise it. other-holidays - Variable: User defined holidays. other-window - Command: Select the ARG'th different window on this frame. other-window-for-scrolling - Function: Return the other window for "other window scroll" commands. other-window-scroll-buffer - Variable: If non-nil, this is a buffer and C-M-v should scroll its window. outline-minor-mode - Command: Toggle Outline minor mode. outline-mode - Command: Set major mode for editing outlines with selective display. outlineify-sticky - Command: Activate outline mode and establish file var so it is started subsequently. outlinify-sticky - Command: Activate outline mode and establish file var so it is started subsequently. overflow-newline-into-fringe - Variable: *Non-nil means that newline may flow into the right fringe. overlay-arrow-position - Variable: Marker for where to display an arrow on top of the buffer text. overlay-arrow-string - Variable: String to display as an arrow in non-window frames. overlay-arrow-variable-list - Variable: List of variables (symbols) which hold markers for overlay arrows. overlay-buffer - Function: Return the buffer OVERLAY belongs to. overlay-end - Function: Return the position at which OVERLAY ends. overlay-get - Function: Get the property of overlay OVERLAY with property name PROP. overlay-lists - Function: Return a pair of lists giving all the overlays of the current buffer. overlay-properties - Function: Return a list of the properties on OVERLAY. overlay-put - Function: Set one property of overlay OVERLAY: give property PROP value VALUE. overlay-recenter - Function: Recenter the overlays of the current buffer around position POS. overlay-start - Function: Return the position at which OVERLAY starts. overlayp - Function: Return t if OBJECT is an overlay. overlays-at - Function: Return a list of the overlays that contain position POS. overlays-in - Function: Return a list of the overlays that overlap the region BEG ... END. overriding-local-map - Variable: Keymap that overrides all other local keymaps. overriding-local-map-menu-flag - Variable: Non-nil means `overriding-local-map' applies to the menu bar. overriding-map-is-bound - Variable: Non-nil when `overriding-terminal-local-map' is `universal-argument-map'. overriding-terminal-local-map - Variable: Per-terminal keymap that overrides all other local keymaps. overwrite-mode - Command: Toggle overwrite mode. - Variable: Non-nil if self-insertion should replace existing text. overwrite-mode-binary - Variable: The string displayed in the mode line when in binary overwrite mode. overwrite-mode-textual - Variable: The string displayed in the mode line when in overwrite mode. page-delimiter - Variable: Regexp describing line-beginnings that separate pages. pairlis - Function: Make an alist from KEYS and VALUES. paragraph-ignore-fill-prefix - Variable: Non-nil means the paragraph commands are not affected by `fill-prefix'. paragraph-indent-minor-mode - Command: Minor mode for editing text, with leading spaces starting a paragraph. paragraph-indent-text-mode - Command: Major mode for editing text, with leading spaces starting a paragraph. paragraph-separate - Variable: Regexp for beginning of a line that separates paragraphs. paragraph-start - Variable: Regexp for beginning of a line that starts OR separates paragraphs. paragraphs - Group: Paragraph and sentence parsing. paren-blinking - Group: Blinking matching of parens and expressions. paren-matching - Group: Highlight (un)matching of parens and expressions. paren-showing - Group: Showing (un)matching of parens and expressions. paren-showing-faces - Group: Group for faces of Show Paren mode. parens-require-spaces - Variable: If non-nil, `insert-parentheses' inserts whitespace as needed. parse-colon-path - Function: Explode a search path into a list of directory names. parse-integer - Function: [CL] Parse and return the integer in STRING, or nil if none. parse-partial-sexp - Function: Parse Lisp syntax starting at FROM until TO; return status of parse at TO. parse-sexp-ignore-comments - Variable: Non-nil means `forward-sexp', etc., should treat comments as whitespace. parse-sexp-lookup-properties - Variable: Non-nil means `forward-sexp', etc., obey `syntax-table' property. parse-time-rules - Variable: (slots predicate extractor...) parse-time-string - Function: Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ). parse-time-tokenize - Function: Tokenize STRING into substrings. parse-time-zoneinfo - Variable: (zoneinfo seconds-off daylight-savings-time-p) partial-completion-mode - Command: Toggle Partial Completion mode. - Variable: Non-nil if Partial-Completion mode is enabled. pascal-mode - Command: Major mode for editing Pascal code. pat-eshell-ls-find-file-at-mouse-click - Command: Middle click on Eshell's `ls' output to open files. path-separator - Variable: The directory separator in search paths, as a string. pc-bindings-mode - Command: Set up certain key bindings for PC compatibility. pc-selection-mode - Command: Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style. - Variable: Toggle PC Selection mode. pcmpl-linux-fs-types - Function: Return a list of available fs modules on GNU/Linux systems. pcmpl-linux-mountable-directories - Function: Return a list of mountable directory names. pcmpl-linux-mounted-directories - Function: Return a list of mounted directory names. pcmpl-unix-group-file - Variable: *If non-nil, a string naming the group file on your system. pcmpl-unix-group-names - Function: Read the contents of /etc/group for group names. pcmpl-unix-passwd-file - Variable: *If non-nil, a string naming the passwd file on your system. pcmpl-unix-read-passwd-file - Function: Return an alist correlating gids to group names in FILE. pcmpl-unix-user-names - Function: Read the contents of /etc/passwd for user names. pcomplete - Command: Support extensible programmable completion. - Group: Programmable completion. pcomplete--help - Function: Produce context-sensitive help for the current argument. pcomplete--here - Function: Complete against the current argument, if at the end. pcomplete--test - Function: Perform a programmable completion predicate match. pcomplete-actual-arg - Function: Return the actual text representation of the last argument. pcomplete-all-entries - Function: Like `pcomplete-entries', but doesn't ignore any entries. pcomplete-arg - Function: Return the textual content of the INDEXth argument. pcomplete-arg-quote-list - Variable: *List of characters to quote when completing an argument. pcomplete-autolist - Variable: *If non-nil, automatically list possibilities on partial completion. pcomplete-begin - Function: Return the beginning position of the INDEXth argument. pcomplete-comint-setup - Function: Setup a comint buffer to use pcomplete. pcomplete-command-completion-function - Variable: *Function called for completing the initial command argument. pcomplete-command-name - Function: Return the command name of the first argument. pcomplete-command-name-function - Variable: *Function called for determining the current command name. pcomplete-compare-entry-function - Variable: *This function is used to order file entries for completion. pcomplete-completions - Function: Return a list of completions for the current argument position. pcomplete-continue - Command: Complete without reference to any cycling completions. pcomplete-cycle-completions - Variable: *If non-nil, hitting the TAB key cycles through the completion list. pcomplete-cycle-cutoff-length - Variable: *If the number of completions is greater than this, don't cycle. pcomplete-default-completion-function - Variable: *Function called when no completion rule can be found. pcomplete-dir-ignore - Variable: *A regexp of names to be disregarded during directory completion. pcomplete-dirs - Function: Complete amongst a list of directories. pcomplete-dirs-or-entries - Function: Return either directories, or qualified entries. pcomplete-do-complete - Function: Dynamically complete at point using STUB and COMPLETIONS. pcomplete-entries - Function: Complete against a list of directory candidates. pcomplete-executables - Function: Complete amongst a list of directories and executables. pcomplete-expand - Command: Expand the textual value of the current argument. pcomplete-expand-and-complete - Command: Expand the textual value of the current argument. pcomplete-expand-before-complete - Variable: *If non-nil, expand the current argument before completing it. pcomplete-file-ignore - Variable: *A regexp of filenames to be disregarded during file completion. pcomplete-find-completion-function - Function: Find the completion function to call for the given COMMAND. pcomplete-help - Command: Display any help information relative to the current argument. - Variable: *A string or function (or nil) used for context-sensitive help. pcomplete-here - Macro: Complete against the current argument, if at the end. pcomplete-here* - Macro: An alternate form which does not participate in argument paring. pcomplete-ignore-case - Variable: *If non-nil, ignore case when doing filename completion. pcomplete-insert-entry - Function: Insert a completion entry at point. pcomplete-list - Command: Show the list of possible completions for the current argument. pcomplete-man-function - Variable: *A function to that will be called to display a manual page. pcomplete-match - Function: Like `string-match', but on the current completion argument. pcomplete-match-beginning - Function: Return position of start of text matched by last search. pcomplete-match-end - Function: Return position of end of text matched by last search. pcomplete-match-string - Function: Like `match-string', but on the current completion argument. pcomplete-next-arg - Function: Move the various pointers to the next argument. pcomplete-opt - Function: Complete a set of OPTIONS, each beginning with PREFIX (?- by default). pcomplete-pare-list - Function: Destructively remove from list L all elements matching any in list R. pcomplete-parse-arguments - Function: Parse the command line arguments. Most completions need this info. pcomplete-parse-arguments-function - Variable: *A function to call to parse the current line's arguments. pcomplete-parse-buffer-arguments - Function: Parse whitespace separated arguments in the current region. pcomplete-parse-comint-arguments - Function: Parse whitespace separated arguments in the current region. pcomplete-process-result - Function: Call CMD using `call-process' and return the simplest result. pcomplete-quote-arg-hook - Variable: *A hook which is run to quote a character within a filename. pcomplete-quote-argument - Function: Return FILENAME with magic characters quoted. pcomplete-recexact - Variable: *If non-nil, use shortest completion if characters cannot be added. pcomplete-restore-window-delay - Variable: *The number of seconds to wait before restoring completion windows. pcomplete-restore-windows - Function: If the only window change was due to Completions, restore things. pcomplete-reverse - Command: If cycling completion is in use, cycle backwards. pcomplete-shell-setup - Function: Setup shell-mode to use pcomplete. pcomplete-show-completions - Function: List in help buffer sorted COMPLETIONS. pcomplete-stub - Function: Dynamically complete STUB from CANDIDATES list. pcomplete-suffix-list - Variable: *A list of characters which constitute a proper suffix. pcomplete-termination-string - Variable: *A string that is inserted after any completion or expansion. pcomplete-test - Function: Predicates to test the current programmable argument with. pcomplete-try-first-hook - Variable: *A list of functions which are called before completing an argument. pcomplete-uniqify-list - Function: Sort and remove multiples in L. pcomplete-use-paring - Variable: *If t, pare alternatives that have already been used. pcomplete/bzip2 - Function: Completion for `bzip2'. pcomplete/cd - Function: Completion for `cd'. pcomplete/chgrp - Function: Completion for the `chgrp' command. pcomplete/chown - Function: Completion for the `chown' command. pcomplete/cvs - Function: Completion rules for the `cvs' command. pcomplete/erc-mode/DCC - Function: Provides completion for the /DCC command. pcomplete/eshell-mode/alias - Function: Completion function for Eshell's `alias' command. pcomplete/eshell-mode/eshell-debug - Function: Completion for the `debug' command. pcomplete/eshell-mode/export - Function: Completion function for Eshell's `export'. pcomplete/eshell-mode/setq - Function: Completion function for Eshell's `setq'. pcomplete/eshell-mode/unset - Function: Completion function for Eshell's `unset'. pcomplete/ftp - Function: Complete a command that wants a hostname for an argument. pcomplete/gdb - Function: Completion for `xargs'. pcomplete/gzip - Function: Completion for `gzip'. pcomplete/kill - Function: Completion for GNU/Linux `kill', using /proc filesystem. pcomplete/make - Function: Completion for GNU `make'. pcomplete/mount - Function: Completion for GNU/Linux `mount'. pcomplete/ncftp - Function: Complete a command that wants a hostname for an argument. pcomplete/ping - Function: Complete a command that wants a hostname for an argument. pcomplete/pushd - Function: Completion for `cd'. pcomplete/rlogin - Function: Complete a command that wants a hostname for an argument. pcomplete/rm - Function: Completion for `rm'. pcomplete/rmdir - Function: Completion for `rmdir'. pcomplete/rpm - Function: Completion for RedHat's `rpm' command. pcomplete/rsh - Function: Complete `rsh', which, after the user and hostname, is like xargs. pcomplete/ssh - Function: Complete `rsh', which, after the user and hostname, is like xargs. pcomplete/tar - Function: Completion for the GNU tar utility. pcomplete/time - Function: Completion for `xargs'. pcomplete/umount - Function: Completion for GNU/Linux `umount'. pcomplete/which - Function: Completion for `which'. pcomplete/xargs - Function: Completion for `xargs'. pdb - Command: Run pdb on program FILE in buffer `*gud-FILE*'. pending-delete-mode - Command: Toggle Delete Selection mode. pending-undo-list - Variable: Within a run of consecutive undo commands, list remaining to be undone. perform-replace - Function: Subroutine of `query-replace'. Its complexity handles interactive queries. perl-mode - Command: Major mode for editing Perl code. perldb - Command: Run perldb on program FILE in buffer *gud-FILE*. peter/planner-fix-tasks-after-marking - Function: Always fix tasks. pgg - Group: Glue for the various PGP implementations. pgg-add-passphrase-to-cache - Function: Associate KEY with PASSPHRASE in time-limited passphrase cache. pgg-armor-header-lines - Variable: Armor headers. pgg-cache-passphrase - Variable: If t, cache passphrase. pgg-cancel-timer - Function: Remove TIMER from the list of active timers. pgg-char-int - Function: Return the argument unchanged. pgg-decrypt - Command: Decrypt the current buffer. pgg-decrypt-region - Command: Decrypt the current region between START and END. pgg-default-keyserver-address - Variable: Host name of keyserver. pgg-default-scheme - Variable: Default PGP scheme. pgg-default-user-id - Variable: User ID of your default identity. pgg-display-error-buffer - Function: Pop up an error buffer indicating the reason for an en/decryption failure. pgg-display-output-buffer - Function: Situate en/decryption results or pop up an error buffer. pgg-encrypt - Command: Encrypt the current buffer for RCPTS. pgg-encrypt-for-me - Variable: If t, encrypt all outgoing messages with user's public key. pgg-encrypt-region - Command: Encrypt the current region between START and END for RCPTS. pgg-encrypt-symmetric - Command: Encrypt the current buffer using a symmetric, rather than key-pair, cipher. pgg-encrypt-symmetric-region - Command: Encrypt the current region between START and END symmetric with passphrase. pgg-fetch-key - Function: Attempt to fetch a KEY from KEYSERVER for addition to PGP or GnuPG keyring. pgg-gpg - Group: GnuPG interface. pgg-gpg-decrypt-region - Function: Decrypt the current region between START and END. pgg-gpg-encrypt-region - Function: Encrypt the current region between START and END. pgg-gpg-encrypt-symmetric-region - Function: Encrypt the current region between START and END with symmetric cipher. pgg-gpg-extra-args - Variable: Extra arguments for every GnuPG invocation. pgg-gpg-insert-key - Function: Insert public key at point. pgg-gpg-lookup-all-secret-keys - Function: Return all secret keys present in secret key ring. pgg-gpg-lookup-key - Function: Search keys associated with STRING. pgg-gpg-lookup-key-owner - Function: Search keys associated with STRING and return owner of identified key. pgg-gpg-program - Variable: The GnuPG executable. pgg-gpg-recipient-argument - Variable: GnuPG option to specify recipient. pgg-gpg-select-matching-key - Function: Choose a key from MESSAGE-KEYS that matches one of the keys in SECRET-KEYS. pgg-gpg-sign-region - Function: Make detached signature from text between START and END. pgg-gpg-snarf-keys-region - Function: Add all public keys in region between START and END to the keyring. pgg-gpg-symmetric-key-p - Function: True if decoded armor MESSAGE-KEYS has symmetric encryption indicator. pgg-gpg-update-agent - Function: Try to connet to gpg-agent and send UPDATESTARTUPTTY. pgg-gpg-use-agent - Variable: Whether to use gnupg agent for key caching. pgg-gpg-use-agent-p - Function: Return t if `pgg-gpg-use-agent' is t and gpg-agent is available. pgg-gpg-user-id - Variable: GnuPG ID of your default identity. pgg-gpg-verify-region - Function: Verify region between START and END as the detached signature SIGNATURE. pgg-ignore-packet-checksum - Variable: If non-nil checksum of each ascii armored packet will be ignored. pgg-insert-key - Command: Insert the ASCII armored public key. pgg-make-temp-file - Function: Create a temporary file. pgg-messages-coding-system - Variable: Coding system used when reading from a PGP external process. pgg-parse - Group: OpenPGP packet parsing. pgg-parse-compression-algorithm-alist - Variable: Alist of the assigned number to the compression algorithm. pgg-parse-hash-algorithm-alist - Variable: Alist of the assigned number to the cryptographic hash algorithm. pgg-parse-public-key-algorithm-alist - Variable: Alist of the assigned number to the public key algorithm. pgg-parse-signature-type-alist - Variable: Alist of the assigned number to the signature type. pgg-parse-symmetric-key-algorithm-alist - Variable: Alist of the assigned number to the simmetric key algorithm. pgg-passphrase-cache-expiry - Variable: How many seconds the passphrase is cached. pgg-pending-timers - Variable: Hash table for managing scheduled pgg cache management timers. pgg-query-keyserver - Variable: Whether PGG queries keyservers for missing keys when verifying messages. pgg-read-passphrase - Function: Using PROMPT, obtain passphrase for KEY from cache or user. pgg-read-passphrase-from-cache - Function: Obtain passphrase for KEY from time-limited passphrase cache. pgg-remove-passphrase-from-cache - Function: Omit passphrase associated with KEY in time-limited passphrase cache. pgg-run-at-time - Command: Perform an action at time TIME. pgg-scheme - Variable: Current scheme of PGP implementation. pgg-sign - Command: Sign the current buffer. pgg-sign-region - Command: Make the signature from text between START and END. pgg-situate-output - Function: Place en/decryption result in place of current text from START to END. pgg-skip-bytes - Command: Move point right N characters (left if N is negative). pgg-snarf-keys - Command: Import public keys in the current buffer. pgg-snarf-keys-region - Command: Import public keys in the current region between START and END. pgg-string-as-unibyte - Function: Return a unibyte string with the same individual bytes as STRING. pgg-text-mode - Variable: If t, inform the recipient that the input is text. pgg-verify - Command: Verify the current buffer. pgg-verify-region - Command: Verify the current region between START and END. phases-of-moon - Command: Display the quarters of the moon for last month, this month, and next month. php-imenu-generic-expression - Variable: Imenu generic expression for PHP Mode. See `imenu-generic-expression'. php-mode - Command: A major mode for editing PHP source code. pi - Variable: The value of Pi (3.1415926...). picture-mode - Command: Switch to Picture mode, in which a quarter-plane screen model is used. pike-font-lock-extra-types - Variable: *List of extra types (aside from the type keywords) to recognize in Pike mode. pike-font-lock-keywords - Variable: Default expressions to highlight in Pike mode. pike-font-lock-keywords-1 - Variable: Minimal font locking for Pike mode. pike-font-lock-keywords-2 - Variable: Fast normal font locking for Pike mode. pike-font-lock-keywords-3 - Variable: Accurate normal font locking for Pike mode. pike-mode - Command: Major mode for editing Pike code. pike-mode-abbrev-table - Variable: Abbreviation table used in pike-mode buffers. pike-mode-hook - Variable: *Hook called by `pike-mode'. pike-mode-map - Variable: Keymap used in pike-mode buffers. pike-mode-syntax-table - Variable: Syntax table used in pike-mode buffers. ping - Command: Ping HOST. plain-TeX-mode - Command: Major mode for editing files of input for plain TeX. plain-tex-mode - Command: Major mode for editing files of input for plain TeX. plan - Command: Start your planning for the day, carrying unfinished tasks forward. planner - Group: A personal information manager for Emacs. planner-add-protocol - Function: Add PROTOCOL to `muse-url-protocols'. PROTOCOL may be a regexp. planner-add-task-at-end-flag - Variable: *Non-nil means create tasks at the bottom of the first task block. planner-align-table - Command: Align table neatly. Take account of links which hides characters when planner-align-tasks - Command: Align tasks neatly. planner-align-tasks-automatically - Variable: Non-nil means align tasks whenever a planner file is saved. planner-align-tasks-maybe - Function: Align tasks depending on `planner-align-tasks-automatically'. planner-annotation-as-kill - Command: Copy the current annotation into the kill ring. planner-annotation-format-local-file-name - Variable: If non-nil, use the result of `planner-annotation-format-local-file-name'. planner-annotation-from-dired - Function: Return the `default-directory' of the current Dired buffer. planner-annotation-from-file - Function: Return the filename of the current buffer. planner-annotation-from-file-relative - Function: Return the filename of the current buffer relative to `planner-directory'. planner-annotation-from-file-with-position - Function: Return the filename and cursor position of the current buffer. planner-annotation-from-info - Function: If called from an info node, return an annotation. planner-annotation-from-planner - Function: Return a wiki link to the current wiki page. planner-annotation-from-planner-note - Function: Return a link to the current page. planner-annotation-from-wiki - Function: Return the interwiki link to the current wiki page. planner-annotation-functions - Variable: Functions tried in order by `planner-create-task-from-buffer'. planner-annotation-strip-directory - Variable: If non-nil, strip the directory part of the filename from link text. planner-annotation-symbol-string - Variable: The string to be replaced by annotation from `planner-annotation-functions'. planner-annotation-use-relative-file - Variable: If t, use relative file links always. planner-bbdb-annotation-from-bbdb - Function: If called from a bbdb buffer, return an annotation. planner-bbdb-browse-url - Function: If this is a BBDB URL, jump to it. planner-bbdb-get-name-from-address - Function: Return the name for ADDRESS to be used in links. planner-bbdb-plan-field - Variable: Field that contains a planner page associated with this record. planner-bbdb-resolve-url - Function: Replace ID with the blog, web or e-mail address of the BBDB record. planner-browse-position-url - Function: If this is a position URL, jump to it. planner-calculate-date-from-day-offset - Function: From ORIGIN, calculate the date OFFSET days into the past or future. planner-calendar-buffer-list - Variable: List of buffers opened by calendar. planner-calendar-goto - Command: Goto the plan page corresponding to the calendar date. planner-calendar-insinuate - Command: Hook Planner into Calendar. planner-calendar-select - Command: Return to `planner-read-date' with the date currently selected. planner-calendar-selected-date - Variable: Temporary storage for date selected from calendar. planner-calendar-show - Command: Show the plan page for the calendar date under point in another window. planner-calendar-show-planner-files - Variable: If non-nil, shows a plan file every time a day is selected in Calendar. planner-cancelled-task-face - Face: Face for cancelled tasks. planner-carry-tasks-forward - Variable: If non-nil, carry unfinished tasks forward automatically. planner-completed-task-face - Face: Face for completed tasks. planner-copy-or-move-region - Command: Move all tasks from BEG to END to DATE. planner-copy-or-move-task - Command: Move the current task to DATE. planner-copy-or-move-task-basic - Command: Move the current task to DATE. planner-copy-or-move-task-suppress-duplicates - Variable: *If non-nil, do not create duplicate tasks. planner-copy-overlay - Function: Return a copy of overlay O. planner-create-at-bottom - Function: Create SECTION at bottom of file. planner-create-at-top - Function: Create SECTION at top of file. planner-create-high-priority-task-from-buffer - Command: Create a high-priority task based on this buffer. planner-create-low-priority-task-from-buffer - Command: Create a high-priority task based on this buffer. planner-create-medium-priority-task-from-buffer - Command: Create a high-priority task based on this buffer. planner-create-note - Command: Create a note to be remembered in PAGE (today if PAGE is nil). planner-create-note-from-context - Function: Create a note based on the current context. planner-create-note-from-task - Command: Create a note based on the current task. planner-create-section-function - Variable: Called when creating a new section. planner-create-task - Command: Create a new task named TITLE based on the current Wiki page. planner-create-task-from-buffer - Command: Create a new task named TITLE on DATE based on the current buffer. planner-create-task-from-buffer-hook - Variable: Functions to run after a task has been created from a buffer. planner-create-task-from-info - Function: Create a task in the date and plan pages based on INFO. planner-create-task-from-info-basic - Function: Create a task in the date and plan pages based on INFO. planner-create-task-from-info-function - Variable: Function for creating tasks. planner-create-task-from-note - Command: Create a task based on the current note with TITLE, DATE, PLAN-PAGE and planner-create-task-hook - Variable: Functions to run after a task has been created. planner-current-file - Function: Return the name of the currently visited or published file. planner-current-note-info - Function: Parse the current note and return the note information as a list. planner-current-task-info - Function: Parse the current line and return the task information as a list. planner-cyclic-create-task-maybe - Function: For DATE, possibly create a task based on TASK-STRING. planner-cyclic-create-tasks-maybe - Command: Maybe create cyclic tasks. planner-cyclic-diary-file - Variable: Diary file containing cyclic tasks. planner-cyclic-diary-nag - Variable: If non-nil, create tasks even if there are procrastinated cyclic tasks. planner-cyclic-generate-task - Function: For DATE, generate a cyclic task based on TASK-STRING. planner-cyclic-get-cyclic-tasks - Function: For DATE, get the cyclic tasks. planner-cyclic-task-description-format - Variable: Format used by `planner-cyclic-generate-task' when creating a task. planner-date-to-filename - Function: Return the planner filename corresponding to DATE. planner-dates-relative-to-today-flag - Variable: Non-nil means relative dates (+1, -1) are always based on today. planner-day-page-template - Variable: Template to be inserted into blank daily pages. planner-default-page - Variable: Default page for tasks. planner-default-section - Variable: Default section when you use `planner-goto' to open a page. planner-default-task-priority - Variable: Default priority for new tasks created with `planner-create-task'. planner-default-task-status - Variable: Default status for new tasks created with `planner-create-task'. planner-delegated-task-face - Face: Face for delegated tasks. planner-delete-file-function - Variable: Function called to remove a planner file from the current wiki. planner-delete-note - Command: Delete the current note. planner-delete-section - Function: Delete the named SECTION. planner-delete-section-text - Function: Delete the text of the named SECTION. planner-delete-task - Command: Deletes this task from the current page and the linked page. planner-derived-mode-p - Function: Non-nil if the current major mode is derived from one of MODES. planner-display-warning - Function: Display the given MESSAGE as a warning. planner-edit-task-description - Command: Update multiple pages. planner-edit-task-description-basic - Command: Change the current task to use DESCRIPTION. planner-expand-name - Function: Expand the given NAME to its fullest form. planner-expand-name-days-alist - Variable: Abbreviations for `planner-expand-name'. planner-expand-name-default - Variable: What an empty string means in `planner-expand-name'. planner-expand-name-favor-future-p - Variable: If non-nil, `planner-expand-name' defaults to future dates. planner-extract-tasks - Function: Parse PAGES and extract all tasks. planner-extract-tasks-with-status - Function: Return all tasks on PAGES with the specified STATUS. planner-file-alist - Function: Return possible Wiki filenames in `planner-project'. planner-filename-to-calendar-date - Function: Return the date of the planning file FILENAME. planner-find-file - Function: Open the Planner page WIKI by name. planner-find-task - Function: Move point to the character before the task described by INFO. planner-find-task-basic - Function: Move point to the character before the task described by INFO. planner-find-task-function - Variable: Function to find a task based on INFO and POINT. planner-fix-tasks - Command: Sort, renumber and align tasks. planner-follow-name-at-point - Command: Visit the link at point, or insert a newline if none is found. planner-fontlock - Group: Font-locking for planner.el pages. planner-format-note - Function: Return the string representation of INFO. planner-format-task - Function: Return a string containing TASK-INFO ready to be inserted into a page. planner-generate-index - Function: Generate an index of all Wiki pages. planner-get-current-date-filename - Function: Return the date of the daily page currently being viewed. planner-get-day-pages - Function: Return a descending list of day pages from FROM to TO (inclusive). planner-get-diary-entries - Function: For DATE (yyyy.mm.dd), return a list of diary entries as a string. planner-get-from - Function: Return the address of the sender of the current message. planner-get-message-id - Function: Return the message-id of the current message. planner-get-name-from-address - Function: Return the name for ADDRESS to be used in links. planner-get-next-existing-day - Function: Return the existing planner file immediately after DATE. planner-get-previous-existing-day - Function: Return the planner file immediately before DATE. planner-gnus-annotation - Function: Return an annotation from a Gnus summary or message buffer. planner-gnus-annotation-from-message - Function: If called from a Gnus article, return an annotation. planner-gnus-annotation-from-summary - Function: If called from a Gnus summary buffer, return an annotation. planner-gnus-browse-url - Function: If this is a Gnus URL, jump to it. planner-gnus-get-address - Function: Return the address of the sender of the current message. planner-gnus-get-message-id - Function: Return the message-id of the current message. planner-gnus-group-threshold - Variable: Number of messages to retrieve from groups. planner-gnus-insinuate - Function: Hook Planner into Gnus. planner-goto - Command: Jump to the planning page for DATE. planner-goto-hook - Variable: Functions called after a planner page is opened. planner-goto-most-recent - Command: Go to the most recent day with planning info. planner-goto-next-daily-page - Command: Goto the first plan page after the current date. planner-goto-plan-page - Command: Opens PAGE in the the `planner-project' wiki. planner-goto-previous-daily-page - Command: Goto the last plan page before the current date. planner-goto-today - Command: Jump to the planning page for today. planner-goto-tomorrow - Command: Goto the planner page DAYS after the currently displayed date. planner-goto-yesterday - Command: Goto the planner page DAYS before the currently displayed date. planner-hide-task-status-when-highlighting - Variable: *If non-nil, hide task status when font-locking. planner-high-priority-task-face - Face: Face for high-priority tasks. planner-highlight-notes - Function: Highlight notes as second-level headers from BEG to END. planner-highlight-region - Function: Add the specified text properties to the overlay or region. planner-highlight-tasks - Function: Highlight tasks from BEG to END. VERBOSE is ignored. planner-history-list - Variable: History list for pages. planner-html-footer - Variable: Footer used for publishing PLANNER HTML files. planner-html-header - Variable: Header used for publishing PLANNER HTML files. planner-html-inner-footer - Variable: Extra footer section that can be embedded within planner-html-inner-header - Variable: Extra header section that can be embedded within planner-html-markup-strings - Variable: Strings used for marking up text as HTML. planner-html-style-sheet - Variable: Store your stylesheet definitions here. The provided default planner-ignored-from-addresses - Variable: Regexp of From headers that may be suppressed in favor of To headers. planner-in-progress-task-face - Face: Face for tasks in progress. planner-index - Command: Display an index of all known Wiki pages. planner-index-as-string - Function: Generate an index of all Wiki pages. planner-initial-page - Variable: The name of the root plan page that `plan' will find when not planner-insinuate-calendar - Command: Hook Planner into Calendar. planner-install-extra-context-keybindings - Command: Install extra context-sensitive keybindings. planner-install-extra-note-keybindings - Function: Install additional note-related key bindings. planner-install-extra-task-keybindings - Function: Install additional task key bindings. planner-jump-to-link - Command: Jump to the item linked to by the current item. planner-jump-to-linked-note - Command: Display the note linked to by the current note or NOTE-INFO if non-nil. planner-jump-to-linked-task - Function: Display the task page linked to by the current task or TASK-INFO. planner-jump-to-linked-task-basic - Command: Display the task page linked to by the current task or TASK-INFO. planner-jump-to-linked-task-function - Variable: Function to jump to a linked task. Function should have one planner-kill-calendar-files - Command: Remove planner files shown from Calendar. planner-link-anchor - Function: Return the anchor part of LINK. planner-link-base - Function: Return the page or URL named by LINK. planner-link-href - Function: Return an href string for URL and NAME. planner-link-name - Function: Return the name for LINK. planner-link-target - Function: Return the URL or page in LINK. planner-list-daily-files - Function: Return an unsorted list of daily files. planner-list-diary-entries - Function: Get list of diary entries in FILE for NUMBER days starting with DATE. planner-list-tasks-with-status - Command: Display all tasks that match the STATUS regular expression on all day pages. planner-list-unfinished-tasks - Command: Display all unfinished tasks on PAGES. planner-live-task-regexp - Variable: Regular expression matching "live" tasks. planner-local-page-p - Function: Return non-nil if LINK seems to belong to the current wiki. planner-low-priority-task-face - Face: Face for low-priority tasks. planner-lower-task - Command: Lower the number of the current task by ARG steps (default 1). planner-lower-task-priority - Command: Lower the priority of the current task. planner-make-link - Function: Return a Wiki link to LINK with NAME as the text. planner-mark-task - Function: Change task status to MARK. planner-mark-task-hook - Variable: Hook called after a task's status has been changed. planner-marks-regexp - Variable: Regexp that matches status character for a task. planner-maybe-remove-file - Function: Delete the planner file if it does not contain new information. planner-medium-priority-task-face - Face: Face for medium-priority tasks. planner-menu - Command: Menu of planner mode. - Variable: Menu of planner mode. planner-mode - Command: A personal information manager for Emacs. planner-mode-hook - Variable: A hook for Planner mode. planner-mode-map - Variable: Keymap used by Planner mode. planner-move-down - Command: Move down. planner-move-up - Command: Move up. planner-multi-copy-or-move-task - Command: Move the current task to DATE. planner-multi-copy-tasks-to-page - Variable: If non-nil, planner page to automatically copy tasks to. Example: TaskPool. planner-multi-create-task-from-info - Function: Create a task in the date and plan pages based on INFO. planner-multi-date-links-last-p - Variable: If non-nil, put day-page links after other pages on the task line. planner-multi-delete-note - Command: Remove this note from all linked pages. planner-multi-delete-note-this-page - Command: Remove this note from the current page. planner-multi-delete-task-this-page - Command: Remove this task from the current page. planner-multi-edit-task-description - Command: Update multiple pages. planner-multi-filter-links - Function: Return a list of links matching REGEXP in LINKS-LIST. planner-multi-link-delete - Function: Delete PAGE from LINKS. planner-multi-link-member - Function: Return non-nil if PAGE is a member of LINKS. planner-multi-make-link - Function: Create a text link for LIST. planner-multi-next-link - Function: Return the item following CURRENT in LINK-LIST. planner-multi-note-delete - Command: Remove this note from all linked pages. planner-multi-note-delete-this-page - Command: Remove this note from the current page. planner-multi-note-link-as-list - Function: Return the page links of INFO as a list. planner-multi-note-xref - Command: Copy the current note to PAGE. planner-multi-read-name - Function: Read multiple pages, completing based on FILE-ALIST. planner-multi-read-name-multiple-prompts - Function: Read multiple pages, completing based on FILE-ALIST. planner-multi-remove-task-from-pool - Function: Remove completed tasks from `planner-multi-copy-tasks-to-page' if that still leaves them linked. planner-multi-replan-task - Command: Change or assign the plan page for the current task. planner-multi-separator - Variable: String that separates multiple page references. planner-multi-split - Function: Return a list of links in STRING. planner-multi-task-date - Function: Return the date assigned to a task given INFO. planner-multi-task-delete-this-page - Command: Remove this task from the current page. planner-multi-task-link-as-list - Function: Return the page links of INFO as a list. planner-multi-task-string - Function: Return task line for INFO on PAGE-NAME with LINKS, a list of pages to link to. planner-multi-task-xref - Command: Copy the current task to PAGE. planner-multi-tasks-equal-p - Function: Return t if TASK-A and TASK-B are equivalent. planner-multi-update-task - Command: Update the current task's priority and status on the linked page. planner-multi-xref-note - Command: Copy the current note to PAGE. planner-multi-xref-task - Command: Copy the current task to PAGE. planner-muse-handle-date-link - Function: If STRING or point has a date, match and return it. planner-narrow-to-note - Function: Narrow to the specified note. Widen and return nil if note is not found. planner-narrow-to-section - Command: Widen to the whole page and narrow to the section labelled SECTION. planner-next-reference - Command: Move forward to next Muse link or URL, cycling if necessary. planner-note-anchor - Function: Return the anchor specified by NOTE-INFO. planner-note-body - Function: Return the timestamp specified by NOTE-INFO. planner-note-date - Function: Return the date for NOTE-INFO. planner-note-headline-face - Face: Face for note headlines. planner-note-link - Function: Return the link specified by NOTE-INFO. planner-note-link-text - Function: Return the link text specified by NOTE-INFO. planner-note-page - Function: Return the page specified by NOTE-INFO. planner-note-plan - Function: Return the date for NOTE-INFO. planner-note-timestamp - Function: Return the timestamp specified by NOTE-INFO. planner-note-title - Function: Return the title specified by NOTE-INFO. planner-notes-get-headlines - Function: Return note headlines on the current page. planner-notes-index - Command: Display a clickable notes index. planner-notes-index-buffer - Variable: Buffer for planner note index. planner-notes-index-days - Command: Display an index of notes posted over the past few DAYS. planner-notes-index-get-headlines - Function: Return a list of headlines in PAGE. planner-notes-index-get-headlines-range - Function: Return a list of headlines over a span of day pages. planner-notes-index-headlines-in-range - Function: Return a list of headlines over a span of day pages. planner-notes-index-headlines-on-page - Function: Return a list of headlines in PAGE. planner-notes-index-insert-as-list - Function: Link and format PAGE-HEADLINES. planner-notes-index-month-table-tag - Function: Mark up a month note index. Tag is from BEG to END. planner-notes-index-months - Command: Display an index of notes posted over the past few MONTHS. planner-notes-index-tag - Function: Mark up planner-notes-index tags. planner-notes-index-weeks - Command: Display an index of notes posted over the past few WEEKS. planner-notes-index-years - Command: Display an index of notes posted over the past few YEARS. planner-on-date-page - Variable: Internal variable used in `planner-sort-tasks-default-key'. planner-option-customized - Function: Set SYM to VAL and update the WikiPlanner project. planner-page-default-p - Function: Return t if this plan page can be safely deleted. planner-page-exists-p - Function: Return a filename if PAGE exists within `planner-project'. planner-page-file - Function: Return a filename if PAGE exists within `planner-project'. planner-page-name - Function: Return the canonical form of a Muse page name. planner-plan-page-template - Variable: Template to be inserted into blank plan pages. planner-prepare-file - Function: Insert some standard sections into an empty planner file. planner-previous-reference - Command: Move backward to the next Muse link or URL, cycling if necessary. planner-private-p - Function: Return non-nil if NAME is a private page with PROJECT. planner-project - Variable: The name of this project in `muse-project-alist'. planner-publish - Group: Options controlling the behavior of PLANNER publishing. planner-publish-dates-first-p - Variable: Non-nil means put day pages at the top of the index. planner-publish-finalize-regexps - Variable: List of markup rules to apply after publishing a page with Planner. planner-publish-markup-functions - Variable: An alist of style types to custom functions for that kind of text. planner-publish-markup-note - Function: Replace note with XML representation of note data. Borrowed planner-publish-markup-note-rss - Function: Replace note with RSS 2.0 representation of note data. planner-publish-markup-regexps - Variable: List of markup rules for publishing PLANNER. planner-publish-markup-rss-functions - Variable: An alist of style types to custom functions for that kind of text for RSS. planner-publish-markup-tags - Variable: A list of tag specifications, for specially marking up PLANNER. planner-publish-markup-task - Function: Replace tasks with XML representation of task data. planner-publish-nested-section-tag - Function: Generated by `planner-publish-section', the nested section tag planner-publish-notes-section-tag - Function: Replace the region BEG to END with the notes for this page. planner-publish-notes-tag - Function: Replace the region BEG to END with an index of the notes for this page. planner-publish-past-notes-tag - Function: Replace the region BEG to END with an index of past notes. planner-publish-prepare-regexps - Variable: List of markup rules to apply before publishing a page with Planner. planner-publish-section - Function: Publish the current heading as a section. planner-publish-section-close - Function: Find where the closing tag of DEPTH should go, and insert TEXT. planner-publish-section-tagname - Function: A routine that checks `planner-section-tagnames' for tagname. planner-raise-task - Command: Raise the number of the current task by ARG steps. (Default: 1) planner-raise-task-priority - Command: Raise the priority of the current task. planner-read-date - Function: Prompt for a date string in the minibuffer. planner-read-name - Function: Read the name of a valid Wiki page from minibuffer. planner-read-name-function - Variable: Function to call in order to read the names of pages. planner-read-name-no-completion - Function: Read the name of a valid Wiki page from minibuffer without completion. planner-read-name-single - Function: Read the name of a valid Wiki page from minibuffer with completion. planner-read-non-date-page - Function: Prompt for a page name that does not match `planner-date-regexp'. planner-remove-if-not - Function: Remove all items not satisfying PREDICATE in SEQ. planner-remove-links - Function: Remove explicit links from DESCRIPTION. planner-remove-overlays - Function: Clear BEG and END of overlays whose property NAME has value VAL. planner-renumber-notes - Command: Update note numbering. planner-renumber-notes-automatically - Variable: Non-nil means renumber notes whenever a planner file is saved. planner-renumber-notes-maybe - Function: Renumber notes depending on `planner-renumber-notes-automatically'. planner-renumber-tasks - Command: Update task numbering to be in sequence once again. planner-renumber-tasks-automatically - Variable: Non-nil means renumber tasks whenever a planner file is saved. planner-renumber-tasks-maybe - Function: Renumber tasks depending on `planner-renumber-tasks-automatically'. planner-replace-regexp-in-string - Function: Replace REGEXP with REPLACEMENT in TEXT. planner-replan-note - Command: Change or assign the plan page for the current note. planner-replan-task - Command: Change or assign the plan page for the current task. planner-replan-task-basic - Command: Change or assign the plan page for the current task. planner-resolve-position-url - Function: Replace ID with the URL of the file. planner-reverse-chronological-notes - Variable: *If non-nil, notes are added to the beginning of the section. planner-rss - Group: Planner options for RSS feeds. planner-rss-add-item - Function: Add an item to the top of the items list in `planner-rss-file-name'. planner-rss-add-note - Command: Export the current note using `planner-rss-add-item'. planner-rss-base-url - Variable: Base URL for blog entries. Should include trailing /. planner-rss-category-feeds - Variable: List of (CONDITION FILENAME INITIAL-CONTENTS). planner-rss-feed-limits - Variable: A list of (REGEX SIZE-LIMIT ITEM-LIMIT). planner-rss-file-name - Variable: Filename of current RSS feed. planner-rss-initial-contents - Variable: Initial contents. planner-rss-limit - Function: Apply limits specified in `planner-rss-feed-limits'. planner-rss-limit-items - Function: Delete RSS items past the LIMIT-th item. planner-rss-limit-size - Function: Delete RSS items that cause this file to go over LIMIT characters. planner-rss-strip-tags - Function: Remove all tags from STRING. planner-save-buffers - Command: Save all planner buffers. planner-schedule-end-projection - Function: Show when today's task load will be finished, according to estimates. planner-schedule-show-end-project - Command: Display the estimated project completion time. planner-schedule-task-estimate - Function: Return a time estimate for task (INFO) completion, in seconds. planner-search-notes - Command: Return a buffer with all the notes returned by the query for REGEXP. planner-search-notes-buffer - Variable: Buffer for search results. planner-search-notes-internal - Function: Return an alist of all notes in daily plan pages containing REGEXP. planner-search-notes-with-body - Command: Return a buffer with all the notes returned by the query for REGEXP. planner-section-tagnames - Variable: Alist of sections and their tag name. planner-sections - Variable: Special sections in pages. planner-seek-next-unfinished-task - Command: Move point to the next unfinished task on this page. planner-seek-task-creation-point - Function: Jump to point where task would be created. planner-seek-to-first - Command: Positions the point at the specified SECTION, or Tasks if not specified. planner-set-task-priority - Function: Set the priority of the current task. planner-setup-highlighting - Function: Set up fontification for planner. planner-show - Command: Show the plan page for DATE in another window, but don't select it. planner-show-only-existing - Variable: If non-nil, `planner-show' only shows existing files. planner-sort-tasks - Command: Sort the tasks. planner-sort-tasks-automatically - Variable: Non-nil means sort tasks whenever a planner file is saved. planner-sort-tasks-basic - Function: Sort tasks by status (_PDXC) and priority (ABC). planner-sort-tasks-by-date - Function: Sort tasks by date, status and priority. planner-sort-tasks-by-link - Function: Sort tasks by status, priority and link. planner-sort-tasks-default-key - Function: Provide old sorting behavior. planner-sort-tasks-key-function - Variable: Function called to determine the sorting key for the current line. planner-sort-tasks-maybe - Function: Sort tasks depending on `planner-sort-tasks-automatically'. planner-sort-undated-tasks-equivalent - Variable: Date considered for undated tasks. planner-strip-whitespace - Function: Remove all whitespace from STRING. Return the modified string. planner-task-cancelled - Command: Mark the current task as cancelled. planner-task-date - Function: Return the date assigned to a task given INFO. planner-task-dates-favor-future-p - Variable: *If this is non-nil, favor future dates for task creation or movement. planner-task-delegated - Command: Mark the current task as delegated. planner-task-description - Function: Return the description of a task given INFO. planner-task-done - Command: Mark the current task as done. planner-task-format - Variable: Format used by `planner-format-task' when inserting new tasks. planner-task-in-progress - Command: Mark the current task as in progress. planner-task-info-from-string - Function: On the planner page PAGE-NAME, parse STRING and return the task as a list. planner-task-info-override - Function: Replace fields in TASK-INFO with PROPERTIES. planner-task-link - Function: Return the page linked to by a task given INFO. planner-task-link-as-list - Function: Return the page links of INFO as a list. planner-task-link-text - Function: Return the link text of a task given INFO. planner-task-number - Function: Return the number of a task given INFO. planner-task-open - Command: Mark the current task as open. planner-task-page - Function: Return the page of a task given INFO. planner-task-pending - Command: Mark the current task as pending. planner-task-plan - Function: Return the planner page of a task given INFO. planner-task-priority - Function: Return the priority of a task given INFO. planner-task-regexp - Variable: Regexp used to match tasks. planner-task-status - Function: Return the status of a task given INFO. planner-tasks - Group: Planner options related to tasks. planner-tasks-equal-p - Function: Return t if TASK-A and TASK-B are equivalent. planner-tasks-file-behavior - Variable: Controls behavior of task creation and updates. planner-tasks-never-suppress-fixing-flag - Variable: Non-nil means always sort, renumber and align tasks whenever planner-tasks-tag - Function: Replace the region BEG to END with a report of tasks. planner-template-fuzz-factor - Variable: Controls the fuzziness of `planner-page-default-p'. planner-time-less-p - Function: Say whether time T1 is less than time T2. planner-timeclock-current-task - Variable: Description of current task. planner-timeclock-in - Command: Mark the current task as in progress. planner-timeclock-plan-string - Function: Return the string for the plan part of the timeclock entry for TASK-INFO. planner-timeclock-report-tag - Function: Replace the region BEG to END with a timeclock report. planner-timeclock-task-description - Function: Return the descrption associated with INFO. planner-timeclock-task-info - Function: Parse ENTRY and return a list of the form (plan task length). planner-timeclock-task-length - Function: Return the length associated with INFO. planner-timeclock-task-marked - Function: Clock out if the task description matches the one clocked in. planner-timeclock-task-plan - Function: Return the first plan page associated with INFO. planner-timeclock-task-plan-as-list - Function: Return all the plan pages associated with INFO. planner-timewarp - Command: Timewarp to DATE. planner-timewarp-date - Variable: *Date to timewarp to for planner. planner-today - Function: Return the filename of the current date. planner-tomorrow - Function: Return the date of tomorrow. planner-unhighlight-region - Function: Remove all visual highlights in the buffer (except font-lock). planner-update-note - Command: Copy the text from this note to the linked note, if any. planner-update-task - Command: Update the current task's priority and status on the linked page. planner-update-task-basic - Command: Update the current task's priority and status on the linked page. planner-use-calendar-flag - Variable: *If non-nil, show calendar popup when reading a date. planner-use-day-pages - Variable: If non-nil, allow the use of day pages. planner-use-other-window - Variable: If non-nil, Planner will open planner files in another window. planner-use-plan-pages - Variable: If non-nil, allow the use of plan pages. planner-use-task-numbers - Variable: Non-nil means number tasks. planner-version - Variable: The version of Planner currently loaded. planner-visit-link - Function: Visit the URL or link named by LINK. planner-xhtml-footer - Variable: Footer used for publishing PLANNER XHTML files. planner-xhtml-header - Variable: Header used for publishing PLANNER XHTML files. planner-xml-footer - Variable: Footer used for publishing PLANNER XML files. planner-xml-header - Variable: Header used for publishing PLANNER XML files. planner-xml-markup-strings - Variable: Strings used for marking up text as XML. planner-yesterday - Function: Return the date of yesterday. planner-zap-overlays - Function: Remove all the planner-related overlays/extents from BEG to END. play-sound - Function: SOUND is a list of the form `(sound KEYWORD VALUE...)'. play-sound-file - Command: Play sound stored in FILE. play-sound-internal - Function: Play sound SOUND. plist - Widget: A property list. plist-get - Function: Extract a value from a property list. plist-member - Function: Return non-nil if PLIST has the property PROP. plist-put - Function: Change value in PLIST of PROP to VAL. plusp - Function: Return t if NUMBER is positive. po-find-file-coding-system - Function: Return a (DECODING . ENCODING) pair, according to PO file's charset. point - Function: Return value of point, as an integer. point-at-bol - Function: Return the character position of the first character on the current line. point-at-eol - Function: Return the character position of the last character on the current line. point-before-scroll - Variable: Value of point before the last series of scroll operations, or nil. point-marker - Function: Return value of point, as a marker object. point-max - Function: Return the maximum permissible value of point in the current buffer. point-max-marker - Function: Return a marker to the maximum permissible value of point in this buffer. point-min - Function: Return the minimum permissible value of point in the current buffer. point-min-marker - Function: Return a marker to the minimum permissible value of point in this buffer. point-to-register - Command: Store current location of point in register REGISTER. point-to-register-compatibility-binding - Command: Store current location of point in register REGISTER. polling-period - Variable: *Interval between polling for input during Lisp execution. pong - Command: Play pong and waste time. pop - Macro: Remove and return the head of the list stored in PLACE. pop-global-mark - Command: Pop off global mark ring and jump to the top location. pop-mark - Function: Pop off mark ring into the buffer's actual mark. pop-tag-mark - Command: Pop back to where M-. was last invoked. pop-to-buffer - Function: Select buffer BUFFER in some window, preferably a different one. pop-to-mark-command - Command: Jump to mark, and pop a new position for mark off the ring pop-up-frame-alist - Variable: *Alist of frame parameters used when creating pop-up frames. pop-up-frame-function - Variable: Function to call to handle automatic new frame creation. pop-up-frames - Variable: *Non-nil means `display-buffer' should make a separate frame. pop-up-windows - Variable: *Non-nil means display-buffer should make new windows. popup-menu - Function: Popup the given menu and call the selected option. pos-visible-in-window-p - Function: Return non-nil if position POS is currently on the frame in WINDOW. position - Function: Find the first occurrence of ITEM in SEQ. position-bytes - Function: Return the byte position for character position POSITION. position-if - Function: Find the first item satisfying PREDICATE in SEQ. position-if-not - Function: Find the first item not satisfying PREDICATE in SEQ. posix-looking-at - Function: Return t if text after point matches regular expression REGEXP. posix-search-backward - Command: Search backward from point for match for regular expression REGEXP. posix-search-forward - Command: Search forward from point for regular expression REGEXP. posix-string-match - Function: Return index of start of first match for REGEXP in STRING, or nil. posn-actual-col-row - Function: Return the actual column and row in POSITION, measured in characters. posn-area - Function: Return the window area recorded in POSITION, or nil for the text area. posn-at-point - Function: Return position information for buffer POS in WINDOW. posn-at-x-y - Function: Return position information for pixel coordinates X and Y. posn-col-row - Function: Return the nominal column and row in POSITION, measured in characters. posn-image - Function: Return the image object of POSITION. posn-object - Function: Return the object (image or string) of POSITION. posn-object-width-height - Function: Return the pixel width and height of the object of POSITION. posn-object-x-y - Function: Return the x and y coordinates relative to the object of POSITION. posn-point - Function: Return the buffer location in POSITION. posn-set-point - Function: Move point to POSITION. posn-string - Function: Return the string object of POSITION. posn-timestamp - Function: Return the timestamp of POSITION. posn-window - Function: Return the window in POSITION. posn-x-y - Function: Return