% - 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 w