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

Lines Matching +defs:jka +defs:compr +defs:get +defs:compression +defs:info

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
722 single keystroke. Regular navigation keys (eg, \\[forward-char], \\[next-line]) don't get
723 this special translation, so you can use them to get out of the
727 replaced with one that makes it easy to get to the hot-spot. If you
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')
1567 either customize it (see the info node `Easy Customization')
1675 either customize it (see the info node `Easy Customization')
1776 either customize it (see the info node `Easy Customization')
1836 Use commands such as \\[bibtex-Book] to get a template for a specific entry.
2013 ray never gets a chance to get into the box. Alternatively, the ray
2196 bookmarks already present in your Emacs, the new bookmarks will get
2611 Type \\[bs-help] after invocation to get help on commands available.
3579 control). See \"cc-mode.el\" for more info.
3737 The variable `c-indentation-style' will get set to STYLENAME.
3741 might get set too.
4539 These functions get one argument, a string containing the text as originally
4834 either customize it (see the info node `Easy Customization')
4877 either customize it (see the info node `Easy Customization')
5136 even clearly specified, please don't expect it to get every file
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
5428 help is available on \\[cperl-get-help], and one can run perldoc or
5616 either customize it (see the info node `Easy Customization')
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')
6483 either customize it (see the info node `Easy Customization')
7051 Type \\[describe-mode] after entering Dired for more info.
7114 for more info):
7278 can be produced by `dired-get-marked-files', for example.
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.
9275 either customize it (see the info node `Easy Customization')
9435 ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
9444 (autoload (quote erc-ezb-get-login) "erc-ezbounce" "\
9915 ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9943 (defvar tags-compression-info-list (quote ("" ".Z" ".bz2" ".gz" ".tgz")) "\
9944 *List of extensions tried by etags when jka-compr is used.
9946 These extensions will be tried only if jka-compr was activated
9947 \(i.e. via customize of `auto-compression-mode' or by calling the function
9948 `auto-compression-mode').")
9950 (custom-autoload (quote tags-compression-info-list) "etags" t)
10415 ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
10426 (autoload (quote eudc-get-email) "eudc" "\
10432 (autoload (quote eudc-get-phone) "eudc" "\
10466 (cond ((not (string-match "XEmacs" emacs-version)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset (quote eudc-tools-menu) (symbol-value (quote eudc-tools-menu))) (define-key eudc-tools-menu [phone] (quote ("Get Phone" . eudc-get-phone))) (define-key eudc-tools-menu [email] (quote ("Get Email" . eudc-get-email))) (define-key eudc-tools-menu [separator-eudc-email] (quote ("--"))) (define-key eudc-tools-menu [expand-inline] (quote ("Expand Inline Query" . eudc-expand-inline))) (define-key eudc-tools-menu [query] (quote ("Query with Form" . eudc-query-form))) (define-key eudc-tools-menu [separator-eudc-query] (quote ("--"))) (define-key eudc-tools-menu [new] (quote ("New Server" . eudc-set-server))) (define-key eudc-tools-menu [load] (quote ("Load Hotlist of Servers" . eudc-load-eudc)))) (t (let ((menu (quote ("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t] ["New Server" eudc-set-server t] ["---" nil nil] ["Query with Form" eudc-query-form t] ["Expand Inline Query" eudc-expand-inline t] ["---" nil nil] ["Get Email" eudc-get-email t] ["Get Phone" eudc-get-phone t])))) (if (not (featurep (quote eudc-autoloads))) (if eudc-xemacs-p (if (and (featurep (quote menubar)) (not (featurep (quote infodock)))) (add-submenu (quote ("Tools")) menu)) (require (quote easymenu)) (cond ((fboundp (quote easy-menu-add-item)) (easy-menu-add-item nil (quote ("tools")) (easy-menu-create-menu (car menu) (cdr menu)))) ((fboundp (quote easy-menu-create-keymaps)) (define-key global-map [menu-bar tools eudc] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu)))))))))))
11160 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
11172 (autoload (quote ff-get-other-file) "find-file" "\
11470 you must type C-\\ to get the effect of a C-s, and type C-^
11471 to get the effect of a C-q.
11785 get less than this much indentation if necessary to avoid reaching
12119 ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
12176 (autoload (quote gnus-agent-get-undownloaded-list) "gnus-agent" "\
12475 nnmail-pre-get-new-mail-hook.
12839 and Emacs marks it with O. The winner is the first to get five contiguous
12848 Use \\[describe-mode] for more info.
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.
13426 `help-xref-symbol-regexp'. Faces only get cross-referenced if
13428 variable documentation do not get cross-referenced, unless
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'.)
14063 either customize it (see the info node `Easy Customization')
14713 either customize it (see the info node `Easy Customization')
14838 \\[idlwave-routine-info]. \\[idlwave-find-module] jumps to the
14844 default. Use \\[idlwave-update-routine-info] to update this
14906 \\[idlwave-info] to display (complain to your sysadmin if that does
15589 either customize it (see the info node `Easy Customization')
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" "\
15893 the default buffer name is *info*. If BUFFER exists,
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" "\
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
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
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" "\
16078 (autoload (quote info-complete-symbol) "info-look" "\
16083 (autoload (quote info-complete-file) "info-look" "\
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.
16110 `custom-load' autoloads for all symbols are loaded in order to get all the
16119 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
16129 Split an info file into an indirect file plus bounded-size subfiles.
16133 table. The buffer is modified into a (small) indirect info file which
16149 (autoload (quote batch-info-validate) "informat" "\
16153 For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16596 either customize it (see the info node `Easy Customization')
16693 ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16694 ;;;;;; "jka-compr.el" (17853 24893))
16695 ;;; Generated autoloads from jka-compr.el
16697 (defvar jka-compr-inhibit nil "\
16702 (autoload (quote jka-compr-handler) "jka-compr" "\
16707 (autoload (quote jka-compr-uninstall) "jka-compr" "\
16708 Uninstall jka-compr.
16711 by `jka-compr-installed'.
17000 Use \\[describe-mode] for more info.
17978 either customize it (see the info node `Easy Customization')
18560 either customize it (see the info node `Easy Customization')
18813 either customize it (see the info node `Easy Customization')
18877 either customize it (see the info node `Easy Customization')
19210 either customize it (see the info node `Easy Customization')
19466 do not get comments. This can be changed with `comment-style'.
19712 Get help on Octave symbols from the Octave info files.
19959 You can either immediately press RET to get the note appended to the
20100 function from a program - use `org-agenda-get-day-entries' instead.
20208 either customize it (see the info node `Easy Customization')
20321 either customize it (see the info node `Easy Customization')
21728 `ps-mule-font-info-database-default' differently.
21730 `ps-mule-font-info-database-latin' (see
21758 `ps-header-font-family' and `ps-font-info-database'.
22210 MAXIMUM-SHORTEST non-nil means break key sequence to get maximum
22463 either customize it (see the info node `Easy Customization')
22510 either customize it (see the info node `Easy Customization')
22694 When referencing, you get a menu with all labels of a given type and
22710 You can view this information with `\\[reftex-info]'.
22799 To display information about the phrase at point, use \\[reftex-index-phrases-info].
22927 window. If it is partly offscreen, the window is scrolled to get the
22929 which is also partly offscreen, in which case the scrolling attempts to get
22976 either customize it (see the info node `Easy Customization')
23080 (defvar rmail-default-dont-reply-to-names "\\`info-" "\
23161 (defvar rmail-get-new-mail-hook nil "\
23290 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
24060 either customize it (see the info node `Easy Customization')
24333 instead use `sendmail-coding-system' to get a constant encoding
24421 either customize it (see the info node `Easy Customization')
24442 See \"ses-example.ses\" (in `data-directory') for more info.
25013 Eating dots causes the snake to get longer.
25176 aim of the game is to get rid of all but one stone, leaving that last
25414 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25430 (autoload (quote speedbar-get-focus) "speedbar" "\
25908 can be stored in the list `sql-linter-options'. Run inl -h to get help on
26005 either customize it (see the info node `Easy Customization')
26094 info node `(SC)Top' for more details.
26127 either customize it (see the info node `Easy Customization')
27113 If the value is a form, it is evaluated to get the command to use.")
27699 either customize it (see the info node `Easy Customization')
27879 interactively -- call the function `timeclock-get-project-function' to
27891 interactively -- call the function `timeclock-get-reason-function' to
28053 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28265 either customize it (see the info node `Easy Customization')
28445 Add tramp file name handler to `file-name-handler-alist'." (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist))))))
28448 Add tramp completion file name handler to `file-name-handler-alist'." (when (or (not (boundp (quote partial-completion-mode))) (symbol-value (quote partial-completion-mode)) (featurep (quote ido))) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist))))))
28544 have the ARG same preceding characters at that column get split. The
28861 associated with it (the case for dired, info, or mailto URLs that need
28869 ;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28873 (autoload (quote url-get-authentication) "url-auth" "\
28899 should be the same thing you expect to get returned in an Authenticate
28901 FUNCTION is the function to call to get the authorization information. This
29009 either customize it (see the info node `Easy Customization')
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.
29283 ;;;;;; url-strip-leading-spaces url-eat-trailing-space url-get-normalized-date
29333 (autoload (quote url-get-normalized-date) "url-util" "\
29706 To get a prompt, use a prefix argument.
30415 To get back into vi from \"input\" mode, you must issue this command again.
30423 - Ex commands are not implemented; try ':' to get some hints.
30796 :debug -- info for debugging only.
30826 :debug -- info for debugging only.
30888 either customize it (see the info node `Easy Customization')
30979 either customize it (see the info node `Easy Customization')
31338 either customize it (see the info node `Easy Customization')
31497 ;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "kermit.el" "language/chinese.el"
31521 ;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "pgg-def.el"