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

Lines Matching +defs:image +defs:dired +defs:delete +defs:tag

660 \\[allout-copy-line-as-kill]     `allout-copy-line-as-kill' Copy line but don't delete it.
960 ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add
1019 (autoload (quote appt-delete) "appt" "\
1154 Major mode for viewing an archive file in a dired-like way.
2037 ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
2060 (define-key bookmark-map "d" 'bookmark-delete)
2072 but the others are still there, should you decide to delete the most
2084 Use \\[bookmark-delete] to remove bookmarks (you give it a name,
2145 (autoload (quote bookmark-delete) "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))
2227 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2278 (autoload (quote browse-url-of-dired-file) "browse-url" "\
2984 If nil, make an icon of the frame. If non-nil, delete the frame.")
5215 image/jpeg jpeg jpg jpe
5216 image/png png
5217 image/tiff tiff tif
5940 present in that file. It will not delete any customizations from
5985 (defconst custom-face-attributes (quote ((:family (string :tag "Font Family" :help-echo "Font family or fontset alias name.")) (:width (choice :tag "Width" :help-echo "Font width." :value normal (const :tag "compressed" condensed) (const :tag "condensed" condensed) (const :tag "demiexpanded" semi-expanded) (const :tag "expanded" expanded) (const :tag "extracondensed" extra-condensed) (const :tag "extraexpanded" extra-expanded) (const :tag "medium" normal) (const :tag "narrow" condensed) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semicondensed" semi-condensed) (const :tag "semiexpanded" semi-expanded) (const :tag "ultracondensed" ultra-condensed) (const :tag "ultraexpanded" ultra-expanded) (const :tag "wide" extra-expanded))) (:height (choice :tag "Height" :help-echo "Face's font height." :value 1.0 (integer :tag "Height in 1/10 pt") (number :tag "Scale" 1.0))) (:weight (choice :tag "Weight" :help-echo "Font weight." :value normal (const :tag "black" ultra-bold) (const :tag "bold" bold) (const :tag "book" semi-light) (const :tag "demibold" semi-bold) (const :tag "extralight" extra-light) (const :tag "extrabold" extra-bold) (const :tag "heavy" extra-bold) (const :tag "light" light) (const :tag "medium" normal) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semibold" semi-bold) (const :tag "semilight" semi-light) (const :tag "ultralight" ultra-light) (const :tag "ultrabold" ultra-bold))) (:slant (choice :tag "Slant" :help-echo "Font slant." :value normal (const :tag "italic" italic) (const :tag "oblique" oblique) (const :tag "normal" normal))) (:underline (choice :tag "Underline" :help-echo "Control text underlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:overline (choice :tag "Overline" :help-echo "Control text overlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:strike-through (choice :tag "Strike-through" :help-echo "Control text strike-through." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:box (choice :tag "Box around text" :help-echo "Control box around text." (const :tag "Off" nil) (list :tag "Box" :value (:line-width 2 :color "grey75" :style released-button) (const :format "" :value :line-width) (integer :tag "Width") (const :format "" :value :color) (choice :tag "Color" (const :tag "*" nil) color) (const :format "" :value :style) (choice :tag "Style" (const :tag "Raised" released-button) (const :tag "Sunken" pressed-button) (const :tag "None" nil)))) (lambda (real-value) (and real-value (let ((lwidth (or (and (consp real-value) (plist-get real-value :line-width)) (and (integerp real-value) real-value) 1)) (color (or (and (consp real-value) (plist-get real-value :color)) (and (stringp real-value) real-value) nil)) (style (and (consp real-value) (plist-get real-value :style)))) (list :line-width lwidth :color color :style style)))) (lambda (cus-value) (and cus-value (let ((lwidth (plist-get cus-value :line-width)) (color (plist-get cus-value :color)) (style (plist-get cus-value :style))) (cond ((and (null color) (null style)) lwidth) ((and (null lwidth) (null style)) color) (t (nconc (and lwidth (\` (:line-width (\, lwidth)))) (and color (\` (:color (\, color)))) (and style (\` (:style (\, style))))))))))) (:inverse-video (choice :tag "Inverse-video" :help-echo "Control whether text should be in inverse-video." (const :tag "Off" nil) (const :tag "On" t))) (:foreground (color :tag "Foreground" :help-echo "Set foreground color (name or #RRGGBB hex spec).")) (:background (color :tag "Background" :help-echo "Set background color (name or #RRGGBB hex spec).")) (:stipple (choice :tag "Stipple" :help-echo "Background bit-mask" (const :tag "None" nil) (file :tag "File" :help-echo "Name of bitmap file." :must-match t))) (:inherit (repeat :tag "Inherit" :help-echo "List of faces to inherit attributes from." (face :Tag "Face" default)) (lambda (real-value) (cond ((or (null real-value) (eq real-value (quote unspecified))) nil) ((symbolp real-value) (list real-value)) (t real-value))) (lambda (cus-value) (if (and (consp cus-value) (null (cdr cus-value))) (car cus-value) cus-value))))) "\
6473 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (17842
6477 (defalias (quote pending-delete-mode) (quote delete-selection-mode))
6479 (defvar delete-selection-mode nil "\
6481 See the command `delete-selection-mode' for a description of this minor mode.
6484 or call the function `delete-selection-mode'.")
6486 (custom-autoload (quote delete-selection-mode) "delsel" nil)
6488 (autoload (quote delete-selection-mode) "delsel" "\
6945 ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6946 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6947 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6948 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6949 ;;;;;; "dired" "dired.el" (18015 32019))
6950 ;;; Generated autoloads from dired.el
6952 (defvar dired-listing-switches "-al" "\
6956 `dired-ls-F-marks-symlinks' concerning the `F' switch.
6961 (custom-autoload (quote dired-listing-switches) "dired" t)
6963 (defvar dired-chown-program (if (memq system-type (quote (hpux dgux usg-unix-v irix linux gnu/linux cygwin))) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\
6966 (defvar dired-ls-F-marks-symlinks nil "\
6980 (custom-autoload (quote dired-ls-F-marks-symlinks) "dired" t)
6982 (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\
6987 (custom-autoload (quote dired-trivial-filenames) "dired" t)
6989 (defvar dired-keep-marker-rename t "\
6995 (custom-autoload (quote dired-keep-marker-rename) "dired" t)
6997 (defvar dired-keep-marker-copy 67 "\
7002 (custom-autoload (quote dired-keep-marker-copy) "dired" t)
7004 (defvar dired-keep-marker-hardlink 72 "\
7009 (custom-autoload (quote dired-keep-marker-hardlink) "dired" t)
7011 (defvar dired-keep-marker-symlink 89 "\
7016 (custom-autoload (quote dired-keep-marker-symlink) "dired" t)
7018 (defvar dired-dwim-target nil "\
7020 This means: if there is a dired buffer displayed in the next window,
7021 use its current subdir, instead of the current subdir of this dired buffer.
7025 (custom-autoload (quote dired-dwim-target) "dired" t)
7027 (defvar dired-copy-preserve-time t "\
7031 (custom-autoload (quote dired-copy-preserve-time) "dired" t)
7033 (defvar dired-directory nil "\
7034 The directory name or wildcard spec that this dired directory lists.
7035 Local to each dired buffer. May be a list, in which case the car is the
7038 (define-key ctl-x-map "d" 'dired)
7040 (autoload (quote dired) "dired" "\
7041 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
7048 \\<dired-mode-map>You can move around in it with the usual commands.
7049 You can flag files for deletion with \\[dired-flag-file-deletion] and then
7050 delete them by typing \\[dired-do-flagged-delete].
7053 If DIRNAME is already in a dired buffer, that buffer is used without refresh.
7056 (define-key ctl-x-4-map "d" 'dired-other-window)
7058 (autoload (quote dired-other-window) "dired" "\
7059 \"Edit\" directory DIRNAME. Like `dired' but selects in another window.
7062 (define-key ctl-x-5-map "d" 'dired-other-frame)
7064 (autoload (quote dired-other-frame) "dired" "\
7065 \"Edit\" directory DIRNAME. Like `dired' but makes a new frame.
7069 (autoload (quote dired-noselect) "dired" "\
7070 Like `dired' but returns the dired buffer as value, does not select it.
7074 (autoload (quote dired-mode) "dired" "\
7084 You can move using the usual cursor motion commands.\\<dired-mode-map>
7086 Instead, type \\[dired-flag-file-deletion] to flag a file for Deletion.
7087 Type \\[dired-mark] to Mark a file or subdirectory for later commands.
7092 Mark-using commands display a list of failures afterwards. Type \\[dired-summary]
7094 Type \\[dired-unmark] to Unmark a file or all files of a subdirectory.
7095 Type \\[dired-unmark-backward] to back up one line and unflag.
7096 Type \\[dired-do-flagged-delete] to eXecute the deletions requested.
7097 Type \\[dired-advertised-find-file] to Find the current line's file
7098 (or dired it in another buffer, if it is a directory).
7099 Type \\[dired-find-file-other-window] to find file or dired directory in Other window.
7100 Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer.
7101 Type \\[dired-do-rename] to Rename a file or move the marked files to another directory.
7102 Type \\[dired-do-copy] to Copy files.
7103 Type \\[dired-sort-toggle-or-edit] to toggle Sorting by name/date or change the `ls' switches.
7109 directories again, type \\[dired-do-redisplay] to relist a single or the marked files or a
7110 subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer
7116 `dired-listing-switches'
7117 `dired-trivial-filenames'
7118 `dired-shrink-to-fit'
7119 `dired-marker-char'
7120 `dired-del-marker'
7121 `dired-keep-marker-rename'
7122 `dired-keep-marker-copy'
7123 `dired-keep-marker-hardlink'
7124 `dired-keep-marker-symlink'
7128 `dired-before-readin-hook'
7129 `dired-after-readin-hook'
7130 `dired-mode-hook'
7131 `dired-load-hook'
7134 \\{dired-mode-map}
7137 (put 'dired-find-alternate-file 'disabled t)
7142 ;;;### (autoloads (dired-show-file-type dired-do-query-replace-regexp
7143 ;;;;;; dired-do-search dired-hide-all dired-hide-subdir dired-tree-down
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
7146 ;;;;;; dired-downcase dired-upcase dired-do-symlink-regexp dired-do-hardlink-regexp
7147 ;;;;;; dired-do-copy-regexp dired-do-rename-regexp dired-do-rename
7148 ;;;;;; dired-do-hardlink dired-do-symlink dired-do-copy dired-create-directory
7149 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file
7150 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
7151 ;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines
7152 ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory
7153 ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp
7154 ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff
7155 ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (17859 20444))
7156 ;;; Generated autoloads from dired-aux.el
7158 (autoload (quote dired-diff) "dired-aux" "\
7161 \\[set-mark-command], not by Dired's \\[dired-mark] command.)
7168 (autoload (quote dired-backup-diff) "dired-aux" "\
7177 (autoload (quote dired-compare-directories) "dired-aux" "\
7178 Mark files with different file attributes in two dired buffers.
7192 where 1 refers to attribute of file in the current dired buffer
7193 and 2 to attribute of file in second dired buffer.
7205 (autoload (quote dired-do-chmod) "dired-aux" "\
7211 (autoload (quote dired-do-chgrp) "dired-aux" "\
7216 (autoload (quote dired-do-chown) "dired-aux" "\
7221 (autoload (quote dired-do-touch) "dired-aux" "\
7227 (autoload (quote dired-do-print) "dired-aux" "\
7234 (autoload (quote dired-clean-directory) "dired-aux" "\
7236 Spares `dired-kept-versions' latest versions, and `kept-old-versions' oldest.
7237 Positive prefix arg KEEP overrides `dired-kept-versions';
7240 To clear the flags on these files, you can use \\[dired-flag-backup-files]
7245 (autoload (quote dired-do-shell-command) "dired-aux" "\
7262 significance for `dired-do-shell-command', and are passed through
7270 Type \\[dired-do-redisplay] to redisplay the marked files.
7278 can be produced by `dired-get-marked-files', for example.
7282 (autoload (quote dired-run-shell-command) "dired-aux" "\
7287 (autoload (quote dired-do-kill-lines) "dired-aux" "\
7301 (autoload (quote dired-compress-file) "dired-aux" "\
7306 (autoload (quote dired-query) "dired-aux" "\
7311 (autoload (quote dired-do-compress) "dired-aux" "\
7316 (autoload (quote dired-do-byte-compile) "dired-aux" "\
7321 (autoload (quote dired-do-load) "dired-aux" "\
7326 (autoload (quote dired-do-redisplay) "dired-aux" "\
7332 the buffer will not reset them. However, using `dired-undo' to re-insert
7333 or delete subdirectories can bypass this machinery. Hence, you sometimes
7334 may have to reset some subdirectory switches after a `dired-undo'.
7336 \\<dired-mode-map>\\[dired-reset-subdir-switches].
7341 (autoload (quote dired-add-file) "dired-aux" "\
7346 (autoload (quote dired-remove-file) "dired-aux" "\
7351 (autoload (quote dired-relist-file) "dired-aux" "\
7356 (autoload (quote dired-copy-file) "dired-aux" "\
7361 (autoload (quote dired-rename-file) "dired-aux" "\
7366 (autoload (quote dired-create-directory) "dired-aux" "\
7371 (autoload (quote dired-do-copy) "dired-aux" "\
7379 `dired-dwim-target', which see.
7386 (autoload (quote dired-do-symlink) "dired-aux" "\
7393 `dired-dwim-target', which see.
7395 For relative symlinks, use \\[dired-do-relsymlink].
7399 (autoload (quote dired-do-hardlink) "dired-aux" "\
7406 `dired-dwim-target', which see.
7410 (autoload (quote dired-do-rename) "dired-aux" "\
7416 of `dired-dwim-target', which see.
7420 (autoload (quote dired-do-rename-regexp) "dired-aux" "\
7437 (autoload (quote dired-do-copy-regexp) "dired-aux" "\
7439 See function `dired-do-rename-regexp' for more info.
7443 (autoload (quote dired-do-hardlink-regexp) "dired-aux" "\
7445 See function `dired-do-rename-regexp' for more info.
7449 (autoload (quote dired-do-symlink-regexp) "dired-aux" "\
7451 See function `dired-do-rename-regexp' for more info.
7455 (autoload (quote dired-upcase) "dired-aux" "\
7460 (autoload (quote dired-downcase) "dired-aux" "\
7465 (autoload (quote dired-maybe-insert-subdir) "dired-aux" "\
7466 Insert this subdirectory into the same dired buffer.
7467 If it is already present, just move to it (type \\[dired-do-redisplay] to refresh),
7475 the buffer will not reset them. However, using `dired-undo' to re-insert
7476 or delete subdirectories can bypass this machinery. Hence, you sometimes
7477 may have to reset some subdirectory switches after a `dired-undo'.
7479 \\<dired-mode-map>\\[dired-reset-subdir-switches].
7484 (autoload (quote dired-insert-subdir) "dired-aux" "\
7485 Insert this subdirectory into the same dired buffer.
7495 (autoload (quote dired-prev-subdir) "dired-aux" "\
7501 (autoload (quote dired-goto-subdir) "dired-aux" "\
7502 Go to end of header line of DIR in this dired buffer.
7508 (autoload (quote dired-mark-subdir-files) "dired-aux" "\
7515 (autoload (quote dired-kill-subdir) "dired-aux" "\
7521 (autoload (quote dired-tree-up) "dired-aux" "\
7522 Go up ARG levels in the dired tree.
7526 (autoload (quote dired-tree-down) "dired-aux" "\
7527 Go down in the dired tree.
7531 (autoload (quote dired-hide-subdir) "dired-aux" "\
7534 Use \\[dired-hide-all] to (un)hide all directories.
7538 (autoload (quote dired-hide-all) "dired-aux" "\
7541 Use \\[dired-hide-subdir] to (un)hide a particular subdirectory.
7545 (autoload (quote dired-do-search) "dired-aux" "\
7552 (autoload (quote dired-do-query-replace-regexp) "dired-aux" "\
7560 (autoload (quote dired-show-file-type) "dired-aux" "\
7570 ;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el"
7572 ;;; Generated autoloads from dired-x.el
7574 (autoload (quote dired-jump) "dired-x" "\
7575 Jump to dired buffer corresponding to current buffer.
7576 If in a file, dired the current directory and move to file's line.
7578 In case the proper dired file line cannot be found, refresh the dired
7583 (autoload (quote dired-do-relsymlink) "dired-x" "\
7594 For absolute symlinks, use \\[dired-do-symlink].
8122 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-delete-style ebnf-insert-style
8137 Generate and print a PostScript syntactic chart image of DIRECTORY.
8149 Generate and print a PostScript syntactic chart image of the file FILE.
8159 Generate and print a PostScript syntactic chart image of the buffer.
8162 the name of a file to save the PostScript image in, instead of sending
8166 is nil, send the image to the printer. If FILENAME is a string, save
8167 the PostScript image in a file with that name. If FILENAME is a
8173 Generate and print a PostScript syntactic chart image of the region.
8179 Generate and spool a PostScript syntactic chart image of DIRECTORY.
8191 Generate and spool a PostScript syntactic chart image of the file FILE.
8201 Generate and spool a PostScript syntactic chart image of the buffer.
8202 Like `ebnf-print-buffer' except that the PostScript image is saved in a
8210 Generate a PostScript syntactic chart image of the region and spool locally.
8240 Generate a PostScript syntactic chart image of the buffer in an EPS file.
8262 Generate a PostScript syntactic chart image of the region in an EPS file.
8329 (autoload (quote ebnf-delete-style) "ebnf2ps" "\
9594 ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9595 ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9596 ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9606 (autoload (quote erc-delete-pal) "erc-match" "\
9616 (autoload (quote erc-delete-fool) "erc-match" "\
9626 (autoload (quote erc-delete-keyword) "erc-match" "\
9636 (autoload (quote erc-delete-dangerous-host) "erc-match" "\
9910 ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags
9912 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
9913 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer
9914 ;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9915 ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9960 (defvar find-tag-hook nil "\
9961 *Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'.
9962 The value in the buffer in which \\[find-tag] is done is used,
9963 not the value in the buffer \\[find-tag] goes to.")
9965 (custom-autoload (quote find-tag-hook) "etags" t)
9967 (defvar find-tag-default-function nil "\
9968 *A function of no arguments used by \\[find-tag] to pick a default tag.
9970 has a `find-tag-default-function' property (see `put'), that is used.
9971 Otherwise, `find-tag-default' is used.")
9973 (custom-autoload (quote find-tag-default-function) "etags" t)
9987 When you find a tag with \\[find-tag], the buffer it finds the tag
9989 file the tag was in.
10013 (autoload (quote find-tag-noselect) "etags" "\
10014 Find tag (in current tags table) whose name contains TAGNAME.
10015 Returns the buffer containing the tag's definition and moves its point there,
10020 another tag that matches the last tagname or regexp used. When there are
10021 multiple matches for a tag, more exact matches are found first. If NEXT-P
10023 or just \\[negative-argument]), pop back to the previous tag gone to.
10028 onto a ring and may be popped back to with \\[pop-tag-mark].
10035 (autoload (quote find-tag) "etags" "\
10036 Find tag (in current tags table) whose name contains TAGNAME.
10037 Select the buffer containing the tag's definition, and move point there.
10041 another tag that matches the last tagname or regexp used. When there are
10042 multiple matches for a tag, more exact matches are found first. If NEXT-P
10044 or just \\[negative-argument]), pop back to the previous tag gone to.
10049 onto a ring and may be popped back to with \\[pop-tag-mark].
10055 (define-key esc-map "." 'find-tag)
10057 (autoload (quote find-tag-other-window) "etags" "\
10058 Find tag (in current tags table) whose name contains TAGNAME.
10059 Select the buffer containing the tag's definition in another window, and
10064 another tag that matches the last tagname or regexp used. When there are
10065 multiple matches for a tag, more exact matches are found first. If NEXT-P
10067 just \\[negative-argument]), pop back to the previous tag gone to.
10072 onto a ring and may be popped back to with \\[pop-tag-mark].
10078 (define-key ctl-x-4-map "." 'find-tag-other-window)
10080 (autoload (quote find-tag-other-frame) "etags" "\
10081 Find tag (in current tags table) whose name contains TAGNAME.
10082 Select the buffer containing the tag's definition in another frame, and
10087 another tag that matches the last tagname or regexp used. When there are
10088 multiple matches for a tag, more exact matches are found first. If NEXT-P
10090 just \\[negative-argument]), pop back to the previous tag gone to.
10095 onto a ring and may be popped back to with \\[pop-tag-mark].
10101 (define-key ctl-x-5-map "." 'find-tag-other-frame)
10103 (autoload (quote find-tag-regexp) "etags" "\
10104 Find tag (in current tags table) whose name matches REGEXP.
10105 Select the buffer containing the tag's definition and move point there.
10108 another tag that matches the last tagname or regexp used. When there are
10109 multiple matches for a tag, more exact matches are found first. If NEXT-P
10111 just \\[negative-argument]), pop back to the previous tag gone to.
10116 onto a ring and may be popped back to with \\[pop-tag-mark].
10122 (define-key esc-map [?\C-.] 'find-tag-regexp)
10123 (define-key esc-map "*" 'pop-tag-mark)
10125 (autoload (quote pop-tag-mark) "etags" "\
10126 Pop back to where \\[find-tag] was last invoked.
10128 This is distinct from invoking \\[find-tag] with a negative argument
10202 (autoload (quote complete-tag) "etags" "\
10206 for \\[find-tag] (which see).
10956 ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10975 See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
11001 (autoload (quote dired-at-point) "ffap" "\
11097 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
11098 ;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
11100 ;;; Generated autoloads from find-dired.el
11106 LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.")
11108 (custom-autoload (quote find-ls-option) "find-dired" t)
11116 (custom-autoload (quote find-ls-subdir-switches) "find-dired" t)
11123 (custom-autoload (quote find-grep-options) "find-dired" t)
11125 (autoload (quote find-dired) "find-dired" "\
11136 (autoload (quote find-name-dired) "find-dired" "\
11138 and run dired on those files.
11146 (autoload (quote find-grep-dired) "find-dired" "\
11410 ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
11411 ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (17893 23802))
11414 (autoload (quote find-lisp-find-dired) "find-lisp" "\
11419 (autoload (quote find-lisp-find-dired-subdirectories) "find-lisp" "\
11424 (autoload (quote find-lisp-find-dired-filter) "find-lisp" "\
11425 Change the filter on a find-lisp-find-dired buffer to REGEXP.
11589 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11627 `\\[split-window-horizontally]' or `M-x follow-delete-other-windows-and-split' can be used.
11643 (autoload (quote follow-delete-other-windows-and-split) "follow" "\
11659 (global-set-key [f7] 'follow-delete-other-windows-and-split)
11678 \\[Footnote-delete-footnote] Footnote-delete-footnote
11701 C-c C-k forms-delete-record
11915 | | D gdb-delete-breakpoint |
12119 ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
12167 (autoload (quote gnus-agent-delete-group) "gnus-agent" "\
12237 ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
12270 (autoload (quote gnus-cache-delete-group) "gnus-cache" "\
12336 ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
12338 ;;; Generated autoloads from gnus/gnus-dired.el
12340 (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\
12341 Convenience method to turn on gnus-dired-mode.
12377 Insert an X-Face header based on an image file.
12382 Return a Face header based on an image file.
12970 tag the cursor is over, substituting it into the last grep command
13028 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (17842 58279))
13031 (autoload (quote gs-load-image) "gs" "\
13032 Load a PS image for display on FRAME.
13033 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
13034 and height of the image in pixels. WINDOW-AND-PIXMAP-ID is a string of
14001 (defvar hippie-expand-ignore-buffers (quote ("^ \\*.*\\*$" dired-mode)) "\
14130 ;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers
14140 ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters
14143 ;;;;;; ibuffer-switch-to-saved-filter-groups ibuffer-delete-saved-filter-groups
14266 (autoload (quote ibuffer-delete-saved-filter-groups) "ibuf-ext" "\
14322 (autoload (quote ibuffer-delete-saved-filters) "ibuf-ext" "\
14503 (autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\
14504 Mark all `dired' buffers.
14926 ;;;;;; ido-read-buffer ido-dired ido-insert-file ido-write-file
15068 \\[ido-wide-find-file-or-pop-dir] and \\[ido-wide-find-dir-or-delete-dir] prompts and uses find to locate files or directories.
15144 (autoload (quote ido-dired) "ido" "\
15145 Call `dired' the ido way.
15218 Toggle inline image minor mode.
15225 ;;;### (autoloads (defimage find-image remove-images insert-sliced-image
15226 ;;;;;; insert-image put-image create-image image-type-auto-detected-p
15227 ;;;;;; image-type-available-p image-type image-type-from-file-name
15228 ;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
15229 ;;;;;; "image" "image.el" (17868 42568))
15230 ;;; Generated autoloads from image.el
15232 (autoload (quote image-type-from-data) "image" "\
15233 Determine the image type from image data DATA.
15234 Value is a symbol specifying the image type or nil if type cannot
15239 (autoload (quote image-type-from-buffer) "image" "\
15240 Determine the image type from data in the current buffer.
15241 Value is a symbol specifying the image type or nil if type cannot
15246 (autoload (quote image-type-from-file-header) "image" "\
15247 Determine the type of image file FILE from its first few bytes.
15248 Value is a symbol specifying the image type, or nil if type cannot
15253 (autoload (quote image-type-from-file-name) "image" "\
15254 Determine the type of image file FILE from its name.
15255 Value is a symbol specifying the image type, or nil if type cannot
15260 (autoload (quote image-type) "image" "\
15261 Determine and return image type.
15262 FILE-OR-DATA is an image file name or image data.
15263 Optional TYPE is a symbol describing the image type. If TYPE is omitted
15264 or nil, try to determine the image type from its first few bytes
15265 of image data. If that doesn't work, and FILE-OR-DATA is a file name,
15266 use its file extension as image type.
15267 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
15271 (autoload (quote image-type-available-p) "image" "\
15272 Return non-nil if image type TYPE is available.
15277 (autoload (quote image-type-auto-detected-p) "image" "\
15278 Return t iff the current buffer contains an auto-detectable image.
15281 First, compare the beginning of the buffer with `image-type-header-regexps'.
15282 If an appropriate image type is found, check if that image type can be
15283 autodetected using the variable `image-type-auto-detectable'. Finally,
15285 in `auto-mode-alist' apart from `image-mode'; if there is another match,
15291 (autoload (quote create-image) "image" "\
15292 Create an image.
15293 FILE-OR-DATA is an image file name or image data.
15294 Optional TYPE is a symbol describing the image type. If TYPE is omitted
15295 or nil, try to determine the image type from its first few bytes
15296 of image data. If that doesn't work, and FILE-OR-DATA is a file name,
15297 use its file extension as image type.
15298 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
15299 Optional PROPS are additional image attributes to assign to the image,
15301 Value is the image created, or nil if images of type TYPE are not supported.
15303 Images should not be larger than specified by `max-image-size'.
15307 (autoload (quote put-image) "image" "\
15308 Put image IMAGE in front of POS in the current buffer.
15309 IMAGE must be an image created with `create-image' or `defimage'.
15312 image. STRING is defaulted if you omit it.
15314 AREA is where to display the image. AREA nil or omitted means
15321 (autoload (quote insert-image) "image" "\
15324 with a `display' property whose value is the image. STRING is
15326 AREA is where to display the image. AREA nil or omitted means
15331 means insert whole image. SLICE is a list (X Y WIDTH HEIGHT)
15332 specifying the X and Y positions and WIDTH and HEIGHT of image area
15334 height of the image; integer values are taken as pixel values.
15338 (autoload (quote insert-sliced-image) "image" "\
15341 with a `display' property whose value is the image. STRING is
15343 AREA is where to display the image. AREA nil or omitted means
15347 The image is automatically split into ROW x COLS slices.
15351 (autoload (quote remove-images) "image" "\
15353 Remove only images that were put in BUFFER with calls to `put-image'.
15358 (autoload (quote find-image) "image" "\
15359 Find an image, choosing one of a list of image specifications.
15361 SPECS is a list of image specifications.
15363 Each image specification in SPECS is a property list. The contents of
15364 a specification are image type dependent. All specifications must at
15366 `:data DATA', where TYPE is a symbol specifying the image type,
15367 e.g. `xbm', FILE is the file to load the image from, and DATA is a
15368 string containing the actual image data. The specification whose TYPE
15369 is supported, and FILE exists, is used to construct the image
15373 The image is looked for in `image-load-path'.
15375 Image files should not be larger than specified by `max-image-size'.
15379 (autoload (quote defimage) "image" "\
15380 Define SYMBOL as an image.
15382 SPECS is a list of image specifications. DOC is an optional
15385 Each image specification in SPECS is a property list. The contents of
15386 a specification are image type dependent. All specifications must at
15388 `:data DATA', where TYPE is a symbol specifying the image type,
15389 e.g. `xbm', FILE is the file to load the image from, and DATA is a
15390 string containing the actual image data. The first image
15396 (defimage test-image ((:type xpm :file \"~/test1.xpm\")
15404 ;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files
15405 ;;;;;; image-dired-dired-comment-files image-dired-dired-display-image
15406 ;;;;;; image-dired-dired-display-external image-dired-display-thumb
15407 ;;;;;; image-dired-display-thumbs-append image-dired-setup-dired-keybindings
15408 ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15409 ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15410 ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
15411 ;;;;;; "image-dired" "image-dired.el" (17992 30877))
15412 ;;; Generated autoloads from image-dired.el
15414 (autoload (quote image-dired-dired-insert-marked-thumbs) "image-dired" "\
15415 Insert thumbnails before file names of marked files in the dired buffer.
15419 (autoload (quote image-dired-dired-with-window-configuration) "image-dired" "\
15424 - Opens dired in folder DIR
15429 image files in dired and type
15430 \\[image-dired-display-thumbs] (`image-dired-display-thumbs').
15435 calling `image-dired-restore-window-configuration'.
15439 (autoload (quote image-dired-display-thumbs) "image-dired" "\
15440 Display thumbnails of all marked files, in `image-dired-thumbnail-buffer'.
15441 If a thumbnail image does not exist for a file, it is created on the
15447 you have the dired buffer in the left window and the
15448 `image-dired-thumbnail-buffer' buffer in the right window.
15456 `image-dired-next-line-and-display' and
15457 `image-dired-previous-line-and-display' where we do not want the
15462 (autoload (quote image-dired-show-all-from-dir) "image-dired" "\
15464 If the number of files in DIR matching `image-file-name-regexp'
15465 exceeds `image-dired-show-all-from-dir-max-files', a warning will be
15470 (defalias (quote image-dired) (quote image-dired-show-all-from-dir))
15472 (defalias (quote tumme) (quote image-dired-show-all-from-dir))
15474 (autoload (quote image-dired-tag-files) "image-dired" "\
15475 Tag marked file(s) in dired. With prefix ARG, tag file at point.
15479 (autoload (quote image-dired-delete-tag) "image-dired" "\
15480 Remove tag for selected file(s).
15481 With prefix argument ARG, remove tag from file at point.
15485 (autoload (quote image-dired-jump-thumbnail-buffer) "image-dired" "\
15490 (autoload (quote image-dired-setup-dired-keybindings) "image-dired" "\
15491 Setup easy-to-use keybindings for the commands to be used in dired mode.
15493 `image-dired-dired-x-line'.
15497 (autoload (quote image-dired-display-thumbs-append) "image-dired" "\
15498 Append thumbnails to `image-dired-thumbnail-buffer'.
15502 (autoload (quote image-dired-display-thumb) "image-dired" "\
15503 Shorthand for `image-dired-display-thumbs' with prefix argument.
15507 (autoload (quote image-dired-dired-display-external) "image-dired" "\
15512 (autoload (quote image-dired-dired-display-image) "image-dired" "\
15513 Display current image file.
15514 See documentation for `image-dired-display-image' for more information.
15515 With prefix argument ARG, display image in its original size.
15519 (autoload (quote image-dired-dired-comment-files) "image-dired" "\
15520 Add comment to current or marked files in dired.
15524 (autoload (quote image-dired-mark-tagged-files) "image-dired" "\
15525 Use regexp to mark files with matching tag.
15526 A `tag' is a keyword, a piece of meta data, associated with an
15527 image file and stored in image-dired's database file. This command
15529 on all image files in the database file. The files that have a
15530 matching tags will be marked in the dired buffer.
15534 (autoload (quote image-dired-dired-edit-comment-and-tags) "image-dired" "\
15535 Edit comment and tags of current or marked image files.
15536 Edit comment and tags for all marked image files in an
15544 ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15545 ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15546 ;;;;;; "image-file.el" (17842 58279))
15547 ;;; Generated autoloads from image-file.el
15549 (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
15550 *A list of image-file filename extensions.
15551 Filenames having one of these extensions are considered image files,
15552 in addition to those matching `image-file-name-regexps'.
15554 See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,
15556 `auto-image-file-mode' is re-enabled; this happens automatically when
15559 (custom-autoload (quote image-file-name-extensions) "image-file" nil)
15561 (defvar image-file-name-regexps nil "\
15562 *List of regexps matching image-file filenames.
15563 Filenames matching one of these regexps are considered image files,
15564 in addition to those with an extension in `image-file-name-extensions'.
15566 See function `auto-image-file-mode'; if `auto-image-file-mode' is
15568 `auto-image-file-mode' is re-enabled; this happens automatically when
15571 (custom-autoload (quote image-file-name-regexps) "image-file" nil)
15573 (autoload (quote image-file-name-regexp) "image-file" "\
15574 Return a regular expression matching image-file filenames.
15578 (autoload (quote insert-image-file) "image-file" "\
15579 Insert the image file FILE into the current buffer.
15585 (defvar auto-image-file-mode nil "\
15587 See the command `auto-image-file-mode' for a description of this minor mode.
15590 or call the function `auto-image-file-mode'.")
15592 (custom-autoload (quote auto-image-file-mode) "image-file" nil)
15594 (autoload (quote auto-image-file-mode) "image-file" "\
15595 Toggle visiting of image files as images.
15600 `image-file-name-extensions', or matches a regexp in
15601 `image-file-name-regexps'.
15608 ;;;### (autoloads (image-mode-maybe image-minor-mode image-mode)
15609 ;;;;;; "image-mode" "image-mode.el" (17868 42581))
15610 ;;; Generated autoloads from image-mode.el
15611 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
15612 (push '("\\.png\\'" . image-mode) auto-mode-alist)
15613 (push '("\\.gif\\'" . image-mode) auto-mode-alist)
15614 (push '("\\.tiff?\\'" . image-mode) auto-mode-alist)
15615 (push '("\\.p[bpgn]m\\'" . image-mode) auto-mode-alist)
15616 (push '("\\.x[bp]m\\'" . image-mode-maybe) auto-mode-alist)
15618 (autoload (quote image-mode) "image-mode" "\
15619 Major mode for image files.
15620 You can use \\<image-mode-map>\\[image-toggle-display]
15621 to toggle between display as an image and display as text.
15625 (autoload (quote image-minor-mode) "image-mode" "\
15628 See the command `image-mode' for more information on this mode.
15632 (autoload (quote image-mode-maybe) "image-mode" "\
15633 Set major or minor mode for image files.
15635 associated with a filename in `auto-mode-alist'. When an image
15639 See commands `image-mode' and `image-minor-mode' for more
16124 Create or update Info file tag table in current buffer or in a region.
16132 To use this command, first visit a large Info file that has a tag
16139 contains just the tag table and a directory of subfiles.
18129 C-c C-v `message-delete-not-region' (remove the text outside the region).
18412 Quit editing and delete draft message.
18415 this command to kill the draft buffer and delete the draft
18417 delete the draft message.
19463 If ARG is negative, delete that many comment characters instead.
20301 Delete (and its variants) delete forward instead of backward.
20369 DELETE delete-char
20578 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20636 (defvar cvs-dired-action (quote cvs-quickdir) "\
20640 (custom-autoload (quote cvs-dired-action) "pcvs" t)
20642 (defvar cvs-dired-use-hook (quote (4)) "\
20649 (custom-autoload (quote cvs-dired-use-hook) "pcvs" t)
20651 (defun cvs-dired-noselect (dir) "\
20653 The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t)))))
20684 either delete an empty comment, indent an existing comment, move
20923 Delete char at point: \\[delete-char]
21059 command prompts the user for a file name, and saves the PostScript image in
21065 save the image in a temporary file. If FILENAME is a string, save the
21066 PostScript image in a file with that name. If FILENAME is t, prompts for a
21078 command prompts the user for a file name, and saves the PostScript image in
21084 save the image in a temporary file. If FILENAME is a string, save the
21085 PostScript image in a file with that name. If FILENAME is t, prompts for a
21097 command prompts the user for a file name, and saves the PostScript image in
21103 save the image in a temporary file. If FILENAME is a string, save the
21104 PostScript image in a file with that name. If FILENAME is t, prompts for a
21118 command prompts the user for a file name, and saves the PostScript image in
21124 save the image in a temporary file. If FILENAME is a string, save the
21125 PostScript image in a file with that name. If FILENAME is t, prompts for a
21137 the PostScript image in that file instead of saving it in a temporary file.
21140 argument FILENAME is treated as follows: if it's nil, save the image in a
21141 temporary file. If FILENAME is a string, save the PostScript image in a file
21151 the PostScript image in that file instead of sending it to the printer.
21154 argument FILENAME is treated as follows: if it's nil, send the image to the
21155 printer. If FILENAME is a string, save the PostScript image in a file with
21165 the PostScript image in that file instead of sending it to the printer.
21168 argument FILENAME is treated as follows: if it's nil, send the image to the
21169 printer. If FILENAME is a string, save the PostScript image in a file with
21181 the PostScript image in that file instead of sending it to the printer.
21184 argument FILENAME is treated as follows: if it's nil, send the image to the
21185 printer. If FILENAME is a string, save the PostScript image in a file with
21307 user for a file name, and saves the spooled PostScript image in that file
21311 save the image in a temporary file. If FILENAME is a string, save the
21312 PostScript image in a file with that name.
21320 user for a file name, and saves the spooled PostScript image in that file
21324 send the image to the printer. If FILENAME is a string, save the PostScript
21325 image in a file with that name.
21333 user for a file name, and saves the spooled PostScript image in that file
21337 send the image to the printer. If FILENAME is a string, save the PostScript
21338 image in a file with that name.
21346 user for a file name, and saves the spooled PostScript image in that file
21350 send the image to the printer. If FILENAME is a string, save the PostScript
21351 image in a file with that name.
21386 saves the PostScript image in that file instead of sending it to the printer.
21392 nil, send the image to the printer. If OFILENAME is a string, save the
21393 PostScript image in a file with that name. If OFILENAME is t, prompts for a
21561 and saves the PostScript image in that file instead of sending it to the
21567 printer to that chosen by user and saves the PostScript image in
21574 If it's nil, send the image to the printer.
21581 and saves the PostScript image in that file instead of sending it to the
21586 printer to that chosen by user and saves the PostScript image in that file
21593 Otherwise, send the image to the printer.
21877 Generate and print a PostScript image of the buffer.
21880 user for a file name, and saves the PostScript image in that file instead of
21884 send the image to the printer. If FILENAME is a string, save the PostScript
21885 image in a file with that name.
21890 Generate and print a PostScript image of the buffer.
21892 the generated image. This command works only if you are using a window system,
21898 Generate and print a PostScript image of the region.
21904 Generate and print a PostScript image of the region.
21906 the generated image. This command works only if you are using a window system,
21912 Generate and spool a PostScript image of the buffer.
21913 Like `ps-print-buffer' except that the PostScript image is saved in a local
21921 Generate and spool a PostScript image of the buffer.
21923 the generated image. This command works only if you are using a window system,
21931 Generate a PostScript image of the region and spool locally.
21939 Generate a PostScript image of the region and spool locally.
21941 the generated image. This command works only if you are using a window system,
21952 user for a file name, and saves the spooled PostScript image in that file
21956 send the image to the printer. If FILENAME is a string, save the PostScript
21957 image in a file with that name.
22529 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
22530 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
22531 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (17842
22544 (autoload (quote delete-rectangle) "rect" "\
22556 (autoload (quote delete-extract-rectangle) "rect" "\
22576 You might prefer to use `delete-extract-rectangle' from a program.
22616 (defalias (quote close-rectangle) (quote delete-whitespace-rectangle))
22618 (autoload (quote delete-whitespace-rectangle) "rect" "\
22644 This command does not delete or overwrite any existing text.
23060 ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
23123 (defvar rmail-delete-after-output nil "\
23124 *Non-nil means automatically delete a message that is copied to a file.")
23126 (custom-autoload (quote rmail-delete-after-output) "rmail" t)
23172 (defvar rmail-delete-message-hook nil "\
23281 \\[rmail-delete-forward] Delete this message, move to next nondeleted.
23282 \\[rmail-delete-backward] Delete this message, move to previous nondeleted.
23625 To terminate the ROT13 display, delete that window. As long as that window
24266 so you can edit or delete these lines.")
24466 An argument of N to a tag-inserting command means to wrap it around
24501 <p>Paragraphs only need an opening tag. Line breaks and multiple spaces are
24566 \\[backward-delete-char-untabify] Delete backward one position, even if it was a tab.
24897 -num delete num preceding characters (see `skeleton-untabify')
25426 `speedbar-before-delete-hook' is called before the frame is deleted.
26169 ;;;### (autoloads (table-release table-capture table-delete-column
26170 ;;;;;; table-delete-row table-insert-sequence table-generate-source
26630 (autoload (quote table-delete-row) "table" "\
26638 (autoload (quote table-delete-column) "table" "\
26785 Major mode for viewing a tar file as a dired-like listing of its contents.
26923 BUFFER's contents are made an image of the display generated by that program,
27309 Non-nil argument (prefix, if interactive) means don't make tag table
27531 ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27548 (autoload (quote thumbs-dired-show-marked) "thumbs" "\
27549 In dired, make a thumbs buffer with marked files.
27553 (autoload (quote thumbs-dired-show) "thumbs" "\
27554 In dired, make a thumbs buffer with all files in current directory.
27560 (autoload (quote thumbs-dired-setroot) "thumbs" "\
27561 In dired, call the setroot program on the image at point.
28197 ICON names the image, DEF is the key definition and KEY is a symbol
28202 ICON is the base name of a file containing the image to use. The
28205 ICON.xbm, using `find-image'.
28214 ICON names the image, DEF is the key definition and KEY is a symbol
28219 ICON is the base name of a file containing the image to use. The
28222 ICON.xbm, using `find-image'.
28230 modifies the binding by adding an image specification for ICON. It
28245 modifies the binding by adding an image specification for ICON. It
28445 Add tramp file name handler to `file-name-handler-alist'." (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist))))))
28448 Add tramp completion file name handler to `file-name-handler-alist'." (when (or (not (boundp (quote partial-completion-mode))) (symbol-value (quote partial-completion-mode)) (featurep (quote ido))) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist))))))
28861 associated with it (the case for dired, info, or mailto URLs that need
29312 an attribute value in a tag. Returns a new string with the result of the
29551 If you call this from within a VC dired buffer with no files marked,
29554 If you call this from within a VC dired buffer, and one or more
29649 `dired-listing-switches' when generating the listing.
30542 Maybe delete other frame and/or return to previous buffer when done.
30608 Kill commands insert text in kill buffers but do not delete. Other commands
30670 \\[dired-view-file] (\\[view-file], \\[view-file-other-window],
30846 Put a dired buffer in a mode in which filenames are editable.
31030 ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
31052 (autoload (quote widget-delete) "wid-edit" "\
31152 ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
31170 (autoload (quote woman-dired-find-file) "woman" "\
31171 In dired, run the WoMan man-page browser on this file.
31214 C-g delete-char
31259 C-k y ws-delete-block
31269 C-o wd delete-other-windows
31532 ;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el"
31539 ;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"