custom/setup-files.el | ●●●●● patch | view | raw | blame | history | |
init.el | ●●●●● patch | view | raw | blame | history | |
projectile-bookmarks.eld | ●●●●● patch | view | raw | blame | history | |
semanticdb/!drive_c!Program Files!Emacs 26.1!share!emacs!26.1!lisp!semantic.cache | ●●●●● patch | view | raw | blame | history | |
semanticdb/!drive_c!Users!joelg!.emacs.d!custom!semantic.cache | ●●●●● patch | view | raw | blame | history |
custom/setup-files.el
@@ -1 +1,5 @@ (provide 'setup-files) ;; tramp setup (when (eq window-system 'w32) (setq tramp-default-method "plink")) init.el
@@ -38,16 +38,8 @@ (package-initialize) ;; helm ;; (require 'helm) (require 'helm-config) ;; (define-key helm-map (kbd "<tab>") 'helm-execute-persistent-action) ; rebind tab to run persistent action ;; (define-key helm-map (kbd "C-i") 'helm-execute-persistent-action) ; make TAB work in terminal ;; (define-key helm-map (kbd "C-z") 'helm-select-action) ; list actions using C-z (when (executable-find "curl") (setq helm-google-suggest-use-curl-p t)) (setq helm-split-window-in-side-p t ; open helm buffer inside current window, not occupy whole other window helm-move-to-line-cycle-in-source t ; move to end or beginning of source when reaching top or bottom of source. helm-ff-search-library-in-sexp t ; search for library in `require' and `declare-function' sexp. @@ -69,10 +61,6 @@ (add-hook 'helm-minibuffer-set-up-hook 'spacemacs//helm-hide-minibuffer-maybe) (setq helm-autoresize-max-height 0) (setq helm-autoresize-min-height 20) ;; (helm-autoresize-mode 1) (global-set-key (kbd "M-x") 'helm-M-x) (setq helm-M-x-fuzzy-match t) ;; optional fuzzy matching for helm-M-x @@ -88,19 +76,19 @@ (helm-mode 1) ;; undo-tree config ;; undo-tree (require 'undo-tree) (global-undo-tree-mode) ;; volatile highlights config ;; volatile highlights (require 'volatile-highlights) (volatile-highlights-mode t) ;; yasnippet config ;; yasnippet (require 'yasnippet) (yas-global-mode 1) ;; ggtags config ;; ggtags (require 'ggtags) (add-hook 'c-mode-common-hook (lambda @@ -108,12 +96,13 @@ (ggtags-mode 1)))) (add-hook 'dired-mode-hook 'ggtags-mode) ;; workgroups2 config ;; workgroups2 (require 'workgroups2) (workgroups-mode 1) ;; smartparens config ;; smartparens (require 'smartparens-config) (add-hook 'prog-mode-hook #'smartparens-mode) (setq sp-base-key-bindings 'paredit) (setq sp-autoskip-closing-pair 'always) (setq sp-hybrid-kill-entire-symbol nil) @@ -212,21 +201,7 @@ ;; guide-key (require 'guide-key) (setq guide-key/guide-key-sequence '("C-x" "C-c")) (setq guide-key/guide-key-sequence '("C-x" "C-c" "M-g")) (setq guide-key/recursive-key-sequence-flag t) (setq guide-key/popup-window-position 'bottom) (guide-key-mode 1) ; Enable guide-key-mode (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages (quote (zenburn-theme guide-key ztree yasnippet workgroups2 volatile-highlights undo-tree srefactor smartparens nyan-mode magit ibuffer-vc helm-projectile ggtags flycheck-tip flycheck-pos-tip diff-hl company-c-headers clean-aindent-mode)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) projectile-bookmarks.eld
@@ -1 +1 @@ nil ("~/.emacs.d/") semanticdb/!drive_c!Program Files!Emacs 26.1!share!emacs!26.1!lisp!semantic.cache
@@ -1 +1 @@ ;; Object semanticdb-project-database-file ;; SEMANTICDB Tags save file (semanticdb-project-database-file "semanticdb-project-database-file" :tables (list (semanticdb-table "semanticdb-table" :major-mode emacs-lisp-mode :tags '( ("defvar-local" code nil nil [2861 2959]) ("defvar-local" code nil nil [2961 3073]) ("global-hl-line-overlays" variable nil nil [3075 3277]) ("hl-line" customgroup (:user-visible-flag t) nil [3279 3373]) ("hl-line" variable (:default-value (quote ((t :inherit highlight))) :type "face") nil [3375 3524]) ("hl-line-face" variable (:default-value (quote hl-line)) nil [3526 3955]) ("hl-line-sticky-flag" variable (:default-value t) nil [3957 4393]) ("global-hl-line-sticky-flag" variable nil nil [4395 4764]) ("hl-line-range-function" variable nil nil [4766 5153]) ("hl-line-overlay-buffer" variable nil nil [5155 5257]) ("define-minor-mode" code nil nil [5274 6700]) ("hl-line-make-overlay" function nil nil [6702 6884]) ("hl-line-highlight" function nil nil [6886 7324]) ("hl-line-unhighlight" function nil nil [7326 7474]) ("hl-line-maybe-unhighlight" function nil nil [7476 8181]) ("define-minor-mode" code nil nil [8198 9352]) ("global-hl-line-highlight" function nil nil [9354 9954]) ("global-hl-line-highlight-all" function nil nil [9956 10204]) ("global-hl-line-unhighlight" function nil nil [10206 10382]) ("global-hl-line-maybe-unhighlight" function nil nil [10384 11051]) ("global-hl-line-unhighlight-all" function nil nil [11053 11347]) ("hl-line-move" function (:arguments ("overlay")) nil [11349 11891]) ("hl-line-unload-function" function nil nil [11893 12155]) ("hl-line" package nil nil [12157 12175])) :file "hl-line.el" :pointmax 12202 :fsize 12201 :lastmodtime '(23525 29510 0 0) :unmatched-syntax nil) (semanticdb-table "semanticdb-table" :major-mode emacs-lisp-mode :tags '( ("font-lock-defaults" variable nil nil [1098 2954]) ("put" code nil nil [2970 3019]) ("make-variable-buffer-local" code nil nil [3020 3068]) ("font-lock-function" variable (:default-value (quote font-lock-default-function)) nil [3070 3270]) ("font-lock-major-mode" variable nil nil [3337 3366]) ("define-minor-mode" code nil nil [3368 6246]) ("font-lock-change-mode" function nil nil [6341 6395]) ("font-lock-defontify" function nil nil [6397 6831]) ("font-lock-set-defaults" variable nil nil [6833 6864]) ("font-lock-default-function" function (:arguments ("mode")) nil [6865 7945]) ("turn-on-font-lock" function nil nil [7947 8088]) ("font-lock-global-modes" variable (:default-value t) nil [11013 11858]) ("turn-on-font-lock-if-desired" function nil nil [11860 12174]) ("define-globalized-minor-mode" code nil nil [12176 12487]) ("font-core" package nil nil [12524 12544])) :file "font-core.el" :pointmax 12573 :fsize 12572 :lastmodtime '(23525 29508 0 0) :unmatched-syntax nil) (semanticdb-table "semanticdb-table" :major-mode emacs-lisp-mode :tags '( ("cl-lib" include nil nil [1052 1069]) ("declare-function" code nil nil [1072 1134]) ("declare-function" code nil nil [1135 1175]) ("compilation-current-error" variable nil nil [1197 1231]) ("compilation-context-lines" variable nil nil [1232 1266]) ("shell-command-dont-erase-buffer" variable nil nil [1268 1938]) ("shell-command-saved-pos" variable nil nil [1940 2294]) ("idle-update-delay" variable (:default-value 0.5) nil [2296 2593]) ("killing" customgroup (:user-visible-flag t) nil [2595 2669]) ("paren-matching" customgroup (:user-visible-flag t) nil [2671 2773]) ("next-error" customgroup (:user-visible-flag t) nil [2810 2911]) ("next-error" variable (:default-value (quote ((t (:inherit region)))) :type "face") nil [2913 3044]) ("next-error-highlight" variable (:default-value 0.5) nil [3046 3801]) ("next-error-highlight-no-select" variable (:default-value 0.5) nil [3803 4496]) ("next-error-recenter" variable nil nil [4498 4860]) ("next-error-hook" variable nil nil [4862 5003]) ("next-error-highlight-timer" variable nil nil [5005 5044]) ("next-error-overlay-arrow-position" variable nil nil [5046 5092]) ("put" code nil nil [5093 5171]) ("add-to-list" code nil nil [5172 5249]) ("next-error-last-buffer" variable nil nil [5251 5478]) ("next-error-function" variable nil nil [5480 5938]) ("make-variable-buffer-local" code nil nil [5939 5988]) ("next-error-move-function" variable nil nil [5990 6303]) ("make-variable-buffer-local" code nil nil [6304 6358]) ("next-error-buffer-p" function (:arguments ("buffer" "avoid-current" "extra-test-inclusive" "extra-test-exclusive")) nil [6360 7442]) ("next-error-find-buffer" function (:arguments ("avoid-current" "extra-test-inclusive" "extra-test-exclusive")) nil [7444 9726]) ("next-error" function (:user-visible-flag t :arguments ("arg" "reset")) nil [9728 11497]) ("next-error-internal" function nil nil [11499 11920]) ("defalias" code nil nil [11922 11961]) ("defalias" code nil nil [11962 11996]) ("previous-error" function (:user-visible-flag t :arguments ("n")) nil [11998 12315]) ("first-error" function (:user-visible-flag t :arguments ("n")) nil [12317 12585]) ("next-error-no-select" function (:user-visible-flag t :arguments ("n")) nil [12587 13039]) ("previous-error-no-select" function (:user-visible-flag t :arguments ("n")) nil [13041 13419]) ("next-error-follow-last-line" variable nil nil [13490 13530]) ("define-minor-mode" code nil nil [13532 14240]) ("next-error-follow-mode-post-command-hook" function nil nil [14356 14689]) ("fundamental-mode" function (:user-visible-flag t) nil [14698 14907]) ("special-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map "q" (quote quit-window)) (define-key map " " (quote scroll-up-command)) (define-key map [33554464] (quote scroll-down-command)) (define-key map "" (quote scroll-down-command)) (define-key map "?" (quote describe-mode)) (define-key map "h" (quote describe-mode)) (define-key map ">" (quote end-of-buffer)) (define-key map "<" (quote beginning-of-buffer)) (define-key map "g" (quote revert-buffer)) map)) nil [14985 15469]) ("put" code nil nil [15471 15511]) ("define-derived-mode" code nil nil [15512 15657]) ("self-insert-uses-region-functions" variable nil nil [15690 16550]) ("hard-newline" variable (:default-value (propertize " " (quote hard) t (quote rear-nonsticky) (quote (hard)))) nil [16552 16685]) ("newline" function (:user-visible-flag t :arguments ("arg" "interactive")) nil [16687 19491]) ("set-hard-newline-properties" function (:arguments ("from" "to")) nil [19493 19841]) ("open-line" function (:user-visible-flag t :arguments ("n")) nil [19843 20620]) ("split-line" function (:user-visible-flag t :arguments ("arg")) nil [20622 21423]) ("delete-indentation" function (:user-visible-flag t :arguments ("arg")) nil [21425 22138]) ("defalias" code nil nil [22140 22182]) ("delete-blank-lines" function (:user-visible-flag t) nil [22201 23628]) ("delete-trailing-lines" variable (:default-value t) nil [23630 23916]) ("region-modifiable-p" function (:arguments ("start" "end")) nil [23918 24140]) ("delete-trailing-whitespace" function (:user-visible-flag t :arguments ("start" "end")) nil [24142 26084]) ("newline-and-indent" function (:user-visible-flag t) nil [26086 26519]) ("reindent-then-newline-and-indent" function (:user-visible-flag t) nil [26521 27747]) ("read-quoted-char-radix" variable (:default-value 8) nil [27749 27970]) ("read-quoted-char" function (:arguments ("prompt")) nil [27972 30821]) ("quoted-insert" function (:user-visible-flag t :arguments ("arg")) nil [30823 32852]) ("forward-to-indentation" function (:user-visible-flag t :arguments ("arg")) nil [32854 33047]) ("backward-to-indentation" function (:user-visible-flag t :arguments ("arg")) nil [33049 33248]) ("back-to-indentation" function (:user-visible-flag t) nil [33250 33540]) ("fixup-whitespace" function (:user-visible-flag t) nil [33542 33885]) ("delete-horizontal-space" function (:user-visible-flag t :arguments ("backward-only")) nil [33887 34325]) ("just-one-space" function (:user-visible-flag t :arguments ("n")) nil [34327 34587]) ("cycle-spacing--context" variable nil nil [34589 34844]) ("cycle-spacing" function (:user-visible-flag t :arguments ("n" "preserve-nl-back" "mode")) nil [34846 37295]) ("beginning-of-buffer" function (:arguments ("arg")) nil [37298 38221]) ("end-of-buffer" function (:arguments ("arg")) nil [38223 39470]) ("delete-active-region" variable (:default-value t) nil [39472 40009]) ("region-extract-function" variable (:default-value (lambda (method) (when (region-beginning) (cond ((eq method (quote bounds)) (list (cons (region-beginning) (region-end)))) ((eq method (quote delete-only)) (delete-region (region-beginning) (region-end))) (t (filter-buffer-substring (region-beginning) (region-end) method)))))) nil [40011 40833]) ("region-insert-function" variable (:default-value (lambda (lines) (let ((first t)) (while lines (or first (insert 10)) (insert-for-yank (car lines)) (setq lines (cdr lines) first nil))))) nil [40835 41181]) ("delete-backward-char" function (:arguments ("n" "killflag")) nil [41183 42820]) ("delete-forward-char" function (:arguments ("n" "killflag")) nil [42822 43965]) ("mark-whole-buffer" function nil nil [43967 44526]) ("goto-line" function (:arguments ("line" "buffer")) nil [44570 46847]) ("count-words-region" function (:user-visible-flag t :arguments ("start" "end" "arg")) nil [46849 47531]) ("count-words" function (:user-visible-flag t :arguments ("start" "end")) nil [47533 48326]) ("count-words--buffer-message" function nil nil [48328 48481]) ("count-words--message" function (:arguments ("str" "start" "end")) nil [48483 48808]) ("define-obsolete-function-alias" code nil nil [48810 48889]) ("what-line" function (:user-visible-flag t) nil [48891 49242]) ("count-lines" function (:arguments ("start" "end")) nil [49244 50081]) ("line-number-at-pos" function (:arguments ("pos" "absolute")) nil [50083 50750]) ("what-cursor-position" function (:user-visible-flag t :arguments ("detail")) nil [50752 55255]) ("read-expression-map" variable (:default-value (let ((m (make-sparse-keymap))) (define-key m "\211" (quote completion-at-point)) (define-key m " " (quote completion-at-point)) (set-keymap-parent m minibuffer-local-map) m)) nil [55320 55635]) ("read-minibuffer" function (:arguments ("prompt" "initial-contents")) nil [55637 56160]) ("eval-minibuffer" function (:arguments ("prompt" "initial-contents")) nil [56162 56619]) ("minibuffer-completing-symbol" variable nil nil [56621 56724]) ("make-obsolete-variable" code nil nil [56725 56795]) ("minibuffer-default" variable nil nil [56797 56990]) ("eval-expression-print-level" variable (:default-value 4) nil [56992 57222]) ("eval-expression-print-length" variable (:default-value 12) nil [57224 57457]) ("eval-expression-debug-on-error" variable (:default-value t) nil [57459 57668]) ("eval-expression-print-maximum-character" variable (:default-value 127) nil [57670 57919]) ("eval-expression-print-format" function (:arguments ("value")) nil [57921 58608]) ("eval-expression-minibuffer-setup-hook" variable nil nil [58610 58724]) ("read--expression" function (:arguments ("prompt" "initial-contents")) nil [58726 59410]) ("eval-expression-get-print-arguments" function (:arguments ("prefix-argument")) nil [59412 60029]) ("eval-expression" function (:user-visible-flag t :arguments ("exp" "insert-value" "no-truncate" "char-print-limit")) nil [60159 62681]) ("edit-and-eval-command" function (:arguments ("prompt" "command")) nil [62683 63610]) ("repeat-complex-command" function (:user-visible-flag t :arguments ("arg")) nil [63612 65280]) ("extended-command-history" variable nil nil [65283 65320]) ("execute-extended-command--last-typed" variable nil nil [65321 65370]) ("read-extended-command" function nil nil [65372 67556]) ("suggest-key-bindings" variable (:default-value t) nil [67558 67924]) ("extended-command-suggest-shorter" variable (:default-value t) nil [67926 68091]) ("execute-extended-command--shorter-1" function (:arguments ("name" "length")) nil [68093 68555]) ("execute-extended-command--shorter" function (:arguments ("name" "typed")) nil [68557 69467]) ("execute-extended-command" function (:arguments ("prefixarg" "command-name" "typed")) nil [69469 73272]) ("command-execute" function (:arguments ("cmd" "record-flag" "keys" "special")) nil [73274 75883]) ("minibuffer-history" variable nil nil [75886 76139]) ("minibuffer-history-sexp-flag" variable nil nil [76140 76455]) ("setq" code nil nil [76456 76510]) ("setq" code nil nil [76511 76549]) ("minibuffer-history-search-history" variable nil nil [76575 76621]) ("minibuffer-text-before-history" variable nil nil [76623 76823]) ("add-hook" code nil nil [76825 76889]) ("minibuffer-history-initialize" function nil nil [76891 76975]) ("minibuffer-avoid-prompt" function (:arguments ("_new" "_old")) nil [76977 77192]) ("minibuffer-history-case-insensitive-variables" variable nil nil [77194 77584]) ("previous-matching-history-element" function (:user-visible-flag t :arguments ("regexp" "n")) nil [77586 80430]) ("next-matching-history-element" function (:user-visible-flag t :arguments ("regexp" "n")) nil [80432 81486]) ("minibuffer-temporary-goal-position" variable nil nil [81488 81535]) ("minibuffer-default-add-function" variable (:default-value (quote minibuffer-default-add-completions)) nil [81537 82177]) ("minibuffer-default-add-done" variable nil nil [82179 82502]) ("make-variable-buffer-local" code nil nil [82504 82561]) ("minibuffer-default-add-completions" function nil nil [82563 83017]) ("goto-history-element" function (:user-visible-flag t :arguments ("nabs")) nil [83019 85307]) ("next-history-element" function (:user-visible-flag t :arguments ("n")) nil [85309 85560]) ("previous-history-element" function (:user-visible-flag t :arguments ("n")) nil [85562 85820]) ("next-line-or-history-element" function (:user-visible-flag t :arguments ("arg")) nil [85822 87413]) ("previous-line-or-history-element" function (:user-visible-flag t :arguments ("arg")) nil [87415 89454]) ("next-complete-history-element" function (:user-visible-flag t :arguments ("n")) nil [89456 90112]) ("previous-complete-history-element" function (:user-visible-flag t :arguments ("n")) nil [90114 90399]) ("minibuffer-prompt-width" function nil nil [90458 90747]) ("add-hook" code nil nil [90780 90847]) ("minibuffer-history-isearch-message-overlay" variable nil nil [90849 90900]) ("make-variable-buffer-local" code nil nil [90901 90973]) ("minibuffer-history-isearch-setup" function nil nil [90975 91615]) ("minibuffer-history-isearch-end" function nil nil [91617 91847]) ("minibuffer-history-isearch-search" function nil nil [91849 93754]) ("minibuffer-history-isearch-message" function (:arguments ("c-q-hack" "ellipsis")) nil [93756 95153]) ("minibuffer-history-isearch-wrap" function nil nil [95155 95772]) ("minibuffer-history-isearch-push-state" function nil nil [95774 96105]) ("minibuffer-history-isearch-pop-state" function (:arguments ("_cmd" "hist-pos")) nil [96107 96319]) ("define-obsolete-function-alias" code nil nil [96397 96459]) ("undo-equiv-table" variable (:constant-flag t :default-value (make-hash-table :test (quote eq) :weakness t)) nil [96461 96704]) ("undo-in-region" variable nil nil [96706 96810]) ("undo-no-redo" variable nil nil [96812 96887]) ("pending-undo-list" variable nil nil [96889 97040]) ("undo" function (:user-visible-flag t :arguments ("arg")) nil [97042 101663]) ("buffer-disable-undo" function (:user-visible-flag t :arguments ("buffer")) nil [101665 101946]) ("undo-only" function (:user-visible-flag t :arguments ("arg")) nil [101948 102210]) ("undo-in-progress" variable nil nil [102212 102343]) ("undo-more" function (:arguments ("n")) nil [102345 103040]) ("primitive-undo" function (:arguments ("n" "list")) nil [103042 109676]) ("undo-copy-list" function (:arguments ("list")) nil [109701 109799]) ("undo-copy-list-1" function (:arguments ("elt")) nil [109801 109910]) ("undo-start" function (:arguments ("beg" "end")) nil [109912 110500]) ("undo-make-selective-list" function (:arguments ("start" "end")) nil [113498 115784]) ("undo-elt-in-region" function (:arguments ("undo-elt" "start" "end")) nil [115786 116825]) ("undo-elt-crosses-region" function (:arguments ("undo-elt" "start" "end")) nil [116827 117369]) ("undo-adjust-elt" function (:arguments ("elt" "deltas")) nil [117371 118136]) ("undo-adjust-beg-end" function (:arguments ("beg" "end" "deltas")) nil [119027 119332]) ("undo-adjust-pos" function (:arguments ("pos" "deltas" "use-<")) nil [119334 119806]) ("undo-delta" function (:arguments ("undo-elt")) nil [119977 120310]) ("defvar-local" code nil nil [120506 121227]) ("undo-auto-current-boundary-timer" variable nil nil [121229 121404]) ("undo-auto--this-command-amalgamating" variable nil nil [121406 121602]) ("undo-auto--needs-boundary-p" function nil nil [121604 121744]) ("undo-auto--last-boundary-amalgamating-number" function nil nil [121746 122050]) ("undo-auto--ensure-boundary" function (:arguments ("cause")) nil [122052 122680]) ("undo-auto--boundaries" function (:arguments ("cause")) nil [122682 123351]) ("undo-auto--boundary-timer" function nil nil [123353 123530]) ("undo-auto--boundary-ensure-timer" function nil nil [123532 123785]) ("undo-auto--undoably-changed-buffers" variable nil nil [123787 124024]) ("undo-auto--add-boundary" function nil nil [124026 124305]) ("undo-auto-amalgamate" function nil nil [124307 125636]) ("undo-auto--undoable-change" function nil nil [125638 125829]) ("undo-amalgamate-change-group" function (:arguments ("handle")) nil [125860 127449]) ("undo-ask-before-discard" variable nil nil [127452 128218]) ("undo-extra-outer-limit" variable nil nil [128220 128496]) ("make-variable-buffer-local" code nil nil [128497 128549]) ("setq" code nil nil [128834 128893]) ("undo-outer-limit-truncate" function (:arguments ("size")) nil [128894 130685]) ("password-word-equivalents" variable (:default-value (quote ("password" "passcode" "passphrase" "pass phrase" "\354\225\224\355\230\270" "\343\203\221\343\202\271\343\203\257\343\203\274\343\203\211" "\340\254\252\340\255\215\340\254\260\340\254\254\340\255\207\340\254\266 \340\254\270\340\254\231\340\255\215\340\254\225\340\255\207\340\254\244" "\341\236\226\341\236\266\341\236\200\341\237\222\341\236\231\341\236\237\341\236\230\341\237\222\341\236\204\341\236\266\341\236\217\341\237\213" "adgangskode" "contrase\303\261a" "contrasenya" "geslo" "has\305\202o" "heslo" "iphasiwedi" "jelsz\303\263" "l\303\266senord" "lozinka" "m\341\272\255t kh\341\272\251u" "mot de passe" "parola" "pasahitza" "passord" "passwort" "pasvorto" "salasana" "senha" "slapta\305\276odis" "wachtwoord" "\331\203\331\204\331\205\330\251 \330\247\331\204\330\263\330\261" "\327\241\327\241\327\236\327\224" "\320\273\320\276\320\267\320\270\320\275\320\272\320\260" "\320\277\320\260\321\200\320\276\320\273\321\214" "\340\244\227\340\245\201\340\244\252\340\245\215\340\244\244\340\244\266\340\244\254\340\245\215\340\244\246" "\340\244\266\340\244\254\340\245\215\340\244\246\340\244\225\340\245\202\340\244\237" "\340\252\252\340\252\276\340\252\270\340\252\265\340\252\260\340\253\215\340\252\241" "\340\260\270\340\260\202\340\260\225\340\261\207\340\260\244\340\260\252\340\260\246\340\260\256\340\261\201" "\340\250\252\340\250\276\340\250\270\340\250\265\340\250\260\340\250\241" "\340\262\227\340\263\201\340\262\252\340\263\215\340\262\244\340\262\252\340\262\246" "\340\256\225\340\256\237\340\256\265\340\257\201\340\256\232\340\257\215\340\256\232\340\257\212\340\256\262\340\257\215" "\340\264\205\340\264\237\340\264\257\340\264\276\340\264\263\340\264\265\340\264\276\340\264\225\340\265\215\340\264\225\340\265\215" "\340\246\227\340\247\201\340\246\252\340\247\215\340\246\244\340\246\266\340\246\254\340\247\215\340\246\246" "\340\246\252\340\246\276\340\246\270\340\246\223\340\247\237\340\246\276\340\246\260\340\247\215\340\246\241" "\340\266\273\340\267\204\340\267\203\340\267\212\340\266\264\340\266\257\340\266\272" "\345\257\206\347\240\201" "\345\257\206\347\242\274"))) nil [130688 132077]) ("shell-command-history" variable nil nil [132079 132269]) ("shell-command-switch" variable (:default-value (purecopy "-c")) nil [132271 132385]) ("shell-command-default-error-buffer" variable nil nil [132387 132702]) ("declare-function" code nil nil [132704 132770]) ("declare-function" code nil nil [132771 132857]) ("minibuffer-default-add-shell-commands" function (:user-visible-flag t) nil [132859 133563]) ("declare-function" code nil nil [133565 133616]) ("minibuffer-local-shell-command-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map minibuffer-local-map) (define-key map " " (quote completion-at-point)) map)) nil [133618 133863]) ("read-shell-command" function (:arguments ("prompt" "initial-contents" "hist" "args")) nil [133865 134494]) ("async-shell-command-buffer" variable (:default-value (quote confirm-new-buffer)) nil [134496 135749]) ("async-shell-command-display-buffer" variable (:default-value t) nil [135751 136077]) ("shell-command--save-pos-or-erase" function nil nil [136079 136810]) ("shell-command--set-point-after-cmd" function (:arguments ("buffer")) nil [136812 138057]) ("async-shell-command" function (:user-visible-flag t :arguments ("command" "output-buffer" "error-buffer")) nil [138059 139360]) ("shell-command" function (:user-visible-flag t :arguments ("command" "output-buffer" "error-buffer")) nil [139362 148190]) ("display-message-or-buffer" function (:arguments ("message" "buffer-name" "action" "frame")) nil [148192 150588]) ("shell-command-sentinel" function (:arguments ("process" "signal")) nil [150773 151060]) ("shell-command-on-region" function (:user-visible-flag t :arguments ("start" "end" "command" "output-buffer" "replace" "error-buffer" "display-error-buffer" "region-noncontiguous-p")) nil [151062 160637]) ("shell-command-to-string" function (:arguments ("command")) nil [160639 160899]) ("process-file" function (:arguments ("program" "infile" "buffer" "display" "args")) nil [160901 162351]) ("process-file-side-effects" variable (:default-value t) nil [162353 162775]) ("start-file-process" function (:arguments ("name" "buffer" "program" "program-args")) nil [162777 163662]) ("tabulated-list-format" variable nil nil [163684 163714]) ("tabulated-list-entries" variable nil nil [163715 163746]) ("tabulated-list-sort-key" variable nil nil [163747 163779]) ("declare-function" code nil nil [163780 163846]) ("declare-function" code nil nil [163847 163953]) ("process-menu-query-only" variable nil nil [163955 163991]) ("process-menu-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [100] (quote process-menu-delete-process)) map)) nil [163993 164123]) ("define-derived-mode" code nil nil [164125 164617]) ("process-menu-delete-process" function (:user-visible-flag t) nil [164619 164924]) ("list-processes--refresh" function nil nil [164926 166673]) ("process-menu-visit-buffer" function (:arguments ("button")) nil [166675 166772]) ("list-processes" function (:user-visible-flag t :arguments ("query-only" "buffer")) nil [166774 167737]) ("setq" code nil nil [167762 167801]) ("setq" code nil nil [167802 167838]) ("internal-echo-keystrokes-prefix" function nil nil [167840 168445]) ("prefix-command-echo-keystrokes-functions" variable nil nil [168447 168653]) ("prefix-command-update" function nil nil [168655 168822]) ("prefix-command-preserve-state-hook" variable nil nil [168824 168936]) ("prefix-command-preserve-state" function nil nil [168938 169431]) ("reset-this-command-lengths" function nil nil [169433 169536]) ("add-hook" code nil nil [169632 169728]) ("universal-argument--description" function nil nil [169729 170188]) ("add-hook" code nil nil [170190 170277]) ("universal-argument--preserve" function nil nil [170278 170356]) ("universal-argument-map" variable (:default-value (let ((map (make-sparse-keymap)) (universal-argument-minus (\` (menu-item "" negative-argument :filter (\, (lambda (cmd) (if (integerp prefix-arg) nil cmd))))))) (define-key map [switch-frame] (lambda (e) (interactive "e") (handle-switch-frame e) (universal-argument--mode))) (define-key map [21] (quote universal-argument-more)) (define-key map [45] universal-argument-minus) (define-key map [48] (quote digit-argument)) (define-key map [49] (quote digit-argument)) (define-key map [50] (quote digit-argument)) (define-key map [51] (quote digit-argument)) (define-key map [52] (quote digit-argument)) (define-key map [53] (quote digit-argument)) (define-key map [54] (quote digit-argument)) (define-key map [55] (quote digit-argument)) (define-key map [56] (quote digit-argument)) (define-key map [57] (quote digit-argument)) (define-key map [kp-0] (quote digit-argument)) (define-key map [kp-1] (quote digit-argument)) (define-key map [kp-2] (quote digit-argument)) (define-key map [kp-3] (quote digit-argument)) (define-key map [kp-4] (quote digit-argument)) (define-key map [kp-5] (quote digit-argument)) (define-key map [kp-6] (quote digit-argument)) (define-key map [kp-7] (quote digit-argument)) (define-key map [kp-8] (quote digit-argument)) (define-key map [kp-9] (quote digit-argument)) (define-key map [kp-subtract] universal-argument-minus) map)) nil [170358 171974]) ("universal-argument--mode" function nil nil [171976 172086]) ("universal-argument" function (:user-visible-flag t) nil [172088 172831]) ("universal-argument-more" function (:arguments ("arg")) nil [172833 173305]) ("negative-argument" function (:user-visible-flag t :arguments ("arg")) nil [173307 173681]) ("digit-argument" function (:user-visible-flag t :arguments ("arg")) nil [173683 174451]) ("filter-buffer-substring-functions" variable nil nil [174455 174632]) ("make-obsolete-variable" code nil nil [174633 174757]) ("filter-buffer-substring-function" variable (:default-value (function buffer-substring--filter)) nil [174759 175165]) ("buffer-substring-filters" variable nil nil [175167 175648]) ("make-obsolete-variable" code nil nil [175649 175764]) ("filter-buffer-substring" function (:arguments ("beg" "end" "delete")) nil [175766 176622]) ("buffer-substring--filter" function (:arguments ("beg" "end" "delete")) nil [176624 177543]) ("interprogram-cut-function" variable (:default-value (function gui-select-text)) nil [177587 178138]) ("interprogram-paste-function" variable (:default-value (function gui-selection-value)) nil [178140 179579]) ("kill-ring" variable nil nil [179620 180075]) ("kill-ring-max" variable (:default-value 60) nil [180077 180212]) ("kill-ring-yank-pointer" variable nil nil [180214 180315]) ("save-interprogram-paste-before-kill" variable nil nil [180317 180714]) ("kill-do-not-save-duplicates" variable nil nil [180716 180945]) ("kill-new" function (:arguments ("string" "replace")) nil [180947 182972]) ("kill-append-merge-undo" variable nil nil [183153 183423]) ("kill-append" function (:arguments ("string" "before-p")) nil [183425 184289]) ("yank-pop-change-selection" variable nil nil [184291 184639]) ("current-kill" function (:arguments ("n" "do-not-move")) nil [184641 186299]) ("kill-read-only-ok" variable nil nil [186350 186486]) ("kill-region" function (:user-visible-flag t :arguments ("beg" "end" "region")) nil [186488 189364]) ("copy-region-as-kill" function (:user-visible-flag t :arguments ("beg" "end" "region")) nil [189558 190691]) ("kill-ring-save" function (:user-visible-flag t :arguments ("beg" "end" "region")) nil [190693 191982]) ("indicate-copied-region" function (:arguments ("message-len")) nil [191984 193566]) ("append-next-kill" function (:user-visible-flag t :arguments ("interactive")) nil [193568 194388]) ("bidi-directional-controls-chars" variable (:default-value "\342\200\252-\342\200\256\342\201\246-\342\201\251") nil [194390 194535]) ("bidi-directional-non-controls-chars" variable (:default-value "^\342\200\252-\342\200\256\342\201\246-\342\201\251") nil [194537 194687]) ("squeeze-bidi-context-1" function (:arguments ("from" "to" "category" "replacement")) nil [194689 195795]) ("squeeze-bidi-context" function (:arguments ("from" "to")) nil [195797 196898]) ("line-substring-with-bidi-context" function (:arguments ("start" "end" "no-properties")) nil [196900 198826]) ("buffer-substring-with-bidi-context" function (:arguments ("start" "end" "no-properties")) nil [198828 200131]) ("yank-handled-properties" variable (:default-value (quote ((font-lock-face . yank-handle-font-lock-face-property) (category . yank-handle-category-property)))) nil [200147 200972]) ("yank-excluded-properties" variable (:default-value (quote (category field follow-link fontified font-lock-face help-echo intangible invisible keymap local-map mouse-face read-only yank-handler))) nil [201045 201508]) ("yank-window-start" variable nil nil [201510 201540]) ("yank-undo-function" variable nil nil [201541 201872]) ("yank-pop" function (:user-visible-flag t :arguments ("arg")) nil [201874 203590]) ("yank" function (:user-visible-flag t :arguments ("arg")) nil [203592 206332]) ("rotate-yank-pointer" function (:user-visible-flag t :arguments ("arg")) nil [206334 206524]) ("kill-forward-chars" function (:arguments ("arg")) nil [206589 206734]) ("kill-backward-chars" function (:arguments ("arg")) nil [206783 206929]) ("backward-delete-char-untabify-method" variable (:default-value (quote untabify)) nil [206931 207406]) ("backward-delete-char-untabify" function (:user-visible-flag t :arguments ("arg" "killp")) nil [207408 208760]) ("zap-to-char" function (:user-visible-flag t :arguments ("arg" "char")) nil [208762 209379]) ("kill-whole-line" variable nil nil [209416 209561]) ("kill-line" function (:user-visible-flag t :arguments ("arg")) nil [209563 211777]) ("kill-whole-line" function (:user-visible-flag t :arguments ("arg")) nil [211779 213408]) ("forward-visible-line" function (:arguments ("arg")) nil [213410 215900]) ("end-of-visible-line" function nil nil [215902 216668]) ("kill-current-buffer" function (:user-visible-flag t) nil [216670 217175]) ("insert-buffer" function (:arguments ("buffer")) nil [217179 217732]) ("append-to-buffer" function (:user-visible-flag t :arguments ("buffer" "start" "end")) nil [217734 218634]) ("prepend-to-buffer" function (:user-visible-flag t :arguments ("buffer" "start" "end")) nil [218636 219178]) ("copy-to-buffer" function (:user-visible-flag t :arguments ("buffer" "start" "end")) nil [219180 219749]) ("define-error" code nil nil [219752 219821]) ("activate-mark-hook" variable nil nil [219823 220012]) ("deactivate-mark-hook" variable nil nil [220014 220092]) ("mark" function (:arguments ("force")) nil [220094 220718]) ("deactivate-mark" function (:arguments ("force")) nil [220753 222843]) ("activate-mark" function (:arguments ("no-tmm")) nil [222845 223236]) ("set-mark" function (:arguments ("pos")) nil [223238 224462]) ("save-mark-and-excursion--save" function nil nil [224464 224613]) ("save-mark-and-excursion--restore" function (:arguments ("saved-mark-info")) nil [224615 225565]) ("save-mark-and-excursion" function (:arguments ("body")) nil [225567 226022]) ("use-empty-active-region" variable nil nil [226024 226523]) ("use-region-p" function nil nil [226525 227131]) ("region-active-p" function nil nil [227133 227822]) ("region-bounds" function nil nil [227824 228013]) ("region-noncontiguous-p" function nil nil [228015 228238]) ("redisplay-unhighlight-region-function" variable (:default-value (lambda (rol) (when (overlayp rol) (delete-overlay rol)))) nil [228240 228346]) ("redisplay-highlight-region-function" variable (:default-value (lambda (start end window rol) (if (not (overlayp rol)) (let ((nrol (make-overlay start end))) (funcall redisplay-unhighlight-region-function rol) (overlay-put nrol (quote window) window) (overlay-put nrol (quote face) (quote region)) (overlay-put nrol (quote priority) (quote (nil . 100))) nrol) (unless (and (eq (overlay-buffer rol) (current-buffer)) (eq (overlay-start rol) start) (eq (overlay-end rol) end)) (move-overlay rol start end (current-buffer))) rol))) nil [228348 229219]) ("redisplay--update-region-highlight" function (:arguments ("window")) nil [229221 230057]) ("pre-redisplay-functions" variable (:default-value (list (function redisplay--update-region-highlight))) nil [230059 230375]) ("redisplay--pre-redisplay-functions" function (:arguments ("windows")) nil [230377 230842]) ("add-function" code nil nil [230844 230940]) ("defvar-local" code nil nil [230943 231042]) ("put" code nil nil [231043 231078]) ("mark-ring-max" variable (:default-value 16) nil [231080 231225]) ("global-mark-ring" variable nil nil [231227 231311]) ("global-mark-ring-max" variable (:default-value 16) nil [231313 231474]) ("pop-to-mark-command" function (:user-visible-flag t) nil [231476 231789]) ("push-mark-command" function (:user-visible-flag t :arguments ("arg" "nomsg")) nil [231791 232202]) ("set-mark-command-repeat-pop" variable nil nil [232204 232663]) ("set-mark-command" function (:user-visible-flag t :arguments ("arg")) nil [232665 234984]) ("push-mark" function (:arguments ("location" "nomsg" "activate")) nil [234986 236540]) ("pop-mark" function nil nil [236542 236961]) ("define-obsolete-function-alias" code nil nil [236963 237052]) ("exchange-point-and-mark" function (:user-visible-flag t :arguments ("arg")) nil [237053 237948]) ("shift-select-mode" variable (:default-value t) nil [237950 238522]) ("handle-shift-selection" function nil nil [238524 239849]) ("define-minor-mode" code nil nil [239851 241211]) ("widen-automatically" variable (:default-value t) nil [241213 241547]) ("non-essential" variable nil nil [241549 241947]) ("pop-global-mark" function (:user-visible-flag t) nil [241949 242764]) ("next-line-add-newlines" variable nil nil [242767 242941]) ("next-line" function (:arguments ("arg" "try-vscroll")) nil [242943 245140]) ("previous-line" function (:arguments ("arg" "try-vscroll")) nil [245142 246848]) ("track-eol" variable nil nil [246850 247188]) ("goal-column" variable nil nil [247190 247457]) ("make-variable-buffer-local" code nil nil [247458 247499]) ("temporary-goal-column" variable nil nil [247501 248018]) ("last--line-number-width" variable nil nil [248020 248151]) ("line-move-ignore-invisible" variable (:default-value t) nil [248153 248804]) ("line-move-visual" variable (:default-value t) nil [248806 249382]) ("declare-function" code nil nil [249419 249479]) ("default-font-height" function nil nil [249481 250115]) ("default-font-width" function nil nil [250117 250838]) ("default-line-height" function nil nil [250840 251302]) ("window-screen-lines" function nil nil [251304 251874]) ("line-move-partial" function (:arguments ("arg" "noerror" "_to-end")) nil [251921 255695]) ("line-move" function (:arguments ("arg" "noerror" "_to-end" "try-vscroll")) nil [256019 257976]) ("line-move-visual" function (:arguments ("arg" "noerror")) nil [258124 261606]) ("line-move-1" function (:arguments ("arg" "noerror" "_to-end")) nil [261760 266433]) ("line-move-finish" function (:arguments ("column" "opoint" "forward")) nil [266435 269936]) ("line-move-to-column" function (:arguments ("col")) nil [269938 271520]) ("move-end-of-line" function (:user-visible-flag t :arguments ("arg")) nil [271522 272877]) ("move-beginning-of-line" function (:user-visible-flag t :arguments ("arg")) nil [272879 274502]) ("put" code nil nil [274632 274666]) ("set-goal-column" function (:user-visible-flag t :arguments ("arg")) nil [274668 275701]) ("end-of-visual-line" function (:user-visible-flag t :arguments ("n")) nil [275769 276333]) ("beginning-of-visual-line" function (:user-visible-flag t :arguments ("n")) nil [276335 277024]) ("kill-visual-line" function (:user-visible-flag t :arguments ("arg")) nil [277026 278448]) ("next-logical-line" function (:user-visible-flag t :arguments ("arg" "try-vscroll")) nil [278450 278819]) ("previous-logical-line" function (:user-visible-flag t :arguments ("arg" "try-vscroll")) nil [278821 279200]) ("visual-line" customgroup (:user-visible-flag t) nil [279202 279303]) ("visual-line-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [remap kill-line] (quote kill-visual-line)) (define-key map [remap move-beginning-of-line] (quote beginning-of-visual-line)) (define-key map [remap move-end-of-line] (quote end-of-visual-line)) map)) nil [279305 279793]) ("visual-line-fringe-indicators" variable (:default-value (quote (nil nil))) nil [279795 280982]) ("visual-line--saved-state" variable nil nil [280984 281021]) ("define-minor-mode" code nil nil [281023 282849]) ("turn-on-visual-line-mode" function nil nil [282851 282909]) ("define-globalized-minor-mode" code nil nil [282911 283009]) ("transpose-chars" function (:user-visible-flag t :arguments ("arg")) nil [283013 283527]) ("transpose-words" function (:user-visible-flag t :arguments ("arg")) nil [283529 283973]) ("transpose-sexps" function (:user-visible-flag t :arguments ("arg")) nil [283975 285729]) ("transpose-lines" function (:user-visible-flag t :arguments ("arg")) nil [285731 286338]) ("transpose-subr" function (:arguments ("mover" "arg" "special")) nil [286489 287746]) ("transpose-subr-1" function (:arguments ("pos1" "pos2")) nil [287748 288752]) ("backward-word" function (:user-visible-flag t :arguments ("arg")) nil [288755 289411]) ("mark-word" function (:user-visible-flag t :arguments ("arg" "allow-extend")) nil [289413 290165]) ("kill-word" function (:user-visible-flag t :arguments ("arg")) nil [290167 290379]) ("backward-kill-word" function (:user-visible-flag t :arguments ("arg")) nil [290381 290572]) ("current-word" function (:arguments ("strict" "really-word")) nil [290574 292182]) ("fill-prefix" variable nil nil [292185 292351]) ("make-variable-buffer-local" code nil nil [292352 292393]) ("put" code nil nil [292394 292451]) ("auto-fill-inhibit-regexp" variable nil nil [292453 292619]) ("do-auto-fill" function nil nil [292621 295977]) ("comment-line-break-function" variable (:default-value (quote comment-indent-new-line)) nil [295979 296305]) ("default-indent-new-line" function (:user-visible-flag t :arguments ("soft")) nil [296307 297414]) ("internal-auto-fill" function nil nil [297416 297670]) ("normal-auto-fill-function" variable (:default-value (quote do-auto-fill)) nil [297672 297828]) ("put" code nil nil [297830 297892]) ("put" code nil nil [298066 298118]) ("define-minor-mode" code nil nil [298120 299026]) ("auto-fill-function" function nil nil [299093 299200]) ("turn-on-auto-fill" function nil nil [299202 299295]) ("turn-off-auto-fill" function nil nil [299297 299393]) ("custom-add-option" code nil nil [299395 299449]) ("set-fill-column" function (:user-visible-flag t :arguments ("arg")) nil [299451 300289]) ("set-selective-display" function (:user-visible-flag t :arguments ("arg")) nil [300292 301082]) ("defvaralias" code nil nil [301084 301142]) ("toggle-truncate-lines" function (:user-visible-flag t :arguments ("arg")) nil [301144 301924]) ("toggle-word-wrap" function (:user-visible-flag t :arguments ("arg")) nil [301926 302470]) ("overwrite-mode-textual" variable (:default-value (purecopy " Ovwrt")) nil [302472 302589]) ("overwrite-mode-binary" variable (:default-value (purecopy " Bin Ovwrt")) nil [302590 302717]) ("define-minor-mode" code nil nil [302719 303452]) ("define-minor-mode" code nil nil [303454 304382]) ("define-minor-mode" code nil nil [304384 304860]) ("define-minor-mode" code nil nil [304862 305166]) ("define-minor-mode" code nil nil [305168 305476]) ("define-minor-mode" code nil nil [305478 306474]) ("paren-blinking" customgroup (:user-visible-flag t) nil [306477 306608]) ("blink-matching-paren" variable (:default-value t) nil [306610 307208]) ("blink-matching-paren-on-screen" variable (:default-value t) nil [307210 307626]) ("blink-matching-paren-distance" variable (:default-value (* 100 1024)) nil [307628 307953]) ("blink-matching-delay" variable (:default-value 1) nil [307955 308091]) ("blink-matching-paren-dont-ignore-comments" variable nil nil [308093 308361]) ("blink-matching-check-mismatch" function (:arguments ("start" "end")) nil [308363 309348]) ("blink-matching-check-function" variable (:default-value (function blink-matching-check-mismatch)) nil [309350 309716]) ("blink-matching--overlay" variable (:default-value (let ((ol (make-overlay (point) (point) nil t))) (overlay-put ol (quote face) (quote show-paren-match)) (delete-overlay ol) ol)) nil [309718 309928]) ("blink-matching-open" function (:user-visible-flag t) nil [309930 314494]) ("blink-paren-function" variable (:default-value (quote blink-matching-open)) nil [314496 314685]) ("blink-paren-post-self-insert-function" function nil nil [314687 315334]) ("put" code nil nil [315336 315394]) ("add-hook" code nil nil [315396 315775]) ("keyboard-quit" function (:user-visible-flag t) nil [315962 316680]) ("buffer-quit-function" variable nil nil [316682 316932]) ("keyboard-escape-quit" function (:user-visible-flag t) nil [316934 317760]) ("play-sound-file" function (:user-visible-flag t :arguments ("file" "volume" "device")) nil [317762 318157]) ("read-mail-command" variable (:default-value (quote rmail)) nil [318161 318678]) ("mail-user-agent" variable (:default-value (quote message-user-agent)) nil [318680 320224]) ("compose-mail-user-agent-warnings" variable (:default-value t) nil [320226 320551]) ("rfc822-goto-eoh" function nil nil [320553 320957]) ("mail-encode-mml" variable nil nil [320999 321138]) ("compose-mail" function (:user-visible-flag t :arguments ("to" "subject" "other-headers" "continue" "switch-function" "yank-action" "send-actions" "return-action")) nil [321140 323834]) ("compose-mail-other-window" function (:user-visible-flag t :arguments ("to" "subject" "other-headers" "continue" "yank-action" "send-actions" "return-action")) nil [323836 324227]) ("compose-mail-other-frame" function (:user-visible-flag t :arguments ("to" "subject" "other-headers" "continue" "yank-action" "send-actions" "return-action")) nil [324229 324617]) ("set-variable-value-history" variable nil nil [324621 324806]) ("set-variable" function (:user-visible-flag t :arguments ("variable" "value" "make-local")) nil [324808 327904]) ("completion-list-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [mouse-2] (quote choose-completion)) (define-key map [follow-link] (quote mouse-face)) (define-key map [down-mouse-2] nil) (define-key map " " (quote choose-completion)) (define-key map "" (quote delete-completion-window)) (define-key map [left] (quote previous-completion)) (define-key map [right] (quote next-completion)) (define-key map [9] (quote next-completion)) (define-key map [backtab] (quote previous-completion)) (define-key map "q" (quote quit-window)) (define-key map "z" (quote kill-current-buffer)) map)) nil [327959 328595]) ("put" code nil nil [328663 328711]) ("completion-reference-buffer" variable nil nil [328713 328942]) ("completion-no-auto-exit" variable nil nil [328944 329125]) ("completion-base-position" variable nil nil [329127 329497]) ("completion-list-insert-choice-function" variable (:default-value (function completion--replace)) nil [329499 329798]) ("completion-base-size" variable nil nil [329800 330255]) ("make-obsolete-variable" code nil nil [330256 330335]) ("delete-completion-window" function (:user-visible-flag t) nil [330337 330711]) ("previous-completion" function (:user-visible-flag t :arguments ("n")) nil [330713 330844]) ("next-completion" function (:user-visible-flag t :arguments ("n")) nil [330846 332096]) ("choose-completion" function (:user-visible-flag t :arguments ("event")) nil [332098 334057]) ("choose-completion-guess-base-position" function (:arguments ("string")) nil [334141 334979]) ("choose-completion-delete-max-match" function (:arguments ("string")) nil [334981 335173]) ("choose-completion-string-functions" variable nil nil [335175 335814]) ("choose-completion-string" function (:arguments ("choice" "buffer" "base-position" "insert-function")) nil [335816 339226]) ("define-derived-mode" code nil nil [339228 339600]) ("completion-list-mode-finish" function nil nil [339602 339798]) ("add-hook" code nil nil [339800 339862]) ("completion-show-help" variable (:default-value t) nil [339926 340077]) ("completion-setup-function" function nil nil [340208 342190]) ("add-hook" code nil nil [342192 342252]) ("define-key" code nil nil [342254 342329]) ("define-key" code nil nil [342330 342405]) ("switch-to-completions" function (:user-visible-flag t) nil [342407 342948]) ("event-apply-alt-modifier" function (:arguments ("_ignore-prompt")) nil [343110 343353]) ("event-apply-super-modifier" function (:arguments ("_ignore-prompt")) nil [343354 343607]) ("event-apply-hyper-modifier" function (:arguments ("_ignore-prompt")) nil [343608 343861]) ("event-apply-shift-modifier" function (:arguments ("_ignore-prompt")) nil [343862 344115]) ("event-apply-control-modifier" function (:arguments ("_ignore-prompt")) nil [344116 344373]) ("event-apply-meta-modifier" function (:arguments ("_ignore-prompt")) nil [344374 344622]) ("event-apply-modifier" function (:arguments ("event" "symbol" "lshiftby" "prefix")) nil [344624 345688]) ("define-key" code nil nil [345690 345761]) ("define-key" code nil nil [345762 345833]) ("define-key" code nil nil [345834 345904]) ("define-key" code nil nil [345905 345974]) ("define-key" code nil nil [345975 346046]) ("define-key" code nil nil [346047 346120]) ("mapc" code nil nil [346410 347005]) ("clone-buffer-hook" variable nil nil [347057 347158]) ("clone-indirect-buffer-hook" variable nil nil [347160 347279]) ("clone-process" function (:arguments ("process" "newname")) nil [347281 348790]) ("clone-buffer" function (:user-visible-flag t :arguments ("newname" "display-flag")) nil [348893 351856]) ("clone-indirect-buffer" function (:user-visible-flag t :arguments ("newname" "display-flag" "norecord")) nil [351859 353499]) ("clone-indirect-buffer-other-window" function (:user-visible-flag t :arguments ("newname" "display-flag" "norecord")) nil [353502 353985]) ("normal-erase-is-backspace" variable (:default-value (quote maybe)) nil [354033 355574]) ("normal-erase-is-backspace-setup-frame" function (:arguments ("frame")) nil [355576 356651]) ("define-minor-mode" code nil nil [356653 360148]) ("vis-mode-saved-buffer-invisibility-spec" variable nil nil [360151 360274]) ("define-minor-mode" code nil nil [360276 361429]) ("define-minor-mode" code nil nil [361431 362201]) ("messages-buffer-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map special-mode-map) (define-key map "g" nil) map)) nil [362204 362387]) ("define-derived-mode" code nil nil [362389 362505]) ("messages-buffer" function nil nil [362507 362794]) ("bad-packages-alist" variable (:constant-flag t :default-value (quote ((semantic semantic-version "\\`2\\.0pre[1-3]\\'" "The version of `semantic' loaded does not work in Emacs 22. It can cause constant high CPU load. Upgrade to at least Semantic 2.0pre4 (distributed with CEDET 1.0pre4).") (CUA-mode t nil "CUA-mode is now part of the standard GNU Emacs distribution, so you can now enable CUA via the Options menu or by customizing `cua-mode'. You have loaded an older version of CUA-mode which does not work correctly with this version of Emacs. You should remove the old version and use the one distributed with Emacs.")))) nil [363743 365169]) ("bad-package-check" function (:arguments ("package")) nil [365171 365676]) ("dolist" code nil nil [365678 365800]) ("define-alternatives" function (:arguments ("command" "customizations")) nil [366453 369077]) ("upcase-dwim" function (:user-visible-flag t :arguments ("arg")) nil [369143 369512]) ("downcase-dwim" function (:user-visible-flag t :arguments ("arg")) nil [369514 369901]) ("capitalize-dwim" function (:user-visible-flag t :arguments ("arg")) nil [369903 370304]) ("simple" package nil nil [370309 370326])) :file "simple.el" :pointmax 370352 :fsize 370637 :lastmodtime '(23525 29518 0 0) :unmatched-syntax '((close-paren 1069 . 1070) (symbol 1034 . 1051) (open-paren 1033 . 1034))) (semanticdb-table "semanticdb-table" :major-mode emacs-lisp-mode :tags '( ("linum-version" variable (:constant-flag t :default-value "0.9x") nil [1149 1180]) ("linum-overlays" variable nil nil [1182 1241]) ("linum-available" variable nil nil [1242 1302]) ("linum-before-numbering-hook" variable nil nil [1303 1406]) ("mapc" code nil nil [1408 1477]) ("linum" customgroup (:user-visible-flag t) nil [1479 1563]) ("linum-format" variable (:default-value (quote dynamic)) nil [1565 2040]) ("linum" variable (:default-value (quote ((t :inherit (shadow default)))) :type "face") nil [2042 2168]) ("linum-eager" variable (:default-value t) nil [2170 2431]) ("linum-delay" variable nil nil [2433 2553]) ("define-minor-mode" code nil nil [2570 4412]) ("define-globalized-minor-mode" code nil nil [4429 4497]) ("linum-on" function nil nil [4499 5161]) ("linum-delete-overlays" function nil nil [5163 5901]) ("linum-update-current" function nil nil [5903 6016]) ("linum-update" function (:arguments ("buffer")) nil [6018 6433]) ("declare-function" code nil nil [6469 6529]) ("linum--face-width" function (:arguments ("face")) nil [6531 6723]) ("linum-update-window" function (:arguments ("win")) nil [6725 9281]) ("linum-after-change" function (:arguments ("beg" "end" "_len")) nil [9283 9551]) ("linum-after-scroll" function (:arguments ("win" "_start")) nil [9553 9629]) ("linum-schedule" function nil nil [9694 9848]) ("linum-unload-function" function nil nil [9963 10089]) ("linum" package nil nil [10091 10107])) :file "linum.el" :pointmax 10132 :fsize 10131 :lastmodtime '(23525 29512 0 0) :unmatched-syntax nil) (semanticdb-table "semanticdb-table" :major-mode emacs-lisp-mode :tags '( ("make-mode-line-mouse-map" function (:arguments ("mouse" "function")) nil [929 1264]) ("mode-line-toggle-read-only" function (:user-visible-flag t :arguments ("event")) nil [1267 1472]) ("mode-line-toggle-modified" function (:user-visible-flag t :arguments ("event")) nil [1474 1733]) ("mode-line-widen" function (:user-visible-flag t :arguments ("event")) nil [1735 1925]) ("mode-line-input-method-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [mode-line mouse-2] (lambda (e) (interactive "e") (with-selected-window (posn-window (event-start e)) (toggle-input-method) (force-mode-line-update)))) (define-key map [mode-line mouse-3] (lambda (e) (interactive "e") (with-selected-window (posn-window (event-start e)) (describe-current-input-method)))) (purecopy map))) nil [1927 2372]) ("mode-line-coding-system-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [mode-line mouse-1] (lambda (e) (interactive "e") (with-selected-window (posn-window (event-start e)) (when (and enable-multibyte-characters buffer-file-coding-system) (describe-coding-system buffer-file-coding-system))))) (define-key map [mode-line mouse-3] (lambda (e) (interactive "e") (with-selected-window (posn-window (event-start e)) (call-interactively (quote set-buffer-file-coding-system))))) (purecopy map))) nil [2374 2982]) ("mode-line-change-eol" function (:user-visible-flag t :arguments ("event")) nil [2984 3334]) ("mode-line-eol-desc-cache" variable nil nil [3336 3373]) ("mode-line-eol-desc" function nil nil [3375 4254]) ("mode-line-default-help-echo" variable (:default-value "mouse-1: Select (drag to resize) mouse-2: Make current window occupy the whole frame mouse-3: Remove current window from display") nil [4282 4822]) ("mode-line-front-space" variable (:default-value (quote (:eval (if (display-graphic-p) " " "-")))) nil [4824 5109]) ("put" code nil nil [5110 5162]) ("mode-line-mule-info-help-echo" function (:arguments ("window" "_object" "_point")) nil [5164 5616]) ("mode-line-mule-info" variable (:default-value (\` ("" (current-input-method (:propertize ("" current-input-method-title) help-echo (concat (\, (purecopy "Current input method: ")) current-input-method (\, (purecopy " mouse-2: Disable input method mouse-3: Describe current input method"))) local-map (\, mode-line-input-method-map) mouse-face mode-line-highlight)) (\, (propertize "%z" (quote help-echo) (quote mode-line-mule-info-help-echo) (quote mouse-face) (quote mode-line-highlight) (quote local-map) mode-line-coding-system-map)) (:eval (mode-line-eol-desc))))) nil [5618 6540]) ("put" code nil nil [6556 6606]) ("make-variable-buffer-local" code nil nil [6607 6656]) ("mode-line-client" variable (:default-value (\` ("" (:propertize ("" (:eval (if (frame-parameter nil (quote client)) "@" ""))) help-echo (\, (purecopy "emacsclient frame")))))) nil [6658 6869]) ("put" code nil nil [6885 6932]) ("mode-line-read-only-help-echo" function (:arguments ("window" "_object" "_point")) nil [6934 7209]) ("mode-line-modified-help-echo" function (:arguments ("window" "_object" "_point")) nil [7211 7471]) ("mode-line-modified" variable (:default-value (list (propertize "%1*" (quote help-echo) (quote mode-line-read-only-help-echo) (quote local-map) (purecopy (make-mode-line-mouse-map (quote mouse-1) (function mode-line-toggle-read-only))) (quote mouse-face) (quote mode-line-highlight)) (propertize "%1+" (quote help-echo) (quote mode-line-modified-help-echo) (quote local-map) (purecopy (make-mode-line-mouse-map (quote mouse-1) (function mode-line-toggle-modified))) (quote mouse-face) (quote mode-line-highlight)))) nil [7473 7991]) ("put" code nil nil [8007 8056]) ("make-variable-buffer-local" code nil nil [8057 8105]) ("mode-line-remote" variable (:default-value (list (propertize "%1@" (quote mouse-face) (quote mode-line-highlight) (quote help-echo) (purecopy (lambda (window _object _point) (format "%s" (with-selected-window window (if (stringp default-directory) (concat (if (file-remote-p default-directory) "Current directory is remote: " "Current directory is local: ") default-directory) "Current directory is nil")))))))) nil [8107 8617]) ("put" code nil nil [8633 8680]) ("make-variable-buffer-local" code nil nil [8681 8727]) ("mode-line-frame-control" function nil nil [8797 9034]) ("mode-line-frame-identification" variable (:default-value (quote (:eval (mode-line-frame-control)))) nil [9144 9273]) ("put" code nil nil [9289 9350]) ("mode-line-process" variable nil nil [9352 9511]) ("put" code nil nil [9527 9575]) ("make-variable-buffer-local" code nil nil [9576 9623]) ("bindings--define-key" function (:arguments ("map" "key" "item")) nil [9625 10376]) ("mode-line-mode-menu" variable (:default-value (make-sparse-keymap "Minor Modes")) nil [10378 10487]) ("mode-line-major-mode-keymap" variable (:default-value (let ((map (make-sparse-keymap))) (bindings--define-key map [mode-line down-mouse-1] (\` (menu-item "Menu Bar" ignore :filter (\, (lambda (_) (mouse-menu-major-mode-map)))))) (define-key map [mode-line mouse-2] (quote describe-mode)) (define-key map [mode-line down-mouse-3] mode-line-mode-menu) map)) nil [10489 10880]) ("mode-line-minor-mode-keymap" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [mode-line down-mouse-1] (quote mouse-minor-mode-menu)) (define-key map [mode-line mouse-2] (quote mode-line-minor-mode-help)) (define-key map [mode-line down-mouse-3] mode-line-mode-menu) (define-key map [header-line down-mouse-3] mode-line-mode-menu) map)) nil [10882 11272]) ("mode-line-modes" variable (:default-value (let ((recursive-edit-help-echo "Recursive edit, type C-M-c to get out")) (list (propertize "%[" (quote help-echo) recursive-edit-help-echo) "(" (\` (:propertize ("" mode-name) help-echo "Major mode mouse-1: Display major mode menu mouse-2: Show help for major mode mouse-3: Toggle minor modes" mouse-face mode-line-highlight local-map (\, mode-line-major-mode-keymap))) (quote ("" mode-line-process)) (\` (:propertize ("" minor-mode-alist) mouse-face mode-line-highlight help-echo "Minor mode mouse-1: Display minor mode menu mouse-2: Show help for minor mode mouse-3: Toggle minor modes" local-map (\, mode-line-minor-mode-keymap))) (propertize "%n" (quote help-echo) "mouse-2: Remove narrowing from buffer" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (make-mode-line-mouse-map (quote mouse-2) (function mode-line-widen))) ")" (propertize "%]" (quote help-echo) recursive-edit-help-echo) " "))) nil [11274 12284]) ("put" code nil nil [12285 12331]) ("mode-line-column-line-number-mode-map" variable (:default-value (let ((map (make-sparse-keymap)) (menu-map (make-sparse-keymap "Toggle Line and Column Number Display"))) (bindings--define-key menu-map [size-indication-mode] (quote (menu-item "Display Size Indication" size-indication-mode :help "Toggle displaying a size indication in the mode-line" :button (:toggle . size-indication-mode)))) (bindings--define-key menu-map [line-number-mode] (quote (menu-item "Display Line Numbers" line-number-mode :help "Toggle displaying line numbers in the mode-line" :button (:toggle . line-number-mode)))) (bindings--define-key menu-map [column-number-mode] (quote (menu-item "Display Column Numbers" column-number-mode :help "Toggle displaying column numbers in the mode-line" :button (:toggle . column-number-mode)))) (define-key map [mode-line down-mouse-1] menu-map) map)) nil [12333 13277]) ("column-number-indicator-zero-based" variable (:default-value t) nil [13279 13665]) ("mode-line-percent-position" variable (:default-value (quote (-3 "%p"))) nil [13667 14457]) ("put" code nil nil [14458 14515]) ("mode-line-position" variable (:default-value (\` ((:propertize mode-line-percent-position local-map (\, mode-line-column-line-number-mode-map) mouse-face mode-line-highlight help-echo "Size indication mode mouse-1: Display Line and Column Mode Menu") (size-indication-mode (8 (\, (propertize " of %I" (quote local-map) mode-line-column-line-number-mode-map (quote mouse-face) (quote mode-line-highlight) (quote help-echo) "Size indication mode mouse-1: Display Line and Column Mode Menu")))) (line-number-mode ((column-number-mode (column-number-indicator-zero-based (10 (\, (propertize " (%l,%c)" (quote local-map) mode-line-column-line-number-mode-map (quote mouse-face) (quote mode-line-highlight) (quote help-echo) "Line number and Column number mouse-1: Display Line and Column Mode Menu"))) (10 (\, (propertize " (%l,%C)" (quote local-map) mode-line-column-line-number-mode-map (quote mouse-face) (quote mode-line-highlight) (quote help-echo) "Line number and Column number mouse-1: Display Line and Column Mode Menu")))) (6 (\, (propertize " L%l" (quote local-map) mode-line-column-line-number-mode-map (quote mouse-face) (quote mode-line-highlight) (quote help-echo) "Line Number mouse-1: Display Line and Column Mode Menu"))))) ((column-number-mode (column-number-indicator-zero-based (5 (\, (propertize " C%c" (quote local-map) mode-line-column-line-number-mode-map (quote mouse-face) (quote mode-line-highlight) (quote help-echo) "Column number mouse-1: Display Line and Column Mode Menu"))) (5 (\, (propertize " C%C" (quote local-map) mode-line-column-line-number-mode-map (quote mouse-face) (quote mode-line-highlight) (quote help-echo) "Column number mouse-1: Display Line and Column Mode Menu")))))))))) nil [14517 16636]) ("put" code nil nil [16637 16686]) ("mode-line-buffer-identification-keymap" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [mode-line mouse-1] (quote mode-line-previous-buffer)) (define-key map [header-line down-mouse-1] (quote ignore)) (define-key map [header-line mouse-1] (quote mode-line-previous-buffer)) (define-key map [mode-line mouse-3] (quote mode-line-next-buffer)) (define-key map [header-line down-mouse-3] (quote ignore)) (define-key map [header-line mouse-3] (quote mode-line-next-buffer)) map)) nil [16688 17421]) ("propertized-buffer-identification" function (:arguments ("fmt")) nil [17423 17907]) ("mode-line-buffer-identification" variable (:default-value (propertized-buffer-identification "%12b")) nil [17909 18222]) ("put" code nil nil [18238 18300]) ("make-variable-buffer-local" code nil nil [18301 18362]) ("mode-line-misc-info" variable (:default-value (quote ((global-mode-string ("" global-mode-string " "))))) nil [18364 18575]) ("put" code nil nil [18576 18626]) ("mode-line-end-spaces" variable (:default-value (quote (:eval (unless (display-graphic-p) "-%-")))) nil [18628 18761]) ("put" code nil nil [18762 18813]) ("let" code nil nil [18878 19443]) ("mode-line-unbury-buffer" function (:user-visible-flag t :arguments ("event")) nil [19447 19626]) ("mode-line-bury-buffer" function (:user-visible-flag t :arguments ("event")) nil [19628 19825]) ("mode-line-other-buffer" function (:user-visible-flag t) nil [19827 19994]) ("mode-line-next-buffer" function (:user-visible-flag t :arguments ("event")) nil [19996 20193]) ("mode-line-previous-buffer" function (:user-visible-flag t :arguments ("event")) nil [20195 20404]) ("bound-and-true-p" function (:arguments ("var")) nil [20406 20536]) ("bindings--define-key" code nil nil [20655 20876]) ("bindings--define-key" code nil nil [20877 21125]) ("bindings--define-key" code nil nil [21126 21391]) ("bindings--define-key" code nil nil [21392 21621]) ("bindings--define-key" code nil nil [21622 21861]) ("bindings--define-key" code nil nil [21862 22036]) ("bindings--define-key" code nil nil [22037 22242]) ("bindings--define-key" code nil nil [22243 22547]) ("bindings--define-key" code nil nil [22548 22788]) ("bindings--define-key" code nil nil [22789 22989]) ("bindings--define-key" code nil nil [22990 23180]) ("mode-line-minor-mode-help" function (:user-visible-flag t :arguments ("event")) nil [23182 23421]) ("minor-mode-alist" variable nil nil [23423 23720]) ("put" code nil nil [23736 23783]) ("setq" code nil nil [23854 24061]) ("setq" code nil nil [24346 25608]) ("setq" code nil nil [25644 25786]) ("setq" code nil nil [25900 26303]) ("make-variable-buffer-local" code nil nil [26305 26351]) ("mapc" code nil nil [26673 27066]) ("base64" package nil nil [27124 27141]) ("md5" package nil nil [27142 27156]) ("sha1" package nil nil [27157 27172]) ("overlay" package nil nil [27173 27221]) ("text-properties" package nil nil [27222 27292]) ("define-key" code nil nil [27294 27336]) ("complete-symbol" function (:user-visible-flag t :arguments ("arg")) nil [27338 27717]) ("garbage-collect" code nil nil [27835 27852]) ("setq" code nil nil [27856 27893]) ("make-variable-buffer-local" code nil nil [27895 27956]) ("global-set-key" code nil nil [27974 28026]) ("global-set-key" code nil nil [28027 28081]) ("global-set-key" code nil nil [28277 28329]) ("global-set-key" code nil nil [28330 28376]) ("global-set-key" code nil nil [28377 28428]) ("put" code nil nil [28514 28549]) ("visual-order-cursor-movement" variable nil nil [28602 29306]) ("right-char" function (:user-visible-flag t :arguments ("n")) nil [29308 30064]) ("left-char" function (:user-visible-flag t :arguments ("n")) nil [30066 30821]) ("right-word" function (:user-visible-flag t :arguments ("n")) nil [30823 31431]) ("left-word" function (:user-visible-flag t :arguments ("n")) nil [31433 32040]) ("narrow-map" variable (:default-value (make-sparse-keymap)) nil [32042 32117]) ("define-key" code nil nil [32118 32155]) ("define-key" code nil nil [32157 32202]) ("define-key" code nil nil [32203 32237]) ("define-key" code nil nil [32251 32305]) ("define-key" code nil nil [32306 32351]) ("substitute-key-definition" code nil nil [32460 32528]) ("define-key" code nil nil [32530 32569]) ("define-key" code nil nil [32570 32611]) ("define-key" code nil nil [32612 32651]) ("define-key" code nil nil [32652 32697]) ("define-key" code nil nil [32698 32742]) ("define-key" code nil nil [32743 32793]) ("define-key" code nil nil [32794 32839]) ("define-key" code nil nil [32840 32889]) ("define-key" code nil nil [32890 32930]) ("define-key" code nil nil [32931 32968]) ("define-key" code nil nil [32969 33013]) ("define-key" code nil nil [33014 33062]) ("define-key" code nil nil [33063 33104]) ("define-key" code nil nil [33178 33222]) ("define-key" code nil nil [33289 33342]) ("define-key" code nil nil [33376 33429]) ("define-key" code nil nil [33430 33462]) ("put" code nil nil [33463 33505]) ("define-key" code nil nil [33576 33613]) ("define-key" code nil nil [33614 33650]) ("define-key" code nil nil [33829 33868]) ("define-key" code nil nil [33869 33918]) ("define-key" code nil nil [33919 33964]) ("define-key" code nil nil [33966 34009]) ("define-key" code nil nil [34010 34055]) ("define-key" code nil nil [34056 34106]) ("define-key" code nil nil [34107 34153]) ("define-key" code nil nil [34154 34202]) ("define-key" code nil nil [34203 34254]) ("let" code nil nil [34256 35159]) ("define-key" code nil nil [35161 35211]) ("let" code nil nil [35212 35326]) ("define-key" code nil nil [35327 35370]) ("let" code nil nil [35397 35525]) ("define-key" code nil nil [35526 35576]) ("let" code nil nil [35608 35733]) ("define-key" code nil nil [35734 35787]) ("define-key" code nil nil [35843 35895]) ("define-key" code nil nil [36178 36221]) ("define-key" code nil nil [36223 36264]) ("define-key" code nil nil [36265 36308]) ("define-key" code nil nil [36309 36349]) ("define-key" code nil nil [36350 36395]) ("define-key" code nil nil [36396 36432]) ("define-key" code nil nil [36433 36467]) ("define-key" code nil nil [36518 36566]) ("define-key" code nil nil [36624 36673]) ("put" code nil nil [36674 36725]) ("define-key" code nil nil [36727 36781]) ("define-key" code nil nil [36782 36828]) ("define-key" code nil nil [36829 36876]) ("define-key" code nil nil [36877 36924]) ("define-key" code nil nil [36926 36967]) ("define-key" code nil nil [36968 37013]) ("define-key" code nil nil [37014 37060]) ("define-key" code nil nil [37061 37115]) ("define-key" code nil nil [37116 37164]) ("define-key" code nil nil [37166 37204]) ("goto-map" variable (:default-value (make-sparse-keymap)) nil [37206 37280]) ("define-key" code nil nil [37281 37314]) ("define-key" code nil nil [37316 37355]) ("define-key" code nil nil [37356 37395]) ("define-key" code nil nil [37396 37435]) ("define-key" code nil nil [37436 37476]) ("define-key" code nil nil [37477 37517]) ("define-key" code nil nil [37518 37562]) ("define-key" code nil nil [37563 37607]) ("define-key" code nil nil [37608 37652]) ("search-map" variable (:default-value (make-sparse-keymap)) nil [37654 37734]) ("define-key" code nil nil [37735 37770]) ("define-key" code nil nil [37772 37809]) ("define-key" code nil nil [37810 37858]) ("define-key" code nil nil [37859 37907]) ("define-key" code nil nil [37908 37956]) ("define-key" code nil nil [37957 38020]) ("define-key" code nil nil [38021 38078]) ("define-key" code nil nil [38079 38129]) ("define-key" code nil nil [38130 38183]) ("define-key" code nil nil [38184 38250]) ("define-key" code nil nil [38360 38416]) ("define-key" code nil nil [38417 38463]) ("define-key" code nil nil [38660 38717]) ("define-key" code nil nil [38718 38773]) ("define-key" code nil nil [38774 38828]) ("define-key" code nil nil [38829 38896]) ("define-key" code nil nil [38897 38962]) ("define-key" code nil nil [38963 39005]) ("define-key" code nil nil [39006 39050]) ("define-key" code nil nil [39051 39095]) ("define-key" code nil nil [39096 39138]) ("define-key" code nil nil [39139 39192]) ("define-key" code nil nil [39193 39243]) ("define-key" code nil nil [39244 39295]) ("define-key" code nil nil [39296 39348]) ("define-key" code nil nil [39349 39396]) ("put" code nil nil [39397 39427]) ("define-key" code nil nil [39428 39474]) ("define-key" code nil nil [39475 39529]) ("define-key" code nil nil [39530 39582]) ("define-key" code nil nil [39583 39642]) ("define-key" code nil nil [39643 39701]) ("define-key" code nil nil [39702 39760]) ("define-key" code nil nil [39761 39809]) ("define-key" code nil nil [39810 39857]) ("define-key" code nil nil [39858 39918]) ("define-key" code nil nil [39919 39977]) ("define-key" code nil nil [39978 40031]) ("define-key" code nil nil [40032 40099]) ("define-key" code nil nil [40100 40166]) ("define-key" code nil nil [40278 40337]) ("define-key" code nil nil [40338 40387]) ("define-key" code nil nil [40388 40438]) ("define-key" code nil nil [40439 40479]) ("define-key" code nil nil [40578 40630]) ("define-key" code nil nil [40631 40685]) ("define-key" code nil nil [40686 40730]) ("define-key" code nil nil [40731 40768]) ("define-key" code nil nil [40769 40824]) ("define-key" code nil nil [40825 40881]) ("define-key" code nil nil [40897 40939]) ("define-key" code nil nil [41171 41218]) ("define-key" code nil nil [41219 41266]) ("define-key" code nil nil [41267 41324]) ("let" code nil nil [45285 46131]) ("define-key" code nil nil [46133 46182]) ("define-key" code nil nil [46183 46229]) ("define-key" code nil nil [46230 46279]) ("define-key" code nil nil [47446 47492]) ("define-key" code nil nil [47614 47661]) ("define-key" code nil nil [47663 47711]) ("define-key" code nil nil [47713 47760]) ("define-key" code nil nil [47761 47802]) ("define-key" code nil nil [47803 47847]) ("define-key" code nil nil [47848 47894]) ("define-key" code nil nil [47896 47934]) ("define-key" code nil nil [47935 47984]) ("define-key" code nil nil [47985 48037]) ("define-key" code nil nil [48038 48084]) ("define-key" code nil nil [48085 48130]) ("define-key" code nil nil [48131 48174]) ("define-key" code nil nil [48175 48224]) ("define-key" code nil nil [48226 48261]) ("define-key" code nil nil [48262 48300]) ("define-key" code nil nil [48301 48340]) ("define-key" code nil nil [48341 48376]) ("define-key" code nil nil [48377 48424]) ("define-key" code nil nil [48426 48471]) ("define-key" code nil nil [48472 48511]) ("define-key" code nil nil [48512 48557]) ("define-key" code nil nil [48558 48608]) ("defalias" code nil nil [48610 48671]) ("mode-specific-map" variable (:default-value (symbol-function (quote mode-specific-command-prefix))) nil [48672 48787]) ("define-key" code nil nil [48788 48848]) ("global-set-key" code nil nil [48850 48889]) ("define-key" code nil nil [48890 48932]) ("global-set-key" code nil nil [48933 48971]) ("define-key" code nil nil [48972 49014]) ("global-set-key" code nil nil [49091 49130]) ("global-set-key" code nil nil [49131 49169]) ("global-set-key" code nil nil [49229 49267]) ("global-set-key" code nil nil [49268 49318]) ("global-set-key" code nil nil [49379 49419]) ("global-set-key" code nil nil [49421 49466]) ("define-key" code nil nil [49467 49512]) ("global-set-key" code nil nil [49513 49557]) ("define-key" code nil nil [49558 49602]) ("global-set-key" code nil nil [49603 49651]) ("define-key" code nil nil [49652 49700]) ("global-set-key" code nil nil [49701 49742]) ("define-key" code nil nil [49743 49784]) ("global-set-key" code nil nil [49785 49835]) ("define-key" code nil nil [49836 49886]) ("global-set-key" code nil nil [49887 49931]) ("define-key" code nil nil [49932 49976]) ("define-key" code nil nil [49978 50019]) ("define-key" code nil nil [50020 50062]) ("define-key" code nil nil [50063 50108]) ("define-key" code nil nil [50109 50147]) ("define-key" code nil nil [50148 50188]) ("define-key" code nil nil [50189 50227]) ("define-key" code nil nil [50228 50266]) ("define-key" code nil nil [50484 50535]) ("define-key" code nil nil [50536 50590]) ("define-key" code nil nil [50591 50632]) ("define-key" code nil nil [50633 50675]) ("define-key" code nil nil [50676 50723]) ("define-key" code nil nil [50724 50765]) ("define-key" code nil nil [50766 50805]) ("define-key" code nil nil [50806 50850]) ("define-key" code nil nil [50851 50895]) ("define-key" code nil nil [50896 50950]) ("define-key" code nil nil [50952 50997]) ("define-key" code nil nil [50999 51039]) ("define-key" code nil nil [51040 51095]) ("define-key" code nil nil [51096 51150]) ("ctl-x-r-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "c" (quote clear-rectangle)) (define-key map "k" (quote kill-rectangle)) (define-key map "d" (quote delete-rectangle)) (define-key map "y" (quote yank-rectangle)) (define-key map "o" (quote open-rectangle)) (define-key map "t" (quote string-rectangle)) (define-key map "N" (quote rectangle-number-lines)) (define-key map "\367" (quote copy-rectangle-as-kill)) (define-key map "