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

Lines Matching +defs:ps +defs:info +defs:file

93 Going from body to spec with `ff-find-other-file' used these
96 the file name.
132 If you use find-file.el:
133 Switch to other file (Body <-> Spec) '\\[ff-find-other-file]'
134 or '\\[ff-mouse-find-other-file]
135 Switch to other file in other window '\\[ada-ff-other-window]'
136 or '\\[ff-mouse-find-other-file-other-window]
154 Insert a descriptive header at the top of the file.
161 ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
165 (autoload (quote ada-find-file) "ada-xref" "\
209 Find a change log file for \\[add-change-log-entry] and return the name.
211 Optional arg FILE-NAME specifies the file to use.
218 directory and its successive parents for a file so named.
220 Once a file is found, `change-log-default-name' is set locally in the
221 current buffer to the complete file name.
222 Optional arg BUFFER-FILE overrides `buffer-file-name'.
227 Find change log file, and add an entry for today and an item for this file.
231 Second arg FILE-NAME is file name of the change log.
244 The change log file can start with a copyright notice and a copying
254 Find change log file in other window and add entry and item.
256 the change log file in another window.
297 Merge the contents of change log file OTHER-LOG with this buffer.
299 the appropriate motion commands). OTHER-LOG can be either a file name
308 Fix any old-style date entries in the current log file to default format.
363 If the FUNCTION was not advised already, then its advice info will be
372 definition will be generated from FUNCTION's advice info and the
380 Activation of an advised function that has an advice info but no actual
434 documentation of the advised function can be dumped onto the `DOC' file
558 (put (quote allout-file-xref-bullet) (quote safe-local-variable) (if (fboundp (quote string-or-null-p)) (quote string-or-null-p) (quote (lambda (x) (or (stringp x) (null x))))))
594 - integral outline layout, for automatic initial exposure when visiting a file
674 and establish a default file-var setting
696 encrypted during file saves. If the contents of the topic
833 Activate outline mode and establish file var so it is started subsequently.
851 The implementation of remote ftp file names caches directory contents
938 If the file for a super-grammar cannot be determined, special file names
939 are used according to variable `antlr-unknown-file-formats' and a
940 commentary with value `antlr-help-unknown-file-text' is added. The
1140 documentation that is not stored in the documentation file and show key
1154 Major mode for viewing an archive file in a dired-like way.
1157 Type `e' to pull a file out of the archive and into its own buffer;
1158 or click mouse-2 on the file's line in the archive mode buffer.
1160 If you edit a sub-file of this archive (as with the `e' command) and
1324 See below under ``Arrows'' for more info.
1412 This is a brief overview of the different varaibles. For more info,
1515 either customize it (see the info node `Easy Customization')
1552 Matches the visited file name against the elements of `auto-insert-alist'.
1567 either customize it (see the info node `Easy Customization')
1578 insert a template for the file depending on the mode of the buffer.
1586 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1590 (autoload (quote update-file-autoloads) "autoload" "\
1591 Update the autoloads for FILE in `generated-autoload-file'
1602 This uses `update-file-autoloads' (which see) to do its work.
1627 Toggle reverting buffer when file on disk changes.
1632 Use `auto-revert-tail-mode' if you know that the file will only grow
1646 Toggle reverting tail of buffer when file on disk grows.
1649 When Tail mode is enabled, the tail of the file is constantly
1651 whenever the file grows on disk (presumably because some
1657 writing before you save the file!
1675 either customize it (see the info node `Easy Customization')
1681 Revert any buffer when file on disk changes.
1776 either customize it (see the info node `Easy Customization')
2066 Set a bookmark named NAME inside a file.
2081 through a large file). If no bookmark was used, then C-u inserts the
2082 name of the file being visited.
2091 Jump to bookmark BOOKMARK (a point in some file).
2097 If the file pointed to by BOOKMARK no longer exists, you will be asked
2105 Relocate BOOKMARK to another file (reading file name with minibuffer).
2106 This makes an already existing bookmark point to that file, instead of
2107 the one it used to point at. Useful when a file has been renamed
2113 Insert the name of the file associated with BOOKMARK.
2137 Insert the text of the file pointed to by bookmark BOOKMARK.
2150 one most recently used in this file, if any).
2157 Write bookmarks to a file (reading the file name with the minibuffer).
2164 Saves by default in the file defined by the variable
2165 `bookmark-default-file'. With a prefix arg, save it in file FILE
2169 FILE, and if you just want it to write to the default file, then
2172 user will be interactively queried for a file to save in.
2174 When you want to load in the bookmarks from a file, use
2176 for a file, defaulting to the file defined by variable
2177 `bookmark-default-file'.
2188 If you load a file that doesn't contain a proper bookmark alist, you
2191 place. Your own personal bookmark file, `~/.emacs.bmk', is
2195 If you load a file containing bookmarks with the same names as
2227 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2228 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point
2236 `browse-url-of-file' commands.
2261 (autoload (quote browse-url-of-file) "browse-url" "\
2263 Display the current buffer's file if FILE is nil or if called
2265 `browse-url-file-url'. Pass the URL to a browser using the
2266 `browse-url' function then run `browse-url-of-file-hook'.
2273 currently visible part of BUFFER (from a temporary file) if buffer is
2278 (autoload (quote browse-url-of-dired-file) "browse-url" "\
2279 In Dired, ask a WWW browser to display the file named on this line.
2572 Return a vector containing the lines from `bruce-phrases-file'.
2711 ;;;;;; compile-defun byte-compile-file byte-recompile-directory
2725 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
2731 Recompile every `.el' file in DIRECTORY that needs recompilation.
2732 This is if a `.elc' file exists but is older than the `.el' file.
2735 If the `.elc' file does not exist, normally this function *does not*
2736 compile the corresponding `.el' file. However,
2738 A nonzero ARG means ask the user, for each such `.el' file,
2744 recompile every `.el' file that already has a `.elc' file.
2749 (autoload (quote byte-compile-file) "bytecomp" "\
2750 Compile a file of Lisp code named FILENAME into a file of byte code.
2751 The output file's name is generated by passing FILENAME to the
2752 `byte-compile-dest-file' function (which see).
2753 With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
2772 Display a call graph of a specified file.
2789 Like `byte-compile-file' but doesn't recompile if already up to date.
2796 Run `byte-compile-file' on the files remaining on the command line.
2799 Each file is processed even if an error occurred previously.
2801 If NOFORCE is non-nil, don't recompile a file that seems to be
2846 ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2850 (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
2853 (custom-autoload (quote calc-settings-file) "calc" t)
2949 ;;;;;; diary-nonmarking-symbol diary-file calendar-move-hook today-invisible-calendar-hook
3093 (defvar diary-file "~/diary" "\
3094 Name of the file in which one's personal diary of dates is kept.
3096 The file's entries are lines beginning with any of the forms
3122 file. The European forms (see `european-date-diary-pattern') are
3198 (custom-autoload (quote diary-file) "calendar" t)
3221 The string indicating inclusion of another file of diary entries.
3227 The string used to indicate a sexp diary entry in `diary-file'.
3297 List of functions called after diary file is culled for relevant entries.
3298 It is to be used for diary entries that are not found in the diary file.
3302 with your own. The files included are specified in the diary file by lines
3319 in your `.emacs' file to cause the fancy diary buffer to be displayed with
3356 List of functions called for listing diary file and included files.
3370 with your own. The files included are specified in the diary file by lines
3382 List of functions called for marking diary file and included files.
3579 control). See \"cc-mode.el\" for more info.
3793 (put 'c-file-style 'safe-local-variable 'string-or-null-p)
4149 Find missing comment sections in the current Emacs Lisp file.
4157 Find extra spaces at the end of lines in the current file.
4396 If the file `~/.emacs_SCHEMENAME' or `~/.emacs.d/init_SCHEMENAME.scm' exists,
4461 (autoload-coding-system 'georgian-ps '(require 'code-pages))
4558 STARTFILE is the name of a file to send the contents of to the process.
4571 STARTFILE is the name of a file to send the contents of the process to.
4579 The buffer name is made by surrounding the file name of PROGRAM with `*'s.
4580 The file name is used to make a symbol name, such as `comint-sh-hook', and any
4586 (defvar comint-file-name-prefix "" "\
4587 Prefix prepended to absolute file names taken from process input.
4709 Elements should be directory names, not file names of directories.
4722 (unless (or (file-exists-p \"makefile\")
4723 (file-exists-p \"Makefile\"))
4726 (file-name-sans-extension buffer-file-name))))))")
4732 *If non-nil, send end-of-file as compilation process input.
4816 Advance to the next error message and visit the file where the error was.
4834 either customize it (see the info node `Easy Customization')
4846 as much as possible and `*' characters are treated likewise in file names.
4850 \\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no
4851 other file in that directory begins with that sequence of characters.
4854 specially in \\[find-file]. For example,
4855 \\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'.
4856 See also the variable `PC-include-file-path'.
4877 either customize it (see the info node `Easy Customization')
5136 even clearly specified, please don't expect it to get every file
5179 PersistMoniker=file://Folder.htt
5206 Alternatively, you can specify a value for the file local variable
5219 # Or with keywords (from a recognized file name):
5278 When the phrase file is read in, display STARTMSG at the beginning
5285 When the phrase file is read in, display STARTMSG at the beginning
5293 and subsequent calls on the same file won't go to disk.
5420 If your site has perl5 documentation in info format, you can use commands
5421 \\[cperl-info-on-current-command] and \\[cperl-info-on-command] to access it.
5422 These keys run commands `cperl-info-on-current-command' and
5423 `cperl-info-on-command', which one is which is controlled by variable
5424 `cperl-info-on-command-no-prompt' and `cperl-clobber-lisp-bindings'
5427 Even if you have no info-format documentation, short one-liner-style
5616 either customize it (see the info node `Easy Customization')
5661 (if user-init-file (concat
5663 "old version from the " user-init-file " file.\n\n")))))
5669 ;;;;;; custom-save-all custom-file customize-browse custom-buffer-create-other-window
5914 (defvar custom-file nil "\
5916 The default is nil, which means to use your init file
5917 as specified by `user-init-file'. If the value is not nil,
5918 it should be an absolute file name.
5922 something like the following in your init file:
5924 \(setq custom-file \"~/.emacs-custom.el\")
5925 \(load custom-file)
5928 save all customizations in this file, but does not load it.
5931 previous custom file (usually your init file) for the
5933 and copy them (whichever ones you find) to the new custom file.
5938 option itself, into the file you specify, overwriting any
5940 present in that file. It will not delete any customizations from
5941 the old custom file. You should do that manually if that is what you
5943 in your init file, where CUSTOM-FILE is the actual name of the
5944 file. Otherwise, Emacs will not load the file when it starts up,
5945 and hence will not set `custom-file' to that file either.")
5947 (custom-autoload (quote custom-file) "cus-edit" t)
5950 Save all customizations in `custom-file'.
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))))) "\
6098 either customize it (see the info node `Easy Customization')
6225 Indentation for the first command line in a file or SUBROUTINE.
6428 \\[delphi-find-unit] - Search for a Delphi source file.
6483 either customize it (see the info node `Easy Customization')
6585 syntax, category, how the character is encoded in a file,
6615 (defvar desktop-locals-to-save (quote (desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system indent-tabs-mode tab-width indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace)) "\
6623 When non-nil, save buffer status in desktop file.
6628 file along with the state of the buffer for which it was called.
6630 When file names are returned, they should be formatted using the call
6631 \"(desktop-file-name FILE-NAME DESKTOP-DIRNAME)\".
6633 Later, when `desktop-read' evaluates the desktop file, auxiliary information
6640 evaluates the desktop file. List elements must have the form
6645 handler `desktop-restore-file-buffer'.
6653 desktop-file-version
6692 desktop-file-version
6693 desktop-buffer-file-name
6729 Save the desktop in a desktop file.
6730 Parameter DIRNAME specifies where to save the desktop file.
6731 See also `desktop-base-file-name'.
6736 Delete desktop file in `desktop-dirname'.
6742 Read and process the desktop file in directory DIRNAME.
6743 Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in
6744 directories listed in `desktop-path'. If a desktop file is found, it
6745 is processed and `desktop-after-read-hook' is run. If no desktop file
6746 is found, clear the desktop and run `desktop-no-desktop-file-hook'.
6748 It returns t if a desktop file was loaded, nil otherwise.
6761 `desktop-save', then clear the desktop and load the desktop file in
6841 does nothing. This function is suitable for execution in a `.emacs' file.
6852 `emacs -batch' does not load your `.emacs' file, you must ensure that
6859 diary-file \\\"/path/to/diary.file\\\" \\
6873 Major mode for editing the diary file.
6896 Interactively the current buffer's file name is the default for NEW
6897 and a backup file for NEW is the default for OLD.
6904 Diff this file with its backup file or vice versa.
6906 If this file is a backup, diff it with its original.
6907 The backup file is the first file given to `diff'.
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")) "\
6983 *Regexp of files to skip when finding first file of a directory.
6985 A value of t means move to first file.")
7023 The target is used in the prompt for file copy, rename etc.")
7028 *If non-nil, Dired preserves the last-modified time in a file copy.
7049 You can flag files for deletion with \\[dired-flag-file-deletion] and then
7051 Type \\[describe-mode] after entering Dired for more info.
7080 compress, load or byte-compile them, change their file attributes
7082 files for later commands or \"flag\" them for deletion, either file
7083 by file or all files matching certain criteria.
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
7091 to operate on the current file only. Prefix arguments override marks.
7094 Type \\[dired-unmark] to Unmark a file or all files of a subdirectory.
7097 Type \\[dired-advertised-find-file] to Find the current line's file
7099 Type \\[dired-find-file-other-window] to find file or dired directory in Other window.
7101 Type \\[dired-do-rename] to Rename a file or move the marked files to another directory.
7114 for more info):
7137 (put 'dired-find-alternate-file 'disabled t)
7142 ;;;### (autoloads (dired-show-file-type dired-do-query-replace-regexp
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
7159 Compare file at point with file FILE using `diff'.
7160 FILE defaults to the file at the mark. (That's the mark set by
7162 The prompted-for file is the first file given to `diff'.
7169 Diff this file with its backup file or vice versa.
7171 If this file is a backup, diff it with its original.
7172 The backup file is the first file given to `diff'.
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
7187 size1, size2 - file size in bytes
7189 fa1, fa2 - list of file attributes
7190 returned by function `file-attributes'
7192 where 1 refers to attribute of file in the current dired buffer
7193 and 2 to attribute of file in second dired buffer.
7248 the next ARG files are used. Just \\[universal-argument] means the current file.
7249 The prompt mentions the file(s) or the marker, as appropriate.
7252 COMMAND just once with the entire file list substituted there.
7255 whitespace, this runs COMMAND on each file individually with the
7256 file name substituted for `?'.
7258 Otherwise, this runs COMMAND on each file individually with the
7259 file name added at the end of COMMAND (separated by a space).
7277 the list of file names explicitly with the FILE-LIST argument, which
7292 for a file that is a directory, which you have inserted in the
7301 (autoload (quote dired-compress-file) "dired-aux" "\
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" "\
7372 Copy all marked (or next ARG) files, or copy the current file.
7374 When operating on just the current file, you specify the new name.
7387 Make symbolic links to current file or all marked (or next ARG) files.
7388 When operating on just the current file, you specify the new name.
7400 Add names (hard links) current file or all marked (or next ARG) files.
7401 When operating on just the current file, you specify the new name.
7411 Rename current file or all marked (or next ARG) files.
7412 When renaming just the current file, you specify the new name.
7425 file if none are marked.
7432 With a zero prefix arg, renaming by regexp affects the absolute file name.
7433 Normally, only the non-directory part of the file name is used and changed.
7439 See function `dired-do-rename-regexp' for more info.
7445 See function `dired-do-rename-regexp' for more info.
7451 See function `dired-do-rename-regexp' for more info.
7560 (autoload (quote dired-show-file-type) "dired-aux" "\
7561 Print the type of FILE, according to the `file' command.
7563 true then the type of the file linked to by FILE is printed instead.
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
7585 Otherwise make a relative symbolic link to the current file.
7592 foo -> /ugly/file/name/that/may/change/any/day/bar/foo
7779 (defvar dnd-protocol-alist (quote (("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file))) "\
7781 This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
8123 ;;;;;; ebnf-setup ebnf-syntax-region ebnf-syntax-buffer ebnf-syntax-file
8124 ;;;;;; ebnf-syntax-directory ebnf-eps-region ebnf-eps-buffer ebnf-eps-file
8125 ;;;;;; ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer ebnf-spool-file
8127 ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
8141 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
8148 (autoload (quote ebnf-print-file) "ebnf2ps" "\
8149 Generate and print a PostScript syntactic chart image of the file FILE.
8162 the name of a file to save the PostScript image in, instead of sending
8167 the PostScript image in a file with that name. If FILENAME is a
8168 number, prompt the user for the name of the file to save in.
8183 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
8190 (autoload (quote ebnf-spool-file) "ebnf2ps" "\
8191 Generate and spool a PostScript syntactic chart image of the file FILE.
8222 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
8229 (autoload (quote ebnf-eps-file) "ebnf2ps" "\
8230 Generate an EPS file from EBNF file FILE.
8240 Generate a PostScript syntactic chart image of the buffer in an EPS file.
8242 Generate an EPS file for each production in the buffer.
8243 The EPS file name has the following form:
8251 Some characters in the production file name are replaced to
8252 produce a valid file name. For example, the production name
8254 file name used in this case will be \"ebnf--A_B_+_C.eps\".
8262 Generate a PostScript syntactic chart image of the region in an EPS file.
8264 Generate an EPS file for each production in the region.
8265 The EPS file name has the following form:
8273 Some characters in the production file name are replaced to
8274 produce a valid file name. For example, the production name
8276 file name used in this case will be \"ebnf--A_B_+_C.eps\".
8283 (defalias (quote ebnf-despool) (quote ps-despool))
8290 Only the files in DIRECTORY that match `ebnf-file-suffix-regexp' (which see)
8297 (autoload (quote ebnf-syntax-file) "ebnf2ps" "\
8405 E.g.\\[save-buffer] writes the tree to the file it was loaded from.
8529 Save current tree in same file it was loaded from.
8534 Write the current tree data structure to a file.
8535 Read the file name from the minibuffer if interactive.
8536 Otherwise, FILE-NAME specifies the file to save the tree in.
8655 ;;;;;; ediff-patch-buffer ediff-patch-file run-ediff-from-cvs-buffer
8681 Run Ediff on FILE and its backup file.
8683 If this file is a backup, `ediff' it with its original.
8704 expression; only file names that match the regexp are considered.
8712 The second argument, REGEXP, is a regular expression that filters the file
8722 regular expression; only file names that match the regexp are considered.
8731 expression; only file names that match the regexp are considered.
8742 only file names that match the regexp are considered.
8748 The second argument, REGEXP, is a regular expression that filters the file
8757 The second argument, REGEXP, is a regular expression that filters the file
8826 Run Ediff by merging two revisions of a file.
8827 The file is the optional FILE argument or the file visited by the current
8833 Run Ediff by merging two revisions of a file with a common ancestor.
8834 The file is the optional FILE argument or the file visited by the current
8840 Run Ediff-merge on appropriate revisions of the selected file.
8842 file and then run `run-ediff-from-cvs-buffer'.
8846 (autoload (quote ediff-patch-file) "ediff" "\
8851 buffer. If odd -- assume it is in a file.
8858 prompts for the buffer or a file, depending on the answer.
8859 With ARG=1, assumes the patch is in a file and prompts for the file.
8866 (defalias (quote epatch) (quote ediff-patch-file))
8871 Run Ediff by comparing versions of a file.
8872 The file is an optional FILE argument or the file entered at the prompt.
8873 Default: the file visited by the current buffer.
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))))))
9117 This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
9215 Run Emerge on two files, giving another file as the ancestor.
9250 Emerge two RCS revisions of a file.
9255 Emerge two RCS revisions of a file, with another revision as ancestor.
9275 either customize it (see the info node `Easy Customization')
9307 More information about Enriched mode is available in the file
9578 Append BUFFER contents to the log file, if logging is enabled.
9831 ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9835 (autoload (quote erc-xdcc-add-file) "erc-xdcc" "\
9836 Add a file to `erc-xdcc-files'.
9911 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file
9915 ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9920 (defvar tags-file-name nil "\
9924 Use the `etags' program to make a tags table file.")
9925 (put 'tags-file-name 'variable-interactive "fVisit tags table: ")
9935 *List of file names of tags tables to search.
9936 An element that is a directory means the file \"TAGS\" in that directory.
9938 If you set this variable, do not also set `tags-file-name'.
9939 Use the `etags' program to make a tags table file.")
9943 (defvar tags-compression-info-list (quote ("" ".Z" ".bz2" ".gz" ".tgz")) "\
9945 An empty string means search the non-compressed file.
9950 (custom-autoload (quote tags-compression-info-list) "etags" t)
9976 Major mode for tags table file buffers.
9981 Tell tags commands to use tags table file FILE.
9982 FILE should be the name of a file created with the `etags' program.
9983 A directory name is ok too; it means file TAGS in that directory.
9985 Normally \\[visit-tags-table] sets the global value of `tags-file-name'.
9989 file the tag was in.
9995 If optional arg is a string, visit that file as a tags table.
9998 just select the buffer visiting `tags-file-name'.
10000 `tags-file-name', `tags-table-list', `tags-table-list-pointer'.
10007 Assumes the tags table is the current buffer. The file names are returned
10031 See documentation of variable `tags-file-name'.
10052 See documentation of variable `tags-file-name'.
10075 See documentation of variable `tags-file-name'.
10098 See documentation of variable `tags-file-name'.
10119 See documentation of variable `tags-file-name'.
10134 (autoload (quote next-file) "etags" "\
10135 Select next file among files in current tags table.
10144 Value is nil if the file was already visited;
10145 if the file was newly read in, the value is the filename.
10152 argument is passed to `next-file', which see).
10154 Two variables control the processing we do on each file: the value of
10155 `tags-loop-scan' is a form to be executed on each file to see if it is
10157 evaluate to operate on an interesting file. If the latter evaluates to
10158 nil, we exit; otherwise we scan the next file.
10168 See documentation of variable `tags-file-name'.
10178 See documentation of variable `tags-file-name'.
10183 Display list of tags in file FILE.
10196 Select a tags table file from a menu of those you have already used.
10213 ;;;### (autoloads (ethio-write-file ethio-find-file ethio-java-to-fidel-buffer
10401 (autoload (quote ethio-find-file) "ethio-util" "\
10402 Transcribe file content into Ethiopic depending on filename suffix.
10406 (autoload (quote ethio-write-file) "ethio-util" "\
10407 Transcribe Ethiopic characters in ASCII depending on the file extension.
10567 ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10589 The variables `executable-magicless-file-regexp', `executable-prefix',
10597 Turn a text file into a self-displaying Un*x command.
10602 (autoload (quote executable-make-buffer-file-executable-if-script-p) "executable" "\
10603 Make file executable according to umask if not already executable.
10604 If file already has any execute bits set at all, do not change existing
10605 file modes.
10928 backup file names and the like).
10957 ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (17943 4602))
10961 Search buffer for next file or URL, and run ffap.
10970 (autoload (quote find-file-at-point) "ffap" "\
10973 With a prefix, this command behaves exactly like `ffap-file-finder'.
10976 and the functions `ffap-file-at-point' and `ffap-url-at-point'.
10980 (defalias (quote ffap) (quote find-file-at-point))
10992 Find file or url guessed from text around mouse click.
11002 Start Dired, defaulting to file at point. See `ffap'.
11014 ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
11015 ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
11016 ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
11020 (autoload (quote file-cache-add-directory) "filecache" "\
11021 Add DIRECTORY to the file cache.
11027 (autoload (quote file-cache-add-directory-list) "filecache" "\
11028 Add DIRECTORY-LIST (a list of directory names) to the file cache.
11035 (autoload (quote file-cache-add-file) "filecache" "\
11036 Add FILE to the file cache.
11040 (autoload (quote file-cache-add-directory-using-find) "filecache" "\
11041 Use the `find' command to add files to the file cache.
11046 (autoload (quote file-cache-add-directory-using-locate) "filecache" "\
11047 Use the `locate' command to add files to the file cache.
11052 (autoload (quote file-cache-add-directory-recursively) "filecache" "\
11053 Adds DIR and any subdirectories to the file-cache.
11061 (autoload (quote file-cache-minibuffer-complete) "filecache" "\
11070 (define-key minibuffer-local-completion-map [C-tab] 'file-cache-minibuffer-complete)
11071 (define-key minibuffer-local-map [C-tab] 'file-cache-minibuffer-complete)
11072 (define-key minibuffer-local-must-match-map [C-tab] 'file-cache-minibuffer-complete)
11083 Set up hooks, load the cache file -- if existing -- and build the menu.
11159 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
11160 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
11162 ;;; Generated autoloads from find-file.el
11172 (autoload (quote ff-get-other-file) "find-file" "\
11173 Find the header or source file corresponding to this file.
11174 See also the documentation for `ff-find-other-file'.
11176 If optional IN-OTHER-WINDOW is non-nil, find the file in another window.
11180 (defalias (quote ff-find-related-file) (quote ff-find-other-file))
11182 (autoload (quote ff-find-other-file) "find-file" "\
11183 Find the header or source file corresponding to this file.
11184 Being on a `#include' line pulls in that file.
11186 If optional IN-OTHER-WINDOW is non-nil, find the file in the other window.
11196 If non-nil, always open the other file in another window, unless an
11197 argument is given to `ff-find-other-file'.
11203 If non-nil, always attempt to create the other file if it was not found.
11213 - `ff-other-file-alist'
11214 Alist of extensions to find given the current file's extension.
11218 `ff-other-file-alist' that matches this file's extension.
11221 List of functions to be called before the search for the file starts.
11224 List of functions to be called before the other file is loaded.
11227 List of functions to be called after the other file is loaded.
11230 List of functions to be called if the other file could not be found.
11232 - `ff-file-created-hook'
11233 List of functions to be called if the other file has been created.
11237 (autoload (quote ff-mouse-find-other-file) "find-file" "\
11238 Visit the file you click on.
11242 (autoload (quote ff-mouse-find-other-file-other-window) "find-file" "\
11243 Visit the file you click on in another window.
11267 or just (BUFFER . nil) if the definition can't be found in the file.
11279 Finds the source file containing the definition of FUNCTION
11284 If the file where FUNCTION is defined is not known, then it is
11293 Finds the source file containing the definition of the function
11554 in your .emacs file.
11658 in your `~/.emacs' file, replacing [f7] by your favourite key:
11688 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11713 (autoload (quote forms-find-file) "forms" "\
11714 Visit a file in Forms mode.
11718 (autoload (quote forms-find-file-other-window) "forms" "\
11719 Visit a file in Forms mode in other window.
11818 Add STRING to a fortune file FILE.
11821 read the file name to use. Otherwise use the value of `fortune-file'.
11826 Append the current region to a local fortune-like data file.
11829 read the file name to use. Otherwise use the value of `fortune-file'.
11834 Compile fortune file.
11837 the value of `fortune-file'. This currently cannot handle directories.
11845 otherwise uses the value of `fortune-file'. If you want to have fortune
11847 and choose the directory as the fortune-file.
11855 otherwise uses the value of `fortune-file'. If you want to have fortune
11857 and choose the directory as the fortune-file.
11871 and source-file directory for your debugger.
11876 other with the source file with the main routine of the inferior.
11970 See the file generic-x.el for some examples of `define-generic-mode'.
12048 command, the second element is an icon file name and the third
12057 item. When \\[describe-key] <icon> shows \"<tool-bar> <new-file>
12058 runs the command find-file\", then use `new-file' in ZAP-LIST.
12252 Generate the cache active file.
12361 ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
12376 (autoload (quote gnus-x-face-from-file) "gnus-fun" "\
12377 Insert an X-Face header based on an image file.
12381 (autoload (quote gnus-face-from-file) "gnus-fun" "\
12382 Return a Face header based on an image file.
12394 FILE should be a PNG file that's 48x48 and smaller than or equal to
12570 Update the .newsrc.eld file to reflect the change of nntp server.
12741 Update the Sieve script in gnus-sieve-file, by replacing the region
12750 Generate the Sieve script in gnus-sieve-file, by replacing the region
12848 Use \\[describe-mode] for more info.
12897 If the grep program used supports an option to always include file names
12918 (defvar grep-regexp-alist (quote (("^\\(.+?\\)\\(:[ ]*\\)\\([0-9]+\\)\\2" 1 3) ("^\\(\\(.+?\\):\\([0-9]+\\):\\).*?\\(\\[01;31m\\(?:\\[K\\)?\\)\\(.*?\\)\\(\\[[0-9]*m\\)" 2 3 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 4) (match-end 1))) lambda nil (- (match-end 5) (match-end 1) (- (match-end 4) (match-beginning 4)))) nil 1) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1))) "\
12991 The search is limited to file names matching shell pattern FILES.
13009 The search is limited to file names matching shell pattern FILES.
13049 directory and source-file directory for your debugger. By
13065 and source-file directory for your debugger.
13072 and source-file directory for your debugger.
13079 and source-file directory for your debugger.
13089 and source-file directory for your debugger.
13096 and source-file directory for your debugger.
13109 original source file access method.
13307 ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name
13308 ;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
13317 (autoload (quote help-C-file-name) "help-fns" "\
13318 Return the name of the C file where SUBR-OR-VAR is defined.
13323 (autoload (quote describe-simplify-lib-file-name) "help-fns" "\
13324 Simplify a library name FILE to a relative name, and make it a source file.
13371 *Non-nil means give more info about Help command in three steps.
13406 Invoked from commands using the \"*Help*\" buffer to install some xref info.
13484 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13498 representing the offset into the file that the characters on this line
13499 are at and 16 characters from the file (displayed as hexadecimal
13555 Note: saving the file with any of the usual Emacs commands
13558 You can use \\[hexl-find-file] to visit a file in Hexl mode.
13564 (autoload (quote hexl-find-file) "hexl" "\
13565 Edit file FILENAME as a binary file in hex dump format.
13566 Switch to a buffer visiting file FILENAME, creating one if none exists,
13567 and edit the file in `hexl-mode'.
13591 `global-hi-lock-mode' or in your .emacs file (global-hi-lock-mode 1).
13612 be read the next time file is loaded or when the \\[hi-lock-find-patterns] command
13615 any valid `font-lock-keywords' form is acceptable. When a file is
13616 loaded the patterns are read if `hi-lock-file-patterns-policy is
13618 `hi-lock-file-patterns-policy' is bound to a function and that
13630 \(number of characters into buffer) `hi-lock-file-patterns-range'.
13641 either customize it (see the info node `Easy Customization')
13662 \(See info node `Minibuffer History'.)
13674 \(See info node `Minibuffer History'.)
13697 \(See info node `Minibuffer History'.)
13830 ;;;### (autoloads (global-highlight-changes highlight-compare-with-file
13864 \\[highlight-compare-with-file] - mark text as changed by comparing this
13865 buffer with the contents of a file
13896 this function to `write-file-functions' as a buffer-local value. To do
13899 (add-hook 'write-file-functions 'highlight-changes-rotate-faces nil t)
13908 If either buffer is modified and is visiting a file, you are prompted
13909 to save the file.
13911 Unless the buffer is unmodified and visiting a file, the buffer is
13912 written to a temporary file for comparison.
13920 (autoload (quote highlight-compare-with-file) "hilit-chg" "\
13921 Compare this buffer with a file, and highlight differences.
13926 If the current buffer is visiting the file being compared against, it
13927 also will have its differences highlighted. Otherwise, the file is
13968 (defvar hippie-expand-try-functions-list (quote (try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol)) "\
14063 either customize it (see the info node `Easy Customization')
14088 This function is suitable for execution in a .emacs file.
14131 ;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-compressed-file-buffers
14134 ;;;;;; ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp ibuffer-mark-by-mode-regexp
14136 ;;;;;; ibuffer-diff-with-file ibuffer-jump-to-buffer ibuffer-do-kill-lines
14192 (autoload 'ibuffer-do-shell-command-file "ibuf-ext")
14422 (autoload (quote ibuffer-diff-with-file) "ibuf-ext" "\
14423 View the differences between this buffer and its associated file.
14434 With no prefix arg, use the filename sans its directory of each marked file.
14435 With a zero prefix arg, use the complete filename of each marked file.
14436 With \\[universal-argument], use the filename of each marked file relative
14439 You can then feed the file name(s) to other commands with \\[yank].
14453 (autoload (quote ibuffer-mark-by-file-name-regexp) "ibuf-ext" "\
14454 Mark all buffers whose file name matches REGEXP.
14469 Mark all modified buffers that have an associated file.
14474 Mark all buffers whose associated file does not exist.
14483 (autoload (quote ibuffer-mark-compressed-file-buffers) "ibuf-ext" "\
14484 Mark buffers whose associated file is compressed.
14616 buffers which are visiting a file.
14623 buffers which are visiting a file.
14650 ;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14651 ;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14655 (autoload (quote icalendar-export-file) "icalendar" "\
14656 Export diary file to iCalendar format.
14657 All diary entries in the file DIARY-FILENAME are converted to iCalendar
14658 format. The result is appended to the file ICAL-FILENAME.
14663 Export region in diary file to iCalendar format.
14665 converted to iCalendar format. The result is appended to the file
14673 (autoload (quote icalendar-import-file) "icalendar" "\
14674 Import an iCalendar file and append to a diary file.
14675 Argument ICAL-FILENAME output iCalendar file.
14676 Argument DIARY-FILENAME input `diary-file'.
14713 either customize it (see the info node `Easy Customization')
14781 The command to run comes from variable `idlwave-shell-explicit-file-name',
14838 \\[idlwave-routine-info]. \\[idlwave-find-module] jumps to the
14839 source file of a module. These commands know about system
14844 default. Use \\[idlwave-update-routine-info] to update this
14906 \\[idlwave-info] to display (complain to your sysadmin if that does
14925 ;;;### (autoloads (ido-completing-read ido-read-directory-name ido-read-file-name
14926 ;;;;;; ido-read-buffer ido-dired ido-insert-file ido-write-file
14927 ;;;;;; ido-find-file-other-frame ido-display-file ido-find-file-read-only-other-frame
14928 ;;;;;; ido-find-file-read-only-other-window ido-find-file-read-only
14929 ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14930 ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14941 - `file': Turn only on ido file behavior (finding, writing, inserting...)
14942 - `both': Turn on ido buffer and file behavior.
14954 keybindings for the `find-file' and `switch-to-buffer' families of
14992 \\[ido-enter-find-file] Drop into `ido-find-file'.
15033 (autoload (quote ido-find-file-in-dir) "ido" "\
15034 Switch to another file starting from DIR.
15038 (autoload (quote ido-find-file) "ido" "\
15039 Edit file with name obtained via minibuffer.
15040 The file is displayed according to `ido-default-file-method' -- the
15044 The file name is selected interactively by typing a substring. As you
15049 except for the following: \\<ido-file-completion-map>
15051 RET Select the file at the front of the list of matches. If the
15052 list is empty, possibly prompt to create new file.
15054 \\[ido-select-text] Select the current prompt as the buffer or file.
15055 If no buffer or file is found, prompt for a new one.
15060 matches all files. If there is only one match, select that file.
15065 \\[ido-merge-work-directories] search for file in the work directory history.
15067 \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history.
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.
15073 \\[ido-toggle-case] Toggle case-sensitive searching of file names.
15074 \\[ido-toggle-vc] Toggle version control for this file.
15075 \\[ido-toggle-literal] Toggle literal reading of this file.
15081 (autoload (quote ido-find-file-other-window) "ido" "\
15082 Switch to another file and show it in another window.
15083 The file name is selected interactively by typing a substring.
15084 For details of keybindings, see `ido-find-file'.
15088 (autoload (quote ido-find-alternate-file) "ido" "\
15089 Switch to another file and show it in another window.
15090 The file name is selected interactively by typing a substring.
15091 For details of keybindings, see `ido-find-file'.
15095 (autoload (quote ido-find-file-read-only) "ido" "\
15096 Edit file read-only with name obtained via minibuffer.
15097 The file name is selected interactively by typing a substring.
15098 For details of keybindings, see `ido-find-file'.
15102 (autoload (quote ido-find-file-read-only-other-window) "ido" "\
15103 Edit file read-only in other window with name obtained via minibuffer.
15104 The file name is selected interactively by typing a substring.
15105 For details of keybindings, see `ido-find-file'.
15109 (autoload (quote ido-find-file-read-only-other-frame) "ido" "\
15110 Edit file read-only in other frame with name obtained via minibuffer.
15111 The file name is selected interactively by typing a substring.
15112 For details of keybindings, see `ido-find-file'.
15116 (autoload (quote ido-display-file) "ido" "\
15117 Display a file in another window but don't select it.
15118 The file name is selected interactively by typing a substring.
15119 For details of keybindings, see `ido-find-file'.
15123 (autoload (quote ido-find-file-other-frame) "ido" "\
15124 Switch to another file and show it in another frame.
15125 The file name is selected interactively by typing a substring.
15126 For details of keybindings, see `ido-find-file'.
15130 (autoload (quote ido-write-file) "ido" "\
15131 Write current buffer to a file.
15132 The file name is selected interactively by typing a substring.
15133 For details of keybindings, see `ido-find-file'.
15137 (autoload (quote ido-insert-file) "ido" "\
15138 Insert contents of file in current buffer.
15139 The file name is selected interactively by typing a substring.
15140 For details of keybindings, see `ido-find-file'.
15147 For details of keybindings, see `ido-find-file'.
15160 (autoload (quote ido-read-file-name) "ido" "\
15161 Ido replacement for the built-in `read-file-name'.
15162 Read file name, prompting with PROMPT and completing in directory DIR.
15163 See `read-file-name' for additional parameters.
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)
15246 (autoload (quote image-type-from-file-header) "image" "\
15247 Determine the type of image file FILE from its first few bytes.
15253 (autoload (quote image-type-from-file-name) "image" "\
15254 Determine the type of image file FILE from its name.
15262 FILE-OR-DATA is an image file name or image data.
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.
15284 if `buffer-file-name' is non-nil, check if it matches another major mode
15293 FILE-OR-DATA is an image file name or image data.
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.
15365 least contain the properties `:type TYPE' and either `:file FILE' or
15367 e.g. `xbm', FILE is the file to load the image from, and DATA is a
15387 least contain the properties `:type TYPE' and either `:file FILE' or
15389 e.g. `xbm', FILE is the file to load the image from, and DATA is a
15396 (defimage test-image ((:type xpm :file \"~/test1.xpm\")
15397 (:type xbm :file \"~/test1.xbm\")))
15415 Insert thumbnails before file names of marked files in the dired buffer.
15441 If a thumbnail image does not exist for a file, it is created on the
15442 fly. With prefix argument ARG, display only thumbnail for file at
15464 If the number of files in DIR matching `image-file-name-regexp'
15475 Tag marked file(s) in dired. With prefix ARG, tag file at point.
15480 Remove tag for selected file(s).
15481 With prefix argument ARG, remove tag from file at point.
15508 Display file at point using an external viewer.
15513 Display current image file.
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
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.
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.
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.
15581 the command `insert-file-contents'.
15585 (defvar auto-image-file-mode nil "\
15587 See the command `auto-image-file-mode' for a description of this minor mode.
15589 either customize it (see the info node `Easy Customization')
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" "\
15600 `image-file-name-extensions', or matches a regexp in
15601 `image-file-name-regexps'.
15699 file.
15825 *Format-string for building a Lisp expression to load a file.
15826 This format string should use `%s' to substitute a file name
15828 to load that file. The default works acceptably on most Lisps.
15849 This is a fine thing to set in your .emacs file or through Custom.")
15874 ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
15875 ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual
15876 ;;;;;; info info-other-window) "info" "info.el" (18006 55795))
15877 ;;; Generated autoloads from info.el
15879 (autoload (quote info-other-window) "info" "\
15880 Like `info' but show the Info buffer in another window.
15883 (add-hook 'same-window-regexps "\\*info\\*\\(\\|<[0-9]+>\\)")
15884 (put 'info 'info-file "emacs")
15886 (autoload (quote info) "info" "\
15888 Optional argument FILE-OR-NODE specifies the file to examine;
15893 the default buffer name is *info*. If BUFFER exists,
15898 this command to read a file name from the minibuffer.
15908 (autoload (quote info-emacs-manual) "info" "\
15913 (autoload (quote info-standalone) "info" "\
15915 Usage: emacs -f info-standalone [filename]
15920 (autoload (quote Info-on-current-buffer) "info" "\
15927 (autoload (quote Info-directory) "info" "\
15932 (autoload (quote Info-index) "info" "\
15941 (autoload (quote info-apropos) "info" "\
15947 (autoload (quote Info-mode) "info" "\
15968 \\[Info-top-node] Go to the Top node of this file.
15969 \\[Info-final-node] Go to the final node in this file.
15978 \\[Info-toc] Go to table of contents of the current Info file.
15992 \\[Info-search] Search through this Info file for specified regexp,
15994 \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively.
15999 \\[info-apropos] Look for a string in the indices of all manuals.
16006 \\[universal-argument] \\[info] Move to new Info file with completion.
16007 \\[universal-argument] N \\[info] Select Info buffer with prefix number in the name *info*<N>.
16010 (put 'Info-goto-emacs-command-node 'info-file "emacs")
16012 (autoload (quote Info-goto-emacs-command-node) "info" "\
16015 or in another manual found via COMMAND's `info-file' property or
16016 the variable `Info-file-list-for-emacs'.
16020 (put 'Info-goto-emacs-key-command-node 'info-file "emacs")
16022 (autoload (quote Info-goto-emacs-key-command-node) "info" "\
16027 or in another manual found via COMMAND's `info-file' property or
16028 the variable `Info-file-list-for-emacs'.
16032 (autoload (quote Info-speedbar-browser) "info" "\
16041 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
16042 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
16044 ;;; Generated autoloads from info-look.el
16046 (autoload (quote info-lookup-reset) "info-look" "\
16053 (put 'info-lookup-symbol 'info-file "emacs")
16055 (autoload (quote info-lookup-symbol) "info-look" "\
16065 (put 'info-lookup-file 'info-file "emacs")
16067 (autoload (quote info-lookup-file) "info-look" "\
16068 Display the documentation of a file.
16070 In the minibuffer, use M-n to yank the default file name
16072 The default file name is the one found at point.
16074 With prefix arg a query for the file help mode is offered.
16078 (autoload (quote info-complete-symbol) "info-look" "\
16083 (autoload (quote info-complete-file) "info-look" "\
16084 Perform completion on file preceding point.
16091 ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
16092 ;;;;;; info-xref-check) "info-xref" "info-xref.el" (17842 58279))
16093 ;;; Generated autoloads from info-xref.el
16095 (autoload (quote info-xref-check) "info-xref" "\
16096 Check external references in FILENAME, an info document.
16100 (autoload (quote info-xref-check-all) "info-xref" "\
16101 Check external references in all info documents in the usual path.
16106 (autoload (quote info-xref-check-all-custom) "info-xref" "\
16107 Check info references in all customize groups and variables.
16108 `custom-manual' and `info-link' entries in the `custom-links' list are checked.
16119 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
16124 Create or update Info file tag table in current buffer or in a region.
16129 Split an info file into an indirect file plus bounded-size subfiles.
16132 To use this command, first visit a large Info file that has a tag
16133 table. The buffer is modified into a (small) indirect info file which
16134 should be saved in place of the original visited file.
16136 The subfiles are written in the same directory the original file is
16138 file name. The indirect file still functions as an Info file, but it
16144 Check current buffer for validity as an Info file.
16149 (autoload (quote batch-info-validate) "informat" "\
16152 Each file will be processed even if an error occurred previously.
16153 For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16373 have been configured in an Ispell affix file. (For example, umlauts
16385 LANGUAGE.aff file (e.g., english.aff).")
16397 (if ispell-menu-map-needed (progn (setq ispell-menu-map (make-sparse-keymap "Spell")) (define-key ispell-menu-map [ispell-change-dictionary] (quote (menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] (quote (menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp (quote ispell-process)) ispell-process (eq (ispell-process-status) (quote run))) :help "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] (quote (menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] (quote (menu-item "Customize..." (lambda nil (interactive) (customize-group (quote ispell))) :help "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] (quote (menu-item "Help" (lambda nil (interactive) (describe-function (quote ispell-help))) :help "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] (quote (menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle bound-and-true-p flyspell-mode)))) (define-key ispell-menu-map [ispell-complete-word] (quote (menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] (quote (menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor")))))
16573 in your .emacs file:
16596 either customize it (see the info node `Easy Customization')
16709 This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
17000 Use \\[describe-mode] for more info.
17058 ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
17066 Used by the function `latexenc-find-file-coding-system'.")
17082 (autoload (quote latexenc-find-file-coding-system) "latexenc" "\
17083 Determine the coding system of a LaTeX file if it uses \"inputenc.sty\".
17243 This program searches for those file names in a database that match
17244 SEARCH-STRING and normally outputs all matching absolute file names,
17248 which file names match SEARCH-STRING. (Those details vary highly with
17348 \(Note that PostScript files are sent to `ps-printer-name', which see.)
17358 it to the name of a file, in which case the output gets appended to that
17359 file. If you want to discard the printed output, set this to \"NUL\".")
17372 *Name of program for printing a file.
17438 *Non-nil means ls-lisp treats file patterns as shell wildcards.
17454 This function is suitable for execution in a .emacs file.
17482 definitions to shadow the loaded ones for use in file byte-compilation.
17512 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
17513 use this command, and then save the file.
17644 ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
17656 (autoload (quote mail-file-babyl-p) "mail-utils" "\
17708 Read mail aliases from personal mail alias file and set `mail-abbrevs'.
17709 By default this is the file specified by `mail-personal-alias-file'.
17792 If you are editing a file for a different make, try one of the
17796 chosen based on the file name, except if it is *.mk. This
17858 will assure that no line in the file ends with a backslash
17978 either customize it (see the info node `Easy Customization')
18001 ;;;;;; message-signature-file message-signature message-indent-citation-function
18003 ;;;;;; message-send-mail-function message-user-organization-file
18028 (defvar message-user-organization-file "/usr/lib/news/organization" "\
18029 *Local news organization file.")
18031 (custom-autoload (quote message-user-organization-file) "message" t)
18081 If t, the `message-signature-file' file will be inserted instead.
18087 (defvar message-signature-file "~/.signature" "\
18088 *Name of file containing the text inserted at end of message buffer.
18089 Ignored if the named file doesn't exist.
18092 (custom-autoload (quote message-signature-file) "message" t)
18125 C-c C-w `message-insert-signature' (insert `message-signature-file' file).
18132 C-c C-a `mml-attach-file' (attach a file as MIME).
18136 C-c M-f `message-mark-insert-file' (insert file marked with enclosing tags).
18184 Reread contents of current buffer from its last auto-save file.
18473 see the `mh-scan-format-file' option if you wish to modify scan's
18560 either customize it (see the info node `Easy Customization')
18656 ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18660 (autoload (quote mm-url-insert-file-contents) "mm-url" "\
18661 Insert file contents of URL.
18666 (autoload (quote mm-url-insert-file-contents-external) "mm-url" "\
18667 Insert file contents of URL using `mm-url-program'.
18813 either customize it (see the info node `Easy Customization')
18877 either customize it (see the info node `Easy Customization')
18992 `buffer-file-coding-system' (of the current buffer)
18993 eol-type of `buffer-file-coding-system' (of the current buffer)
19002 `default-buffer-file-coding-system'
19003 eol-type of `default-buffer-file-coding-system'
19210 either customize it (see the info node `Easy Customization')
19597 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19601 (autoload (quote nnfolder-generate-active-file) "nnfolder" "\
19675 This command alters the user's .emacs file so that this will apply
19683 This command alters the user's .emacs file so that this will apply
19712 Get help on Octave symbols from the Octave info files.
19736 the file specified by `inferior-octave-startup-file' or by the default
19737 startup file, `~/.emacs-octave'.
19820 following lines to your `.emacs' file:
19827 add the following lines to your `.emacs' file as well:
19847 ;;;;;; org-export-icalendar-this-file org-diary org-tags-view org-todo-list
19859 Org-mode develops organizational tasks around a NOTES file which
19867 For printing and sharing of notes, an Org-mode file (or a part of it)
19868 can be exported as a structured ASCII or HTML file.
19927 For file links, arg negates `org-context-in-file-links'.
19954 Store stuff from remember.el into an org file.
19955 First prompts for an org file. If the user just presses return, the value
19956 of `org-default-notes-file' is used.
19957 Then the command offers the headings tree of the selected file in order to
19958 file the text at a specific location.
19960 file, or you can use vertical cursor motion and visibility cycling (TAB) to
19965 RET buffer-start as level 2 heading at end of file
19973 the default file. This way your current train of thought is not
20007 If the current buffer is in Org-mode and visiting a file, you can also
20009 next use of \\[org-agenda]) restricted to the current file.
20023 If the current buffer visits an agenda file, find the next one in the list.
20024 If the current buffer does not, find the first agenda file.
20044 Show all TODO entries from all agenda file in a single list.
20078 :todo List all TODO items from the org-file. This may be a
20083 The call in the diary file should look like this:
20087 Use a separate line for each org file to check. Or, if you omit the file name,
20104 (autoload (quote org-export-icalendar-this-file) "org" "\
20105 Export current file as an iCalendar file.
20106 The iCalendar file will be located in the same directory as the Org-mode
20107 file, but with extension `.ics'.
20113 Each iCalendar file will be located in the same directory as the Org-mode
20114 file, but with extension `.ics'.
20119 Export all files in `org-agenda-files' to a single combined iCalendar file.
20120 The file is stored under the name `org-combined-agenda-icalendar-file'.
20208 either customize it (see the info node `Easy Customization')
20321 either customize it (see the info node `Easy Customization')
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)))))
20954 ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20958 (autoload (quote po-find-file-coding-system) "po" "\
20959 Return a (DECODING . ENCODING) pair, according to PO file's charset.
20960 Called through `file-coding-system-alist', before the file is visited for real.
21024 ;;;### (autoloads (pr-txt-fast-fire pr-ps-fast-fire pr-show-lpr-setup
21025 ;;;;;; pr-show-pr-setup pr-show-ps-setup pr-ps-utility pr-txt-name
21026 ;;;;;; pr-ps-name pr-help lpr-customize pr-customize pr-toggle-mode
21030 ;;;;;; pr-toggle-ghostscript pr-toggle-file-landscape pr-toggle-file-tumble
21031 ;;;;;; pr-toggle-file-duplex pr-ps-file-up-ps-print pr-ps-file-ps-print
21032 ;;;;;; pr-ps-file-print pr-ps-file-using-ghostscript pr-ps-file-up-preview
21033 ;;;;;; pr-ps-file-preview pr-despool-ps-print pr-despool-print pr-despool-using-ghostscript
21036 ;;;;;; pr-ps-mode-ps-print pr-ps-mode-print pr-ps-mode-using-ghostscript
21037 ;;;;;; pr-ps-mode-preview pr-ps-region-ps-print pr-ps-region-print
21038 ;;;;;; pr-ps-region-using-ghostscript pr-ps-region-preview pr-ps-buffer-ps-print
21039 ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
21040 ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
21041 ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
21054 (autoload (quote pr-ps-directory-preview) "printing" "\
21058 file name regexp for matching and, when you use a prefix argument (C-u), the
21059 command prompts the user for a file name, and saves the PostScript image in
21060 that file instead of saving it in a temporary file.
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
21067 file name.
21073 (autoload (quote pr-ps-directory-using-ghostscript) "printing" "\
21077 file name regexp for matching and, when you use a prefix argument (C-u), the
21078 command prompts the user for a file name, and saves the PostScript image in
21079 that file instead of saving it in a temporary file.
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
21086 file name.
21092 (autoload (quote pr-ps-directory-print) "printing" "\
21096 file name regexp for matching and, when you use a prefix argument (C-u), the
21097 command prompts the user for a file name, and saves the PostScript image in
21098 that file instead of saving it in a temporary file.
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
21105 file name.
21111 (autoload (quote pr-ps-directory-ps-print) "printing" "\
21117 file name regexp for matching and, when you use a prefix argument (C-u), the
21118 command prompts the user for a file name, and saves the PostScript image in
21119 that file instead of saving it in a temporary file.
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
21126 file name.
21132 (autoload (quote pr-ps-buffer-preview) "printing" "\
21136 prefix argument (C-u), the command prompts the user for a file name, and saves
21137 the PostScript image in that file instead of saving it in a temporary file.
21141 temporary file. If FILENAME is a string, save the PostScript image in a file
21142 with that name. If FILENAME is t, prompts for a file name.
21146 (autoload (quote pr-ps-buffer-using-ghostscript) "printing" "\
21150 prefix argument (C-u), the command prompts the user for a file name, and saves
21151 the PostScript image in that file instead of sending it to the printer.
21155 printer. If FILENAME is a string, save the PostScript image in a file with
21156 that name. If FILENAME is t, prompts for a file name.
21160 (autoload (quote pr-ps-buffer-print) "printing" "\
21164 prefix argument (C-u), the command prompts the user for a file name, and saves
21165 the PostScript image in that file instead of sending it to the printer.
21169 printer. If FILENAME is a string, save the PostScript image in a file with
21170 that name. If FILENAME is t, prompts for a file name.
21174 (autoload (quote pr-ps-buffer-ps-print) "printing" "\
21180 prefix argument (C-u), the command prompts the user for a file name, and saves
21181 the PostScript image in that file instead of sending it to the printer.
21185 printer. If FILENAME is a string, save the PostScript image in a file with
21186 that name. If FILENAME is t, prompts for a file name.
21190 (autoload (quote pr-ps-region-preview) "printing" "\
21193 See also `pr-ps-buffer-preview'.
21197 (autoload (quote pr-ps-region-using-ghostscript) "printing" "\
21200 See also `pr-ps-buffer-using-ghostscript'.
21204 (autoload (quote pr-ps-region-print) "printing" "\
21207 See also `pr-ps-buffer-print'.
21211 (autoload (quote pr-ps-region-ps-print) "printing" "\
21214 See also `pr-ps-buffer-ps-print'.
21218 (autoload (quote pr-ps-mode-preview) "printing" "\
21221 See also `pr-ps-buffer-preview'.
21225 (autoload (quote pr-ps-mode-using-ghostscript) "printing" "\
21228 See also `pr-ps-buffer-using-ghostscript'.
21232 (autoload (quote pr-ps-mode-print) "printing" "\
21235 See also `pr-ps-buffer-print'.
21239 (autoload (quote pr-ps-mode-ps-print) "printing" "\
21242 See also `pr-ps-buffer-ps-print'.
21251 Interactively, the command prompts for a directory and a file name regexp for
21278 Interactively, the command prompts for a directory and a file name regexp for
21307 user for a file name, and saves the spooled PostScript image in that file
21308 instead of saving it in a temporary 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
21325 image in a file with that name.
21333 user for a file name, and saves the spooled PostScript image in that file
21338 image in a file with that name.
21342 (autoload (quote pr-despool-ps-print) "printing" "\
21346 user for a file name, and saves the spooled PostScript image in that file
21351 image in a file with that name.
21355 (autoload (quote pr-ps-file-preview) "printing" "\
21356 Preview PostScript file FILENAME.
21360 (autoload (quote pr-ps-file-up-preview) "printing" "\
21361 Preview PostScript file FILENAME.
21365 (autoload (quote pr-ps-file-using-ghostscript) "printing" "\
21366 Print PostScript file FILENAME using ghostscript.
21370 (autoload (quote pr-ps-file-print) "printing" "\
21371 Print PostScript file FILENAME.
21375 (autoload (quote pr-ps-file-ps-print) "printing" "\
21376 Send PostScript file FILENAME to printer or use ghostscript to print it.
21380 (autoload (quote pr-ps-file-up-ps-print) "printing" "\
21381 Process a PostScript file IFILENAME and send it to printer.
21384 PostScript file IFILENAME and, when you use a prefix argument (C-u), the
21385 command prompts the user for an output PostScript file name OFILENAME, and
21386 saves the PostScript image in that file instead of sending it to the printer.
21390 PostScript file name; otherwise, it *must* be a string that it's an input
21391 PostScript file name. The argument OFILENAME is treated as follows: if it's
21393 PostScript image in a file with that name. If OFILENAME is t, prompts for a
21394 file name.
21398 (autoload (quote pr-toggle-file-duplex) "printing" "\
21399 Toggle duplex for PostScript file.
21403 (autoload (quote pr-toggle-file-tumble) "printing" "\
21404 Toggle tumble for PostScript file.
21413 (autoload (quote pr-toggle-file-landscape) "printing" "\
21414 Toggle landscape for PostScript file.
21508 (autoload (quote pr-ps-name) "printing" "\
21518 (autoload (quote pr-ps-utility) "printing" "\
21523 (autoload (quote pr-show-ps-setup) "printing" "\
21524 Show current ps-print settings.
21538 (autoload (quote pr-ps-fast-fire) "printing" "\
21544 printed using `pr-ps-mode-ps-print'.
21549 M-x pr-ps-fast-fire RET
21553 C-u M-x pr-ps-fast-fire RET
21554 C-u 0 M-x pr-ps-fast-fire RET
21559 C-u 1 M-x pr-ps-fast-fire RET
21560 The command prompts the user for a N-UP value and also for a file name,
21561 and saves the PostScript image in that file instead of sending it to the
21564 C-u 2 M-x pr-ps-fast-fire RET
21566 PostScript printer and, finally, for a file name. Then change the active
21568 that file instead of sending it to the printer.
21580 If it's an integer equal to 1, the command prompts the user for a file name
21581 and saves the PostScript image in that file instead of sending it to the
21585 current PostScript printer and for a file name. Then change the active
21586 printer to that chosen by user and saves the PostScript image in that file
21589 If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new
21655 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (17842 58279))
21656 ;;; Generated autoloads from ps-bdf.el
21658 (defvar bdf-directory-list (if (memq system-type (quote (ms-dos windows-nt))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
21665 ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (17842
21667 ;;; Generated autoloads from progmodes/ps-mode.el
21669 (autoload (quote ps-mode) "ps-mode" "\
21672 Entry to this mode calls `ps-mode-hook'.
21677 `ps-mode-auto-indent'
21678 `ps-mode-tab'
21679 `ps-mode-paper-size'
21680 `ps-mode-print-function'
21681 `ps-run-prompt'
21682 `ps-run-font-lock-keywords-2'
21683 `ps-run-x'
21684 `ps-run-dumb'
21685 `ps-run-init'
21686 `ps-run-error-line-numbers'
21687 `ps-run-tmp-dir'
21692 \\{ps-mode-map}
21695 When starting an interactive PostScript process with \\[ps-run-start],
21696 a second window will be displayed, and `ps-run-mode-hook' will be called.
21699 \\{ps-run-mode-map}
21703 with a file position. Clicking mouse-2 on this number will bring
21706 Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect.
21713 ;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string
21714 ;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string
21715 ;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer)
21716 ;;;;;; "ps-mule" "ps-mule.el" (17842 58279))
21717 ;;; Generated autoloads from ps-mule.el
21719 (defvar ps-multibyte-buffer nil "\
21728 `ps-mule-font-info-database-default' differently.
21730 `ps-mule-font-info-database-latin' (see
21745 source file. BDF fonts are included in
21750 `bdf-directory-list' appropriately (see ps-bdf.el for
21757 the same buffer. See `ps-font-family',
21758 `ps-header-font-family' and `ps-font-info-database'.
21762 (custom-autoload (quote ps-multibyte-buffer) "ps-mule" t)
21764 (autoload (quote ps-mule-prepare-ascii-font) "ps-mule" "\
21770 (autoload (quote ps-mule-set-ascii-font) "ps-mule" "\
21775 (autoload (quote ps-mule-plot-string) "ps-mule" "\
21791 (autoload (quote ps-mule-plot-composition) "ps-mule" "\
21808 (autoload (quote ps-mule-initialize) "ps-mule" "\
21813 (autoload (quote ps-mule-encode-header-string) "ps-mule" "\
21819 (autoload (quote ps-mule-begin-job) "ps-mule" "\
21825 (autoload (quote ps-mule-begin-page) "ps-mule" "\
21833 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
21834 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
21835 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21836 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21837 ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21838 ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (18006
21840 ;;; Generated autoloads from ps-print.el
21842 (defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\
21844 See `ps-paper-type'.")
21846 (custom-autoload (quote ps-page-dimensions-database) "ps-print" t)
21848 (defvar ps-paper-type (quote letter) "\
21850 Should be one of the paper types defined in `ps-page-dimensions-database', for
21853 (custom-autoload (quote ps-paper-type) "ps-print" t)
21855 (defvar ps-print-color-p (or (fboundp (quote x-color-values)) (fboundp (quote color-instance-rgb-components))) "\
21865 See also `ps-black-white-faces'.
21869 (custom-autoload (quote ps-print-color-p) "ps-print" t)
21871 (autoload (quote ps-print-customize) "ps-print" "\
21872 Customization of ps-print group.
21876 (autoload (quote ps-print-buffer) "ps-print" "\
21880 user for a file name, and saves the PostScript image in that file instead of
21885 image in a file with that name.
21889 (autoload (quote ps-print-buffer-with-faces) "ps-print" "\
21891 Like `ps-print-buffer', but includes font, color, and underline information in
21897 (autoload (quote ps-print-region) "ps-print" "\
21899 Like `ps-print-buffer', but prints just the current region.
21903 (autoload (quote ps-print-region-with-faces) "ps-print" "\
21905 Like `ps-print-region', but includes font, color, and underline information in
21911 (autoload (quote ps-spool-buffer) "ps-print" "\
21913 Like `ps-print-buffer' except that the PostScript image is saved in a local
21916 Use the command `ps-despool' to send the spooled images to the printer.
21920 (autoload (quote ps-spool-buffer-with-faces) "ps-print" "\
21922 Like `ps-spool-buffer', but includes font, color, and underline information in
21926 Use the command `ps-despool' to send the spooled images to the printer.
21930 (autoload (quote ps-spool-region) "ps-print" "\
21932 Like `ps-spool-buffer', but spools just the current region.
21934 Use the command `ps-despool' to send the spooled images to the printer.
21938 (autoload (quote ps-spool-region-with-faces) "ps-print" "\
21940 Like `ps-spool-region', but includes font, color, and underline information in
21944 Use the command `ps-despool' to send the spooled images to the printer.
21948 (autoload (quote ps-despool) "ps-print" "\
21952 user for a file name, and saves the spooled PostScript image in that file
21957 image in a file with that name.
21961 (autoload (quote ps-line-lengths) "ps-print" "\
21963 Done using the current ps-print setup.
21964 Try: pr -t file | awk '{printf \"%3d %s
21969 (autoload (quote ps-nb-pages-buffer) "ps-print" "\
21971 The table depends on the current ps-print setup.
21975 (autoload (quote ps-nb-pages-region) "ps-print" "\
21977 The table depends on the current ps-print setup.
21981 (autoload (quote ps-setup) "ps-print" "\
21986 (autoload (quote ps-extend-face-list) "ps-print" "\
21992 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
21995 The elements in FACE-EXTENSION-LIST are like those for `ps-extend-face'.
21997 See `ps-extend-face' for documentation.
22001 (autoload (quote ps-extend-face) "ps-print" "\
22007 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
22133 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal
22349 (autoload (quote quail-update-leim-list-file) "quail" "\
22350 Update entries for Quail packages in `LEIM' list file in directory DIRNAME.
22356 and update the file \"leim-list.el\" in DIRNAME.
22373 (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
22375 `quickurl-url-file' so that if you edit it by hand it will ensure that
22421 Pull `quickurl-url-file' into a buffer for hand editing.
22463 either customize it (see the info node `Easy Customization')
22510 either customize it (see the info node `Easy Customization')
22710 You can view this information with `\\[reftex-info]'.
22765 When on, isearch searches the whole document, not only the current file.
22799 To display information about the phrase at point, use \\[reftex-index-phrases-info].
22818 When RELATIVE is non-nil, give file names relative to directory
22819 of master file.
22951 Clear out the file used for transmitting args when Emacs resumes.
22976 either customize it (see the info node `Easy Customization')
23038 default directory in that buffer is set to a remote (FTP) file name to
23059 ;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory
23080 (defvar rmail-default-dont-reply-to-names "\\`info-" "\
23085 It is useful to set this variable in the site customization file.")
23124 *Non-nil means automatically delete a message that is copied to a file.")
23129 *List of files which are inboxes for user's primary mail file `~/RMAIL'.
23143 (defvar rmail-secondary-file-directory "~/" "\
23146 (custom-autoload (quote rmail-secondary-file-directory) "rmail" t)
23148 (defvar rmail-secondary-file-regexp "\\.xmail$" "\
23151 (custom-autoload (quote rmail-secondary-file-regexp) "rmail" t)
23177 (defvar rmail-file-coding-system nil "\
23178 Coding system used in RMAIL file.
23195 Function to show MIME decoded message of RMAIL file.
23251 Moves messages into file named by `rmail-file-name' (a babyl format file)
23252 and edits that file in RMAIL Mode.
23253 Type \\[describe-mode] once editing that file, for a list of RMAIL commands.
23255 May be called with file name as argument; then performs rmail editing on
23256 that file, but does not copy any new mail into the file.
23258 have a chance to specify a file name with the minibuffer.
23260 If `rmail-display-summary' is non-nil, make a summary for this RMAIL file.
23277 \\[rmail-first-message] Move to the first message in Rmail file.
23278 \\[rmail-last-message] Move to the last message in Rmail file.
23279 \\[rmail-show-message] Jump to message specified by numeric position in file.
23287 \\[rmail-expunge-and-save] Expunge and save the file.
23290 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
23296 \\[rmail-output-to-rmail-file] Output this message to an Rmail file (append it).
23297 \\[rmail-output] Output this message to a Unix-format mail file (append it).
23298 \\[rmail-output-body-to-file] Save message body to a file. Default filename comes from Subject line.
23299 \\[rmail-input] Input Rmail file. Run Rmail on that file.
23317 Run Rmail on file FILENAME.
23387 Set the inbox list of the current RMAIL file to FILE-NAME.
23388 You can specify one file name, or several names separated by commas.
23396 ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
23397 ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
23401 (defvar rmail-output-file-alist nil "\
23405 NAME-EXP may be a string constant giving the file name to use,
23407 a file name as a string.")
23409 (custom-autoload (quote rmail-output-file-alist) "rmailout" t)
23411 (autoload (quote rmail-output-to-rmail-file) "rmailout" "\
23412 Append the current message to an Rmail file named FILE-NAME.
23413 If the file does not exist, ask if it should be created.
23414 If file is being visited, the message is appended to the Emacs
23415 buffer visiting that file.
23416 If the file exists and is not an Rmail file, the message is
23419 The default file name comes from `rmail-default-rmail-file',
23431 *Regexp describing fields to exclude when outputting a message to a file.")
23436 Append this message to system-inbox-format mail file named FILE-NAME.
23445 The default file name comes from `rmail-default-file',
23455 (autoload (quote rmail-output-body-to-file) "rmailout" "\
23456 Write this message body to the file FILE-NAME.
23471 Sort messages of current Rmail file by date.
23477 Sort messages of current Rmail file by subject.
23483 Sort messages of current Rmail file by author.
23489 Sort messages of current Rmail file by recipient.
23495 Sort messages of current Rmail file by other correspondent.
23501 Sort messages of current Rmail file by number of lines.
23507 Sort messages of current Rmail file by labels.
23983 previous minibuffer history to be loaded from `savehist-file'.
23985 This mode should normally be turned on from your Emacs init file.
24060 either customize it (see the info node `Easy Customization')
24094 ;;;;;; mail-default-directory mail-signature-file mail-signature
24096 ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file
24097 ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
24164 (defvar mail-archive-file-name nil "\
24165 Name of file to write all outgoing messages in, or nil for none.
24166 This can be an inbox file or an Rmail file.")
24168 (custom-autoload (quote mail-archive-file-name) "sendmail" t)
24177 (defvar mail-alias-file nil "\
24178 If non-nil, the name of a file to use instead of `/usr/lib/aliases'.
24179 This file defines aliases to be expanded by the mailer; this is a different
24183 (custom-autoload (quote mail-alias-file) "sendmail" t)
24185 (defvar mail-personal-alias-file "~/.mailrc" "\
24186 If non-nil, the name of the user's personal mail alias file.
24187 This file typically should be in same format as the `.mailrc' file used by
24189 This file need not actually exist.")
24191 (custom-autoload (quote mail-personal-alias-file) "sendmail" t)
24201 or t meaning should be initialized from your mail aliases file.
24202 \(The file's name is normally `~/.mailrc', but `mail-personal-alias-file'
24203 can specify a different file name.)
24204 The alias definitions in the file have this form:
24242 If t, it means to insert the contents of the file `mail-signature-file'.
24251 (defvar mail-signature-file "~/.signature" "\
24254 (custom-autoload (quote mail-signature-file) "sendmail" t)
24303 \\[mail-signature] mail-signature (insert `mail-signature-file' file).
24322 This has higher priority than `default-buffer-file-coding-system'
24324 but lower priority than the local value of `buffer-file-coding-system'.
24343 Optionally, the signature file `mail-signature-file' can be inserted at the
24359 If `mail-archive-file-name' is non-nil, an FCC field with that file name
24421 either customize it (see the info node `Easy Customization')
24442 See \"ses-example.ses\" (in `data-directory') for more info.
24471 in your `.emacs' file.
24534 Unless the file's magic number indicates the shell, your usual shell is
24578 set `sh-shell-file' accordingly. If your shell's file name doesn't correctly
24615 files. When a previously encountered file name is found again, a
24616 message is displayed indicating that the later file is \"hidden\" by
24623 and that each of these directories contains a file called XXX.el. Then
24627 The first XXX.el file prevents Emacs from seeing the second (unless
24628 the second is loaded explicitly via `load-file').
24640 shadowings. Because a .el file may exist without a corresponding .elc
24641 \(or vice-versa), these suffixes are essentially ignored. A file
24643 considered to shadow a later file XXX.el, and vice-versa.
24662 one of them is sufficient to update the file on all of them. Clusters are
24670 Declare a single file to be shared between sites.
24671 It may have different filenames on each site. When this file is edited, the
24688 Set up file shadowing.
24713 Program used comes from variable `explicit-shell-file-name',
24715 or (if that is nil) from `shell-file-name'.
24716 If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh',
24730 The shell file name (sans directories) is used to make a symbol name
25122 This function is suitable for execution in a .emacs file.
25369 ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25375 Report all queued requests from `spam-report-requests-file'.
25377 If FILE is given, use it instead of `spam-report-requests-file'.
25378 If KEEP is t, leave old requests in the file. If KEEP is the
25379 symbol `ask', query before flushing the queue file.
25390 (autoload (quote spam-report-url-to-file) "spam-report" "\
25391 Collect spam report requests in `spam-report-requests-file'.
25398 Spam reports will be queued with \\[spam-report-url-to-file] when
25488 Return a vector containing the lines from `spook-phrases-file'.
25587 you must tell Emacs. Here's how to do that in your `~/.emacs' file:
25913 `nodetab' file for the network connection (dbc_tcp or friends must run
25989 Load user-defined strokes from file named by `strokes-file'.
26005 either customize it (see the info node `Easy Customization')
26068 Show the precise file name of Emacs library LIBRARY.
26070 to find the file that `\\[load-library] RET LIBRARY RET' would load.
26077 When called from a program, the file name is normaly returned as a
26079 and the file name is displayed in the echo area.
26094 info node `(SC)Top' for more details.
26127 either customize it (see the info node `Easy Customization')
26785 Major mode for viewing a tar file as a dired-like listing of its contents.
26788 Type `e' to pull a file out of the tar file and into its own buffer;
26789 or click mouse-2 on the file's line in the Tar mode buffer.
26790 Type `c' to copy an entry from the tar file into another file on disk.
26792 If you edit a sub-file of this archive (as with the `e' command) and
26794 saved back into the tar-file buffer; in this way you can edit a file
26894 Optional third arg STARTFILE is the name of a file to send the contents of to
26996 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26997 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
27001 (defvar tex-shell-file-name nil "\
27002 *If non-nil, the shell file name to run in the subshell used to run TeX.")
27004 (custom-autoload (quote tex-shell-file-name) "tex-mode" t)
27017 if it matches the first line of the file,
27022 (defvar tex-main-file nil "\
27023 *The main TeX source file which includes this buffer's file.
27024 The command `tex-file' runs TeX on the file specified by `tex-main-file'
27027 (custom-autoload (quote tex-main-file) "tex-mode" t)
27030 *If non-nil, ask about saving modified buffers before \\[tex-file] is run.")
27058 and the input file name, with no separating space and are not shell-quoted.
27065 They are shell-quoted and precede the input file name, with a separating space.
27077 *Command used by `tex-bibtex-file' to gather bibliographic data.
27078 If this string contains an asterisk (`*'), that is replaced by the file name;
27079 otherwise, the file name, preceded by blank, is added at the end.")
27084 *Command used by \\[tex-print] to print a .dvi file.
27085 If this string contains an asterisk (`*'), that is replaced by the file name;
27086 otherwise, the file name, preceded by blank, is added at the end.")
27091 *Command used by \\[tex-print] with a prefix arg to print a .dvi file.
27092 If this string contains an asterisk (`*'), that is replaced by the file name;
27093 otherwise, the file name, preceded by blank, is added at the end.
27108 *Command used by \\[tex-view] to display a `.dvi' file.
27110 If this string contains an asterisk (`*'), that is replaced by the file name;
27111 otherwise, the file name, preceded by a space, is added at the end.
27124 *Mode to enter for a new file that might be either TeX or LaTeX.
27125 This variable is used when it can't be determined whether the file
27126 is plain TeX or LaTeX or what because the file contains no commands.
27143 Tries to determine (by looking at the beginning of the file) whether
27144 this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',
27146 such as if there are no commands in the file, the value of `tex-default-mode'
27164 copied from the top of the file (containing macro definitions, etc.),
27166 \\[tex-file] saves the buffer and then processes the file.
27167 \\[tex-print] prints the .dvi file made by any of these.
27168 \\[tex-view] previews the .dvi file made by any of these.
27169 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27184 Command string used by \\[tex-print] to print a .dvi file.
27187 argument) to print a .dvi file.
27189 Command string used by \\[tex-view] to preview a .dvi file.
27207 copied from the top of the file (containing \\documentstyle, etc.),
27209 \\[tex-file] saves the buffer and then processes the file.
27210 \\[tex-print] prints the .dvi file made by any of these.
27211 \\[tex-view] previews the .dvi file made by any of these.
27212 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27227 Command string used by \\[tex-print] to print a .dvi file.
27230 argument) to print a .dvi file.
27232 Command string used by \\[tex-view] to preview a .dvi file.
27250 copied from the top of the file (containing \\documentstyle, etc.),
27252 \\[tex-file] saves the buffer and then processes the file.
27253 \\[tex-print] prints the .dvi file made by any of these.
27254 \\[tex-view] previews the .dvi file made by any of these.
27255 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27270 Command string used by \\[tex-print] to print a .dvi file.
27273 argument) to print a .dvi file.
27275 Command string used by \\[tex-view] to preview a .dvi file.
27305 Process the current buffer as texinfo code, into an Info file.
27306 The Info file output is generated in a buffer visiting the Info file
27310 and don't split the file if large. You can use Info-tagify and
27316 Convert the current region of the Texinfo file to Info format.
27317 This lets you see what that part of the file will look like in Info.
27324 Convert the current buffer (written in Texinfo code) into an Info file.
27325 The Info file output is generated in a buffer visiting the Info file
27330 is automatically removed when the Info file is created. The original
27333 Non-nil argument (prefix, if interactive) means don't split the file
27368 what the Info version of a region of the Texinfo file will look like,
27371 You can show the structure of a Texinfo file with \\[texinfo-show-structure].
27372 This command shows the structure of a Texinfo file by listing the
27377 in the Texinfo file.
27390 * create a master menu for a Texinfo source file.
27411 To use the updating commands, you must structure your Texinfo file
27416 If the file has a `top' node, it must be called `top' or `Top' and
27417 be the first node in the file.
27489 See the file `thingatpt.el' for documentation on how to define
27503 See the file `thingatpt.el' for documentation on how to define
27543 Optional argument REG to select file matching a regexp,
27699 either customize it (see the info node `Easy Customization')
27821 A template in a file can be automatically updated with a new time stamp
27822 every time you save the file. Add this line to your .emacs file:
27825 Normally the template must appear in the first 8 lines of a file and
28052 generate Quail package file \"xxx.el\" from TIT dictionary file \"XXX.tit\".
28202 ICON is the base name of a file containing the image to use. The
28219 ICON is the base name of a file containing the image to use. The
28265 either customize it (see the info node `Easy Customization')
28357 ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28358 ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28359 ;;;;;; tramp-file-name-handler tramp-completion-file-name-regexp
28360 ;;;;;; tramp-file-name-regexp) "tramp" "net/tramp.el" (17934 45069))
28367 (defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\
28368 Value for `tramp-file-name-regexp' for unified remoting.
28370 Tramp. See `tramp-file-name-structure-unified' for more explanations.")
28372 (defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
28373 Value for `tramp-file-name-regexp' for separate remoting.
28375 See `tramp-file-name-structure-separate' for more explanations.")
28377 (defvar tramp-file-name-regexp (if tramp-unified-filenames tramp-file-name-regexp-unified tramp-file-name-regexp-separate) "\
28378 *Regular expression matching file names handled by tramp.
28379 This regexp should match tramp file names but no other file names.
28381 `file-name-handler-alist', and that is searched sequentially. Thus,
28382 if the tramp entry appears rather early in the `file-name-handler-alist'
28386 Please note that the entry in `file-name-handler-alist' is made when
28387 this file (tramp.el) is loaded. This means that this variable must be set
28388 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
28391 Also see `tramp-file-name-structure'.")
28393 (custom-autoload (quote tramp-file-name-regexp) "tramp" t)
28395 (defconst tramp-completion-file-name-regexp-unified "^/$\\|^/[^/:][^/]*$" "\
28396 Value for `tramp-completion-file-name-regexp' for unified remoting.
28398 Tramp. See `tramp-file-name-structure-unified' for more explanations.")
28400 (defconst tramp-completion-file-name-regexp-separate "^/\\([[][^]]*\\)?$" "\
28401 Value for `tramp-completion-file-name-regexp' for separate remoting.
28403 See `tramp-file-name-structure-separate' for more explanations.")
28405 (defvar tramp-completion-file-name-regexp (if tramp-unified-filenames tramp-completion-file-name-regexp-unified tramp-completion-file-name-regexp-separate) "\
28406 *Regular expression matching file names handled by tramp completion.
28407 This regexp should match partial tramp file names only.
28409 Please note that the entry in `file-name-handler-alist' is made when
28410 this file (tramp.el) is loaded. This means that this variable must be set
28411 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
28414 Also see `tramp-file-name-structure'.")
28416 (custom-autoload (quote tramp-completion-file-name-regexp) "tramp" t)
28418 (defconst tramp-completion-file-name-handler-alist (quote ((file-name-all-completions . tramp-completion-handle-file-name-all-completions) (file-name-completion . tramp-completion-handle-file-name-completion))) "\
28420 Used for file names matching `tramp-file-name-regexp'. Operations not
28421 mentioned here will be handled by `tramp-file-name-handler-alist' or the
28425 Invoke normal file name handler for OPERATION.
28427 pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-file-name-handler tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args)))
28430 Invoke `tramp-file-name-handler' for OPERATION.
28432 pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args)))
28434 (autoload (quote tramp-file-name-handler) "tramp" "\
28435 Invoke Tramp file name handler.
28436 Falls back to normal file name handler if no tramp file name handler exists.
28440 (defun tramp-completion-file-name-handler (operation &rest args) "\
28441 Invoke tramp file name completion handler.
28442 Falls back to normal file name handler if no tramp file name handler exists." (let ((fn (assoc operation tramp-completion-file-name-handler-alist))) (if fn (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args))))
28444 (defsubst tramp-register-file-name-handler nil "\
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))))))
28447 (defsubst tramp-register-completion-file-name-handler nil "\
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))))))
28449 (tramp-register-file-name-handler)
28452 '(lambda () (tramp-register-completion-file-name-handler)))
28454 (autoload (quote tramp-unload-file-name-handlers) "tramp" "\
28459 (autoload (quote tramp-completion-handle-file-name-all-completions) "tramp" "\
28460 Like `file-name-all-completions' for partial tramp files.
28464 (autoload (quote tramp-completion-handle-file-name-completion) "tramp" "\
28465 Like `file-name-completion' for tramp files.
28534 Can also be used to associate a just previously visited file, by
28699 Finally, a file (named `type-break-file-name') is used to store information
28701 sessions and after a crash. Manual changes to the file may result in
28799 Specify the input Rmail file names as command line arguments.
28800 For each Rmail file, the corresponding output file name
28807 Convert Rmail file FILE to system inbox format file TO-FILE.
28861 associated with it (the case for dired, info, or mailto URLs that need
28933 Return t iff a cached file has expired.
28968 ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (17842
28970 ;;; Generated autoloads from url/url-file.el
28972 (autoload (quote url-file) "url-file" "\
28973 Handle file: and ftp: URLs.
29000 ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
29009 either customize it (see the info node `Easy Customization')
29015 Use URL to handle URL-like file names.
29019 (autoload (quote url-copy-file) "url-handlers" "\
29021 Signals a `file-already-exists' error if file NEWNAME already exists,
29025 Fourth arg KEEP-TIME non-nil means give the new file the same
29031 (autoload (quote url-file-local-copy) "url-handlers" "\
29032 Copy URL into a temporary file on this machine.
29038 (autoload (quote url-insert-file-contents) "url-handlers" "\
29046 ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
29058 (autoload (quote url-http-file-exists-p) "url-http" "\
29063 (defalias (quote url-http-file-readable-p) (quote url-http-file-exists-p))
29065 (autoload (quote url-http-file-attributes) "url-http" "\
29104 (defalias (quote url-https-expand-file-name) (quote url-http-expand-file-name))
29106 (autoload 'url-https-file-exists-p "url-http")
29107 (autoload 'url-https-file-readable-p "url-http")
29108 (autoload 'url-https-file-attributes "url-http")
29156 ;;;### (autoloads (url-data url-generic-emulator-loader url-info
29165 (autoload (quote url-info) "url-misc" "\
29268 ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
29272 (autoload (quote url-setup-privacy-info) "url-privacy" "\
29273 Setup variables that expose info about you and your system.
29280 ;;;### (autoloads (url-view-url url-truncate-url-for-viewing url-file-extension
29390 (autoload (quote url-file-extension) "url-util" "\
29393 then return the basename of the file with the extension stripped off.
29422 do (signal 'file-locked (list FILE OPPONENT))
29423 to refrain from editing the file
29424 return t (grab the lock on the file)
29425 return nil (edit the file even though it is locked).
29434 of the buffer will proceed, or it can (signal 'file-supersession (file)),
29479 ;;;### (autoloads (vc-annotate vc-update-change-log vc-rename-file
29480 ;;;;;; vc-transfer-file vc-switch-backend vc-cancel-version vc-update
29483 ;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
29484 ;;;;;; with-vc-file vc-branch-part vc-trunk-p vc-before-checkin-hook
29489 Normal hook (list of functions) run after checking out a file.
29501 Normal hook (list of functions) run before a file is checked in.
29516 (autoload (quote with-vc-file) "vc" "\
29519 FILE is passed through `expand-file-name'; BODY executed within
29525 (autoload (quote edit-vc-file) "vc" "\
29528 This macro uses `with-vc-file', passing args to it.
29542 name of the working file (may also be nil, to execute commands that
29543 don't expect a file name). If an optional list of FLAGS is present,
29549 Do the next logical version control operation on the current file.
29552 it will operate on the file in the current line.
29563 If the file is not already registered, this registers it for version
29565 If the file is registered and not locked by anyone, this checks out
29566 a writable and locked file ready for editing.
29567 If the file is checked out and locked by the calling user, this
29568 first checks to see if the file has changed since checkout. If not,
29570 If the file has been changed, this pops up a buffer for entry
29574 read-only copy of the changed file is left in place afterwards.
29575 If the file is registered and locked by someone else, you are given
29579 If the file is not already registered, this registers it for version
29581 If the file is added but not committed, it is committed.
29582 If your working file is changed, but the repository file is
29585 with the logmessage as change commentary. A writable file is retained.
29586 If the repository file is changed, you are asked if you want to
29592 Register the current file into a version control system.
29598 itself responsible for the file (usually because other files in that
29600 register the file. If no backend declares itself responsible, the
29601 first backend that could register the file is used.
29606 Display diffs between file versions.
29607 Normally this compares the current file and buffer with the most
29608 recent checked in version of that file. This uses no arguments. With
29609 a prefix argument HISTORIC, it reads the file name to use and two
29617 Visit version REV of the current file in another window.
29618 If the current file is named `F', the version is named `F.~REV~'.
29624 Insert headers into a file for use with a version control system.
29631 Merge changes between two versions into the current buffer's file.
29655 For each registered file, the version level of its latest version
29678 Revert the current buffer's file to the version it was based on.
29681 changes found in the master file; use \\[universal-argument] \\[vc-next-action] to do so.
29686 Update the current buffer's file to the latest version on its branch.
29687 If the file contains no changes, and is not locked, then this simply replaces
29688 the working file with the latest version on its branch. If the file contains
29690 the current branch are merged into the working file.
29695 Get rid of most recently checked in version of this file.
29710 (autoload (quote vc-transfer-file) "vc" "\
29722 (autoload (quote vc-rename-file) "vc" "\
29723 Rename file OLD to NEW, and rename its master file likewise.
29728 Find change log file and add entries from recent version control logs.
29732 With prefix arg of \\[universal-argument], only find log entries for the current buffer's file.
29744 Display the edit history of the current file using colors.
29747 file, when it was last edited and by whom. Additionally, colors are
29776 (defun vc-arch-registered (file)
29777 (if (vc-find-root file "{arch}/=tagging-method")
29780 (vc-arch-registered file))))
29788 (when (file-readable-p (expand-file-name
29789 "CVS/Entries" (file-name-directory f)))
29798 (defun vc-mcvs-registered (file)
29799 (if (vc-find-root file "MCVS/CVS")
29802 (vc-mcvs-registered file))))
29833 Return the name of a master file in the SCCS project directory.
29834 Does not check whether the file exists but returns nil if it does not
29835 find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) (when project-dir (if (file-name-absolute-p project-dir) (setq dirs (quote ("SCCS" ""))) (setq dirs (quote ("src/SCCS" "src" "source/SCCS" "source"))) (setq project-dir (expand-file-name (concat "~" project-dir)))) (while (and (not dir) dirs) (setq dir (expand-file-name (car dirs) project-dir)) (unless (file-directory-p dir) (setq dir nil) (setq dirs (cdr dirs)))) (and dir (expand-file-name (concat "s." basename) dir)))))
29847 (when (file-readable-p (expand-file-name
29849 (file-name-directory f)))
29894 A file header can be inserted by `C-c C-t C-h'. A file footer
29895 (template at the end of the file) can be inserted by `C-c C-t C-f'.
30053 names used for entity/architecture/configuration/DUT as well as the file
30067 The speedbar allows browsing of directories and file contents. It can
30080 The speedbar can be switched between file, directory hierarchy and
30090 file when option `vhdl-speedbar-update-on-saving' is non-nil. The
30092 speedbar. The hierarchy is cached between Emacs sessions in a file (see
30196 description strings (for the file headers), source files/directories
30202 Project setups can be exported (i.e. written to a file) and imported.
30205 Emacs with VHDL Mode (i.e. load a VHDL file or use \"emacs -l
30206 vhdl-mode\") in a directory with an existing project setup file, it is
30209 files can be specified in option `vhdl-project-file-name'. Multiple
30219 file) for browsing the file contents (is not populated if buffer is
30220 larger than `font-lock-maximum-size'). Also, a source file menu can be
30221 added (set option `vhdl-source-file-menu' to non-nil) for browsing the
30301 Use option `vhdl-entity-file-name' to specify the entity file name
30313 `ps-print-color-p' is non-nil) is possible using the standard Emacs
30316 The paper format can be set by option `ps-paper-type'. Do not forget to
30317 switch `ps-print-color-p' to nil for printing on black-and-white
30333 INSTALL file).
30342 \".xxx\", add the following line to your Emacs start-up file (`.emacs'):
30349 a VHDL file first, use the command:
30503 ;;;;;; view-buffer-other-window view-buffer view-file-other-frame
30504 ;;;;;; view-file-other-window view-file) "view" "view.el" (18006
30515 (autoload (quote view-file) "view" "\
30527 (autoload (quote view-file-other-window) "view" "\
30540 (autoload (quote view-file-other-frame) "view" "\
30637 Use this to view a changing file.
30660 viewing a buffer (file) and find out you want to edit it.
30669 entered by view-file, view-file-other-window, view-file-other-frame, or
30670 \\[dired-view-file] (\\[view-file], \\[view-file-other-window],
30671 \\[view-file-other-frame], or the Dired mode v command),
30674 \\[view-buffer-other-window], \\[view-buffer-other frame], \\[view-file],
30675 \\[view-file-other-window], or \\[view-file-other-frame],
30796 :debug -- info for debugging only.
30826 :debug -- info for debugging only.
30888 either customize it (see the info node `Easy Customization')
30906 ;;;### (autoloads (whitespace-write-file-hook whitespace-global-mode
30942 1. Leading space (empty lines at the top of a file).
30943 2. Trailing space (empty lines at the end of a file).
30948 Check for whitespace only if this buffer really contains a non-empty file
30979 either customize it (see the info node `Easy Customization')
30989 `find-file-hook' and `kill-buffer-hook'.
30993 (autoload (quote whitespace-write-file-hook) "whitespace" "\
30995 This is meant to be added buffer-locally to `write-file-functions'.
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.
31175 (autoload (quote woman-find-file) "woman" "\
31176 Find, decode and browse a specific UN*X man-page source file FILE-NAME.
31181 decompress the file if appropriate. See the documentation for the
31245 C-k f find-file
31251 C-k r insert-file
31303 ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
31307 (autoload (quote xml-parse-file) "xml" "\
31308 Parse the well-formed XML file FILE.
31338 either customize it (see the info node `Easy Customization')
31369 Extract file name from an yenc header.
31521 ;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "pgg-def.el"