• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/

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

92 Define SPEC and BODY as being valid extensions for Ada files.
852 for speed. Therefore, when new remote files are created, Emacs
927 Show Makefile rules for all grammar files in the current directory.
946 Major mode for editing ANTLR grammar files.
1154 Major mode for viewing an archive file in a dired-like way.
1539 Major mode for editing Autoconf configure.in files.
1551 Insert default contents into new files if variable `auto-insert' is non-nil.
1577 When Auto-insert mode is enabled, when new files are created you can
1832 Major mode for editing BibTeX files.
1847 For third party BibTeX files, call the command \\[bibtex-convert-alien]
2190 in files that were created with the bookmark functions in the first
2227 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2278 (autoload (quote browse-url-of-dired-file) "browse-url" "\
2737 if ARG (the prefix argument) is 0, that means do compile all those files.
2796 Run `byte-compile-file' on the files remaining on the command line.
3195 Diary files can contain directives to include the contents of other files; for
3222 See the documentation for the function `include-other-diary-files'.")
3300 A function `include-other-diary-files' is provided for use as the value of
3301 this hook. This function enables you to use shared diary files together
3302 with your own. The files included are specified in the diary file by lines
3307 This is recursive; that is, #include directives in files thus included are
3309 the variable `diary-include-string'. When you use `include-other-diary-files'
3311 function `mark-included-diary-files' as part of `mark-diary-entries-hook'.
3316 '(include-other-diary-files sort-diary-entries))
3320 diary entries from various included files, each day's entries sorted into
3356 List of functions called for listing diary file and included files.
3357 As the files are processed for diary entries, these functions are used
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
3370 with your own. The files included are specified in the diary file by lines
3373 This is recursive; that is, #include directives in files thus included are
3375 variable `diary-include-string'. When you use `mark-included-diary-files' as
3377 function `include-other-diary-files' as part of `list-diary-entries-hook'.")
3382 List of functions called for marking diary file and included files.
3383 As the files are processed for diary entries, these functions are used
4522 characters used by the IBM codepages, typically in conjunction with files
4708 *List of directories to search for source files named in error messages.
4717 Sometimes it is useful for files to supply local values for this variable.
5120 Mode for Unix and Windows Conf files and Java properties.
5121 Most conf files know only three kinds of constructs: parameter
5124 files. See below for various wrapper commands that set up the
5131 Some files allow continuation lines, either with a backslash at
5153 Conf Mode starter for Unix style Conf files.
5168 Conf Mode starter for Windows style Conf files.
5184 Conf Mode starter for Java properties files.
5203 Conf Mode starter for space separated conf files.
5215 image/jpeg jpeg jpg jpe
5216 image/png png
5217 image/tiff tiff tif
5234 Conf Mode starter for Colon files.
5246 Conf Mode starter for Adobe/CUPS PPD files.
5258 Conf Mode starter for Xdefaults files.
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))))) "\
6196 Major mode for editing DCL-files.
6895 Find and display the differences between OLD and NEW files.
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 "^\\.\\.?$\\|^#" "\
6983 *Regexp of files to skip when finding first file of a directory.
6987 (custom-autoload (quote dired-trivial-filenames) "dired" t)
6989 (defvar dired-keep-marker-rename t "\
6990 *Controls marking of renamed files.
6991 If t, files keep their previous marks when they are renamed.
6992 If a character, renamed files (whether previously marked or not)
6995 (custom-autoload (quote dired-keep-marker-rename) "dired" t)
6997 (defvar dired-keep-marker-copy 67 "\
6998 *Controls marking of copied files.
6999 If t, copied files are marked if and as the corresponding original files were.
7000 If a character, copied files are unconditionally marked with that character.")
7002 (custom-autoload (quote dired-keep-marker-copy) "dired" t)
7004 (defvar dired-keep-marker-hardlink 72 "\
7006 If t, they are marked if and as the files linked to were marked.
7009 (custom-autoload (quote dired-keep-marker-hardlink) "dired" t)
7011 (defvar dired-keep-marker-symlink 89 "\
7013 If t, they are marked if and as the files linked to were marked.
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
7036 directory name and the cdr is the list of files to mention.
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.
7044 Dired displays a list of files in DIRNAME (which may also have
7045 shell wildcards appended to select certain files). If DIRNAME is a cons,
7047 list of files to make directory entries for.
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" "\
7076 In Dired, you are \"editing\" a list of the files in a directory and
7079 \"Editing\" means that you can run shell commands on files, visit,
7082 files for later commands or \"flag\" them for deletion, either file
7083 by file or all files matching certain criteria.
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.
7088 Most commands operate on the marked files and use the current file
7089 if no files are marked. Use a numeric prefix argument to operate on
7090 the next ARG (or previous -ARG if ARG<0) files, or just `1'
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.
7179 Compare file attributes of files in the current directory
7180 with file attributes in directory DIR2 using PREDICATE on pairs of files
7181 with the same name. Mark files for which PREDICATE returns non-nil.
7182 Mark files with different names if PREDICATE is nil (or interactively
7192 where 1 refers to attribute of file in the current dired buffer
7193 and 2 to attribute of file in second dired buffer.
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
7205 (autoload (quote dired-do-chmod) "dired-aux" "\
7206 Change the mode of the marked (or next ARG) files.
7211 (autoload (quote dired-do-chgrp) "dired-aux" "\
7212 Change the group of the marked (or next ARG) files.
7216 (autoload (quote dired-do-chown) "dired-aux" "\
7217 Change the owner of the marked (or next ARG) files.
7221 (autoload (quote dired-do-touch) "dired-aux" "\
7222 Change the timestamp of the marked (or next ARG) files.
7227 (autoload (quote dired-do-print) "dired-aux" "\
7228 Print the marked (or next ARG) files.
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" "\
7246 Run a shell command COMMAND on the marked files.
7247 If no files are marked or a specific numeric prefix arg is given,
7248 the next ARG files are used. Just \\[universal-argument] means the current file.
7262 significance for `dired-do-shell-command', and are passed through
7269 there's no telling what files COMMAND may have changed.
7270 Type \\[dired-do-redisplay] to redisplay the marked files.
7273 the Dired buffer, so output files usually are created there instead of
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" "\
7288 Kill all marked lines (not the files).
7301 (autoload (quote dired-compress-file) "dired-aux" "\
7306 (autoload (quote dired-query) "dired-aux" "\
7311 (autoload (quote dired-do-compress) "dired-aux" "\
7312 Compress or uncompress marked (or next ARG) files.
7316 (autoload (quote dired-do-byte-compile) "dired-aux" "\
7317 Byte compile marked (or next ARG) Emacs Lisp files.
7321 (autoload (quote dired-do-load) "dired-aux" "\
7322 Load the marked (or next ARG) Emacs Lisp files.
7326 (autoload (quote dired-do-redisplay) "dired-aux" "\
7327 Redisplay all marked (or next ARG) files.
7332 the buffer will not reset them. However, using `dired-undo' to re-insert
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" "\
7372 Copy all marked (or next ARG) files, or copy the current file.
7375 When operating on multiple or marked files, you specify a directory,
7376 and new copies of these files are made in that directory
7377 with the same names that the files currently have. The default
7379 `dired-dwim-target', which see.
7386 (autoload (quote dired-do-symlink) "dired-aux" "\
7387 Make symbolic links to current file or all marked (or next ARG) files.
7389 When operating on multiple or marked files, you specify a directory
7391 with the same names that the files currently have. The default
7393 `dired-dwim-target', which see.
7395 For relative symlinks, use \\[dired-do-relsymlink].
7399 (autoload (quote dired-do-hardlink) "dired-aux" "\
7400 Add names (hard links) current file or all marked (or next ARG) files.
7402 When operating on multiple or marked files, you specify a directory
7404 with the same names that the files currently have. The default
7406 `dired-dwim-target', which see.
7410 (autoload (quote dired-do-rename) "dired-aux" "\
7411 Rename current file or all marked (or next ARG) files.
7413 When renaming multiple or marked files, you specify a directory.
7414 This command also renames any buffers that are visiting the files.
7416 of `dired-dwim-target', which see.
7420 (autoload (quote dired-do-rename-regexp) "dired-aux" "\
7421 Rename selected files whose names match REGEXP to NEWNAME.
7424 files. Otherwise, it operates on all the marked files, or the current
7437 (autoload (quote dired-do-copy-regexp) "dired-aux" "\
7438 Copy selected files whose names match REGEXP to NEWNAME.
7439 See function `dired-do-rename-regexp' for more info.
7443 (autoload (quote dired-do-hardlink-regexp) "dired-aux" "\
7444 Hardlink selected files whose names match REGEXP to NEWNAME.
7445 See function `dired-do-rename-regexp' for more info.
7449 (autoload (quote dired-do-symlink-regexp) "dired-aux" "\
7450 Symlink selected files whose names match REGEXP to NEWNAME.
7451 See function `dired-do-rename-regexp' for more info.
7455 (autoload (quote dired-upcase) "dired-aux" "\
7456 Rename all marked (or next ARG) files to upper case.
7460 (autoload (quote dired-downcase) "dired-aux" "\
7461 Rename all marked (or next ARG) files to lower case.
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
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" "\
7509 Mark all files except `.' and `..' in current subdirectory.
7511 marks the files listed in the subdirectory that point is in.
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" "\
7546 Search through all marked files for a match for REGEXP.
7552 (autoload (quote dired-do-query-replace-regexp) "dired-aux" "\
7553 Do `query-replace-regexp' of FROM with TO, on all marked files.
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" "\
7584 Relative symlink all marked (or next ARG) files into a directory.
7594 For absolute symlinks, use \\[dired-do-symlink].
7802 Major mode for viewing and editing DNS master files.
7804 highlighting, and some commands for handling DNS master files.
8137 Generate and print a PostScript syntactic chart image of DIRECTORY.
8141 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
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.
8183 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
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.
8218 Generate EPS files from EBNF files in DIRECTORY.
8222 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
8240 Generate a PostScript syntactic chart image of the buffer in an EPS file.
8257 files.
8262 Generate a PostScript syntactic chart image of the region in an EPS file.
8279 files.
8286 Do a syntactic analysis of the files in DIRECTORY.
8290 Only the files in DIRECTORY that match `ebnf-file-suffix-regexp' (which see)
8483 Repeat last operation on files in tree.
8485 TREE-BUFFER if indirectly specifies which files to loop over.
8490 Search for REGEXP in all files in a tree.
8497 Query replace FROM with TO in all files of a class tree.
8498 With prefix arg, process files of marked classes only.
8506 Searches in all files mentioned in a class tree for something that
8657 ;;;;;; ediff-merge-buffers-with-ancestor ediff-merge-buffers ediff-merge-files-with-ancestor
8658 ;;;;;; ediff-merge-files ediff-regions-linewise ediff-regions-wordwise
8663 ;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (17846 30361))
8666 (autoload (quote ediff-files) "ediff" "\
8667 Run Ediff on a pair of files, FILE-A and FILE-B.
8672 Run Ediff on three files, FILE-A, FILE-B, and FILE-C.
8678 (defalias (quote ediff) (quote ediff-files))
8702 Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
8711 Run Ediff on a directory, DIR1, comparing its files with their revisions.
8713 names. Only the files that are under revision control are taken into account.
8720 Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
8729 Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
8738 Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
8739 Ediff merges files that have identical names in DIR1, DIR2. If a pair of files
8747 Run Ediff on a directory, DIR1, merging its files with their revisions.
8749 names. Only the files that are under revision control are taken into account.
8756 Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
8758 names. Only the files that are under revision control are taken into account.
8801 (defalias (quote ediff-merge) (quote ediff-merge-files))
8803 (autoload (quote ediff-merge-files) "ediff" "\
8804 Merge two files without ancestor.
8808 (autoload (quote ediff-merge-files-with-ancestor) "ediff" "\
8809 Merge two files with ancestor.
8813 (defalias (quote ediff-merge-with-ancestor) (quote ediff-merge-files-with-ancestor))
8915 (ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu (quote ("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t]))) (defvar ediff-merge-menu (quote ("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t]))) (defvar epatch-menu (quote ("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t]))) (defvar ediff-misc-menu (quote ("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep (quote ediff-util)) (boundp (quote ediff-window-setup-function))) (eq ediff-window-setup-function (quote ediff-setup-windows-multiframe)))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep (quote ediff-tbar)) (ediff-use-toolbar-p))]))) (if (and (featurep (quote menubar)) (not (featurep (quote infodock))) (not (featurep (quote ediff-hook)))) (ediff-xemacs-init-menus))) (if (featurep (quote menu-bar)) (progn (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset (quote menu-bar-ediff-misc-menu) (symbol-value (quote menu-bar-ediff-misc-menu))) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset (quote menu-bar-epatch-menu) (symbol-value (quote menu-bar-epatch-menu))) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset (quote menu-bar-ediff-merge-menu) (symbol-value (quote menu-bar-ediff-merge-menu))) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset (quote menu-bar-ediff-menu) (symbol-value (quote menu-bar-ediff-menu))) (define-key menu-bar-ediff-menu [window] (quote ("This Window and Next Window" . compare-windows))) (define-key menu-bar-ediff-menu [ediff-windows-linewise] (quote ("Windows Line-by-line..." . ediff-windows-linewise))) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] (quote ("Windows Word-by-word..." . ediff-windows-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-windows] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-regions-linewise] (quote ("Regions Line-by-line..." . ediff-regions-linewise))) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] (quote ("Regions Word-by-word..." . ediff-regions-wordwise))) (define-key menu-bar-ediff-menu [separator-ediff-regions] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-dir-revision] (quote ("Directory Revisions..." . ediff-directory-revisions))) (define-key menu-bar-ediff-menu [ediff-revision] (quote ("File with Revision..." . ediff-revision))) (define-key menu-bar-ediff-menu [separator-ediff-directories] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-directories3] (quote ("Three Directories..." . ediff-directories3))) (define-key menu-bar-ediff-menu [ediff-directories] (quote ("Two Directories..." . ediff-directories))) (define-key menu-bar-ediff-menu [separator-ediff-files] (quote ("--"))) (define-key menu-bar-ediff-menu [ediff-buffers3] (quote ("Three Buffers..." . ediff-buffers3))) (define-key menu-bar-ediff-menu [ediff-files3] (quote ("Three Files..." . ediff-files3))) (define-key menu-bar-ediff-menu [ediff-buffers] (quote ("Two Buffers..." . ediff-buffers))) (define-key menu-bar-ediff-menu [ediff-files] (quote ("Two Files..." . ediff-files))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] (quote ("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] (quote ("Directory Revisions..." . ediff-merge-directory-revisions))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] (quote ("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] (quote ("Revisions..." . ediff-merge-revisions))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] (quote ("Directories with Ancestor..." . ediff-merge-directories-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] (quote ("Directories..." . ediff-merge-directories))) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] (quote ("--"))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] (quote ("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] (quote ("Buffers..." . ediff-merge-buffers))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] (quote ("Files with Ancestor..." . ediff-merge-files-with-ancestor))) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] (quote ("Files..." . ediff-merge-files))) (define-key menu-bar-epatch-menu [ediff-patch-buffer] (quote ("To a Buffer..." . ediff-patch-buffer))) (define-key menu-bar-epatch-menu [ediff-patch-file] (quote ("To a File..." . ediff-patch-file))) (define-key menu-bar-ediff-misc-menu [emultiframe] (quote ("Toggle use of separate control buffer frame" . ediff-toggle-multiframe))) (define-key menu-bar-ediff-misc-menu [eregistry] (quote ("List Ediff Sessions" . ediff-show-registry))) (define-key menu-bar-ediff-misc-menu [ediff-cust] (quote ("Customize Ediff" . ediff-customize))) (define-key menu-bar-ediff-misc-menu [ediff-doc] (quote ("Ediff Manual" . ediff-documentation))))))
9186 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
9187 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
9188 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
9200 (define-key menu-bar-emerge-menu [emerge-files-with-ancestor]
9201 '("Files with Ancestor..." . emerge-files-with-ancestor))
9202 (define-key menu-bar-emerge-menu [emerge-files]
9203 '("Files..." . emerge-files))
9209 (autoload (quote emerge-files) "emerge" "\
9210 Run Emerge on two files.
9214 (autoload (quote emerge-files-with-ancestor) "emerge" "\
9215 Run Emerge on two files, giving another file as the ancestor.
9229 (autoload (quote emerge-files-command) "emerge" "\
9234 (autoload (quote emerge-files-with-ancestor-command) "emerge" "\
9239 (autoload (quote emerge-files-remote) "emerge" "\
9244 (autoload (quote emerge-files-with-ancestor-remote) "emerge" "\
9302 Minor mode for editing text/enriched files.
9303 These are files with embedded formatting information in the MIME standard
9836 Add a file to `erc-xdcc-files'.
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.
10005 (autoload (quote tags-table-files) "etags" "\
10006 Return a list of files in the current tags table.
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
10135 Select next file among files in current tags table.
10138 beginning of the list of files in the tags table. If the argument is
10139 neither nil nor t, it is evalled to initialize the list of files.
10164 Search through all files listed in tags table for match for REGEXP.
10173 Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
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',
10983 Put up a menu of files and urls mentioned in this buffer.
11001 (autoload (quote dired-at-point) "ffap" "\
11022 If the optional REGEXP argument is non-nil, only files which match it will
11029 If the optional REGEXP argument is non-nil, only files which match it
11030 will be added to the cache. Note that the REGEXP is applied to the files
11041 Use the `find' command to add files to the file cache.
11047 Use the `locate' command to add files to the file cache.
11055 If the optional REGEXP argument is non-nil, only files which match it
11056 will be added to the cache. Note that the REGEXP is applied to the files
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" "\
11137 Search DIR recursively for files matching the globbing pattern PATTERN,
11138 and run dired on those files.
11146 (autoload (quote find-grep-dired) "find-dired" "\
11147 Find files in DIR containing a regexp REGEXP and start Dired on output.
11210 constructs such as include files etc, and an associated method for
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" "\
11415 Find files in DIR, matching REGEXP.
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.
11693 Major mode to visit files in a field-structured manner using a form.
11731 *Default tabbing/carriage control style for empty files in Fortran mode.
11846 choose from a set of files in a directory, call interactively with prefix
11856 choose from a set of files in a directory, call interactively with prefix
11983 for \"generic\" files. (Files which are too small to warrant their
12161 files would corrupt gnus when the agent was next enabled.
12170 files would corrupt gnus when the agent was next enabled.
12205 Regenerate all agent covered files.
12257 Generate NOV files recursively starting in DIR.
12264 files would corrupt Gnus when the cache was next enabled. It
12273 files would corrupt gnus when the cache was next enabled.
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
12992 FILES may use abbreviations defined in `grep-files-aliases', e.g.
13010 FILES may use abbreviations defined in `grep-files-aliases', e.g.
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
13107 information on how jdb accesses source files. Alternatively (if
13489 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
14001 (defvar hippie-expand-ignore-buffers (quote ("^ \\*.*\\*$" dired-mode)) "\
14130 ;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers
14503 (autoload (quote ibuffer-mark-dired-buffers) "ibuf-ext" "\
14504 Mark all `dired' buffers.
14800 Major mode for editing IDL source files (version 6.1_em22).
14926 ;;;;;; ido-read-buffer ido-dired ido-insert-file ido-write-file
14937 Determines for which functional group (buffer and files) ido behavior
14956 However, if ARG arg equals 'files, remap only commands for files, or
15060 matches all files. If there is only one match, select that file.
15061 If there is no common suffix, show a list of all matching files
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.
15076 \\[ido-completion-help] Show list of matching files in separate window.
15077 \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'.
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
15443 point (this is useful if you have marked some files but want to show
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.
15599 Image files are those whose name has an extension in
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
15902 The search path for Info files is in the variable `Info-directory-list'.
15903 The top-level Info directory is made by combining all the files named `dir'
15942 Grovel indices of all known Info files on your system for STRING.
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.
16150 Runs `Info-validate' on the files remaining on the command line.
17146 A major mode to edit GNU ld script files
17157 (defconst ledit-save-files t "\
17158 *Non-nil means Ledit should save files before transferring to Lisp.")
17245 one per line. The database normally consists of all files on your
17246 system, or of all files that you have access to. Consult the
17292 LISTFUN if non-nil is a function of no arguments returning the list of files
17348 \(Note that PostScript files are sent to `ps-printer-name', which see.)
17466 A major mode to edit m4 macro files.
19712 Get help on Octave symbols from the Octave info files.
19713 Look up KEY in the function, operator and variable indices of the files
19714 specified by `octave-help-files'.
19761 can also be stored in files, and it can be used in a batch mode (which
19819 To begin using this mode for all `.m' files that you edit, add the
19846 ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
19848 ;;;;;; org-agenda-list org-cycle-agenda-files org-batch-agenda org-agenda
19862 of large files well structured. It supports ToDo items, deadlines and
19866 messages (Gnus), BBDB entries, and any files related to the project.
19933 If you are using Org-mode files as target for data storage with
20021 (autoload (quote org-cycle-agenda-files) "org" "\
20022 Cycle through the files in `org-agenda-files'.
20029 Produce a weekly view from all files in variable `org-agenda-files'.
20053 Show all headlines for all `org-agenda-files' matching a TAGS criterion.
20059 Return diary information from org-files.
20061 It accesses org files and extracts information from those files to be
20088 all files listed in `org-agenda-files' will be checked automatically:
20111 (autoload (quote org-export-icalendar-all-agenda-files) "org" "\
20112 Export all files in `org-agenda-files' to iCalendar .ics files.
20118 (autoload (quote org-export-icalendar-combine-agenda-files) "org" "\
20119 Export all files in `org-agenda-files' to a single combined iCalendar file.
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)))))
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.
21659 *List of directories to search for `BDF' font files.
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.
22066 Major mode for editing Python files.
22103 Major mode for editing Jython files.
22520 When recentf mode is enabled, it maintains a menu for visiting files
22734 Make a citation using BibTeX database files.
22753 `=' is a good regular expression to match all entries in all files.
22766 This minor mode allows isearch to search through all the files of
22812 ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22816 (autoload (quote reftex-all-document-files) "reftex-parse" "\
22817 Return a list of all files belonging to the current document.
23046 share the same files via NFS. This is the default.
23129 *List of files which are inboxes for user's primary mail file `~/RMAIL'.
23144 *Directory for additional secondary Rmail files.")
23149 *Regexp for which files are secondary Rmail files.")
23265 Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.
23402 *Alist matching regexps to suggested output Rmail files.
24042 Mode for editing Gnus score files.
24259 This directory is used for auto-save files of mail buffers.")
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
24611 Display a list of Emacs Lisp files that shadow other files.
24615 files. When a previously encountered file name is found again, a
24664 files to), and a regular expression that matches the hostnames of all the sites
24678 Make each of a group of files be shared between hosts.
24679 Prompts for regular expression; files matching this are shared between a list
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,
27007 *Directory in which temporary files are written.
27142 Major mode for editing files of input for TeX, LaTeX, or SliTeX.
27158 Major mode for editing files of input for plain TeX.
27181 Directory in which to create temporary files for TeX jobs
27201 Major mode for editing files of input for LaTeX.
27224 Directory in which to create temporary files for LaTeX jobs
27244 Major mode for editing files of input for SliTeX.
27267 Directory in which to create temporary files for SliTeX jobs
27293 Major mode to edit DocTeX files.
27309 Non-nil argument (prefix, if interactive) means don't make tag table
27356 Major mode for editing Texinfo files.
27361 These are files that are used as input for TeX to make printed manuals
27362 and also to be turned into Info files with \\[makeinfo-buffer] or
27363 the `makeinfo' program. These files must be written in a very restricted and
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.
28048 Run `titdic-convert' on the files remaining on the command line.
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
28383 and is a bit too general, then some files might be considered tramp
28384 files which are not really tramp files.
28460 Like `file-name-all-completions' for partial tramp files.
28465 Like `file-name-completion' for tramp files.
28470 Discard Tramp from loading remote files.
28798 Convert Rmail files to system inbox format.
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
29555 files are marked, it will accept a log message and then operate on
29562 For RCS and SCCS files:
29578 For CVS files:
29598 itself responsible for the file (usually because other files in that
29649 `dired-listing-switches' when generating the listing.
29657 BRANCHP is given, the snapshot is made as a new branch and the files
29665 If locking is used for the files in DIR, then there must not be any
29666 locked files at or below DIR (but if NAME is empty, locked files are
29729 Normally, find log entries for all registered files in the default
29735 files that are under version control. This puts all the entries in the
29812 *Where to look for RCS master files.
29826 *Where to look for SCCS master files.
29970 Syntax-based indentation can be very slow in large files. Option
30071 In speedbar, open files and directories with `mouse-2' on the name and
30077 contained in the source files of the current directory or the specified
30158 All the source files of an entire design can be compiled by the `make'
30196 description strings (for the file headers), source files/directories
30209 files can be specified in option `vhdl-project-file-name'. Multiple
30222 current directory for VHDL source files.
30340 As default, files with extensions \".vhd\" and \".vhdl\" are
30341 automatically recognized as VHDL source files. To add an extension
30670 \\[dired-view-file] (\\[view-file], \\[view-file-other-window],
30846 Put a dired buffer in a mode in which filenames are editable.
30848 This mode allows the user to change the names of the files, and after
30849 typing \\[wdired-finish-edit] Emacs renames the files and directories
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.
31462 ;;;;;; "ezimage.el" "faces.el" "files.el" "finder-inf.el" "foldout.el"
31532 ;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el"
31539 ;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"