• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching +defs:cua +defs:insert +defs:at +defs:global +defs:mark

107  Indent line, insert newline and indent the new line. '\\[newline-and-indent]'
154 Insert a descriptive header at the top of the file.
199 ChangeLog entry, one element will be chosen at random.")
236 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
425 `preactivate': Preactivates the advised FUNCTION at macro-expansion/compile
451 BEG and END mark the region. If BEG and END are specifically set to
470 BEG and END mark the limits of the region. This function will prompt
489 using a REGEXP like \"(\". All you would have to do is to mark the
496 BEG and END mark the extent of the region. If RULES or EXCLUDE-RULES
515 BEG and END mark the extent of the region. TITLE identifies the rule
581 navigation and exposure. It also is specifically aimed at
676 \\[allout-mark-topic] `allout-mark-topic'
732 at the beginning of the current entry.
793 The string at the beginning of a HEADER PREFIX, by default a `.'.
807 BULLET: A character at the end of the ITEM PREFIX, it must be one of
871 Display STRING starting at position VPOS, HPOS, using animation.
872 The characters start at randomly chosen places,
913 `comint-last-output-start' and the process-mark.
929 the rules are directory inserted at point. Otherwise, a *Help* buffer
1009 This will occur at midnight when the appointment list is updated.")
1014 Add an appointment for today at NEW-APPT-TIME with message NEW-APPT-MSG.
1026 The time must be at the beginning of a line for it to be
1127 at the function and at the names and values of properties.
1156 Letters no longer insert themselves.
1181 The array MUST reside at the top of the buffer.
1183 TABs are not respected, and may be converted into spaces at any time.
1223 \\[array-fill-rectangle] Copy the field at mark into every cell with row and column
1224 between that of point and mark.
1275 Pen fill-char at point line from last point
1327 In addition, if it has an asterisk (*) at the end, you
1349 is drawn, extraneous white-space at end of lines is removed)
1377 \\[artist-toggle-first-arrow] Sets/unsets an arrow at the beginning
1380 \\[artist-toggle-second-arrow] Sets/unsets an arrow at the end
1416 artist-first-char What to set at first/second point...
1469 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
1546 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1550 (autoload (quote auto-insert) "autoinsert" "\
1551 Insert default contents into new files if variable `auto-insert' is non-nil.
1552 Matches the visited file name against the elements of `auto-insert-alist'.
1556 (autoload (quote define-auto-insert) "autoinsert" "\
1557 Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
1558 Optional AFTER means to insert action after all existing actions for CONDITION,
1563 (defvar auto-insert-mode nil "\
1565 See the command `auto-insert-mode' for a description of this minor mode.
1568 or call the function `auto-insert-mode'.")
1570 (custom-autoload (quote auto-insert-mode) "autoinsert" nil)
1572 (autoload (quote auto-insert-mode) "autoinsert" "\
1573 Toggle Auto-insert mode.
1574 With prefix ARG, turn Auto-insert mode on if and only if ARG is positive.
1575 Returns the new status of Auto-insert mode (non-nil means on).
1577 When Auto-insert mode is enabled, when new files are created you can
1578 insert a template for the file depending on the mode of the buffer.
1621 ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1631 Use `global-auto-revert-mode' to automatically revert all buffers.
1671 (defvar global-auto-revert-mode nil "\
1673 See the command `global-auto-revert-mode' for a description of this minor mode.
1676 or call the function `global-auto-revert-mode'.")
1678 (custom-autoload (quote global-auto-revert-mode) "autorevert" nil)
1680 (autoload (quote global-auto-revert-mode) "autorevert" "\
1748 `(a ,b c) => (a (ba bb bc) c) ; insert the value of b
2037 ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
2038 ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump
2048 so that you have a bookmark prefix, just use `global-set-key' and bind a
2053 (define-key bookmark-map "m" 'bookmark-set) ; "m" for "mark"
2056 (define-key bookmark-map "i" 'bookmark-insert)
2058 (define-key bookmark-map "f" 'bookmark-insert-location) ; "f" for "find"
2071 bookmark with name NAME would be the one in effect at any given time,
2107 the one it used to point at. Useful when a file has been renamed
2112 (autoload (quote bookmark-insert-location) "bookmark" "\
2119 (defalias (quote bookmark-locate) (quote bookmark-insert-location))
2128 must pass at least OLD when calling from Lisp.
2130 While you are entering the new name, consecutive C-w's insert
2136 (autoload (quote bookmark-insert) "bookmark" "\
2214 (defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (define-key map [load] (quote ("Load a Bookmark File..." . bookmark-load))) (define-key map [write] (quote ("Save Bookmarks As..." . bookmark-write))) (define-key map [save] (quote ("Save Bookmarks" . bookmark-save))) (define-key map [edit] (quote ("Edit Bookmark List" . bookmark-bmenu-list))) (define-key map [delete] (quote ("Delete Bookmark..." . bookmark-delete))) (define-key map [rename] (quote ("Rename Bookmark..." . bookmark-rename))) (define-key map [locate] (quote ("Insert Location..." . bookmark-locate))) (define-key map [insert] (quote ("Insert Contents..." . bookmark-insert))) (define-key map [set] (quote ("Set Bookmark..." . bookmark-set))) (define-key map [jump] (quote ("Jump to Bookmark..." . bookmark-jump))) map))
2226 ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point
2228 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point
2235 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
2256 (autoload (quote browse-url-url-at-point) "browse-url" "\
2290 Prompts for a URL, defaulting to the URL at or before point. Variable
2295 (autoload (quote browse-url-at-point) "browse-url" "\
2296 Ask a WWW browser to load the URL at or before point.
2302 (autoload (quote browse-url-at-mouse) "browse-url" "\
2621 ;;;### (autoloads (insert-text-button make-text-button insert-button
2656 Also see `make-text-button', `insert-button'.
2660 (autoload (quote insert-button) "button" "\
2668 Also see `insert-text-button', `make-button'.
2685 Also see `insert-text-button'.
2689 (autoload (quote insert-text-button) "button" "\
2697 This function is like `insert-button', except that the button is
2700 `insert-text-button'.
2761 With argument, insert value in current buffer after the form.
2943 ;;;;;; nongregorian-diary-marking-hook mark-diary-entries-hook nongregorian-diary-listing-hook
2953 ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially
2954 ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2976 (defvar mark-diary-entries-in-calendar nil "\
2977 Non-nil means mark dates with diary entries, in the calendar window.
2980 (custom-autoload (quote mark-diary-entries-in-calendar) "calendar" t)
2995 (defvar mark-holidays-in-calendar nil "\
2996 Non-nil means mark dates of holidays in the calendar window.
2999 (custom-autoload (quote mark-holidays-in-calendar) "calendar" t)
3055 It can also be used to mark the current date with `calendar-today-marker';
3057 (setq today-visible-calendar-hook 'calendar-mark-today)
3148 Tuesday--weekly meeting with grad students at 10am
3164 2:30-5:30 Lizzie at Lawrenceville for `Group Initiative'
3166 7:30pm Dinner at George and Ed's for Alan Ryan
3167 7:30-10:00pm dance at Stewart Country Day School
3169 will appear in the diary window without the date line at the beginning. This
3311 function `mark-included-diary-files' as part of `mark-diary-entries-hook'.
3365 (defvar mark-diary-entries-hook nil "\
3368 A function `mark-included-diary-files' is also provided for use as the
3369 `mark-diary-entries-hook'; it enables you to use shared diary files together
3375 variable `diary-include-string'. When you use `mark-included-diary-files' as
3376 part of the mark-diary-entries-hook, you will probably also want to use the
3379 (custom-autoload (quote mark-diary-entries-hook) "calendar" t)
3385 `mark-hebrew-diary-entries', `mark-islamic-diary-entries' and
3386 `mark-bahai-diary-entries'. The documentation for these functions
3529 ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3533 (autoload (quote canlock-insert-header) "canlock" "\
3601 The hook `c-mode-common-hook' is run with no args at mode
3622 The hook `c-mode-common-hook' is run with no args at mode
3644 The hook `c-mode-common-hook' is run with no args at mode
3666 The hook `c-mode-common-hook' is run with no args at mode
3688 The hook `c-mode-common-hook' is run with no args at mode
3711 The hook `c-mode-common-hook' is run with no args at mode
3745 `set-from-style') will not be changed. This avoids overriding global settings
3819 now CCL program names are resolved not at compile time but before
3842 executed at first. If there's no more input data when `read' command
4096 point, otherwise the check starts at the beginning of the current
4107 point, otherwise the check starts at the beginning of the current
4157 Find extra spaces at the end of lines in the current file.
4184 space at the end of each line.
4347 This variable is not used at present, but it is defined in hopes that
4478 whose first character is at offset OFFSET from the beginning of 8-bit
4541 `comint-last-output-start' and the buffer's `process-mark', if other filter
4630 Compares the text starting at point in each window,
4633 This command pushes the mark in each window
4634 at the prior location of point in that window.
4636 the mark is pushed twice in that buffer:
4754 To run more than one compilation at once, start one and rename
4778 global value of `compilation-highlight-regexp'.
4926 | global| |
4937 RULE is a cons of global and new reference point symbols
4967 A composition rule is a cons of global and new glyph reference point
5022 Return information about a composition at or nearest to buffer position POS.
5024 If the character at POS has `composition' property, the value is a list
5030 If there's no composition at POS, and the optional 2nd argument LIMIT
5091 The global keymap binds special event `compose-last-chars' to this
5096 (global-set-key [compose-last-chars] 'compose-last-chars)
5131 Some files allow continuation lines, either with a backslash at
5272 ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
5278 When the phrase file is read in, display STARTMSG at the beginning
5279 of load, ENDMSG at the end.
5283 (autoload (quote cookie-insert) "cookie1" "\
5285 When the phrase file is read in, display STARTMSG at the beginning
5286 of load, ENDMSG at the end.
5310 Update copyright notice at beginning of buffer to indicate the current year.
5327 Insert a copyright by $ORGANIZATION notice at cursor.
5334 ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
5348 default.) You can always quote (with \\[quoted-insert]) the left
5355 You may also set `cperl-electric-parens-mark' to have electric parens
5356 look for active mark and \"embrace\" a region if possible.'
5375 If CPerl decides that you want to insert \"English\" style construct like
5410 \(see also `cperl-electric-parens-mark' and `cperl-electric-parens'),
5438 beginning of the region at the start of construction, and make region
5518 (autoload (quote cperl-perldoc-at-point) "cperl-mode" "\
5577 By using this functionality, a user may specify multiple strings at a
5608 ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5610 ;;; Generated autoloads from emulation/cua-base.el
5612 (defvar cua-mode nil "\
5614 See the command `cua-mode' for a description of this minor mode.
5617 or call the function `cua-mode'.")
5619 (custom-autoload (quote cua-mode) "cua-base" nil)
5621 (autoload (quote cua-mode) "cua-base" "\
5624 region (and highlight the region using `transient-mark-mode'),
5640 You can customize `cua-enable-cua-keys' to completely disable the
5641 CUA bindings, or `cua-prefix-override-inhibit-delay' to change
5647 shifted movement key, set `cua-highlight-region-shift-only'.
5651 (autoload (quote cua-selection-mode) "cua-base" "\
5658 "now enable CUA via the Options menu or by customizing option `cua-mode'.\n\n"
6071 ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
6094 (defvar global-cwarn-mode nil "\
6096 See the command `global-cwarn-mode' for a description of this minor mode.
6099 or call the function `global-cwarn-mode'.")
6101 (custom-autoload (quote global-cwarn-mode) "cwarn" nil)
6103 (autoload (quote global-cwarn-mode) "cwarn" "\
6254 If nil, pressing TAB indents the current line if point is at the left
6258 Non-nil causes lines to be indented at once when a label, ELSE or ENDIF is
6305 Data lines are not indented at all.
6447 line, insert a blank line and move to the default indent column of the
6495 active. Otherwise, typed text is just inserted at point regardless of
6574 Describe widgets, buttons, overlays and text properties at POS.
6577 insert the output into that buffer, and don't initialize or clear it
6657 desktop-buffer-mark
6698 desktop-buffer-mark
6850 You can call `diary-mail-entries' every night using an at/cron job.
6851 For example, this script will run the program at 2am daily. Since
6863 at -f diary-rem.sh 0200 tomorrow
6865 You may have to tweak the syntax of the `at' command to suit your
6868 to run it every morning at 1am.
6959 `insert-directory' in `ls-lisp.el' for more details.")
6969 `insert-directory-program') with `-lF' marks the symbolic link
7081 and insert subdirectories into the same buffer. You can \"mark\"
7085 Letters no longer insert themselves. Digits are prefix arguments.
7087 Type \\[dired-mark] to Mark a file or subdirectory for later commands.
7100 Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer.
7144 ;;;;;; dired-tree-up dired-kill-subdir dired-mark-subdir-files dired-goto-subdir
7145 ;;;;;; dired-prev-subdir dired-insert-subdir dired-maybe-insert-subdir
7159 Compare file at point with file FILE using `diff'.
7160 FILE defaults to the file at the mark. (That's the mark set by
7161 \\[set-mark-command], not by Dired's \\[dired-mark] command.)
7183 with empty input at the predicate prompt).
7197 (> mtime1 mtime2) - mark newer files
7198 (not (= size1 size2)) - mark files with different sizes
7199 (not (string= (nth 8 fa1) (nth 8 fa2))) - mark files with different modes
7200 (not (and (= (nth 2 fa1) (nth 2 fa2)) - mark files with different UID
7259 file name added at the end of COMMAND (separated by a space).
7332 the buffer will not reset them. However, using `dired-undo' to re-insert
7428 what to do with it. For directions, type \\[help-command] at that time.
7465 (autoload (quote dired-maybe-insert-subdir) "dired-aux" "\
7468 else inserts it at its natural place (as `ls -lR' would have done).
7470 You can add `R' to the switches to expand the whole tree starting at
7475 the buffer will not reset them. However, using `dired-undo' to re-insert
7484 (autoload (quote dired-insert-subdir) "dired-aux" "\
7487 else inserts it at its natural place (as `ls -lR' would have done).
7489 You can add `R' to the switches to expand the whole tree starting at
7508 (autoload (quote dired-mark-subdir-files) "dired-aux" "\
7788 If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
7849 When Double mode is on, some keys will insert different strings
7907 keywords will be passed to `defcustom' if the minor mode is global):
7912 :global GLOBAL If non-nil specifies that the minor mode is not meant to be
7922 :lighter \" Foo\" :require 'foo :global t :group 'hassle :version \"27.5\"
7927 (defalias (quote easy-mmode-define-global-mode) (quote define-globalized-minor-mode))
7929 (defalias (quote define-global-minor-mode) (quote define-globalized-minor-mode))
7932 Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE.
7936 defined by this function is always global, any :global keyword is
8099 Change menu found at PATH as item NAME to contain ITEMS.
8111 the submenu named BEFORE, otherwise add it at the end of the menu.
8122 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-delete-style ebnf-insert-style
8322 (autoload (quote ebnf-insert-style) "ebnf2ps" "\
8403 Letters do not insert themselves, they are commands.
8425 View declaration of member at point.
8430 Find declaration of member at point.
8435 View definition of member at point.
8440 Find definition of member at point.
8445 Find declaration of member at point in other window.
8450 View definition of member at point in other window.
8455 Find definition of member at point in other window.
8460 Find definition of member at point in other frame.
8465 View definition of member at point in other frame.
8470 Find definition of member at point in other frame.
8477 A call with prefix PREFIX reads the symbol to insert from the minibuffer with
8786 Regions (i.e., point and mark) can be set in advance or marked interactively.
8794 Regions (i.e., point and mark) can be set in advance or marked interactively.
8856 Run Ediff by patching the buffer specified at prompt.
8872 The file is an optional FILE argument or the file entered at the prompt.
9041 If THUNK returns nil, we display BUFFER starting at the top, and
9046 in `electric-help-mode'. The window's height will be at least MINHEIGHT if
9049 If THUNK returns nil, we display BUFFER starting at the top, and
9506 You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9587 `erc-insert-post-hook'.
9824 Meant to be used in hooks, like `erc-insert-post-hook'.
9887 With prefix ARG, insert output into the current buffer at point.
9912 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
9985 Normally \\[visit-tags-table] sets the global value of `tags-file-name'.
10028 onto a ring and may be popped back to with \\[pop-tag-mark].
10049 onto a ring and may be popped back to with \\[pop-tag-mark].
10072 onto a ring and may be popped back to with \\[pop-tag-mark].
10095 onto a ring and may be popped back to with \\[pop-tag-mark].
10116 onto a ring and may be popped back to with \\[pop-tag-mark].
10123 (define-key esc-map "*" 'pop-tag-mark)
10125 (autoload (quote pop-tag-mark) "etags" "\
10129 since that pops a stack of markers at which tags were found, not from
10334 If the body contains at least one Ethiopic character,
10335 1) insert the string \"<sera>\" at the beginning of the body,
10336 2) insert \"</sera>\" at the end of the body, and
10445 `eudc-inline-expansion-format' is inserted in the buffer at point.
10466 (cond ((not (string-match "XEmacs" emacs-version)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset (quote eudc-tools-menu) (symbol-value (quote eudc-tools-menu))) (define-key eudc-tools-menu [phone] (quote ("Get Phone" . eudc-get-phone))) (define-key eudc-tools-menu [email] (quote ("Get Email" . eudc-get-email))) (define-key eudc-tools-menu [separator-eudc-email] (quote ("--"))) (define-key eudc-tools-menu [expand-inline] (quote ("Expand Inline Query" . eudc-expand-inline))) (define-key eudc-tools-menu [query] (quote ("Query with Form" . eudc-query-form))) (define-key eudc-tools-menu [separator-eudc-query] (quote ("--"))) (define-key eudc-tools-menu [new] (quote ("New Server" . eudc-set-server))) (define-key eudc-tools-menu [load] (quote ("Load Hotlist of Servers" . eudc-load-eudc)))) (t (let ((menu (quote ("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t])))) (if (not (featurep (quote eudc-autoloads))) (if eudc-xemacs-p (if (and (featurep (quote menubar)) (not (featurep (quote infodock)))) (add-submenu (quote ("Tools")) menu)) (require (quote easymenu)) (cond ((fboundp (quote easy-menu-add-item)) (easy-menu-add-item nil (quote ("tools")) (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp (quote easy-menu-create-keymaps)) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu)))))))))))
10497 Display the JPEG DATA inline at point if possible.
10509 ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10513 (autoload (quote eudc-insert-record-at-point-into-bbdb) "eudc-export" "\
10514 Insert record at point into the BBDB database.
10519 (autoload (quote eudc-try-bbdb-insert) "eudc-export" "\
10520 Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10546 The ewoc will be inserted in the current buffer at the current position.
10549 element, and inserts a string representing it in the buffer (at
10551 several lines. The PRETTY-PRINTER should use `insert', and not
10552 `insert-before-markers'.
10555 possibly empty, that will always be present at the top and bottom,
10590 `executable-insert', `executable-query' and `executable-chmod' control
10604 If file already has any execute bits set at all, do not change existing
10637 If ARG is omitted, point is placed at the end of the expanded text.
10694 String inserted by function \\[f90-comment-region] at start of each
10703 Regexp holding list of delimiters at which lines may be broken
10709 Automatic insertion of & at beginning of continuation lines (default t).
10734 (define-key global-map "\M-o" 'facemenu-keymap)
10786 a character to insert cancels the specification.)
10790 to \"apply\" it means putting FACE at the front of the list
10810 typing a character to insert cancels the specification.
10824 typing a character to insert cancels the specification.
10842 to insert cancels the specification.
10901 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10917 (autoload (quote feedmail-run-the-queue-global-prompt) "feedmail" "\
10918 Like `feedmail-run-the-queue', but with a global confirmation prompt.
10920 bail out with an appropriate answer to the global confirmation prompt.
10956 ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10957 ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17943 4602))
10970 (autoload (quote find-file-at-point) "ffap" "\
10976 and the functions `ffap-file-at-point' and `ffap-url-at-point'.
10980 (defalias (quote ffap) (quote find-file-at-point))
10984 Then set mark, jump to choice, and try to fetch it. The menu is
10991 (autoload (quote ffap-at-mouse) "ffap" "\
10993 Interactively, calls `ffap-at-mouse-fallback' if no guess is found.
11001 (autoload (quote dired-at-point) "ffap" "\
11002 Start Dired, defaulting to file at point. See `ffap'.
11250 ;;;### (autoloads (find-function-setup-keys find-variable-at-point
11251 ;;;;;; find-function-at-point find-function-on-key find-face-definition
11294 near point (selected by `function-called-at-point') in a buffer and
11296 Set mark before moving, if the buffer already existed.
11331 Find the definition of the VARIABLE at or before point.
11334 near point (selected by `variable-at-point') in a buffer and
11337 Set mark before moving, if the buffer already existed.
11375 near point (selected by `variable-at-point') in a buffer and
11378 Set mark before moving, if the buffer already existed.
11388 Set mark before moving, if the buffer already existed.
11392 (autoload (quote find-function-at-point) "find-func" "\
11393 Find directly the function at point in the other window.
11397 (autoload (quote find-variable-at-point) "find-func" "\
11398 Find directly the variable at point in the other window.
11659 (global-set-key [f7] 'follow-delete-other-windows-and-split)
11703 C-c C-o forms-insert-record
11797 String inserted by \\[fortran-comment-region] at start of each line in
11951 latter if you want comments to end at the end of the line.) Note that
12012 at places they belong to.
12081 level. If ARG is nil, Gnus will be started at level 2. If ARG is
12361 ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
12371 (autoload (quote gnus-insert-random-x-face-header) "gnus-fun" "\
12838 You and Emacs play in turn by marking a free square. You mark it with X
12855 ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr"
12859 (define-obsolete-function-alias (quote goto-address-at-mouse) (quote goto-address-at-point) "22.1")
12861 (autoload (quote goto-address-at-point) "goto-addr" "\
12862 Send to the e-mail address or load the URL at point.
12863 Send mail to address at point. See documentation for
12864 `goto-address-find-address-at-point'. If no address is found
12865 there, then load the URL at or before point.
12873 By default, goto-address binds `goto-address-at-point' to mouse-2 and C-c RET
13008 Recursively grep for REGEXP in FILES in directory tree rooted at DIR.
13157 Displays 32-ring towers that have been progressing at one move per
13176 ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
13177 ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
13178 ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (17842 58279))
13179 ;;; Generated autoloads from help-at-pt.el
13181 (autoload (quote help-at-pt-string) "help-at-pt" "\
13182 Return the help-echo string at point.
13191 (autoload (quote help-at-pt-kbd-string) "help-at-pt" "\
13192 Return the keyboard help string at point.
13193 If the `kbd-help' text or overlay property at point produces a
13199 (autoload (quote display-local-help) "help-at-pt" "\
13202 the `kbd-help' property at point. If `kbd-help' does not produce
13212 (autoload (quote help-at-pt-cancel-timer) "help-at-pt" "\
13213 Cancel any timer set by `help-at-pt-set-timer'.
13214 This disables `help-at-pt-display-when-idle'.
13218 (autoload (quote help-at-pt-set-timer) "help-at-pt" "\
13219 Enable `help-at-pt-display-when-idle'.
13224 (defvar help-at-pt-display-when-idle (quote never) "\
13227 `help-echo' property at point is automatically printed in the
13231 printed if there is a text or overlay property at point that is
13237 `help-at-pt-set-timer'. The help gets printed after Emacs has
13238 been idle for `help-at-pt-timer-delay' seconds. You can call
13239 `help-at-pt-cancel-timer' to cancel the timer set by, and the
13240 effect of, `help-at-pt-set-timer'.
13242 When this variable is set through Custom, `help-at-pt-set-timer'
13244 case `help-at-pt-cancel-timer' is called. Specifying an empty
13251 (custom-autoload (quote help-at-pt-display-when-idle) "help-at-pt" nil)
13253 (autoload (quote scan-buf-move-to-region) "help-at-pt" "\
13272 (autoload (quote scan-buf-next-region) "help-at-pt" "\
13294 (autoload (quote scan-buf-previous-region) "help-at-pt" "\
13307 ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name
13333 (autoload (quote variable-at-point) "help-fns" "\
13334 Return the bound variable symbol found at or before point.
13344 it is displayed along with the global value.
13382 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
13451 (autoload (quote help-insert-xref-button) "help-mode" "\
13499 are at and 16 characters from the file (displayed as hexadecimal
13537 bound to self-insert so you can simply type the character and it will
13538 insert itself (actually overstrike) into the buffer.
13540 \\[hexl-quoted-insert] followed by another keystroke allows you to insert the key even if
13541 it isn't bound to self-insert. An octal number can be supplied in place
13542 of another key to insert the octal number's ASCII representation.
13544 \\[hexl-insert-hex-char] will insert a given hexadecimal value (if it is between 0 and 0xFF)
13545 into the buffer at the current point.
13547 \\[hexl-insert-octal-char] will insert a given octal value (if it is between 0 and 0377)
13548 into the buffer at the current point.
13550 \\[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255)
13551 into the buffer at the current point.
13582 ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13591 `global-hi-lock-mode' or in your .emacs file (global-hi-lock-mode 1).
13637 (defvar global-hi-lock-mode nil "\
13639 See the command `global-hi-lock-mode' for a description of this minor mode.
13642 or call the function `global-hi-lock-mode'.")
13644 (custom-autoload (quote global-hi-lock-mode) "hi-lock" nil)
13646 (autoload (quote global-hi-lock-mode) "hi-lock" "\
13660 list maintained for regexps, global history maintained for faces.
13672 list maintained for regexps, global history maintained for faces.
13702 Write interactively added patterns, if any, into buffer at point.
13726 current buffer. Initially, the global value of `hide-ifdef-env'
13830 ;;;### (autoloads (global-highlight-changes highlight-compare-with-file
13864 \\[highlight-compare-with-file] - mark text as changed by comparing this
13936 (autoload (quote global-highlight-changes) "hilit-chg" "\
13937 Turn on or off global Highlight Changes mode.
13940 - if no prefix, toggle global Highlight Changes mode on or off
13951 When global Highlight Changes mode is enabled, Highlight Changes mode is turned
13953 variable `highlight-changes-global-changes-existing-buffers' is non-nil).
13954 \"Suitability\" is determined by variable `highlight-changes-global-modes'.
13971 or insert functions in this list.")
14038 ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
14059 (defvar global-hl-line-mode nil "\
14061 See the command `global-hl-line-mode' for a description of this minor mode.
14064 or call the function `global-hl-line-mode'.")
14066 (custom-autoload (quote global-hl-line-mode) "hl-line" nil)
14068 (autoload (quote global-hl-line-mode) "hl-line" "\
14072 Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
14073 `global-hl-line-highlight' on `pre-command-hook' and `post-command-hook'.
14130 ;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers
14131 ;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-compressed-file-buffers
14132 ;;;;;; ibuffer-mark-help-buffers ibuffer-mark-dissociated-buffers
14133 ;;;;;; ibuffer-mark-unsaved-buffers ibuffer-mark-modified-buffers
14134 ;;;;;; ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp ibuffer-mark-by-mode-regexp
14135 ;;;;;; ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill
14167 Enable or disable filtering by the major mode at point.
14244 Kill the filter group at point.
14250 Yank the last killed filter group before group at point.
14388 If MARK is non-nil, it should be a character denoting the type of mark
14399 If MARK is non-nil, it should be a character denoting the type of mark
14443 (autoload (quote ibuffer-mark-by-name-regexp) "ibuf-ext" "\
14448 (autoload (quote ibuffer-mark-by-mode-regexp) "ibuf-ext" "\
14453 (autoload (quote ibuffer-mark-by-file-name-regexp) "ibuf-ext" "\
14458 (autoload (quote ibuffer-mark-by-mode) "ibuf-ext" "\
14463 (autoload (quote ibuffer-mark-modified-buffers) "ibuf-ext" "\
14468 (autoload (quote ibuffer-mark-unsaved-buffers) "ibuf-ext" "\
14473 (autoload (quote ibuffer-mark-dissociated-buffers) "ibuf-ext" "\
14478 (autoload (quote ibuffer-mark-help-buffers) "ibuf-ext" "\
14483 (autoload (quote ibuffer-mark-compressed-file-buffers) "ibuf-ext" "\
14488 (autoload (quote ibuffer-mark-old-buffers) "ibuf-ext" "\
14493 (autoload (quote ibuffer-mark-special-buffers) "ibuf-ext" "\
14498 (autoload (quote ibuffer-mark-read-only-buffers) "ibuf-ext" "\
14503 (autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\
14527 `mark' bound to the current mark on the buffer. The original ibuffer
14535 it should return a string to display at the bottom.
14570 MARK describes which type of mark (:deletion, or nil) this operation
14811 at that point. When used inside a long constant string, the string
14812 is split at that point with the `+' concatenation operator.
14829 To convert pre-existing IDL code to your formatting style, mark the
14830 entire buffer with \\[mark-whole-buffer] and execute
14831 \\[idlwave-expand-region-abbrevs]. Then mark the entire buffer
14851 for the system variable, keyword, or routines at point. A single
14860 sensitive and figures out what is expected at point. Lower case
14883 \\[idlwave-doc-header] inserts a documentation header at the
14908 documentation, check IDLWAVE's homepage at `http://idlwave.org'.
14926 ;;;;;; ido-read-buffer ido-dired ido-insert-file ido-write-file
14930 ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14969 displayed if substring-matching is used (default). Look at
14974 RET Select the buffer at the front of the list of matches. If the
14980 \\[ido-next-match] Put the first element at the end of the list.
14981 \\[ido-prev-match] Put the last element at the start of the list.
14993 \\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
15019 (autoload (quote ido-insert-buffer) "ido" "\
15046 if substring-matching is used (default). Look at `ido-enable-prefix' and
15051 RET Select the file at the front of the list of matches. If the
15057 \\[ido-next-match] Put the first element at the end of the list.
15058 \\[ido-prev-match] Put the last element at the start of the list.
15137 (autoload (quote ido-insert-file) "ido" "\
15185 If INITIAL-INPUT is non-nil, insert it in the minibuffer initially,
15186 with point positioned at the end.
15225 ;;;### (autoloads (defimage find-image remove-images insert-sliced-image
15226 ;;;;;; insert-image put-image create-image image-type-auto-detected-p
15321 (autoload (quote insert-image) "image" "\
15322 Insert IMAGE into current buffer at point.
15330 SLICE specifies slice of IMAGE to insert. SLICE nil or omitted
15331 means insert whole image. SLICE is a list (X Y WIDTH HEIGHT)
15333 to insert. A float value 0.0 - 1.0 means relative to the width or
15338 (autoload (quote insert-sliced-image) "image" "\
15339 Insert IMAGE into current buffer at point.
15364 a specification are image type dependent. All specifications must at
15386 a specification are image type dependent. All specifications must at
15404 ;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files
15410 ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
15414 (autoload (quote image-dired-dired-insert-marked-thumbs) "image-dired" "\
15428 After the command has finished, you would typically mark some
15442 fly. With prefix argument ARG, display only thumbnail for file at
15475 Tag marked file(s) in dired. With prefix ARG, tag file at point.
15481 With prefix argument ARG, remove tag from file at point.
15508 Display file at point using an external viewer.
15524 (autoload (quote image-dired-mark-tagged-files) "image-dired" "\
15525 Use regexp to mark files with matching tag.
15544 ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15578 (autoload (quote insert-image-file) "image-file" "\
15581 the command `insert-file-contents'.
15664 \(NAME . POSITION). Look at `imenu--sort-by-name' for an example.")
15701 The function should leave point at the place to be connected to the
15710 finds a position for an index item, with point at that position.
15975 \\[Info-history-back] Move back in history to the last node you were at.
16048 This command is useful if the user wants to start at the beginning without
16060 one found at point.
16072 The default file name is the one found at point.
16397 (if ispell-menu-map-needed (progn (setq ispell-menu-map (make-sparse-keymap "Spell")) (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle bound-and-true-p flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor")))))
16399 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] (quote (menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp (quote ispell-region-end)) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] (quote (menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] (quote (menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings")))))
16401 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] (quote (menu-item "Spell-Check Region" ispell-region :enable mark-active :help "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] (quote (menu-item "Spell-Check Message" ispell-message :visible (eq major-mode (quote mail-mode)) :help "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] (quote (menu-item "Spell-Check Buffer" ispell-buffer :help "Check spelling of selected buffer"))) (fset (quote ispell-menu-map) (symbol-value (quote ispell-menu-map)))))
16469 `i': Accept word and insert into private dictionary.
16476 `X': Exit spelling buffer. Leaves cursor at the current point, and permits
16541 If `transient-mark-mode' is on, and a region is active, spell-check
16602 Toggle Iswitchb global minor mode.
16686 If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16766 in the global and local keymaps.
16785 at beginning of line or at end of line. Characters not to be placed
16786 at beginning and end of line have character category `>' and `<'
16815 When it returns, the point is at the tail of the selected conversion,
16824 ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16828 (global-set-key "\C-x(" 'kmacro-start-macro)
16829 (global-set-key "\C-x)" 'kmacro-end-macro)
16830 (global-set-key "\C-xe" 'kmacro-end-and-call-macro)
16831 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
16832 (global-set-key [f4] 'kmacro-end-or-call-macro)
16833 (global-set-key "\C-x\C-k" 'kmacro-keymap)
16851 Use \\[kmacro-insert-counter] to insert (and increment) the macro counter.
16887 (autoload (quote kmacro-start-macro-or-insert-counter) "kmacro" "\
17169 \\[ledit-save-defun] -- record defun at or after point
17216 undo all the relevant global state changes that may have been made by
17479 Return result of expanding macros at all levels in FORM.
17489 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17501 (autoload (quote insert-kbd-macro) "macros" "\
17508 will also rebind those keys to the macro. Only global key bindings
17509 are recorded since executing this Lisp code always makes global
17548 and mark at opposite ends of the quoted section, and use
17549 `\\[apply-macro-to-region-lines]' to mark the entire section.
17680 If UNIBYTE is non-nil, insert converted characters as unibyte.
17817 inserted by `makefile-insert-target'.
17822 inserted by `makefile-insert-macro'.
17833 Number of blanks to the left of the browser selection mark.
17839 `makefile-browser-selected-mark':
17840 String used to mark selected entries in the browser.
17842 `makefile-browser-unselected-mark':
17843 String used to mark unselected entries in the browser.
17872 at the beginning of a line in Makefile mode.
18000 ;;;;;; message-reply message-news message-mail message-mode message-signature-insert-empty-line
18046 (defvar message-citation-line-function (quote message-insert-citation-line) "\
18047 *Function called to insert the \"Whomever writes:\" line.
18074 citation between (point) and (mark t). And each function should leave
18075 point and mark around the citation text as modified.")
18080 *String to be inserted at the end of the message buffer.
18088 *Name of file containing the text inserted at end of message buffer.
18090 If nil, don't insert a signature.")
18094 (defvar message-signature-insert-empty-line t "\
18095 *If non-nil, insert an empty line before the signature separator.")
18097 (custom-autoload (quote message-signature-insert-empty-line) "message" t)
18120 C-c C-t `message-insert-to' (add a To header to a news followup)
18122 C-c C-n `message-insert-newsgroups' (add a Newsgroup header to a news reply)
18125 C-c C-w `message-insert-signature' (insert `message-signature-file' file).
18126 C-c C-y `message-yank-original' (insert current message, if any).
18128 C-c C-e `message-elide-region' (elide the text between point and mark).
18133 C-c C-u `message-insert-or-toggle-importance' (insert or cycle importance).
18134 C-c M-n `message-insert-disposition-notification-to' (request receipt).
18135 C-c M-m `message-mark-inserted-region' (mark region with enclosing tags).
18136 C-c M-f `message-mark-insert-file' (insert file marked with enclosing tags).
18295 Its body part is not interpreted at all.
18305 Its header part is not interpreted at all.
18395 The hook `mh-before-send-letter-hook' is run at the beginning of
18399 Unless `mh-insert-auto-fields' had previously been called
18400 manually, the function `mh-insert-auto-fields' is called to
18401 insert fields based upon the recipients. If fields are added, you
18468 another folder; these commands are executed all at once with a
18513 If the option `transient-mark-mode' is set to t and you set a
18656 ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18660 (autoload (quote mm-url-insert-file-contents) "mm-url" "\
18666 (autoload (quote mm-url-insert-file-contents-external) "mm-url" "\
18842 - Clicking mouse-2 inserts the contents of the primary selection at
18843 the mouse position (or point, if `mouse-yank-at-point' is non-nil).
19091 Embed OBJ (string or character) at index IDX of STRING.
19096 Truncate string STR to end at column END-COLUMN.
19104 character (which should have a display width of 1) to add at the end
19106 comes in the middle of a character in STR. PADDING is also added at
19149 how many key elements at the front of KEYSEQ it takes
19359 *String to insert to start a new comment, or nil if no comment syntax.")
19365 at the place matched by the close of the first pair.")
19373 *String to insert to end a new comment.
19379 This function is called with no args with point at the beginning of
19384 (defvar comment-insert-comment-function nil "\
19385 Function to insert a comment when a line doesn't contain one.
19388 Applicable at least in modes for languages like fixed-format Fortran where
19432 Indent this line's comment to `comment-column', or insert an empty comment.
19442 and then align or create a comment on this line at that column.
19464 By default, comments start at the left margin, are terminated on each line,
19489 If the region is active and `transient-mark-mode' is on, call
19492 Else, if the current line is empty, insert a comment and indent it.
19506 Break line at point and indent, continuing comment if within one.
19783 Non-nil means auto-insert a newline and indent after a semicolon.
19851 ;;;;;; org-global-cycle org-cycle org-mode) "org" "textmodes/org.el"
19880 buffer through 3 states (global cycling)
19885 - When point is at the beginning of a headline, rotate the subtree started
19897 - When point is not at the beginning of a headline, execute
19906 (autoload (quote org-global-cycle) "org" "\
19907 Cycle the global visibility. For details see `org-cycle'.
19924 \\[org-insert-link].
19958 file the text at a specific location.
19961 find a better place. Then press RET or <left> or <right> in insert the note.
19965 RET buffer-start as level 2 heading at end of file
19966 RET on headline as sublevel of the heading at cursor
19967 RET no heading at cursor position, level taken from context.
19995 t Call `org-todo-list' to display the global todo list.
19996 T Call `org-todo-list' to display the global todo list, select only
20071 in the diary for *today*, not at any other date. If
20081 diary for *today*, not at any other date.
20164 \\[show-branches] make all subheadings at all levels visible.
20167 A line is a heading if `outline-regexp' matches something at the
20249 \\[pascal-show-completions] shows all possible completions at this point.
20253 \\[pascal-mark-defun] - Mark function.
20254 \\[pascal-insert-block] - insert begin ... end;
20255 \\[pascal-star-comment] - insert (* ... *)
20271 mark after an end.
20327 Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style.
20332 which modify the status of the mark.
20334 The ordinary arrow keys disable the mark.
20335 The shift-arrow keys move, leaving the mark behind.
20337 C-LEFT and C-RIGHT move back or forward one word, disabling the mark.
20338 S-C-LEFT and S-C-RIGHT move back or forward one word, leaving the mark behind.
20340 M-LEFT and M-RIGHT move back or forward one word or sexp, disabling the mark.
20341 S-M-LEFT and S-M-RIGHT move back or forward one word or sexp, leaving the mark
20346 C-DOWN and C-UP move back or forward a paragraph, disabling the mark.
20347 S-C-DOWN and S-C-UP move back or forward a paragraph, leaving the mark behind.
20349 HOME moves to beginning of line, disabling the mark.
20350 S-HOME moves to beginning of line, leaving the mark behind.
20353 END moves to end of line, disabling the mark.
20354 S-END moves to end of line, leaving the mark behind.
20357 PRIOR or PAGE-UP scrolls and disables the mark.
20358 S-PRIOR or S-PAGE-UP scrolls and leaves the mark behind.
20380 Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style,
20661 (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m)))
20685 to end-of-line, or if at end-of-line already, create a new comment.
20723 ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
20842 (autoload (quote pgg-insert-key) "pgg" "\
20914 Move to column beneath (or at) next interesting
20923 Delete char at point: \\[delete-char]
20932 Insert currently saved rectangle at point: \\[picture-yank-rectangle]
20934 Draw a rectangular box around mark and point: \\[picture-draw-rectangle]
21408 If tumble is on, produces a printing suitable for binding at the top or
21443 If tumble is on, produces a printing suitable for binding at the top or
21706 Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect.
21809 Initialize global data for printing multi-byte characters.
22075 times, they move over others at the same indentation level until they reach
22076 the end of definitions at that level, when they move up a level.
22079 an else statement. \\[python-backspace] at the beginning of an indented statement
22156 TITLE is a string to be displayed at mode-line to indicate this package.
22213 the key at \"..AB\" and start translation of \"CD..\". Hangul
22215 break the key just at \"..ABC\" and start translation of \"D..\".
22387 If not supplied LOOKUP is taken to be the word at point in the current
22409 If not supplied LOOKUP is taken to be the word at point in the
22528 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
22529 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22557 Delete the contents of the rectangle with corners at START and END.
22567 Return the contents of the rectangle with corners at START and END.
22590 Yank the last killed rectangle with upper left corner at point.
22594 (autoload (quote insert-rectangle) "rect" "\
22595 Insert text of RECTANGLE with upper left corner at point.
22596 RECTANGLE's first line is inserted at point, its second
22597 line is inserted at a point vertically under point, etc.
22599 After this command, the mark is at the upper left corner
22600 and point is at the lower right corner.
22621 at which whitespace deletion should begin. On each line in the
22622 rectangle, all continuous whitespace starting at that column is deleted.
22639 (autoload (quote string-insert-rectangle) "rect" "\
22702 Index entries can be made with `\\[reftex-index-selection-or-word]' which indexes the word at point
22760 ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22762 ;;; Generated autoloads from textmodes/reftex-global.el
22764 (autoload (quote reftex-isearch-minor-mode) "reftex-global" "\
22786 To insert new phrases, use
22799 To display information about the phrase at point, use \\[reftex-index-phrases-info].
22845 is enclosed by at least one regexp grouping construct.
22877 can be modified by the global variable `repeat-on-final-keystroke'.
22895 Optional SALUTATION is inserted at the top of the mail buffer,
22901 to be inserted at the top of the mail buffer; in that case, point is
22958 ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22972 (defvar global-reveal-mode nil "\
22974 See the command `global-reveal-mode' for a description of this minor mode.
22977 or call the function `global-reveal-mode'.")
22979 (custom-autoload (quote global-reveal-mode) "reveal" nil)
22981 (autoload (quote global-reveal-mode) "reveal" "\
23020 Input is sent line-at-a-time to the remote connection.
23199 (defvar rmail-insert-mime-forwarded-message-function nil "\
23200 Function to insert a message in MIME format so it can be forwarded.
23207 (defvar rmail-insert-mime-resent-message-function nil "\
23208 Function to insert a message in MIME format so it can be resent.
23234 the rmail-mime package available at <http://www.m17n.org/rmail-mime/>.")
23667 See also `rx-to-string' for how to do such a translation at run-time.
23700 matches the empty string, but only at the beginning of a line
23704 is similar to `line-start' but matches only at the end of a line
23707 matches the empty string, but only at the beginning of the
23711 matches the empty string, but only at the end of the
23715 matches the empty string, but only at the beginning of the
23719 matches the empty string, but only at the end of the
23723 matches the empty string, but only at point.
23726 matches the empty string, but only at the beginning of a word.
23729 matches the empty string, but only at the end of a word.
23732 matches the empty string, but only at the beginning or end of a
23737 matches the empty string, but not at the beginning or end of a
23741 matches the empty string, but only at the beginning of a symbol.
23744 matches the empty string, but only at the end of a symbol.
23767 matches letters and digits. (But at present, for multibyte characters,
23771 matches letters. (But at present, for multibyte characters,
23787 matches punctuation. (But at present, for multibyte characters,
23829 `upper-diacritical-mark' (\\c2)
23830 `lower-diacritical-mark' (\\c3)
23831 `tone-mark' (\\c4)
23834 `vowel-modifying-diacritical-mark' (\\c7)
23837 `not-at-end-of-line' (\\c<)
23838 `not-at-beginning-of-line' (\\c>)
23956 evaluate FORM and insert result. If result is a string,
23986 Calling it at any other time replaces your current minibuffer histories,
24112 If `system-default', allows the mailer to insert its default From field
24135 Non-nil means insert BCC to self in messages to be sent.
24171 Address to insert as default Reply-to field of outgoing messages.
24208 Prefix insert on lines of yanked message being replied to.
24214 Number of spaces to insert at the beginning of each cited line.
24221 Each hook function can find the citation between (point) and (mark t),
24222 and should leave point and mark around the citation text as modified.
24241 Text inserted at end of mail buffer when a message is initialized.
24242 If t, it means to insert the contents of the file `mail-signature-file'.
24247 and should insert whatever you want to insert.")
24252 File containing the text inserted at end of mail buffer.")
24303 \\[mail-signature] mail-signature (insert `mail-signature-file' file).
24304 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
24343 Optionally, the signature file `mail-signature-file' can be inserted at the
24379 of the form (FUNCTION . ARGS) which says how to insert the original.
24384 This is how Rmail arranges to mark messages `answered'.
24467 the next N words. In Transient Mark mode, when the mark is active,
24575 Unless quoted with \\, insert the pairs {}, (), [], or '', \"\", ``.
24839 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24849 SKELETON is as defined under `skeleton-insert'.
24855 Prefix ARG allows wrapping around words or regions (see `skeleton-insert').
24866 (autoload (quote skeleton-insert) "skeleton" "\
24901 After termination, point will be positioned at the last occurrence of -
24902 or at the first occurrence of _ or at the end of the inserted text.
24908 continues after `resume:' and positions at `_' if any. If INTERACTOR in such
24921 then: insert previously read string once more
24931 (autoload (quote skeleton-pair-insert-maybe) "skeleton" "\
24981 Run `smiley-region' at the buffer, specified in the argument or
24982 interactively. If there's no argument, do it at the current buffer
25234 NEXTRECFUN is called with point at the end of the previous record.
25237 The first record is assumed to start at the position of point when sort-subr
25247 starts at the beginning of the record.
25334 the entire line that point is in and the entire line the mark is in.
25335 The column positions of point and mark bound the range of columns to sort on.
25424 supported at a time.
25456 Check spelling of word at or before point.
25507 `font-lock-keywords'. By default they are added at the beginning
25510 If APPEND is any other non-nil value, they are added at the end
25931 ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (17842
25935 (autoload (quote strokes-global-set-stroke) "strokes" "\
25936 Interactively give STROKE the global binding as COMMAND.
25937 Operated just like `global-set-key', except for strokes.
25942 See also `strokes-global-set-stroke-string'.
25997 If STROKES-MAP is not given, `strokes-global-map' will be used instead.
26011 Toggle Strokes global minor mode.\\<strokes-mode-map>
26015 new strokes with \\[strokes-global-set-stroke]. See also
26035 Read a complex stroke and insert its glyph into the current buffer.
26107 4) Point is at the beginning of the verbose headers.
26109 5) Mark is at the end of the body of text to be cited.
26151 START and END, rather than by the position of point and mark.
26159 when this can be done without changing the column they end at.
26161 START and END, rather than by the position of point and mark.
26170 ;;;;;; table-delete-row table-insert-sequence table-generate-source
26178 ;;;;;; table-recognize table-insert-row-column table-insert-column
26179 ;;;;;; table-insert-row table-insert table-point-left-cell-hook
26205 (autoload (quote table-insert) "table" "\
26217 \\[table-insert] inserts a table at the current point location.
26224 Type \\[table-insert] and hit ENTER key. As it asks table
26252 width information to `table-insert'.
26271 Type \\[table-insert-row-column] and tell it to insert a row.
26292 Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work
26293 when the point is outside of the table. This insertion at
26294 outside of the table effectively appends a row at the end.
26328 (autoload (quote table-insert-row) "table" "\
26333 are appended at the bottom of the table.
26337 (autoload (quote table-insert-column) "table" "\
26342 created column(s) are appended at the right of the table.
26346 (autoload (quote table-insert-row-column) "table" "\
26348 See `table-insert-row' and `table-insert-column'.
26381 Recognize a table at point.
26410 Heightening is done by adding blank lines at the bottom of the current
26561 WHERE is provided the cell and table at that location is reported.
26575 generated result is inserted at the current point in the destination
26593 (autoload (quote table-insert-sequence) "table" "\
26600 number of sequence elements to insert. When N is negative the cell
26614 (table-insert 16 3 5 1)
26616 (table-insert-sequence \"D0\" -16 1 1 'center)
26618 (table-insert-sequence \"A[0]\" -16 1 1 'center)
26620 (table-insert-sequence \"-\" 16 0 1 'center))
26623 (table-insert 16 8 5 1)
26624 (table-insert-sequence \"@\" 0 1 2 'right)
26626 (table-insert-sequence \"64\" 0 1 2 'left))
26684 In case the function is called interactively user must use \\[quoted-insert] `quoted-insert'
26685 in order to enter \"\\n\" successfully. COL-DELIM-REGEXP at the end
26693 -!- and ending at -*-, that contains three paragraphs and two item
26787 Letters no longer insert themselves.
26850 Get help on Tcl command. Default is word at point.
26869 is controlled by the contents of the global variable `telnet-host-properties',
26870 falling back on the value of the global variable `telnet-program'.
26871 Normally input is edited in Emacs and sent a line at a time.
26879 Normally input is edited in Emacs and sent a line at a time.
26972 rotate the shape to fit in with those at the bottom of the screen so
27079 otherwise, the file name, preceded by blank, is added at the end.")
27086 otherwise, the file name, preceded by blank, is added at the end.")
27093 otherwise, the file name, preceded by blank, is added at the end.
27111 otherwise, the file name, preceded by a space, is added at the end.
27132 *String inserted by typing \\[tex-insert-quote] to open a quotation.")
27137 *String inserted by typing \\[tex-insert-quote] to close a quotation.")
27143 Tries to determine (by looking at the beginning of the file) whether
27160 Makes \" insert `` when it seems to be the beginning of a quotation,
27203 Makes \" insert `` when it seems to be the beginning of a quotation,
27246 Makes \" insert `` when it seems to be the beginning of a quotation,
27346 *String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
27351 *String inserted by typing \\[texinfo-insert-quote] to close a quotation.")
27379 In addition, Texinfo mode provides commands that insert various
27381 commands to save keystrokes. And you can insert balanced braces with
27382 \\[texinfo-insert-braces] and later use the command \\[up-list] to
27388 * insert the `Next', `Previous' and `Up' pointers of a node,
27389 * insert or update the menu for a section, and
27473 ;;;### (autoloads (list-at-point number-at-point symbol-at-point
27474 ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27483 (autoload (quote bounds-of-thing-at-point) "thingatpt" "\
27484 Determine the start and end buffer locations for the THING at point.
27497 (autoload (quote thing-at-point) "thingatpt" "\
27498 Return the THING at point.
27508 (autoload (quote sexp-at-point) "thingatpt" "\
27513 (autoload (quote symbol-at-point) "thingatpt" "\
27518 (autoload (quote number-at-point) "thingatpt" "\
27523 (autoload (quote list-at-point) "thingatpt" "\
27561 In dired, call the setroot program on the image at point.
27897 Report the overall timeclock status at the present moment.
27907 With a prefix ARG, consider the previous project as finished at the
27954 ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
27967 This affects ordinary timers such as are scheduled by `run-at-time',
27972 (autoload (quote run-at-time) "timer" "\
27973 Perform an action at time TIME.
28088 (define-key global-map "\M-`" 'tmm-menubar)
28089 (define-key global-map [f10] 'tmm-menubar)
28090 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
28096 we make that menu bar item (the one at that position) the default choice.
28127 ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
28141 (autoload (quote todo-insert-item) "todo-mode" "\
28207 Use this function only to make bindings in the global value of `tool-bar-map'.
28229 binding from the menu bar in MAP (which defaults to `global-map'), but
28236 Use this function only to make bindings in the global value of `tool-bar-map'.
28244 the menu bar in FROM-MAP (which defaults to `global-map'), but
28519 (global-set-key "\C-x6" '2C-command)
28520 (global-set-key [f2] '2C-command)
28524 \\<global-map>When called the first time, associates a buffer with the current
28542 Split a two-column text at point, into two buffers in two-column minor mode.
28544 have the ARG same preceding characters at that column get split. The
28632 This is a minor mode, but it is global to all buffers by default.
28634 When this mode is enabled, the user is encouraged to take typing breaks at
28637 is asked to take a break. If the user refuses at that time, Emacs will ask
28652 break at any time). It also initializes the keystroke counter.
28676 thresholds at which typing breaks should be considered. You can use
28801 is made by adding `.mail' at the end.
28880 REALM is the realm at a specific site we are looking for. This should be a
29000 ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
29038 (autoload (quote url-insert-file-contents) "url-handlers" "\
29284 ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string
29309 (autoload (quote url-insert-entities-in-string) "url-util" "\
29339 Remove spaces/tabs at the end of a string.
29344 Remove spaces at the front of a string.
29482 ;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
29623 (autoload (quote vc-insert-headers) "vc" "\
29625 Headers desired are inserted at point, and are pulled from
29666 locked files at or below DIR (but if NAME is empty, locked files are
29673 If FOCUS-REV is non-nil, leave the point at that revision.
29871 `RET' or `C-g' at the first (mandatory) prompt aborts the current
29895 (template at the end of the file) can be inserted by `C-c C-t C-f'.
29924 Typing `TAB' after a non-word character indents the line if at the
29944 begin statements) and as help comments if `vhdl-self-insert-comments' is
29948 are indented at least to `vhdl-inline-comment-column'. Comments go at
29956 `TAB' indents a line if at the beginning of the line. The amount of
29991 Alignment tries to align inline comments at
30210 project setups can be automatically loaded from global directories.
30218 (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up
30275 option `global-font-lock-mode' (`font-lock-auto-fontify' in XEmacs).
30375 VHDL Mode is officially distributed at
30429 Also, no automatic wrap around at end of buffer for pattern searching.
30444 `vi-mark-region', and 'vi-quote-words'. Some of them are quite handy.
30608 Kill commands insert text in kill buffers but do not delete. Other commands
30623 \\[View-scroll-to-buffer-end] scroll so that buffer end is at last line of window.
30641 . set the mark.
30642 x exchanges point and mark.
30643 \\[View-back-to-mark] return to mark and pops mark ring.
30644 Mark ring is pushed at start of every successful search and when
30645 jump to line occurs. The mark is set on jump to buffer start or end.
30651 ! and @ have a special meaning at the beginning of the regexp.
30653 search at beginning (end for backward search) of buffer.
30698 starting at START and point at POINT in WINDOW.
30760 and the function can insert text in it. This text becomes
30906 ;;;### (autoloads (whitespace-write-file-hook whitespace-global-mode
30942 1. Leading space (empty lines at the top of a file).
30943 2. Trailing space (empty lines at the end of a file).
30946 5. Spaces or TABS at the end of a line.
30963 when the mark is active it applies to the region.
30973 (defalias (quote global-whitespace-mode) (quote whitespace-global-mode))
30975 (defvar whitespace-global-mode nil "\
30977 See the command `whitespace-global-mode' for a description of this minor mode.
30980 or call the function `whitespace-global-mode'.")
30982 (custom-autoload (quote whitespace-global-mode) "whitespace" nil)
30984 (autoload (quote whitespace-global-mode) "whitespace" "\
31003 ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (17842 58278))
31006 (autoload (quote widget-browse-at) "wid-browse" "\
31030 ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
31057 (autoload (quote widget-insert) "wid-edit" "\
31058 Call `insert' with ARGS even if surrounding text is read only.
31088 If no window is at the desired location, an error is signaled.
31098 If no window is at the desired location, an error is signaled.
31108 If no window is at the desired location, an error is signaled.
31118 If no window is at the desired location, an error is signaled.
31221 C-p quoted-insert
31251 C-k r insert-file
31253 C-k t ws-mark-word
31376 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
31381 Return or display a random Zippy quotation. With prefix arg, insert it.
31385 (autoload (quote insert-zippyism) "yow" "\
31386 Prompt with completion for a known Zippy quotation, and insert it at point.
31446 ;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el"
31447 ;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el"