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

Lines Matching +defs:url +defs:package +defs:name

96 the file name.
118 Next package '\\[ada-next-package]' Previous package '\\[ada-previous-package]'
176 ;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
177 ;;;;;; add-log-full-name add-log-current-defun-function) "add-log"
182 *If non-nil, function to guess name of surrounding function.
184 Returns function's name as a string, or nil if outside a function.")
188 (defvar add-log-full-name nil "\
189 *Full name of user, for inclusion in ChangeLog daily headers.
190 This defaults to the value returned by the function `user-full-name'.")
192 (custom-autoload (quote add-log-full-name) "add-log" t)
203 (autoload (quote prompt-for-change-log-name) "add-log" "\
204 Prompt for a change log name.
209 Find a change log file for \\[add-change-log-entry] and return the name.
212 If FILE-NAME is nil, use the value of `change-log-default-name'.
213 If `change-log-default-name' is nil, behave as though it were 'ChangeLog'
216 If `change-log-default-name' contains a leading directory component, then
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'.
229 name and email (stored in `add-log-full-name' and `add-log-mailing-address').
231 Second arg FILE-NAME is file name of the change log.
232 If nil, use the value of `change-log-default-name'.
281 Return name of function definition point is in, or nil.
299 the appropriate motion commands). OTHER-LOG can be either a file name
361 name, then the position argument will be ignored and the old advice
364 initialized. Redefining a piece of advice whose name is part of the cache-id
679 buffer with name derived from derived from that
888 You can specify the one's name by NAME; the default value is \"Sarah\".
1036 appointment package (if it is not already active).
1552 Matches the visited file name against the elements of `auto-insert-alist'.
1603 In an interactive call, you must give one argument, the name
1858 the name of a field with \\[bibtex-remove-OPT-or-ALT].
2067 If name is nil, then the user will be prompted.
2068 With prefix arg, will not overwrite a bookmark that has the same name
2071 bookmark with name NAME would be the one in effect at any given time,
2076 bookmark name, type C-w while setting a bookmark. Successive C-w's
2079 Typing C-u inserts the name of the last bookmark used in the buffer
2080 \(as an aid in using a single bookmark name to track your progress
2082 name of the file being visited.
2084 Use \\[bookmark-delete] to remove bookmarks (you give it a name,
2085 and it removes only the first instance of a bookmark with that name from
2105 Relocate BOOKMARK to another file (reading file name with minibuffer).
2113 Insert the name of the file associated with BOOKMARK.
2122 Change the name of OLD bookmark to NEW name.
2130 While you are entering the new name, consecutive C-w's insert
2132 name.
2147 Removes only the first instance of a bookmark with that name. If
2148 there are one or more other bookmarks with the same name, they will
2157 Write bookmarks to a file (reading the file name with the minibuffer).
2198 method buffers use to resolve name collisions.
2221 ;;;### (autoloads (browse-url-kde browse-url-generic browse-url-mail
2222 ;;;;;; browse-url-mmm browse-url-lynx-emacs browse-url-lynx-xterm
2223 ;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-iximosaic
2224 ;;;;;; browse-url-cci browse-url-grail browse-url-mosaic browse-url-gnome-moz
2225 ;;;;;; browse-url-galeon browse-url-firefox browse-url-mozilla browse-url-netscape
2226 ;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point
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
2229 ;;;;;; browse-url-galeon-program browse-url-firefox-program browse-url-browser-function)
2230 ;;;;;; "browse-url" "net/browse-url.el" (17842 55218))
2231 ;;; Generated autoloads from net/browse-url.el
2233 (defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\
2235 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
2236 `browse-url-of-file' commands.
2241 function is passed the URL and any other args of `browse-url'. The last
2244 (custom-autoload (quote browse-url-browser-function) "browse-url" t)
2246 (defvar browse-url-firefox-program "firefox" "\
2247 *The name by which to invoke Firefox.")
2249 (custom-autoload (quote browse-url-firefox-program) "browse-url" t)
2251 (defvar browse-url-galeon-program "galeon" "\
2252 *The name by which to invoke Galeon.")
2254 (custom-autoload (quote browse-url-galeon-program) "browse-url" t)
2256 (autoload (quote browse-url-url-at-point) "browse-url" "\
2261 (autoload (quote browse-url-of-file) "browse-url" "\
2265 `browse-url-file-url'. Pass the URL to a browser using the
2266 `browse-url' function then run `browse-url-of-file-hook'.
2270 (autoload (quote browse-url-of-buffer) "browse-url" "\
2278 (autoload (quote browse-url-of-dired-file) "browse-url" "\
2283 (autoload (quote browse-url-of-region) "browse-url" "\
2288 (autoload (quote browse-url) "browse-url" "\
2291 `browse-url-browser-function' says which browser to use.
2295 (autoload (quote browse-url-at-point) "browse-url" "\
2297 Doesn't let you edit the URL like `browse-url'. Variable
2298 `browse-url-browser-function' says which browser to use.
2302 (autoload (quote browse-url-at-mouse) "browse-url" "\
2306 `browse-url'. Variable `browse-url-browser-function' says which browser
2311 (autoload (quote browse-url-default-browser) "browse-url" "\
2315 When called interactively, if variable `browse-url-new-window-flag' is
2318 the effect of `browse-url-new-window-flag'.
2321 used instead of `browse-url-new-window-flag'.
2329 (autoload (quote browse-url-netscape) "browse-url" "\
2332 `browse-url-netscape-arguments' are also passed to Netscape.
2334 When called interactively, if variable `browse-url-new-window-flag' is
2337 the effect of `browse-url-new-window-flag'.
2339 If `browse-url-netscape-new-window-is-tab' is non-nil, then
2344 used instead of `browse-url-new-window-flag'.
2348 (autoload (quote browse-url-mozilla) "browse-url" "\
2351 `browse-url-mozilla-arguments' are also passed to Mozilla.
2353 When called interactively, if variable `browse-url-new-window-flag' is
2356 the effect of `browse-url-new-window-flag'.
2358 If `browse-url-mozilla-new-window-is-tab' is non-nil, then whenever a
2363 used instead of `browse-url-new-window-flag'.
2367 (autoload (quote browse-url-firefox) "browse-url" "\
2370 variable `browse-url-firefox-arguments' are also passed to
2374 `browse-url-new-window-flag' is non-nil, load the document in a
2377 `browse-url-new-window-flag'.
2379 If `browse-url-firefox-new-window-is-tab' is non-nil, then
2384 NEW-WINDOW is used instead of `browse-url-new-window-flag'.
2389 `browse-url-new-window-flag' and `browse-url-firefox-new-window-is-tab'
2395 (autoload (quote browse-url-galeon) "browse-url" "\
2398 `browse-url-galeon-arguments' are also passed to Galeon.
2400 When called interactively, if variable `browse-url-new-window-flag' is
2403 the effect of `browse-url-new-window-flag'.
2405 If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a
2410 used instead of `browse-url-new-window-flag'.
2414 (autoload (quote browse-url-gnome-moz) "browse-url" "\
2417 `browse-url-gnome-moz-arguments' are also passed.
2419 When called interactively, if variable `browse-url-new-window-flag' is
2422 effect of `browse-url-new-window-flag'.
2425 used instead of `browse-url-new-window-flag'.
2429 (autoload (quote browse-url-mosaic) "browse-url" "\
2433 `browse-url-mosaic-arguments' are also passed to Mosaic and the
2435 `browse-url-mosaic-program'.
2437 When called interactively, if variable `browse-url-new-window-flag' is
2440 the effect of `browse-url-new-window-flag'.
2443 used instead of `browse-url-new-window-flag'.
2447 (autoload (quote browse-url-grail) "browse-url" "\
2450 variable `browse-url-grail'.
2454 (autoload (quote browse-url-cci) "browse-url" "\
2460 value of variable `browse-url-CCI-port', and enable `Accept requests'.
2462 When called interactively, if variable `browse-url-new-window-flag' is
2465 the effect of `browse-url-new-window-flag'.
2468 used instead of `browse-url-new-window-flag'.
2472 (autoload (quote browse-url-iximosaic) "browse-url" "\
2478 (autoload (quote browse-url-w3) "browse-url" "\
2482 When called interactively, if variable `browse-url-new-window-flag' is
2484 prefix argument reverses the effect of `browse-url-new-window-flag'.
2487 used instead of `browse-url-new-window-flag'.
2491 (autoload (quote browse-url-w3-gnudoit) "browse-url" "\
2493 The `browse-url-gnudoit-program' program is used with options given by
2494 `browse-url-gnudoit-args'. Default to the URL around or before point.
2498 (autoload (quote browse-url-lynx-xterm) "browse-url" "\
2501 in an Xterm window using the Xterm program named by `browse-url-xterm-program'
2502 with possible additional arguments `browse-url-xterm-args'.
2506 (autoload (quote browse-url-lynx-emacs) "browse-url" "\
2511 When called interactively, if variable `browse-url-new-window-flag' is
2514 reverses the effect of `browse-url-new-window-flag'.
2517 used instead of `browse-url-new-window-flag'.
2521 (autoload (quote browse-url-mmm) "browse-url" "\
2527 (autoload (quote browse-url-mail) "browse-url" "\
2534 When called interactively, if variable `browse-url-new-window-flag' is
2537 `browse-url-new-window-flag'.
2540 used instead of `browse-url-new-window-flag'.
2544 (autoload (quote browse-url-generic) "browse-url" "\
2545 Ask the WWW browser defined by `browse-url-generic-program' to load URL.
2548 `browse-url-generic-args'. This is appropriate for browsers which
2553 (autoload (quote browse-url-kde) "browse-url" "\
2586 by buffer configuration `bs-cycle-configuration-name'.
2593 by buffer configuration `bs-cycle-configuration-name'.
2613 `bs--configuration-name-for-prefix-arg' determine accordingly
2614 name of buffer configuration.
2751 The output file's name is generated by passing FILENAME to the
3110 `calendar-month-name-array' and `calendar-day-name-array'),
3156 If the first line of a diary entry consists only of the date or day name with
3253 variable `calendar-day-name-array'), or abbreviated (as specified by
3257 calendar package is already loaded). Rather, use either
3488 (defvar solar-holidays (quote ((if (fboundp (quote atan)) (solar-equinoxes-solstices)) (if (progn (require (quote cal-dst)) t) (funcall (quote holiday-sexp) calendar-daylight-savings-starts (quote (format "Daylight Saving Time Begins %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) ""))))) (funcall (quote holiday-sexp) calendar-daylight-savings-ends (quote (format "Daylight Saving Time Ends %s" (if (fboundp (quote atan)) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))))) "\
3814 Declare NAME as a name of CCL program.
3942 ;; Call CCL program whose name is ccl-program-name.
3943 CALL := (call ccl-program-name)
4044 register CCL-PROGRAM by name NAME, and return NAME.
4301 Edit and re-evaluate complex command with name matching PATTERN.
4395 of `scheme-program-name').
4490 CODEPAGE must be the name of a DOS codepage, a string.
4495 Return the name of the MULE language environment for CODEPAGE.
4496 CODEPAGE must be the name of a DOS codepage, a string.
4502 CODEPAGE must be the name of a DOS codepage, a string.
4558 STARTFILE is the name of a file to send the contents of to the process.
4566 The name of the buffer is made by surrounding NAME with `*'s.
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 "" "\
4684 (defvar compilation-buffer-name-function nil "\
4685 Function to compute the name of a compilation buffer.
4686 The function receives one argument, the name of the major mode of the
4688 nil means compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
4726 (file-name-sans-extension buffer-file-name))))))")
4755 the `*compilation*' buffer to some other name with
4760 The name used for the buffer is actually whatever is returned by
4761 the function in `compilation-buffer-name-function', so you can set that
4762 to a function that generates a unique name.
4773 If NAME-FUNCTION is non-nil, call it with one argument (the mode name)
4774 to determine the buffer name.
5193 name:value
5194 name=value
5195 name value
5219 # Or with keywords (from a recognized file name):
5784 (defvar customize-package-emacs-version-alist nil "\
5785 Alist mapping versions of a package to Emacs versions.
5793 Here PACKAGE is the name of a package, as a symbol. After
5795 package version PVERSION with the first Emacs version
5798 PVERSION should be a string that this package used in
5799 the :package-version keyword for `defcustom', `defgroup',
5802 For example, the MH-E package updates this alist as follows:
5804 (add-to-list 'customize-package-emacs-version-alist
5811 PACKAGE value appearing in the :package-version keyword. Since
5813 the official name of the package, such as MH-E or Gnus.")
5829 Customize FACE, which should be a face name or nil.
5892 Optional NAME is the name of the buffer.
5902 Optional NAME is the name of the buffer.
5918 it should be an absolute file name.
5943 in your init file, where CUSTOM-FILE is the actual name of the
5967 If optional NAME is given, use that as the name of the menu.
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))))) "\
5989 where KEY is the name of the attribute, TYPE is a widget type for
6243 Two such functions are included in the package:
6249 One such function is included in the package:
6281 Loading this package calls the value of the variable
6512 CHILD: the name of the command for the derived mode.
6513 PARENT: the name of the command for the parent mode (e.g. `text-mode')
6552 `derived-mode-hook-name'.
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)) "\
6631 \"(desktop-file-name FILE-NAME DESKTOP-DIRNAME)\".
6693 desktop-buffer-file-name
6694 desktop-buffer-name
6731 See also `desktop-base-file-name'.
6861 diary-mail-addr \\\"user@host.name\\\" )\" \\
6896 Interactively the current buffer's file name is the default for NEW
7034 The directory name or wildcard spec that this dired directory lists.
7036 directory name and the cdr is the list of files to mention.
7037 The directory name must be absolute, but need not be fully expanded.")
7046 its first element is taken as the directory name and the rest as an explicit
7103 Type \\[dired-sort-toggle-or-edit] to toggle Sorting by name/date or change the `ls' switches.
7181 with the same name. Mark files for which PREDICATE returns non-nil.
7256 file name substituted for `?'.
7259 file name added at the end of COMMAND (separated by a space).
7374 When operating on just the current file, you specify the new name.
7388 When operating on just the current file, you specify the new name.
7401 When operating on just the current file, you specify the new name.
7412 When renaming just the current file, you specify the new name.
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.
7592 foo -> /ugly/file/name/that/may/change/any/day/bar/foo
7652 SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol).
7660 SLOT may be a number from 0 to 5 inclusive, or a name (symbol).
7781 This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
7786 If no match is found here, and the value of `browse-url-browser-function'
7908 :group GROUP Custom group name to use in all generated `defcustom' forms.
7910 Don't use this default group name unless you have written a
7990 The first element of MENU must be a string. It is the menu bar item name.
8012 NAME is a string--the menu item name.
8062 Prepend the name with `(*) ' or `( ) ' depending on if selected or not.
8064 Prepend the name with `[X] ' or `[ ] ' depending on if selected or not.
8065 button: Surround the name with `[' and `]'. Use this for an item in the
8093 MENU-NAME is a string, the name of the menu. MENU-ITEMS is a list of items
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.
8243 The EPS file name has the following form:
8250 <PRODUCTION> is the production name.
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\".
8265 The EPS file name has the following form:
8272 <PRODUCTION> is the production name.
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\".
8505 Otherwise, read a member name from the minibuffer.
8535 Read the file name from the minibuffer if interactive.
8703 the same name in both. The third argument, REGEXP, is nil or a regular
8721 have the same name in all three. The last argument, REGEXP, is nil or a
8730 the same name in both. The third argument, REGEXP, is nil or a regular
8874 Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'.
8969 its command name.
8980 Edit a keyboard macro which has been given a name by `name-last-kbd-macro'.
9098 Typically doc is returned if point is on a function-like name or in its
9136 ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
9153 (autoload (quote elp-instrument-package) "elp" "\
9157 \\[elp-instrument-package] RET elp- RET
9329 ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
9349 (full-name (erc-compute-full-name)))
9353 (erc :server \"irc.freenode.net\" :full-name \"Harry S Truman\")
9355 then the server and full-name will be set to those values, whereas
9356 `erc-compute-port', `erc-compute-nick' and `erc-compute-full-name' will
9359 \(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) PASSWORD (FULL-NAME (erc-compute-full-name)))" t nil)
9363 (autoload (quote erc-handle-irc-url) "erc" "\
9669 Return the name of the network or \"Unknown\" as a symbol. Use the
9670 server parameter NETWORK if provided, otherwise parse the server name and
9876 `eshell-buffer-name'. If there is already an Eshell session active in
9920 (defvar tags-file-name nil "\
9921 *File name of tags table.
9925 (put 'tags-file-name 'variable-interactive "fVisit tags table: ")
9938 If you set this variable, do not also set `tags-file-name'.
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'.
9988 in is given a local value of this variable which is the name of the tags
9998 just select the buffer visiting `tags-file-name'.
10000 `tags-file-name', `tags-table-list', `tags-table-list-pointer'.
10014 Find tag (in current tags table) whose name contains TAGNAME.
10031 See documentation of variable `tags-file-name'.
10036 Find tag (in current tags table) whose name contains TAGNAME.
10052 See documentation of variable `tags-file-name'.
10058 Find tag (in current tags table) whose name contains TAGNAME.
10075 See documentation of variable `tags-file-name'.
10081 Find tag (in current tags table) whose name contains TAGNAME.
10098 See documentation of variable `tags-file-name'.
10104 Find tag (in current tags table) whose name matches REGEXP.
10119 See documentation of variable `tags-file-name'.
10168 See documentation of variable `tags-file-name'.
10178 See documentation of variable `tags-file-name'.
10446 If REPLACE is non-nil, then this expansion replaces the name in the buffer.
10472 ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10481 (autoload (quote eudc-display-url) "eudc-bob" "\
10832 name starts with \"fg:\" or \"bg:\", then this functions sets the
10834 symbol's name. Any other symbol is considered the name of a face.
10906 Send the current mail buffer using the Feedmail package.
10972 If `ffap-url-regexp' is not nil, the FILENAME may also be an URL.
10976 and the functions `ffap-file-at-point' and `ffap-url-at-point'.
10992 Find file or url guessed from text around mouse click.
11064 the cache, and, once it has found a unique name, it cycles through
11065 the directories that the name is available in. With a prefix argument,
11066 the name is considered already unique; only the second substitution
11097 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
11136 (autoload (quote find-name-dired) "find-dired" "\
11142 find . -name 'PATTERN' -ls
11372 Find the definition of FACE. FACE defaults to the name near point.
11612 others will follow. (Hence the name Follow Mode.)
11821 read the file name to use. Otherwise use the value of `fortune-file'.
11829 read the file name to use. Otherwise use the value of `fortune-file'.
11941 MODE is the name of the command for the generic mode; don't quote it.
12048 command, the second element is an icon file name and the third
12050 <menu-entry> to find out the name of a menu command. The fourth
12056 can use \\[describe-key] <icon> to find out the name of an icon
12083 name of an NNTP server to use.
12110 prompt the user for the name of an NNTP server to use.
12307 Initialize the gnus-delay package.
12483 uses are as simple as the name of a default mail group, but more
12535 split (say, a group name) will be appended to the returned SPLIT list,
12775 groups with \"emacs\" in the name, you could say something like:
13056 `gud-gdb-command-name' for all future sessions. You need to use
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.
13359 BUFFER should be a buffer or a buffer name.
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)) "\
14134 ;;;;;; ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp ibuffer-mark-by-mode-regexp
14135 ;;;;;; ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill
14233 Move point to the filter group whose name is NAME.
14294 be a complex filter like (OR [name: foo] [mode: bar-mode]), will be
14295 turned into two separate filters [name: foo] and [mode: bar-mode].
14317 Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'.
14340 (autoload 'ibuffer-filter-by-name "ibuf-ext")
14351 Name - the name of the buffer
14352 Major Mode - the name of the major mode of the buffer
14362 (autoload 'ibuffer-do-sort-by-mode-name "ibuf-ext")
14367 Emulate `bs-show' from the bs.el package.
14373 This means that buffers whose name matches REGEXP will not be shown
14380 This means that buffers whose name matches REGEXP will always be shown
14410 Move point to the buffer whose name is NAME.
14412 If called interactively, prompt for a buffer name and go to the
14439 You can then feed the file name(s) to other commands with \\[yank].
14443 (autoload (quote ibuffer-mark-by-name-regexp) "ibuf-ext" "\
14444 Mark all buffers whose name matches REGEXP.
14453 (autoload (quote ibuffer-mark-by-file-name-regexp) "ibuf-ext" "\
14454 Mark all buffers whose file name matches REGEXP.
14494 Mark all buffers whose name begins and ends with '*'.
14532 SYMBOL's name. PROPS is a plist of additional properties to add to
14562 OP becomes the name of the function; if it doesn't begin with
14633 NAME specifies the name of the buffer (defaults to \"*Ibuffer*\").
14781 The command to run comes from variable `idlwave-shell-explicit-file-name',
14905 Info documentation for this package is available. Use
14925 ;;;### (autoloads (ido-completing-read ido-read-directory-name ido-read-file-name
15000 The buffer name is selected interactively by typing a substring.
15007 The buffer name is selected interactively by typing a substring.
15014 The buffer name is selected interactively by typing a substring.
15021 The buffer name is selected interactively by typing a substring.
15028 The buffer name is selected interactively by typing a substring.
15039 Edit file with name obtained via minibuffer.
15044 The file name is selected interactively by typing a substring. As you
15083 The file name is selected interactively by typing a substring.
15090 The file name is selected interactively by typing a substring.
15096 Edit file read-only with name obtained via minibuffer.
15097 The file name is selected interactively by typing a substring.
15103 Edit file read-only in other window with name obtained via minibuffer.
15104 The file name is selected interactively by typing a substring.
15110 Edit file read-only in other frame with name obtained via minibuffer.
15111 The file name is selected interactively by typing a substring.
15118 The file name is selected interactively by typing a substring.
15125 The file name is selected interactively by typing a substring.
15132 The file name is selected interactively by typing a substring.
15139 The file name is selected interactively by typing a substring.
15153 Return the name of a buffer selected.
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.
15167 (autoload (quote ido-read-directory-name) "ido" "\
15168 Ido replacement for the built-in `read-directory-name'.
15169 Read directory name, prompting with PROMPT and completing in directory DIR.
15170 See `read-directory-name' for additional parameters.
15227 ;;;;;; image-type-available-p image-type image-type-from-file-name
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,
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,
15464 If the number of files in DIR matching `image-file-name-regexp'
15544 ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15545 ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15549 (defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
15552 in addition to those matching `image-file-name-regexps'.
15559 (custom-autoload (quote image-file-name-extensions) "image-file" nil)
15561 (defvar image-file-name-regexps nil "\
15564 in addition to those with an extension in `image-file-name-extensions'.
15571 (custom-autoload (quote image-file-name-regexps) "image-file" nil)
15573 (autoload (quote image-file-name-regexp) "image-file" "\
15599 Image files are those whose name has an extension in
15600 `image-file-name-extensions', or matches a regexp in
15601 `image-file-name-regexps'.
15660 Set it to `imenu--sort-by-name' if you want alphabetic sorting.
15664 \(NAME . POSITION). Look at `imenu--sort-by-name' for an example.")
15706 (defvar imenu-extract-index-name-function nil "\
15707 Function for extracting the index item name, given a position.
15711 It should return the name for that index item.")
15713 (make-variable-buffer-local (quote imenu-extract-index-name-function))
15715 (defvar imenu-name-lookup-function nil "\
15723 such as \"begins with\" or \"name matches and number of
15726 (make-variable-buffer-local (quote imenu-name-lookup-function))
15740 NAME is a string used to name the menu bar item.
15798 in the font that Indian script name SCRIPT specifies.
15820 *Program name for invoking an inferior Lisp in Inferior Lisp mode.")
15826 This format string should use `%s' to substitute a file name
15892 Optional argument BUFFER specifies the Info buffer name;
15893 the default buffer name is *info*. If BUFFER exists,
15898 this command to read a file name from the minibuffer.
15900 appended to the Info buffer name.
15922 With a prefix arg, this queries for the node name to visit first;
15937 Give an empty topic name to go to the Index node itself.
15965 \\[Info-menu] Pick menu item specified by name (or abbreviation).
15974 \\[Info-follow-reference] Follow a cross reference. Reads name of reference.
16000 \\[Info-goto-node] Move to node specified by name.
16004 \\[Info-copy-current-node-name] Put name of current Info node in the kill ring.
16007 \\[universal-argument] N \\[info] Select Info buffer with prefix number in the name *info*<N>.
16070 In the minibuffer, use M-n to yank the default file name
16072 The default file name is the one found at point.
16138 file name. The indirect file still functions as an Info file, but it
16305 *File name of your personal spelling dictionary, or nil.
16307 where DICTNAME is the name of your default dictionary.")
16392 If nil when package is loaded, a standard menu will be set,
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")))))
16709 This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
16855 Use \\[kmacro-name-last-macro] to give it a permanent name.
16864 or it can be given a name with \\[kmacro-name-last-macro] and then invoked
16865 under that name.
16883 others, use \\[kmacro-name-last-macro].
16918 To give a macro a permanent name, so you can call it
16919 even after defining other macros, use \\[kmacro-name-last-macro].
17213 This function tries to undo modifications made by the package to
17217 loading the package or executing functions in it. It has access to
17218 the package's feature list (before anything is unbound) in the
17220 in the event that the package has done something normally-ill-advised,
17338 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (17842
17346 (defvar printer-name (and lpr-windows-system "PRN") "\
17347 *The name of a local printer to which data is sent for printing.
17348 \(Note that PostScript files are sent to `ps-printer-name', which see.)
17350 On Unix-like systems, a string value should be a name understood by
17353 On MS-DOS and MS-Windows systems, a string value is taken as the name of
17358 it to the name of a file, in which case the output gets appended to that
17361 (custom-autoload (quote printer-name) "lpr" t)
17365 It is recommended to set `printer-name' instead of including an explicit
17375 Emacs will write directly to the printer port named by `printer-name'.
17378 `printer-name' as the destination for output; any other program is
17490 ;;;;;; name-last-kbd-macro) "macros" "macros.el" (17842 58279))
17493 (autoload (quote name-last-kbd-macro) "macros" "\
17494 Assign a name to the last keyboard macro defined.
17495 Argument SYMBOL is the name to define.
17584 Given an RFC-822 address ADDRESS, extract full name and canonical address.
17586 name can be extracted, FULL-NAME will be nil. Also see
17588 `mail-extr-ignore-realname-equals-mailbox-name'.
17703 Initialize use of the `mailabbrev' package.
17728 *Specifies how \\[mail-complete] formats the full name when it completes.
17796 chosen based on the file name, except if it is *.mk. This
17812 `makefile-browser-buffer-name':
17924 This command is the top-level command in the man package. It runs a Un*x
18406 In case the MH \"send\" program is installed under a different name,
18407 use `mh-send-prog' to tell MH-E the name.
18536 the current date/time, buffer name, how many seconds ago it was
18656 ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18657 ;;;;;; "mm-url" "gnus/mm-url.el" (17842 54741))
18658 ;;; Generated autoloads from gnus/mm-url.el
18660 (autoload (quote mm-url-insert-file-contents) "mm-url" "\
18662 If `mm-url-use-external' is non-nil, use `mm-url-program'.
18666 (autoload (quote mm-url-insert-file-contents-external) "mm-url" "\
18667 Insert file contents of URL using `mm-url-program'.
18912 CHARSET is the name (symbol) of the charset.
19018 This shows the mnemonic letter, name, and description of each coding system.
19031 Display information about a font whose name is FONTNAME.
19044 This shows the name, size, and style of each fontset.
19281 Lookup the DNS information for HOST (name or IP address).
19301 Send SEARCH-STRING to server defined by the `whois-server-name' variable.
19640 Make an outbound package of SOUP replies.
20087 Use a separate line for each org file to check. Or, if you omit the file name,
20120 The file is stored under the name `org-combined-agenda-icalendar-file'.
20279 functions. The name of the function or case will be set between the braces.
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)))))
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
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
21064 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21066 PostScript image in a file with that name. If FILENAME is t, prompts for a
21067 file name.
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
21083 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21085 PostScript image in a file with that name. If FILENAME is t, prompts for a
21086 file name.
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
21102 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21104 PostScript image in a file with that name. If FILENAME is t, prompts for a
21105 file name.
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
21123 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21125 PostScript image in a file with that name. If FILENAME is t, prompts for a
21126 file name.
21136 prefix argument (C-u), the command prompts the user for a file name, and saves
21142 with that name. If FILENAME is t, prompts for a file name.
21150 prefix argument (C-u), the command prompts the user for a file name, and saves
21156 that name. If FILENAME is t, prompts for a file name.
21164 prefix argument (C-u), the command prompts the user for a file name, and saves
21170 that name. If FILENAME is t, prompts for a file name.
21180 prefix argument (C-u), the command prompts the user for a file name, and saves
21186 that name. If FILENAME is t, prompts for a file name.
21251 Interactively, the command prompts for a directory and a file name regexp for
21255 prompts for FILE(name)-REGEXP.
21278 Interactively, the command prompts for a directory and a file name regexp for
21282 prompts for FILE(name)-REGEXP.
21307 user for a file name, and saves the spooled PostScript image in that file
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.
21346 user for a file name, and saves the spooled PostScript image in that file
21351 image in a file with that name.
21385 command prompts the user for an output PostScript file name OFILENAME, and
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.
21504 Help for the printing package.
21508 (autoload (quote pr-ps-name) "printing" "\
21513 (autoload (quote pr-txt-name) "printing" "\
21560 The command prompts the user for a N-UP value and also for a file name,
21566 PostScript printer and, finally, for a file name. Then change the active
21580 If it's an integer equal to 1, the command prompts the user for a file name
21585 current PostScript printer and for a file name. Then change the active
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"))) "\
21880 user for a file name, and saves the PostScript image in that file instead of
21885 image in a file with that name.
21952 user for a file name, and saves the spooled PostScript image in that file
21957 image in a file with that name.
22014 FACE-NAME is a face name symbol.
22136 ;;;;;; quail-define-package quail-use-package quail-title) "quail"
22141 Return the title of the current Quail package.
22145 (autoload (quote quail-use-package) "quail" "\
22146 Start using Quail package PACKAGE-NAME.
22147 The remaining arguments are libraries to be loaded before using the package.
22154 (autoload (quote quail-define-package) "quail" "\
22155 Define NAME as a new Quail package for input LANGUAGE.
22156 TITLE is a string to be displayed at mode-line to indicate this package.
22170 DOCSTRING is the documentation string of this package. The command
22201 this package defines no translations for single character keys.
22255 Define translation rules of the current Quail package.
22274 be appended to the rules of the current Quail package.
22290 Install the Quail map MAP in the current Quail package.
22292 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
22300 Install the Quail decode map DECODE-MAP in the current Quail package.
22302 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
22310 Add one translation rule, KEY to TRANSLATION, in the current Quail package.
22327 Optional 3rd argument NAME, if specified, says which Quail package
22329 current Quail package.
22368 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22375 `quickurl-url-file' so that if you edit it by hand it will ensure that
22398 (autoload (quote quickurl-add-url) "quickurl" "\
22401 See `quickurl-grab-url' for details on how the default word/url combination
22406 (autoload (quote quickurl-browse-url) "quickurl" "\
22415 (autoload (quote quickurl-browse-url-ask) "quickurl" "\
22421 Pull `quickurl-url-file' into a buffer for hand editing.
22891 ADDRESS is the email address for the package's maintainer. PKGNAME is
22892 the name of the package (if you want to include version numbers,
22910 mail-sending package is used for editing and sending the message.
23017 INPUT-ARGS should start with a host name; it may also contain
23030 The variable `rlogin-program' contains the name of the actual program to
23038 default directory in that buffer is set to a remote (FTP) file name to
23084 value is the user's email address and name.)
23131 \(the name varies depending on the operating system,
23234 the rmail-mime package available at <http://www.m17n.org/rmail-mime/>.")
23247 The first parenthesized expression should match the MIME-charset name.")
23251 Moves messages into file named by `rmail-file-name' (a babyl format file)
23255 May be called with file name as argument; then performs rmail editing on
23258 have a chance to specify a file name with the minibuffer.
23388 You can specify one file name, or several names separated by commas.
23405 NAME-EXP may be a string constant giving the file name to use,
23407 a file name as a string.")
23419 The default file name comes from `rmail-default-rmail-file',
23420 which is updated to the name you use in this command.
23445 The default file name comes from `rmail-default-file',
23446 which is updated to the name you use in this command.
23588 If nil (default value), your `user-login-name' and `user-mail-address'
23691 SET may also be the name of a character class: `digit',
23882 another name for `submatch'.
24007 Scheme-specific `xscheme' package; for more information see the
24009 start an inferior Scheme using the more general `cmuscheme' package.
24097 ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
24155 `message-send-mail-function' for use with the Message package.")
24164 (defvar mail-archive-file-name nil "\
24168 (custom-autoload (quote mail-archive-file-name) "sendmail" t)
24178 If non-nil, the name of a file to use instead of `/usr/lib/aliases'.
24186 If non-nil, the name of the user's personal mail alias file.
24202 \(The file's name is normally `~/.mailrc', but `mail-personal-alias-file'
24203 can specify a different file name.)
24359 If `mail-archive-file-name' is non-nil, an FCC field with that file name
24487 \\[browse-url-of-buffer] to see how this comes out. See also `sgml-mode' on
24506 Pages can have <a name=\"SOMENAME\">named points</a> and can link other points
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
24632 XXX package was not distributed with versions of Emacs prior to
24663 defined by a name, the network address of a primary host (the one we copy
24682 Each site can be either a hostname or the name of a cluster (see
24713 Program used comes from variable `explicit-shell-file-name',
24715 or (if that is nil) from `shell-file-name'.
24730 The shell file name (sans directories) is used to make a symbol name
24859 \\[edit-abbrevs] buffer: \"\" command-name).
25061 ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
25083 *Latitude of `calendar-location-name' in degrees.
25095 *Longitude of `calendar-location-name' in degrees.
25106 (defvar calendar-location-name (quote (let ((float-output-format "%.1f")) (format "%s%s, %s%s" (if (numberp calendar-latitude) (abs calendar-latitude) (+ (aref calendar-latitude 0) (/ (aref calendar-latitude 1) 60.0))) (if (numberp calendar-latitude) (if (> calendar-latitude 0) "N" "S") (if (equal (aref calendar-latitude 2) (quote north)) "N" "S")) (if (numberp calendar-longitude) (abs calendar-longitude) (+ (aref calendar-longitude 0) (/ (aref calendar-longitude 1) 60.0))) (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-longitude 2) (quote east)) "E" "W"))))) "\
25107 *Expression evaluating to name of `calendar-longitude', `calendar-latitude'.
25113 (custom-autoload (quote calendar-location-name) "solar" t)
25369 ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25370 ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25383 (autoload (quote spam-report-url-ping-mm-url) "spam-report" "\
25385 the external program specified in `mm-url-program' to connect to
25390 (autoload (quote spam-report-url-to-file) "spam-report" "\
25392 Customize `spam-report-url-ping-function' to use this function.
25398 Spam reports will be queued with \\[spam-report-url-to-file] when
25505 PRODUCT should be a symbol, the name of a sql product, such as
25527 usually named `*SQL*'. The name of the major mode is SQLi.
25556 `sql-mode' by calling \\[sql-mode]. The name of this buffer can be
25557 anything. The name of the major mode is SQL.
25912 local connections, `sql-server' refers to the server name from the
25984 Get instruction on using the Strokes package.
25996 chronologically by command name.
26068 Show the precise file name of Emacs library LIBRARY.
26072 to the specified name LIBRARY.
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.
26571 buffer specified in `table-dest-buffer-name' is used. In this case
26574 buffer or a name of the destination buffer. In this case the
26694 name headers. This time specify empty string for both
26844 Prefix arg means enter program name interactively.
26892 The name of the buffer is made by surrounding NAME with `*'s.
26894 Optional third arg STARTFILE is the name of a file to send the contents of to
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)
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.
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.")
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.")
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.
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.
27307 name specified in the @setfilename command.
27486 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
27500 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
27880 discover the name of the project.
27908 time of changeover. PROJECT is the name of the last project you were
28041 Convert a TIT dictionary of FILENAME into a Quail package.
28042 Optional argument DIRNAME if specified is the directory name under which
28043 the generated Quail package is saved.
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
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) "\
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
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) "\
28409 Please note that the entry in `file-name-handler-alist' is made when
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.
28646 same name, though setting it in that way doesn't reschedule a break or
28699 Finally, a file (named `type-break-file-name') is used to store information
28800 For each Rmail file, the corresponding output file name
28828 ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28829 ;;;;;; "url/url.el" (17842 56569))
28830 ;;; Generated autoloads from url/url.el
28832 (autoload (quote url-retrieve) "url" "\
28851 The variables `url-request-data', `url-request-method' and
28852 `url-request-extra-headers' can be dynamically bound around the
28858 (autoload (quote url-retrieve-synchronously) "url" "\
28869 ;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28870 ;;;;;; "url-auth" "url/url-auth.el" (17854 10173))
28871 ;;; Generated autoloads from url/url-auth.el
28873 (autoload (quote url-get-authentication) "url-auth" "\
28877 URL is the url you are requesting authorization to. This can be either a
28879 `url-generic-parse-url'
28895 (autoload (quote url-register-auth-scheme) "url-auth" "\
28898 TYPE is a string or symbol specifying the name of the method. This
28902 defaults to `url-?-auth', where ? is TYPE
28912 ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
28913 ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (17842
28915 ;;; Generated autoloads from url/url-cache.el
28917 (autoload (quote url-store-in-cache) "url-cache" "\
28922 (autoload (quote url-is-cached) "url-cache" "\
28927 (autoload (quote url-cache-extract) "url-cache" "\
28932 (autoload (quote url-cache-expired) "url-cache" "\
28940 ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (17842 56569))
28941 ;;; Generated autoloads from url/url-cid.el
28943 (autoload (quote url-cid) "url-cid" "\
28951 ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
28952 ;;;;;; "url/url-dav.el" (17842 56569))
28953 ;;; Generated autoloads from url/url-dav.el
28955 (autoload (quote url-dav-supported-p) "url-dav" "\
28960 (autoload (quote url-dav-vc-registered) "url-dav" "\
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" "\
28980 ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28981 ;;;;;; "url/url-gw.el" (17842 56569))
28982 ;;; Generated autoloads from url/url-gw.el
28984 (autoload (quote url-gateway-nslookup-host) "url-gw" "\
28989 (autoload (quote url-open-stream) "url-gw" "\
28992 Will not make a connection if `url-gateway-unplugged' is non-nil.
29000 ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
29001 ;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (17842
29003 ;;; Generated autoloads from url/url-handlers.el
29005 (defvar url-handler-mode nil "\
29007 See the command `url-handler-mode' for a description of this minor mode.
29010 or call the function `url-handler-mode'.")
29012 (custom-autoload (quote url-handler-mode) "url-handlers" nil)
29014 (autoload (quote url-handler-mode) "url-handlers" "\
29019 (autoload (quote url-copy-file) "url-handlers" "\
29031 (autoload (quote url-file-local-copy) "url-handlers" "\
29033 Returns the name of the local copy, or nil, if FILE is directly
29038 (autoload (quote url-insert-file-contents) "url-handlers" "\
29046 ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
29047 ;;;;;; url-http) "url-http" "url/url-http.el" (17952 11683))
29048 ;;; Generated autoloads from url/url-http.el
29050 (autoload (quote url-http) "url-http" "\
29052 URL must be a parsed URL. See `url-generic-parse-url' for details.
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" "\
29070 (autoload (quote url-http-options) "url-http" "\
29093 change once P3P is formally supported by the URL package or
29098 (defconst url-https-default-port 443 "\
29101 (defconst url-https-asynchronous-p t "\
29104 (defalias (quote url-https-expand-file-name) (quote url-http-expand-file-name))
29105 (autoload 'url-https "url-http")
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")
29113 ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (17842 56569))
29114 ;;; Generated autoloads from url/url-irc.el
29116 (autoload (quote url-irc) "url-irc" "\
29124 ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (17842
29126 ;;; Generated autoloads from url/url-ldap.el
29128 (autoload (quote url-ldap) "url-ldap" "\
29132 `url-generic-parse-url'.
29139 ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
29141 ;;; Generated autoloads from url/url-mailto.el
29143 (autoload (quote url-mail) "url-mailto" "\
29148 (autoload (quote url-mailto) "url-mailto" "\
29156 ;;;### (autoloads (url-data url-generic-emulator-loader url-info
29157 ;;;;;; url-man) "url-misc" "url/url-misc.el" (17842 56569))
29158 ;;; Generated autoloads from url/url-misc.el
29160 (autoload (quote url-man) "url-misc" "\
29165 (autoload (quote url-info) "url-misc" "\
29170 (autoload (quote url-generic-emulator-loader) "url-misc" "\
29175 (defalias (quote url-rlogin) (quote url-generic-emulator-loader))
29177 (defalias (quote url-telnet) (quote url-generic-emulator-loader))
29179 (defalias (quote url-tn3270) (quote url-generic-emulator-loader))
29181 (autoload (quote url-data) "url-misc" "\
29189 ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
29191 ;;; Generated autoloads from url/url-news.el
29193 (autoload (quote url-news) "url-news" "\
29198 (autoload (quote url-snews) "url-news" "\
29206 ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
29207 ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
29209 ;;; Generated autoloads from url/url-ns.el
29211 (autoload (quote isPlainHostName) "url-ns" "\
29216 (autoload (quote dnsDomainIs) "url-ns" "\
29221 (autoload (quote dnsResolve) "url-ns" "\
29226 (autoload (quote isResolvable) "url-ns" "\
29231 (autoload (quote isInNet) "url-ns" "\
29236 (autoload (quote url-ns-prefs) "url-ns" "\
29241 (autoload (quote url-ns-user-pref) "url-ns" "\
29249 ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
29250 ;;;;;; "url/url-parse.el" (17954 22157))
29251 ;;; Generated autoloads from url/url-parse.el
29253 (autoload (quote url-recreate-url) "url-parse" "\
29258 (autoload (quote url-generic-parse-url) "url-parse" "\
29268 ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
29270 ;;; Generated autoloads from url/url-privacy.el
29272 (autoload (quote url-setup-privacy-info) "url-privacy" "\
29280 ;;;### (autoloads (url-view-url url-truncate-url-for-viewing url-file-extension
29281 ;;;;;; url-hexify-string url-unhex-string url-parse-query-string
29282 ;;;;;; url-basepath url-percentage url-display-percentage url-pretty-length
29283 ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date
29284 ;;;;;; url-lazy-message url-normalize-url url-insert-entities-in-string
29285 ;;;;;; url-parse-args url-debug url-debug) "url-util" "url/url-util.el"
29287 ;;; Generated autoloads from url/url-util.el
29289 (defvar url-debug nil "\
29297 (custom-autoload (quote url-debug) "url-util" t)
29299 (autoload (quote url-debug) "url-util" "\
29304 (autoload (quote url-parse-args) "url-util" "\
29309 (autoload (quote url-insert-entities-in-string) "url-util" "\
29321 (autoload (quote url-normalize-url) "url-util" "\
29327 (autoload (quote url-lazy-message) "url-util" "\
29329 Will not do anything if `url-show-status' is nil.
29333 (autoload (quote url-get-normalized-date) "url-util" "\
29338 (autoload (quote url-eat-trailing-space) "url-util" "\
29343 (autoload (quote url-strip-leading-spaces) "url-util" "\
29348 (autoload (quote url-pretty-length) "url-util" "\
29353 (autoload (quote url-display-percentage) "url-util" "\
29358 (autoload (quote url-percentage) "url-util" "\
29363 (autoload (quote url-basepath) "url-util" "\
29368 (autoload (quote url-parse-query-string) "url-util" "\
29373 (autoload (quote url-unhex-string) "url-util" "\
29374 Remove %XX embedded spaces, etc in a url.
29381 (autoload (quote url-hexify-string) "url-util" "\
29384 character in the utf-8 string, those found in `url-unreserved-chars'
29390 (autoload (quote url-file-extension) "url-util" "\
29397 (autoload (quote url-truncate-url-for-viewing) "url-util" "\
29403 (autoload (quote url-view-url) "url-util" "\
29408 This uses `url-current-object', set locally to the buffer.
29519 FILE is passed through `expand-file-name'; BODY executed within
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,
29609 a prefix argument HISTORIC, it reads the file name to use and two
29788 (when (file-readable-p (expand-file-name
29789 "CVS/Entries" (file-name-directory f)))
29833 Return the name of a master file in the SCCS project directory.
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)))
30029 flattened (`C-c C-p C-f') so that only one name per line exists. The
30037 to options `vhdl-...-name'. See customization group `vhdl-port'.
30071 In speedbar, open files and directories with `mouse-2' on the name and
30084 In speedbar, open design units with `mouse-2' on the name and browse
30107 - subcomponent actual ports with same name are considered to be
30125 Component declarations can be placed in a components package (option
30126 `vhdl-use-components-package') which can be automatically generated for
30197 (for the hierarchy browser and Makefile generation), library name, and
30209 files can be specified in option `vhdl-project-file-name'. Multiple
30260 of signals or other objects by using name suffices) and to support them
30289 functionality due to old `hideshow.el' package.
30301 Use option `vhdl-entity-file-name' to specify the entity file name
30443 `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',
30782 TYPE is the warning type: either a custom group name (a symbol),
30783 or a list of symbols whose first element is a custom group name.
30798 BUFFER-NAME, if specified, is the name of the buffer for logging
30814 TYPE is the warning type: either a custom group name (a symbol),
30815 or a list of symbols whose first element is a custom group name.
30895 When Which Function mode is enabled, the current function name is
31369 Extract file name from an yenc header.
31539 ;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
31540 ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el"
31541 ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
31542 ;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el"