mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 76bbd07de7add0f9d13c6914f158d19630fe2f62
commit | author | age
5cb5f7 1 ;; Object semanticdb-project-database-file
C 2 ;; SEMANTICDB Tags save file
3 (semanticdb-project-database-file "semanticdb-project-database-file"
4   :tables
5   (list
6     (semanticdb-table "semanticdb-table"
7       :major-mode emacs-lisp-mode
8       :tags 
9         '( ("compile" include nil nil [1060 1078])
10             ("grep" customgroup (:user-visible-flag t) nil [1080 1175])
11             ("grep-host-defaults-alist" variable nil nil [1177 1483])
12             ("grep-apply-setting" function (:arguments ("symbol" "value")) nil [1485 2168])
13             ("grep-window-height" variable nil nil [2185 2388])
14             ("grep-highlight-matches" variable (:default-value (quote auto-detect)) nil [2390 3921])
15             ("grep-scroll-output" variable nil nil [3923 4232])
16             ("grep-command" variable nil nil [4249 4787])
17             ("grep-template" variable nil nil [4789 5441])
18             ("grep-use-null-device" variable (:default-value (quote auto-detect)) nil [5443 6119])
19             ("grep-use-null-filename-separator" variable (:default-value (quote auto-detect)) nil [6121 6498])
20             ("grep-find-command" variable nil nil [6515 6873])
21             ("grep-find-template" variable nil nil [6875 7551])
22             ("grep-files-aliases" variable (:default-value (quote (("all" . "* .[!.]* ..?*") ("el" . "*.el") ("ch" . "*.[ch]") ("c" . "*.c") ("cc" . "*.cc *.cxx *.cpp *.C *.CC *.c++") ("cchh" . "*.cc *.[ch]xx *.[ch]pp *.[CHh] *.CC *.HH *.[ch]++") ("hh" . "*.hxx *.hpp *.[Hh] *.HH *.h++") ("h" . "*.h") ("l" . "[Cc]hange[Ll]og*") ("m" . "[Mm]akefile*") ("tex" . "*.tex") ("texi" . "*.texi") ("asm" . "*.[sS]")))) nil [7553 8147])
23             ("grep-find-ignored-directories" variable (:default-value vc-directory-exclusion-list) nil [8149 8542])
24             ("grep-find-ignored-files" variable (:default-value (cons ".#*" (delq nil (mapcar (lambda (s) (unless (string-match-p "/\\'" s) (concat "*" s))) completion-ignored-extensions)))) nil [8544 9018])
25             ("grep-save-buffers" variable (:default-value (quote ask)) nil [9020 9661])
26             ("grep-error-screen-columns" variable nil nil [9663 9896])
27             ("grep-setup-hook" variable nil nil [9913 10047])
28             ("grep-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map compilation-minor-mode-map) (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 next-error-follow-minor-mode)) (define-key map " " (quote compile-goto-error)) (define-key map "n" (quote next-error-no-select)) (define-key map "p" (quote previous-error-no-select)) (define-key map "{" (quote compilation-previous-file)) (define-key map "}" (quote compilation-next-file)) (define-key map "    " (quote compilation-next-error)) (define-key map [backtab] (quote compilation-previous-error)) (define-key map [menu-bar grep] (cons "Grep" (make-sparse-keymap "Grep"))) (define-key map [menu-bar grep compilation-kill-compilation] (quote (menu-item "Kill Grep" kill-compilation :help "Kill the currently running grep process"))) (define-key map [menu-bar grep compilation-separator2] (quote ("----"))) (define-key map [menu-bar grep compilation-compile] (quote (menu-item "Compile..." compile :help "Compile the program including the current buffer.  Default: run `make'"))) (define-key map [menu-bar grep compilation-rgrep] (quote (menu-item "Recursive grep..." rgrep :help "User-friendly recursive grep in directory tree"))) (define-key map [menu-bar grep compilation-lgrep] (quote (menu-item "Local grep..." lgrep :help "User-friendly grep in a directory"))) (define-key map [menu-bar grep compilation-grep-find] (quote (menu-item "Grep via Find..." grep-find :help "Run grep via find, with user-specified args"))) (define-key map [menu-bar grep compilation-grep] (quote (menu-item "Another grep..." grep :help "Run grep, with user-specified args, and collect output in a buffer."))) (define-key map [menu-bar grep compilation-recompile] (quote (menu-item "Repeat grep" recompile :help "Run grep again"))) (define-key map [menu-bar grep compilation-separator2] (quote ("----"))) (define-key map [menu-bar grep compilation-first-error] (quote (menu-item "First Match" first-error :help "Restart at the first match, visit corresponding location"))) (define-key map [menu-bar grep compilation-previous-error] (quote (menu-item "Previous Match" previous-error :help "Visit the previous match and corresponding location"))) (define-key map [menu-bar grep compilation-next-error] (quote (menu-item "Next Match" next-error :help "Visit the next match and corresponding location"))) map)) nil [10049 12698])
29             ("grep-mode-tool-bar-map" variable (:default-value (when (keymapp (butlast tool-bar-map)) (let ((map (butlast (copy-keymap tool-bar-map))) (help (last tool-bar-map))) (tool-bar-local-item "left-arrow" (quote previous-error-no-select) (quote previous-error-no-select) map :rtl "right-arrow" :help "Goto previous match") (tool-bar-local-item "right-arrow" (quote next-error-no-select) (quote next-error-no-select) map :rtl "left-arrow" :help "Goto next match") (tool-bar-local-item "cancel" (quote kill-compilation) (quote kill-compilation) map :enable (quote (let ((buffer (compilation-find-buffer))) (get-buffer-process buffer))) :help "Stop grep") (tool-bar-local-item "refresh" (quote recompile) (quote recompile) map :help "Restart grep") (append map help)))) nil [12700 13627])
30             ("defalias" code nil nil [13629 13668])
31             ("grep-last-buffer" variable nil nil [14168 14423])
32             ("grep-regexp-alist" variable
33                (:constant-flag t
76bbd0 34                 :default-value (\` (((\, (concat "^\\(?:" "\\(?1:[^
C 35 ]+\\)\\(?3:\\)\\(?2:[0-9]+\\):" "\\|" "\\(?1:[^
36 :]+?[^
5cb5f7 37 /:]\\):[     ]*\\(?2:[1-9][0-9]*\\)[     ]*:" "\\)")) 1 2 ((\, (lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end (quote font-lock-face) (quote grep-match-face)))) (when mbeg (- mbeg beg)))))) \, (lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end (quote font-lock-face) (quote grep-match-face))) (mend (and mbeg (next-single-property-change mbeg (quote font-lock-face) nil end)))) (when mend (- mend beg)))))) nil nil (3 (quote (face nil display ":")))) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1))))
C 38                 nil [14440 16175])
39             ("grep-first-column" variable nil nil [16177 16283])
40             ("grep-error" variable (:default-value "grep hit") nil [16285 16363])
41             ("grep-hit-face" variable (:default-value compilation-info-face) nil [16504 16584])
42             ("grep-error-face" variable (:default-value (quote compilation-error)) nil [16586 16675])
43             ("grep-match-face" variable (:default-value (quote match)) nil [16677 16747])
44             ("grep-context-face" variable (:default-value (quote shadow)) nil [16749 16828])
45             ("grep-num-matches-found" variable nil nil [16830 16863])
46             ("grep-mode-line-matches" variable
47                (:constant-flag t
48                 :default-value (\` (" [" (:propertize (:eval (int-to-string grep-num-matches-found)) face (\, grep-hit-face) help-echo "Number of matches so far") "]")))
49                 nil [16865 17078])
76bbd0 50             ("grep-mode-font-lock-keywords" variable (:default-value (quote ((": \\(.+\\): \\(?:Permission denied\\|No such \\(?:file or directory\\|device or address\\)\\)$" 1 grep-error-face) ("^Grep[/a-zA-z]* started.*" (0 (quote (face nil compilation-message nil help-echo nil mouse-face nil)) t)) ("^Grep[/a-zA-z]* finished with \\(?:\\(\\(?:[0-9]+ \\)?matches found\\)\\|\\(no matches found\\)\\).*" (0 (quote (face nil compilation-message nil help-echo nil mouse-face nil)) t) (1 compilation-info-face nil t) (2 compilation-warning-face nil t)) ("^Grep[/a-zA-z]* \\(exited abnormally\\|interrupt\\|killed\\|terminated\\)\\(?:.*with code \\([0-9]+\\)\\)?.*" (0 (quote (face nil compilation-message nil help-echo nil mouse-face nil)) t) (1 grep-error-face) (2 grep-error-face nil t)) ("^.+?\\([-=]\\)[0-9]+\\([-=]\\).*
5cb5f7 51 " (0 grep-context-face) (1 (if (eq (char-after (match-beginning 1)) 0) (\` (face nil display (\, (match-string 2)))))))))) nil [17080 18411])
C 52             ("grep-program" variable (:default-value (purecopy "grep")) nil [18428 18615])
53             ("find-program" variable (:default-value (purecopy "find")) nil [18632 18777])
54             ("xargs-program" variable (:default-value (purecopy "xargs")) nil [18794 18992])
55             ("grep-find-use-xargs" variable nil nil [19009 19323])
56             ("grep-history" variable nil nil [19369 19419])
57             ("grep-find-history" variable nil nil [19435 19495])
58             ("grep-regexp-history" variable nil nil [19550 19582])
59             ("grep-files-history" variable nil nil [19583 19614])
60             ("grep-process-setup" function nil nil [19631 20686])
61             ("grep-exit-message" function (:arguments ("status" "code" "msg")) nil [20688 21412])
62             ("grep-filter" function nil nil [21414 22457])
63             ("grep-probe" function (:arguments ("command" "args" "func" "result")) nil [22459 22672])
64             ("grep-compute-defaults" function nil nil [22689 29416])
65             ("grep-tag-default" function nil nil [29418 29694])
66             ("grep-default-command" function nil nil [29696 31191])
67             ("define-compilation-mode" code nil nil [31209 32155])
68             ("grep--save-buffers" function nil nil [32157 32446])
69             ("grep" function
70                (:user-visible-flag t
71                 :arguments ("command-args"))
72                 nil [32463 33990])
73             ("grep-find" function
74                (:user-visible-flag t
75                 :arguments ("command-args"))
76                 nil [34008 34789])
77             ("defalias" code nil nil [34806 34838])
78             ("grep-expand-keywords" variable
79                (:constant-flag t
80                 :default-value (quote (("<C>" mapconcat (function identity) opts " ") ("<D>" or dir ".") ("<F>" . files) ("<N>" . null-device) ("<X>" . excl) ("<R>" shell-quote-argument (or regexp "")))))
81                 nil [34876 35281])
82             ("grep-expand-template" function (:arguments ("template" "regexp" "files" "dir" "excl")) nil [35283 36389])
83             ("grep-read-regexp" function nil nil [36391 36548])
84             ("grep-read-files" function (:arguments ("regexp")) nil [36550 38057])
85             ("lgrep" function
86                (:user-visible-flag t
87                 :arguments ("regexp" "files" "dir" "confirm"))
88                 nil [38074 40909])
89             ("find-name-arg" variable nil nil [40912 40934])
90             ("rgrep" function
91                (:user-visible-flag t
92                 :arguments ("regexp" "files" "dir" "confirm"))
93                 nil [40998 43554])
94             ("rgrep-find-ignored-directories" function (:arguments ("dir")) nil [43556 43914])
95             ("rgrep-default-command" function (:arguments ("regexp" "files" "dir")) nil [43916 45670])
96             ("zrgrep" function
97                (:user-visible-flag t
98                 :arguments ("regexp" "files" "dir" "confirm" "template"))
99                 nil [45687 47452])
100             ("defalias" code nil nil [47469 47495])
101             ("grep" package nil nil [47497 47512]))          
102       :file "grep.el"
103       :pointmax 47536
104       :fsize 47535
105       :lastmodtime '(23525 29600 0 0)
106       :unmatched-syntax nil)
107     (semanticdb-table "semanticdb-table"
108       :file "compile.el"
109       :fsize 126838
110       :lastmodtime '(23525 29598 0 0))
111     (semanticdb-table "semanticdb-table"
112       :major-mode emacs-lisp-mode
113       :tags 
114         '( ("let" code nil nil [2620 2835])
115             ("cc-require" code nil nil [2838 2859])
116             ("cc-require-when-compile" code nil nil [2860 2895])
117             ("cc-require" code nil nil [2896 2917])
118             ("cc-require" code nil nil [2918 2941])
119             ("cc-require-when-compile" code nil nil [2942 2975])
120             ("cc-fonts" package nil nil [3212 3231])
121             ("cc-external-require" code nil nil [3233 3265])
122             ("cc-bytecomp-defvar" code nil nil [3267 3316])
123             ("cc-bytecomp-defvar" code nil nil [3620 3665])
124             ("cc-bytecomp-defvar" code nil nil [3666 3708])
125             ("cc-bytecomp-defun" code nil nil [3709 3762])
126             ("cc-bytecomp-defun" code nil nil [3763 3806])
127             ("cc-bytecomp-defun" code nil nil [3807 3850])
128             ("cc-bytecomp-defun" code nil nil [3851 3897])
129             ("c-preprocessor-face-name" variable
130                (:constant-flag t
131                 :default-value (cond ((c-face-name-p (quote font-lock-preprocessor-face)) (quote font-lock-preprocessor-face)) ((c-face-name-p (quote font-lock-builtin-face)) (quote font-lock-builtin-face)) (t (quote font-lock-reference-face))))
132                 nil [4082 4452])
133             ("cc-bytecomp-defvar" code nil nil [4454 4498])
134             ("c-label-face-name" variable
135                (:constant-flag t
136                 :default-value (cond ((c-face-name-p (quote font-lock-label-face)) (quote font-lock-label-face)) ((and (c-face-name-p (quote font-lock-constant-face)) (eq font-lock-constant-face (quote font-lock-constant-face))) (quote font-lock-constant-face)) (t (quote font-lock-reference-face))))
137                 nil [4500 5082])
138             ("c-constant-face-name" variable
139                (:constant-flag t
140                 :default-value (if (and (c-face-name-p (quote font-lock-constant-face)) (eq font-lock-constant-face (quote font-lock-constant-face))) (quote font-lock-constant-face) c-label-face-name))
141                 nil [5084 5347])
142             ("c-reference-face-name" variable
143                (:constant-flag t
144                 :default-value (with-no-warnings (if (and (c-face-name-p (quote font-lock-reference-face)) (eq font-lock-reference-face (quote font-lock-reference-face))) (quote font-lock-reference-face) c-label-face-name)))
145                 nil [5349 5751])
146             ("c-doc-face-name" variable
147                (:constant-flag t
148                 :default-value (cond ((c-face-name-p (quote font-lock-doc-string-face)) (quote font-lock-doc-string-face)) ((c-face-name-p (quote font-lock-doc-face)) (quote font-lock-doc-face)) (t (quote font-lock-comment-face))))
149                 nil [5869 6108])
150             ("c-doc-markup-face-name" variable
151                (:constant-flag t
152                 :default-value (if (c-face-name-p (quote font-lock-doc-markup-face)) (quote font-lock-doc-markup-face) c-label-face-name))
153                 nil [6110 6375])
154             ("c-negation-char-face-name" variable
155                (:constant-flag t
156                 :default-value (if (c-face-name-p (quote font-lock-negation-char-face)) (quote font-lock-negation-char-face)))
157                 nil [6377 6559])
158             ("cc-bytecomp-defun" code nil nil [6561 6601])
159             ("c-make-inverse-face" function (:arguments ("oldface" "newface")) nil [6620 7282])
160             ("c-annotation-face" variable (:default-value (quote c-annotation-face)) nil [7284 7329])
161             ("c-annotation-face" variable
162                (:default-value (quote ((default :inherit font-lock-constant-face)))
163                 :type "face")
164                 nil [7331 7506])
165             ("def-edebug-spec" code nil nil [20040 20158])
166             ("def-edebug-spec" code nil nil [19829 19873])
167             ("def-edebug-spec" code nil nil [19779 19826])
168             ("c-make-font-lock-context-search-function" function (:arguments ("normal" "state-stanzas")) nil [17093 19684])
169             ("c-make-font-lock-BO-decl-search-function" function (:arguments ("regexp" "highlights")) nil [14589 17089])
170             ("c-make-font-lock-search-function" function (:arguments ("regexp" "highlights")) nil [12733 14585])
171             ("c-make-font-lock-search-form" function (:arguments ("regexp" "highlights" "check-point")) nil [11137 12729])
172             ("c-make-syntactic-matcher" function (:arguments ("regexp")) nil [10421 11133])
173             ("c-skip-comments-and-strings" function (:arguments ("limit")) nil [9843 10417])
174             ("put" code nil nil [9784 9839])
175             ("c-fontify-types-and-refs" function (:arguments ("varlist" "body")) nil [9340 9781])
176             ("c-put-font-lock-string-face" function (:arguments ("from" "to")) nil [8905 9336])
177             ("c-remove-font-lock-face" function (:arguments ("from" "to")) nil [8614 8901])
178             ("c-put-font-lock-face" function (:arguments ("from" "to" "face")) nil [8005 8610])
179             ("make-variable-buffer-local" code nil nil [7952 8001])
180             ("c-font-lock-context" variable nil nil [7917 7949])
181             ("c-fontify-recorded-types-and-refs" function nil nil [20164 20971])
182             ("c-lang-defconst" code nil nil [20973 26765])
183             ("c-font-lock-invalid-string" function nil nil [26767 27884])
184             ("c-font-lock-invalid-single-quotes" function (:arguments ("limit")) nil [27886 29203])
185             ("c-lang-defconst" code nil nil [29205 34872])
186             ("c-font-lock-complex-decl-prepare" function (:arguments ("limit")) nil [34874 37162])
187             ("c-font-lock-<>-arglists" function (:arguments ("limit")) nil [37164 40030])
188             ("c-font-lock-declarators" function (:arguments ("limit" "list" "types" "not-top" "template-class")) nil [40032 45352])
189             ("c-get-fontification-context" function (:arguments ("match-pos" "not-front-decl" "toplev")) nil [45354 50800])
190             ("c-font-lock-single-decl" function (:arguments ("limit" "decl-or-cast" "match-pos" "context" "toplev")) nil [50802 53951])
191             ("c-font-lock-declarations" function (:arguments ("limit")) nil [53954 63064])
192             ("c-font-lock-enum-body" function (:arguments ("limit")) nil [63066 63723])
193             ("c-font-lock-enum-tail" function (:arguments ("limit")) nil [63725 64706])
194             ("c-font-lock-cut-off-declarators" function (:arguments ("limit")) nil [64708 66665])
195             ("c-font-lock-enclosing-decls" function (:arguments ("limit")) nil [66667 68010])
196             ("c-font-lock-raw-strings" function (:arguments ("limit")) nil [68012 69895])
197             ("c-font-lock-c++-lambda-captures" function (:arguments ("limit")) nil [69897 72848])
198             ("c-lang-defconst" code nil nil [72851 75445])
199             ("c-lang-defconst" code nil nil [75447 78332])
200             ("c-font-lock-labels" function (:arguments ("limit")) nil [78334 80062])
201             ("c-lang-defconst" code nil nil [80064 82473])
202             ("c-lang-defconst" code nil nil [82475 82539])
203             ("c-lang-defconst" code nil nil [82541 82742])
204             ("c-lang-defconst" code nil nil [82744 82946])
205             ("c-compose-keywords-list" function (:arguments ("base-list")) nil [82948 84368])
206             ("c-override-default-keywords" function (:arguments ("def-var")) nil [84370 85270])
207             ("c-override-default-keywords" code nil nil [85282 85333])
208             ("c-font-lock-keywords-1" variable
209                (:constant-flag t
210                 :default-value (c-lang-const c-matchers-1 c))
211                 nil [85335 85544])
212             ("c-font-lock-keywords-2" variable
213                (:constant-flag t
214                 :default-value (c-lang-const c-matchers-2 c))
215                 nil [85546 85899])
216             ("c-font-lock-keywords-3" variable
217                (:constant-flag t
218                 :default-value (c-lang-const c-matchers-3 c))
219                 nil [85901 86193])
220             ("c-font-lock-keywords" variable (:default-value c-font-lock-keywords-3) nil [86195 86295])
221             ("c-font-lock-keywords-2" function nil nil [86297 86381])
222             ("c-font-lock-keywords-3" function nil nil [86382 86466])
223             ("c-font-lock-keywords" function nil nil [86467 86547])
224             ("c-font-lock-c++-new" function (:arguments ("limit")) nil [86561 91279])
225             ("c-override-default-keywords" code nil nil [91281 91334])
226             ("c++-font-lock-keywords-1" variable
227                (:constant-flag t
228                 :default-value (c-lang-const c-matchers-1 c++))
229                 nil [91336 91551])
230             ("c++-font-lock-keywords-2" variable
231                (:constant-flag t
232                 :default-value (c-lang-const c-matchers-2 c++))
233                 nil [91553 91916])
234             ("c++-font-lock-keywords-3" variable
235                (:constant-flag t
236                 :default-value (c-lang-const c-matchers-3 c++))
237                 nil [91918 92220])
238             ("c++-font-lock-keywords" variable (:default-value c++-font-lock-keywords-3) nil [92222 92328])
239             ("c++-font-lock-keywords-2" function nil nil [92330 92418])
240             ("c++-font-lock-keywords-3" function nil nil [92419 92507])
241             ("c++-font-lock-keywords" function nil nil [92508 92592])
242             ("c-font-lock-objc-method" function nil nil [92614 94117])
243             ("c-font-lock-objc-methods" function (:arguments ("limit")) nil [94119 94692])
244             ("c-override-default-keywords" code nil nil [94694 94748])
245             ("objc-font-lock-keywords-1" variable
246                (:constant-flag t
247                 :default-value (c-lang-const c-matchers-1 objc))
248                 nil [94750 94971])
249             ("objc-font-lock-keywords-2" variable
250                (:constant-flag t
251                 :default-value (c-lang-const c-matchers-2 objc))
252                 nil [94973 95348])
253             ("objc-font-lock-keywords-3" variable
254                (:constant-flag t
255                 :default-value (c-lang-const c-matchers-3 objc))
256                 nil [95350 95664])
257             ("objc-font-lock-keywords" variable (:default-value objc-font-lock-keywords-3) nil [95666 95782])
258             ("objc-font-lock-keywords-2" function nil nil [95784 95874])
259             ("objc-font-lock-keywords-3" function nil nil [95875 95965])
260             ("objc-font-lock-keywords" function nil nil [95966 96052])
261             ("when" code nil nil [96325 96533])
262             ("c-override-default-keywords" code nil nil [96548 96602])
263             ("java-font-lock-keywords-1" variable
264                (:constant-flag t
265                 :default-value (c-lang-const c-matchers-1 java))
266                 nil [96604 96791])
267             ("java-font-lock-keywords-2" variable
268                (:constant-flag t
269                 :default-value (c-lang-const c-matchers-2 java))
270                 nil [96793 97161])
271             ("java-font-lock-keywords-3" variable
272                (:constant-flag t
273                 :default-value (c-lang-const c-matchers-3 java))
274                 nil [97163 97466])
275             ("java-font-lock-keywords" variable (:default-value java-font-lock-keywords-3) nil [97468 97577])
276             ("java-font-lock-keywords-2" function nil nil [97579 97669])
277             ("java-font-lock-keywords-3" function nil nil [97670 97760])
278             ("java-font-lock-keywords" function nil nil [97761 97847])
279             ("c-override-default-keywords" code nil nil [97867 97920])
280             ("idl-font-lock-keywords-1" variable
281                (:constant-flag t
282                 :default-value (c-lang-const c-matchers-1 idl))
283                 nil [97922 98112])
284             ("idl-font-lock-keywords-2" variable
285                (:constant-flag t
286                 :default-value (c-lang-const c-matchers-2 idl))
287                 nil [98114 98483])
288             ("idl-font-lock-keywords-3" variable
289                (:constant-flag t
290                 :default-value (c-lang-const c-matchers-3 idl))
291                 nil [98485 98793])
292             ("idl-font-lock-keywords" variable (:default-value idl-font-lock-keywords-3) nil [98795 98907])
293             ("idl-font-lock-keywords-2" function nil nil [98909 98997])
294             ("idl-font-lock-keywords-3" function nil nil [98998 99086])
295             ("idl-font-lock-keywords" function nil nil [99087 99171])
296             ("c-override-default-keywords" code nil nil [99186 99240])
297             ("pike-font-lock-keywords-1" variable
298                (:constant-flag t
299                 :default-value (c-lang-const c-matchers-1 pike))
300                 nil [99242 99460])
301             ("pike-font-lock-keywords-2" variable
302                (:constant-flag t
303                 :default-value (c-lang-const c-matchers-2 pike))
304                 nil [99462 99830])
305             ("pike-font-lock-keywords-3" variable
306                (:constant-flag t
307                 :default-value (c-lang-const c-matchers-3 pike))
308                 nil [99832 100139])
309             ("pike-font-lock-keywords" variable (:default-value pike-font-lock-keywords-3) nil [100141 100250])
310             ("pike-font-lock-keywords-2" function nil nil [100252 100342])
311             ("pike-font-lock-keywords-3" function nil nil [100343 100433])
312             ("pike-font-lock-keywords" function nil nil [100434 100520])
313             ("c-font-lock-doc-comments" function (:arguments ("prefix" "limit" "keywords")) nil [100543 104143])
314             ("put" code nil nil [104144 104199])
315             ("c-find-invalid-doc-markup" function (:arguments ("regexp" "limit")) nil [104201 104943])
316             ("gtkdoc-font-lock-doc-comments" variable
317                (:constant-flag t
318                 :default-value (let ((symbol "[a-zA-Z0-9_]+") (header "^ \\* ")) (\` (((\, (concat header "\\(" symbol "\\):[     ]*$")) 1 (\, c-doc-markup-face-name) prepend nil) ((\, (concat symbol "()")) 0 (\, c-doc-markup-face-name) prepend nil) ((\, (concat header "\\(" "@" symbol "\\):")) 1 (\, c-doc-markup-face-name) prepend nil) ((\, (concat "[#%@]" symbol)) 0 (\, c-doc-markup-face-name) prepend nil)))))
319                 nil [105012 105481])
320             ("gtkdoc-font-lock-doc-protection" variable
321                (:constant-flag t
322                 :default-value (\` (("< \\(public\\|private\\|protected\\) >" 1 (\, c-doc-markup-face-name) prepend nil))))
323                 nil [105483 105616])
324             ("gtkdoc-font-lock-keywords" variable
325                (:constant-flag t
326                 :default-value (\` (((\, (lambda (limit) (c-font-lock-doc-comments "/\\*\\*$" limit gtkdoc-font-lock-doc-comments) (c-font-lock-doc-comments "/\\*< " limit gtkdoc-font-lock-doc-protection)))))))
327                 nil [105618 105837])
328             ("javadoc-font-lock-doc-comments" variable
329                (:constant-flag t
76bbd0 330                 :default-value (\` (("{@[a-z]+[^}
C 331 ]*}" 0 (\, c-doc-markup-face-name) prepend nil) ("^\\(/\\*\\)?\\(\\s \\|\\*\\)*\\(@[a-z]+\\)" 3 (\, c-doc-markup-face-name) prepend nil) ((\, (concat "</?\\sw" "\\(" (concat "\\sw\\|\\s \\|[=
5cb5f7 332 *.:]\\|" "\"[^\"]*\"\\|'[^']*'") "\\)*>")) 0 (\, c-doc-markup-face-name) prepend nil) ("&\\(\\sw\\|[.:]\\)+;" 0 (\, c-doc-markup-face-name) prepend nil) ((\, (lambda (limit) (c-find-invalid-doc-markup "[<>&]\\|{@" limit))) 0 (quote font-lock-warning-face) prepend nil))))
C 333                 nil [105852 106647])
334             ("javadoc-font-lock-keywords" variable
335                (:constant-flag t
336                 :default-value (\` (((\, (lambda (limit) (c-font-lock-doc-comments "/\\*\\*" limit javadoc-font-lock-doc-comments)))))))
337                 nil [106649 106789])
338             ("autodoc-decl-keywords" variable
339                (:constant-flag t
340                 :default-value (cc-eval-when-compile (c-make-keywords-re t (quote ("@decl" "@elem" "@index" "@member")) (quote pike-mode))))
341                 nil [106809 107034])
342             ("autodoc-decl-type-keywords" variable
343                (:constant-flag t
344                 :default-value (cc-eval-when-compile (c-make-keywords-re t (quote ("@elem" "@member")) (quote pike-mode))))
345                 nil [107036 107228])
346             ("autodoc-font-lock-line-markup" function (:arguments ("limit")) nil [107230 109812])
347             ("autodoc-font-lock-doc-comments" variable
348                (:constant-flag t
76bbd0 349                 :default-value (\` (("@\\(\\w+{\\|\\[\\([^]@
5cb5f7 350 ]\\|@@\\)*\\]\\|[@}]\\|$\\)" 0 (\, c-doc-markup-face-name) prepend nil) (autodoc-font-lock-line-markup) ((\, (lambda (limit) (c-find-invalid-doc-markup "@" limit))) 0 (quote font-lock-warning-face) prepend nil))))
C 351                 nil [109814 110187])
352             ("autodoc-font-lock-keywords" function nil nil [110189 110680])
353             ("cc-provide" code nil nil [110757 110779]))          
354       :file "cc-fonts.el"
355       :pointmax 110874
356       :fsize 110873
357       :lastmodtime '(23525 29597 0 0)
358       :unmatched-syntax '((close-paren 20158 . 20159) (symbol 7509 . 7525) (open-paren 7508 . 7509) (close-paren 2835 . 2836) (symbol 2600 . 2617) (open-paren 2599 . 2600)))
359     (semanticdb-table "semanticdb-table"
360       :major-mode emacs-lisp-mode
361       :tags 
362         '( ("comint" include nil nil [1830 1847])
363             ("gdb-active-process" variable nil nil [1849 1876])
364             ("gdb-define-alist" variable nil nil [1877 1902])
365             ("gdb-macro-info" variable nil nil [1903 1926])
366             ("gdb-show-changed-values" variable nil nil [1927 1959])
367             ("gdb-source-window" variable nil nil [1960 1986])
368             ("gdb-var-list" variable nil nil [1987 2008])
369             ("hl-line-mode" variable nil nil [2009 2030])
370             ("hl-line-sticky-flag" variable nil nil [2031 2059])
371             ("gud" customgroup (:user-visible-flag t) nil [2197 2376])
372             ("gud-key-prefix" variable (:default-value "") nil [2379 2503])
373             ("global-set-key" code nil nil [2505 2566])
374             ("gud-marker-filter" variable nil nil [2638 2668])
375             ("put" code nil nil [2669 2712])
376             ("gud-find-file" variable nil nil [2713 2739])
377             ("put" code nil nil [2740 2779])
378             ("gud-marker-filter" function (:arguments ("args")) nil [2781 2852])
379             ("gud-minor-mode" variable nil nil [2854 2881])
380             ("put" code nil nil [2882 2922])
381             ("gud-comint-buffer" variable nil nil [2924 2954])
382             ("gud-keep-buffer" variable nil nil [2956 2984])
383             ("gud-symbol" function (:arguments ("sym" "soft" "minor-mode")) nil [2986 3419])
384             ("gud-val" function (:arguments ("sym" "minor-mode")) nil [3421 3609])
385             ("gud-running" variable nil nil [3611 3720])
386             ("gud-target-name" variable (:default-value "--unknown--") nil [3722 3829])
387             ("gud-goto-info" function (:user-visible-flag t) nil [3873 4085])
388             ("gud-tool-bar-item-visible-no-fringe" function nil nil [4087 4358])
389             ("declare-function" code nil nil [4360 4414])
390             ("gud-stop-subjob" function nil nil [4416 4809])
391             ("easy-mmode-defmap" code nil nil [4811 8388])
392             ("easy-mmode-defmap" code nil nil [8390 10191])
393             ("setf" code nil nil [10193 10273])
394             ("gud-mode-map" variable (:default-value (make-sparse-keymap)) nil [10275 10402])
395             ("gud-tool-bar-map" variable (:default-value (let ((map (make-sparse-keymap))) (dolist (x (quote ((gud-break . "gud/break") (gud-remove . "gud/remove") (gud-print . "gud/print") (gud-pstar . "gud/pstar") (gud-pp . "gud/pp") (gud-watch . "gud/watch") (gud-run . "gud/run") (gud-go . "gud/go") (gud-stop-subjob . "gud/stop") (gud-cont . "gud/cont") (gud-until . "gud/until") (gud-next . "gud/next") (gud-step . "gud/step") (gud-finish . "gud/finish") (gud-nexti . "gud/nexti") (gud-stepi . "gud/stepi") (gud-up . "gud/up") (gud-down . "gud/down") (gud-goto-info . "info"))) map) (tool-bar-local-item-from-menu (car x) (cdr x) map gud-minor-mode-map)))) nil [10404 11108])
396             ("gud-file-name" function (:arguments ("f")) nil [11110 11863])
397             ("declare-function" code nil nil [11865 11919])
398             ("gud-find-file" function (:arguments ("file")) nil [11921 12835])
399             ("gud-def" function (:arguments ("func" "cmd" "key" "doc")) nil [13405 14795])
400             ("gud-last-frame" variable nil nil [15015 15042])
401             ("gud-last-last-frame" variable nil nil [15212 15244])
402             ("dframe" include nil nil [16356 16373])
403             ("gud-last-speedbar-stackframe" variable nil nil [16410 16580])
404             ("gud-speedbar-key-map" variable nil nil [16582 16665])
405             ("declare-function" code nil nil [16726 16785])
406             ("gud-speedbar-item-info" function nil nil [16787 17061])
407             ("declare-function" code nil nil [17063 17128])
408             ("declare-function" code nil nil [17129 17197])
409             ("speedbar-mode-functions-list" variable nil nil [17198 17235])
410             ("gud-install-speedbar-variables" function nil nil [17237 18089])
411             ("gud-speedbar-menu-items" variable (:default-value (quote (["Jump to stack frame" speedbar-edit-line :visible (not (eq (buffer-local-value (quote gud-minor-mode) gud-comint-buffer) (quote gdbmi)))] ["Edit value" speedbar-edit-line :visible (eq (buffer-local-value (quote gud-minor-mode) gud-comint-buffer) (quote gdbmi))] ["Delete expression" gdb-var-delete :visible (eq (buffer-local-value (quote gud-minor-mode) gud-comint-buffer) (quote gdbmi))] ["Auto raise frame" gdb-speedbar-auto-raise :style toggle :selected gdb-speedbar-auto-raise :visible (eq (buffer-local-value (quote gud-minor-mode) gud-comint-buffer) (quote gdbmi))] ("Output Format" :visible (eq (buffer-local-value (quote gud-minor-mode) gud-comint-buffer) (quote gdbmi)) ["Binary" (gdb-var-set-format "binary") t] ["Natural" (gdb-var-set-format "natural") t] ["Hexadecimal" (gdb-var-set-format "hexadecimal") t])))) nil [18091 19028])
412             ("if" code nil nil [19079 19206])
413             ("gud-expansion-speedbar-buttons" function (:arguments ("_directory" "_zero")) nil [19208 19428])
414             ("declare-function" code nil nil [19430 19550])
415             ("declare-function" code nil nil [19551 19650])
416             ("declare-function" code nil nil [19651 19759])
417             ("gud-speedbar-buttons" function (:arguments ("buffer")) nil [19761 23486])
418             ("gud-gdb-history" variable nil nil [23626 23654])
419             ("gud-gud-gdb-command-name" variable (:default-value "gdb --fullname") nil [23656 23872])
76bbd0 420             ("gud-gdb-marker-regexp" variable (:default-value (concat "\\(.:?[^" ":" "
C 421 ]*\\)" ":" "\\([0-9]*\\)" ":" ".*
5cb5f7 422 ")) nil [23874 24121])
C 423             ("gud-marker-acc" variable nil nil [24467 24493])
424             ("make-variable-buffer-local" code nil nil [24494 24538])
425             ("gud-gdb-marker-filter" function (:arguments ("string")) nil [24540 26463])
426             ("easy-mmode-defmap" code nil nil [26465 26650])
427             ("gud-query-cmdline" function (:arguments ("minor-mode" "init")) nil [26652 27345])
428             ("gdb-first-prompt" variable (:default-value t) nil [27347 27374])
429             ("gud-filter-pending-text" variable nil nil [27376 27490])
430             ("gud-gdb-completion-function" variable nil nil [27694 27950])
431             ("declare-function" code nil nil [27989 28039])
432             ("gud-gdb" function
433                (:user-visible-flag t
434                 :arguments ("command-line"))
435                 nil [28130 30965])
436             ("gud-gdb-fetch-lines-in-progress" variable nil nil [31031 31071])
437             ("gud-gdb-fetch-lines-string" variable nil nil [31150 31185])
438             ("gud-gdb-fetch-lines-break" variable nil nil [31246 31280])
439             ("gud-gdb-fetched-lines" variable nil nil [31343 31373])
440             ("gud-gdb-completions" function (:arguments ("context" "command")) nil [31375 31999])
441             ("gud-gdb-completions-1" function (:arguments ("complete-list")) nil [32059 32893])
442             ("gud-gdb-completion-at-point" function nil nil [32895 33905])
443             ("gud-gdb-fetch-lines-filter" function (:arguments ("string")) nil [34344 35028])
444             ("declare-function" code nil nil [35179 35253])
445             ("declare-function" code nil nil [35254 35321])
446             ("gud-gdb-goto-stackframe" function (:arguments ("_text" "token" "_indent")) nil [35323 35544])
447             ("gud-gdb-fetched-stack-frame" variable nil nil [35546 35629])
448             ("gud-gdb-get-stackframe" function (:arguments ("buffer")) nil [35631 36744])
449             ("gud-gdb-run-command-fetch-lines" function (:arguments ("command" "buffer" "skip")) nil [36874 37791])
450             ("gud-sdb-history" variable nil nil [37931 37959])
451             ("gud-sdb-needs-tags" variable (:default-value (not (file-exists-p "/var"))) nil [37961 38089])
452             ("gud-sdb-lastfile" variable nil nil [38091 38120])
453             ("gud-sdb-marker-filter" function (:arguments ("string")) nil [38122 39737])
454             ("gud-sdb-find-file" function (:arguments ("f")) nil [39739 39839])
455             ("sdb" function
456                (:user-visible-flag t
457                 :arguments ("command-line"))
458                 nil [39856 41201])
459             ("gud-dbx-history" variable nil nil [41340 41368])
460             ("gud-dbx-directories" variable nil nil [41370 41758])
461             ("gud-dbx-massage-args" function (:arguments ("_file" "args")) nil [41760 42034])
462             ("gud-dbx-marker-filter" function (:arguments ("string")) nil [42036 43116])
463             ("gud-mips-p" variable (:default-value (or (string-match "^mips-[^-]*-ultrix" system-configuration) (string-match "^mips-[^-]*-riscos" system-configuration) (string-match "^mips-[^-]*-osf1" system-configuration) (string-match "^alpha[^-]*-[^-]*-osf" system-configuration))) nil [43267 43695])
464             ("gud-dbx-command-name" variable (:default-value (concat "dbx" (if gud-mips-p " -emacs"))) nil [43697 43769])
465             ("gud-mipsdbx-marker-filter" function (:arguments ("string")) nil [43909 45566])
466             ("gud-irix-p" variable nil nil [46558 46748])
467             ("gud-dbx-use-stopformat-p" variable nil nil [46749 46941])
468             ("gud-irixdbx-marker-filter" function (:arguments ("string")) nil [47975 49691])
469             ("gud-dguxdbx-marker-filter" function (:arguments ("string")) nil [50318 51352])
470             ("dbx" function
471                (:user-visible-flag t
472                 :arguments ("command-line"))
473                 nil [51369 53989])
474             ("gud-xdb-history" variable nil nil [54150 54178])
475             ("gud-xdb-directories" variable nil nil [54180 54568])
476             ("gud-xdb-massage-args" function (:arguments ("_file" "args")) nil [54570 54844])
477             ("gud-xdb-marker-filter" function (:arguments ("string")) nil [54921 55655])
478             ("xdb" function
479                (:user-visible-flag t
480                 :arguments ("command-line"))
481                 nil [55672 57084])
482             ("gud-perldb-history" variable nil nil [57229 57260])
483             ("gud-perldb-massage-args" function (:arguments ("_file" "args")) nil [57262 58573])
484             ("gud-perldb-marker-filter" function (:arguments ("string")) nil [58919 61413])
485             ("gud-perldb-command-name" variable (:default-value "perl -d") nil [61415 61551])
486             ("perldb" function
487                (:user-visible-flag t
488                 :arguments ("command-line"))
489                 nil [61568 62931])
490             ("gud-pdb-history" variable nil nil [63088 63116])
76bbd0 491             ("gud-pdb-marker-regexp" variable (:default-value "^> \\([-a-zA-Z0-9_/.:\\]*\\|<string>\\)(\\([0-9]+\\))\\([a-zA-Z0-9_]*\\|\\?\\|<module>\\)()\\(->[^
C 492 ]*\\)?[
5cb5f7 493 ]") nil [63251 63400])
C 494             ("gud-pdb-marker-regexp-file-group" variable (:default-value 1) nil [63402 63445])
495             ("gud-pdb-marker-regexp-line-group" variable (:default-value 2) nil [63446 63489])
496             ("gud-pdb-marker-regexp-fnname-group" variable (:default-value 3) nil [63490 63535])
497             ("gud-pdb-marker-regexp-start" variable (:default-value "^> ") nil [63537 63579])
498             ("gud-pdb-marker-filter" function (:arguments ("string")) nil [63925 65735])
499             ("gud-pdb-command-name" variable (:default-value "pdb") nil [65737 65923])
500             ("pdb" function
501                (:user-visible-flag t
502                 :arguments ("command-line"))
503                 nil [65940 67234])
504             ("gud-guiler-history" variable nil nil [67392 67423])
505             ("gud-guiler-lastfile" variable nil nil [67425 67457])
506             ("gud-guiler-marker-filter" function (:arguments ("string")) nil [67459 68797])
507             ("gud-guiler-command-name" variable (:default-value "guile") nil [68800 69008])
508             ("guiler" function
509                (:user-visible-flag t
510                 :arguments ("command-line"))
511                 nil [69025 70526])
512             ("gud-jdb-command-name" variable (:default-value "jdb") nil [73880 73993])
513             ("gud-jdb-use-classpath" variable (:default-value t) nil [73995 74709])
514             ("gud-jdb-classpath" variable nil nil [74711 75650])
515             ("gud-jdb-sourcepath" variable nil nil [75652 75873])
516             ("gud-marker-acc-max-length" variable (:default-value 4000) nil [75875 76119])
517             ("gud-jdb-history" variable nil nil [76121 76194])
518             ("gud-jdb-directories" variable (:default-value (list ".")) nil [76238 76820])
519             ("gud-jdb-source-files" variable nil nil [76822 76917])
520             ("gud-jdb-class-source-alist" variable nil nil [77020 77129])
521             ("gud-jdb-analysis-buffer" variable nil nil [77186 77222])
522             ("gud-jdb-classpath-string" variable nil nil [77224 77299])
523             ("gud-jdb-build-source-files-list" function (:arguments ("path" "extn")) nil [77301 77676])
524             ("gud-jdb-skip-whitespace" function nil nil [77709 77780])
525             ("gud-jdb-skip-single-line-comment" function nil nil [77831 77890])
526             ("gud-jdb-skip-traditional-or-documentation-comment" function nil nil [77950 78273])
527             ("gud-jdb-skip-whitespace-and-comments" function nil nil [78354 78700])
528             ("gud-jdb-skip-id-ish-thing" function nil nil [78862 78940])
529             ("gud-jdb-skip-string-literal" function nil nil [78979 79184])
530             ("gud-jdb-skip-character-literal" function nil nil [79226 79431])
531             ("gud-jdb-skip-block" function nil nil [79611 80872])
532             ("gud-jdb-analyze-source" function (:arguments ("buf" "file")) nil [81064 83264])
533             ("gud-jdb-build-class-source-alist-for-file" function (:arguments ("file")) nil [83266 83425])
534             ("gud-jdb-build-class-source-alist" function (:arguments ("sources")) nil [83585 83897])
535             ("gud-jdb-massage-args" function (:arguments ("_file" "args")) nil [83999 85662])
536             ("gud-jdb-find-source-file" function (:arguments ("p")) nil [85866 85947])
537             ("gud-jdb-lowest-stack-level" variable (:default-value 999) nil [86006 86045])
538             ("gud-jdb-find-source-using-classpath" function (:arguments ("p")) nil [86047 86974])
539             ("gud-jdb-find-source" function (:arguments ("_string")) nil [86976 87223])
540             ("gud-jdb-parse-classpath-string" function (:arguments ("string")) nil [87225 87545])
541             ("gud-jdb-marker-filter" function (:arguments ("string")) nil [87656 91787])
542             ("gud-jdb-command-name" variable (:default-value "jdb") nil [91789 91867])
543             ("jdb" function
544                (:user-visible-flag t
545                 :arguments ("command-line"))
546                 nil [91884 95090])
547             ("gud-delete-prompt-marker" variable nil nil [97066 97103])
548             ("put" code nil nil [97107 97143])
549             ("define-derived-mode" code nil nil [97145 100020])
550             ("gud-chdir-before-run" variable (:default-value t) nil [100022 100146])
551             ("gud-common-init" function (:arguments ("command-line" "massage-args" "marker-filter" "find-file")) nil [100388 103245])
552             ("gud-set-buffer" function nil nil [103247 103354])
553             ("gud-filter-defer-flag" variable nil nil [103356 103503])
554             ("gud-filter" function (:arguments ("proc" "string")) nil [103681 105976])
555             ("gud-minor-mode-type" variable nil nil [105978 106010])
556             ("gud-overlay-arrow-position" variable nil nil [106011 106050])
557             ("add-to-list" code nil nil [106051 106121])
558             ("declare-function" code nil nil [106123 106163])
559             ("declare-function" code nil nil [106164 106238])
560             ("speedbar-previously-used-expansion-list-name" variable nil nil [106239 106292])
561             ("gud-sentinel" function (:arguments ("proc" "msg")) nil [106294 107914])
562             ("gud-kill-buffer-hook" function nil nil [107916 108145])
563             ("gud-reset" function nil nil [108147 108370])
564             ("gud-display-frame" function (:user-visible-flag t) nil [108372 108740])
565             ("declare-function" code nil nil [108742 108799])
566             ("declare-function" code nil nil [108800 108857])
567             ("declare-function" code nil nil [108858 108921])
568             ("gud-display-line" function (:arguments ("true-file" "line")) nil [109325 110720])
569             ("gud-format-command" function (:arguments ("str" "arg")) nil [110969 112819])
570             ("gud-read-address" function nil nil [112821 113432])
571             ("gud-call" function (:arguments ("fmt" "arg")) nil [113434 113588])
572             ("gud-basic-call" function
573                (:user-visible-flag t
574                 :arguments ("command"))
575                 nil [113590 114514])
576             ("gud-refresh" function
577                (:user-visible-flag t
578                 :arguments ("arg"))
579                 nil [114516 114735])
580             ("gud-find-expr-function" variable (:default-value (quote gud-find-c-expr)) nil [114907 114955])
581             ("gud-find-expr" function (:arguments ("args")) nil [114957 115690])
582             ("gud-find-c-expr" function (:user-visible-flag t) nil [115852 116714])
583             ("gud-innermost-expr" function nil nil [116716 117301])
584             ("gud-backward-sexp" function nil nil [117303 117442])
585             ("gud-forward-sexp" function nil nil [117444 117579])
586             ("gud-prev-expr" function nil nil [117581 118033])
587             ("gud-next-expr" function nil nil [118035 118490])
588             ("gud-expr-compound-sep" function (:arguments ("span-start" "span-end")) nil [118492 119257])
589             ("gud-expr-compound" function (:arguments ("first" "second")) nil [119259 120229])
590             ("declare-function" code nil nil [120232 120286])
591             ("declare-function" code nil nil [120287 120341])
592             ("gud-find-class" function (:arguments ("f" "_line")) nil [120343 124719])
593             ("gdb-script-mode-syntax-table" variable (:default-value (let ((st (make-syntax-table))) (modify-syntax-entry 39 "\"" st) (modify-syntax-entry 35 "<" st) (modify-syntax-entry 10 ">" st) st)) nil [124937 125126])
594             ("gdb-script-font-lock-keywords" variable (:default-value (quote (("^define\\s-+\\(\\(\\w\\|\\s_\\)+\\)" (1 font-lock-function-name-face)) ("\\$\\(\\w+\\)" (1 font-lock-variable-name-face)) ("^\\s-*\\(\\w\\(\\w\\|\\s_\\)*\\)" (1 font-lock-keyword-face))))) nil [125128 125367])
595             ("gdb-script-syntax-propertize-function" variable
596                (:constant-flag t
76bbd0 597                 :default-value (syntax-propertize-rules ("^document\\s-.*\\(
5cb5f7 598 \\)" (1 "< b")) ("^end\\(\\>\\)" (1 (ignore (when (and (> (match-beginning 0) (point-min)) (eq 1 (nth 7 (save-excursion (syntax-ppss (1- (match-beginning 0))))))) (put-text-property (1- (match-beginning 0)) (match-beginning 0) (quote syntax-table) (eval-when-compile (string-to-syntax "> b"))) (put-text-property (1- (match-beginning 0)) (match-end 0) (quote syntax-multiline) t)))))))
C 599                 nil [125369 126686])
600             ("gdb-script-font-lock-syntactic-face" function (:arguments ("state")) nil [126688 126857])
601             ("gdb-script-basic-indent" variable (:default-value 2) nil [126859 126893])
602             ("gdb-script-skip-to-head" function nil nil [126895 127165])
603             ("gdb-script-calculate-indentation" function nil nil [127167 127716])
604             ("gdb-script-indent-line" function (:user-visible-flag t) nil [127718 128340])
605             ("gdb-script-beginning-of-defun" function nil nil [128371 128681])
606             ("gdb-script-end-of-defun" function nil nil [128712 128935])
607             ("define-derived-mode" code nil nil [128952 130012])
608             ("tooltip-mode" variable nil nil [130065 130086])
609             ("define-minor-mode" code nil nil [130103 131655])
610             ("define-obsolete-variable-alias" code nil nil [131657 131766])
611             ("gud-tooltip-modes" variable (:default-value (quote (gud-mode c-mode c++-mode fortran-mode python-mode))) nil [131768 131984])
612             ("define-obsolete-variable-alias" code nil nil [131986 132099])
613             ("gud-tooltip-display" variable (:default-value (quote ((eq (tooltip-event-buffer gud-tooltip-event) (marker-buffer gud-overlay-arrow-position))))) nil [132101 132475])
614             ("gud-tooltip-echo-area" variable nil nil [132477 132621])
615             ("make-obsolete-variable" code nil nil [132623 132716])
616             ("gud-tooltip-change-major-mode" function nil nil [132751 132942])
617             ("gud-tooltip-activate-mouse-motions-if-enabled" function nil nil [132944 133391])
618             ("gud-tooltip-mouse-motions-active" variable nil nil [133393 133514])
619             ("gud-tooltip-activate-mouse-motions" function (:arguments ("activatep")) nil [133838 134315])
620             ("tooltip-last-mouse-motion-event" variable nil nil [134317 134357])
621             ("declare-function" code nil nil [134358 134423])
622             ("declare-function" code nil nil [134424 134481])
623             ("gud-tooltip-mouse-motion" function
624                (:user-visible-flag t
625                 :arguments ("event"))
626                 nil [134483 134758])
627             ("gud-tooltip-dereference" variable nil nil [134780 134932])
628             ("gud-tooltip-event" variable nil nil [134934 135086])
629             ("gud-tooltip-dereference" function
630                (:user-visible-flag t
631                 :arguments ("arg"))
632                 nil [135088 135495])
633             ("define-obsolete-function-alias" code nil nil [135497 135625])
634             ("tooltip-use-echo-area" variable nil nil [135626 135656])
635             ("declare-function" code nil nil [135657 135729])
636             ("declare-function" code nil nil [135730 135796])
637             ("gud-tooltip-process-output" function (:arguments ("process" "output")) nil [136120 136451])
638             ("gud-tooltip-print-command" function (:arguments ("expr")) nil [136453 136763])
639             ("declare-function" code nil nil [136765 136838])
640             ("declare-function" code nil nil [136839 136897])
641             ("declare-function" code nil nil [136898 136955])
642             ("gud-tooltip-tips" function (:arguments ("event")) nil [136957 139293])
643             ("gud" package nil nil [139295 139309]))          
644       :file "gud.el"
645       :pointmax 139332
646       :fsize 139331
647       :lastmodtime '(23525 29600 0 0)
648       :unmatched-syntax '((close-paren 16373 . 16374) (symbol 16338 . 16355) (open-paren 16337 . 16338)))
649     (semanticdb-table "semanticdb-table"
650       :major-mode emacs-lisp-mode
651       :tags 
652         '( ("subword-forward-function" variable (:default-value (quote subword-forward-internal)) nil [2557 2667])
653             ("subword-backward-function" variable (:default-value (quote subword-backward-internal)) nil [2669 2782])
654             ("subword-forward-regexp" variable (:default-value "\\W*\\(\\([[:upper:]]*\\(\\W\\)?\\)[[:lower:][:digit:]]*\\)") nil [2784 2926])
655             ("subword-backward-regexp" variable (:default-value "\\(\\(\\W\\|[[:lower:][:digit:]]\\)\\([[:upper:]]+\\W*\\)\\|\\W\\w+\\)") nil [2928 3083])
656             ("subword-mode-map" variable (:default-value (make-sparse-keymap)) nil [3085 3334])
657             ("define-obsolete-function-alias" code nil nil [3351 3430])
658             ("define-minor-mode" code nil nil [3447 4604])
659             ("define-obsolete-function-alias" code nil nil [4606 4675])
660             ("define-global-minor-mode" code nil nil [4692 4804])
661             ("subword-forward" function
662                (:user-visible-flag t
663                 :arguments ("arg"))
664                 nil [5192 5657])
665             ("put" code nil nil [5659 5692])
666             ("subword-backward" function
667                (:user-visible-flag t
668                 :arguments ("arg"))
669                 nil [5694 5962])
670             ("subword-right" function
671                (:user-visible-flag t
672                 :arguments ("arg"))
673                 nil [5964 6188])
674             ("subword-left" function
675                (:user-visible-flag t
676                 :arguments ("arg"))
677                 nil [6190 6412])
678             ("subword-mark" function
679                (:user-visible-flag t
680                 :arguments ("arg"))
681                 nil [6414 6929])
682             ("put" code nil nil [6931 6965])
683             ("subword-kill" function
684                (:user-visible-flag t
685                 :arguments ("arg"))
686                 nil [6967 7223])
687             ("subword-backward-kill" function
688                (:user-visible-flag t
689                 :arguments ("arg"))
690                 nil [7225 7487])
691             ("subword-transpose" function
692                (:user-visible-flag t
693                 :arguments ("arg"))
694                 nil [7489 7757])
695             ("subword-downcase" function
696                (:user-visible-flag t
697                 :arguments ("arg"))
698                 nil [7759 8104])
699             ("subword-upcase" function
700                (:user-visible-flag t
701                 :arguments ("arg"))
702                 nil [8106 8443])
703             ("subword-capitalize" function
704                (:user-visible-flag t
705                 :arguments ("arg"))
706                 nil [8445 9281])
707             ("superword-mode-map" variable (:default-value subword-mode-map) nil [9286 9378])
708             ("define-minor-mode" code nil nil [9395 9981])
709             ("define-global-minor-mode" code nil nil [9998 10116])
710             ("subword-forward-internal" function nil nil [10148 10868])
711             ("subword-backward-internal" function nil nil [10870 11365])
712             ("subword-find-word-boundary-function-table" variable
713                (:constant-flag t
714                 :default-value (let ((tab (make-char-table nil))) (set-char-table-range tab t (function subword-find-word-boundary)) tab))
715                 nil [11367 11659])
716             ("subword-empty-char-table" variable
717                (:constant-flag t
718                 :default-value (make-char-table nil))
719                 nil [11661 11842])
720             ("subword-setup-buffer" function nil nil [11844 12072])
721             ("subword-find-word-boundary" function (:arguments ("pos" "limit")) nil [12074 12668])
722             ("subword" package nil nil [12673 12691])
723             ("superword" package nil nil [12692 12712])
724             ("cap-words" package nil nil [12713 12733]))          
725       :file "subword.el"
726       :pointmax 12777
727       :fsize 12777
728       :lastmodtime '(23525 29603 0 0)
729       :unmatched-syntax nil)
730     (semanticdb-table "semanticdb-table"
731       :major-mode emacs-lisp-mode
732       :tags 
733         '( ("subr-x" include nil nil [1196 1213])
734             ("cl-lib" include nil nil [1159 1176])
735             ("prog-mode" customgroup (:user-visible-flag t) nil [1216 1316])
736             ("prog-mode-hook" variable nil nil [1318 1558])
737             ("prog-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [134217745] (quote prog-indent-sexp)) map)) nil [1560 1716])
738             ("prog-indentation-context" variable nil nil [1718 2597])
739             ("prog-indent-sexp" function
740                (:user-visible-flag t
741                 :arguments ("defun"))
742                 nil [2599 2964])
743             ("prog-first-column" function nil nil [2966 3108])
744             ("defvar-local" code nil nil [3110 3493])
745             ("prettify-symbols-default-compose-p" function (:arguments ("start" "end" "_match")) nil [3495 4306])
746             ("defvar-local" code nil nil [4308 4649])
747             ("prettify-symbols--compose-symbol" function (:arguments ("alist")) nil [4651 5814])
748             ("prettify-symbols--make-keywords" function nil nil [5816 6033])
749             ("defvar-local" code nil nil [6035 6080])
750             ("defvar-local" code nil nil [6082 6140])
751             ("prettify-symbols-unprettify-at-point" variable nil nil [6142 6779])
752             ("prettify-symbols--post-command-hook" function nil nil [6781 8100])
753             ("define-minor-mode" code nil nil [8117 10166])
754             ("turn-on-prettify-symbols-mode" function nil nil [10168 10337])
755             ("define-globalized-minor-mode" code nil nil [10354 10467])
756             ("define-derived-mode" code nil nil [10484 10820])
757             ("prog-mode" package nil nil [10822 10842]))          
758       :file "prog-mode.el"
759       :pointmax 10871
760       :fsize 10872
761       :lastmodtime '(23525 29602 0 0)
762       :unmatched-syntax '((close-paren 1213 . 1214) (symbol 1141 . 1158) (open-paren 1140 . 1141)))
763     (semanticdb-table "semanticdb-table"
764       :major-mode emacs-lisp-mode
765       :tags 
766         '( ("custom" include nil nil [3701 3718])
767             ("font-lock" include nil nil [3719 3739])
768             ("cc-mode" include nil nil [3740 3758])
769             ("cwarn" customgroup (:user-visible-flag t) nil [3783 3887])
770             ("cwarn-configuration" variable (:default-value (quote ((c-mode (not reference)) (c++-mode t)))) nil [3889 4429])
771             ("cwarn-font-lock-feature-keywords-alist" variable (:default-value (quote ((assign . cwarn-font-lock-assignment-keywords) (semicolon . cwarn-font-lock-semicolon-keywords) (reference . cwarn-font-lock-reference-keywords)))) nil [4431 5001])
772             ("cwarn-verbose" variable (:default-value t) nil [5003 5199])
773             ("cwarn-mode-text" variable (:default-value " CWarn") nil [5201 5483])
774             ("cwarn-load-hook" variable nil nil [5485 5619])
775             ("define-minor-mode" code nil nil [5659 6244])
776             ("define-obsolete-function-alias" code nil nil [6261 6332])
777             ("cwarn-is-enabled" function (:arguments ("mode" "feature")) nil [6362 7002])
778             ("cwarn-inside-macro" function nil nil [7004 7249])
779             ("cwarn-font-lock-keywords" function (:arguments ("addp")) nil [7251 7713])
780             ("cwarn-font-lock-match" function (:arguments ("re" "body")) nil [8619 9015])
781             ("cwarn-font-lock-assignment-keywords" variable
782                (:constant-flag t
783                 :default-value (quote ((cwarn-font-lock-match-assignment-in-expression (1 font-lock-warning-face)))))
784                 nil [9050 9182])
785             ("cwarn-font-lock-match-assignment-in-expression" function (:arguments ("limit")) nil [9184 9618])
786             ("cwarn-font-lock-semicolon-keywords" variable
787                (:constant-flag t
788                 :default-value (quote ((cwarn-font-lock-match-dangerous-semicolon (0 font-lock-warning-face)))))
789                 nil [9643 9764])
790             ("cwarn-font-lock-match-dangerous-semicolon" function (:arguments ("limit")) nil [9766 10243])
791             ("cwarn-font-lock-reference-keywords" variable
792                (:constant-flag t
793                 :default-value (quote ((cwarn-font-lock-match-reference (1 font-lock-warning-face)))))
794                 nil [10268 10379])
795             ("cwarn-font-lock-match-reference" function (:arguments ("limit")) nil [10381 10634])
796             ("turn-on-cwarn-mode-if-enabled" function nil nil [10664 10919])
797             ("define-globalized-minor-mode" code nil nil [10936 11027])
798             ("cwarn" package nil nil [11029 11045])
799             ("run-hooks" code nil nil [11047 11075]))          
800       :file "cwarn.el"
801       :pointmax 11107
802       :fsize 11106
803       :lastmodtime '(23525 29598 0 0)
804       :unmatched-syntax nil)
805     (semanticdb-table "semanticdb-table"
806       :file "cc-mode.el"
807       :fsize 91545
808       :lastmodtime '(23525 29597 0 0))
809     (semanticdb-table "semanticdb-table"
810       :major-mode emacs-lisp-mode
811       :tags 
812         '( ("gud" include nil nil [3444 3458])
813             ("json" include nil nil [3459 3474])
814             ("bindat" include nil nil [3475 3492])
815             ("cl-lib" include nil nil [3493 3510])
816             ("declare-function" code nil nil [3512 3612])
817             ("declare-function" code nil nil [3613 3663])
818             ("declare-function" code nil nil [3664 3726])
819             ("declare-function" code nil nil [3727 3798])
820             ("declare-function" code nil nil [3799 3862])
821             ("declare-function" code nil nil [3863 3926])
822             ("tool-bar-map" variable nil nil [3928 3949])
823             ("speedbar-initial-expansion-list-name" variable nil nil [3950 3995])
824             ("speedbar-frame" variable nil nil [3996 4019])
825             ("gdb-memory-address" variable (:default-value "main") nil [4021 4055])
826             ("gdb-memory-last-address" variable nil nil [4056 4139])
827             ("gdb-memory-next-page" variable nil nil [4140 4232])
828             ("gdb-memory-prev-page" variable nil nil [4233 4329])
829             ("gdb-thread-number" variable nil nil [4331 4714])
830             ("gdb-frame-number" variable nil nil [4716 5041])
831             ("gdb-frame-address" variable nil nil [5043 5115])
832             ("gdb-selected-frame" variable nil nil [5304 5390])
833             ("gdb-selected-file" variable nil nil [5391 5472])
834             ("gdb-selected-line" variable nil nil [5473 5556])
835             ("gdb-threads-list" variable nil nil [5558 5829])
836             ("gdb-running-threads-count" variable nil nil [5831 5994])
837             ("gdb-stopped-threads-count" variable nil nil [5996 6114])
838             ("gdb-breakpoints-list" variable nil nil [6116 6431])
839             ("gdb-current-language" variable nil nil [6433 6466])
840             ("gdb-var-list" variable nil nil [6467 6723])
841             ("gdb-main-file" variable nil nil [6724 6801])
842             ("gdb-stack-position" variable nil nil [6828 6859])
843             ("gdb-thread-position" variable nil nil [6860 6892])
844             ("gdb-disassembly-position" variable nil nil [6893 6930])
845             ("gdb-location-alist" variable nil nil [6932 7058])
846             ("gdb-active-process" variable nil nil [7059 7172])
847             ("gdb-error" variable (:default-value "Non-nil when GDB is reporting an error.") nil [7173 7233])
848             ("gdb-macro-info" variable nil nil [7234 7338])
849             ("gdb-register-names" variable nil nil [7339 7396])
850             ("gdb-changed-registers" variable nil nil [7397 7479])
851             ("gdb-buffer-fringe-width" variable nil nil [7480 7516])
852             ("gdb-last-command" variable nil nil [7517 7546])
853             ("gdb-prompt-name" variable nil nil [7547 7575])
854             ("gdb-token-number" variable nil nil [7576 7603])
855             ("gdb-handler-list" variable (:default-value (quote nil)) nil [7604 7700])
856             ("gdb-source-file-list" variable nil nil [7701 7787])
857             ("gdb-first-done-or-error" variable (:default-value t) nil [7788 7822])
858             ("gdb-source-window" variable nil nil [7823 7853])
859             ("gdb-inferior-status" variable nil nil [7854 7886])
860             ("gdb-continuation" variable nil nil [7887 7916])
861             ("gdb-supports-non-stop" variable nil nil [7917 7951])
862             ("gdb-filter-output" variable nil nil [7952 8114])
863             ("gdb-non-stop" variable nil nil [8116 8291])
864             ("defvar-local" code nil nil [8293 8379])
865             ("gdb-output-sink" variable (:default-value (quote nil)) nil [8381 8842])
866             ("gdb-discard-unordered-replies" variable (:default-value t) nil [8844 9231])
867             ("cl-defstruct" code nil nil [9233 9761])
868             ("gdb-add-handler" function (:arguments ("token-number" "handler-function" "pending-trigger")) nil [9763 10426])
869             ("gdb-delete-handler" function (:arguments ("token-number")) nil [10428 11411])
870             ("gdb-get-handler-function" function (:arguments ("token-number")) nil [11413 11719])
871             ("gdb-pending-handler-p" function (:arguments ("pending-trigger")) nil [11722 12012])
872             ("gdb-handle-reply" function (:arguments ("token-number")) nil [12015 12420])
873             ("gdb-remove-all-pending-triggers" function nil nil [12422 12844])
874             ("gdb-wait-for-pending" function (:arguments ("body")) nil [12846 13319])
875             ("gdb-add-subscriber" function (:arguments ("publisher" "subscriber")) nil [13343 13572])
876             ("gdb-delete-subscriber" function (:arguments ("publisher" "subscriber")) nil [13574 13752])
877             ("gdb-get-subscribers" function (:arguments ("publisher")) nil [13754 13805])
878             ("gdb-emit-signal" function (:arguments ("publisher" "signal")) nil [13807 14024])
879             ("gdb-buf-publisher" variable (:default-value (quote nil)) nil [14026 14216])
880             ("gdb" customgroup (:user-visible-flag t) nil [14218 14352])
881             ("gdb-non-stop" customgroup (:user-visible-flag t) nil [14354 14449])
882             ("gdb-buffers" customgroup (:user-visible-flag t) nil [14451 14525])
883             ("gdb-debug-log-max" variable (:default-value 128) nil [14527 14752])
884             ("gdb-non-stop-setting" variable (:default-value (not (eq system-type (quote windows-nt)))) nil [14754 15377])
885             ("gdb-gud-control-all-threads" variable (:default-value t) nil [15471 15698])
886             ("gdb-switch-reasons" variable (:default-value t) nil [15700 17246])
887             ("gdb-stopped-functions" variable nil nil [17248 18185])
888             ("gdb-switch-when-another-stopped" variable (:default-value t) nil [18187 18385])
889             ("gdb-stack-buffer-locations" variable (:default-value t) nil [18387 18545])
890             ("gdb-stack-buffer-addresses" variable nil nil [18547 18689])
891             ("gdb-thread-buffer-verbose-names" variable (:default-value t) nil [18691 18839])
892             ("gdb-thread-buffer-arguments" variable (:default-value t) nil [18841 18986])
893             ("gdb-thread-buffer-locations" variable (:default-value t) nil [18988 19148])
894             ("gdb-thread-buffer-addresses" variable nil nil [19150 19306])
895             ("gdb-show-threads-by-default" variable nil nil [19308 19477])
896             ("gdb-debug-log" variable nil nil [19479 19704])
897             ("define-minor-mode" code nil nil [19721 20175])
898             ("gdb-cpp-define-alist-program" variable (:default-value "gcc -E -dM -") nil [20177 20598])
899             ("gdb-cpp-define-alist-flags" variable nil nil [20600 20748])
900             ("gdb-create-source-file-list" variable (:default-value t) nil [20750 21320])
901             ("gdb-show-main" variable nil nil [21322 21546])
902             ("gdbmi-debug-mode" variable nil nil [21548 21655])
903             ("gdb-force-mode-line-update" function (:arguments ("status")) nil [21657 21981])
904             ("gdb-control-all-threads" function (:user-visible-flag t) nil [22026 22257])
905             ("gdb-control-current-thread" function (:user-visible-flag t) nil [22259 22495])
906             ("gdb-find-watch-expression" function nil nil [22497 23196])
907             ("gdb-gud-context-command" function (:arguments ("command" "noall")) nil [23274 23829])
908             ("gdb-gud-context-call" function (:arguments ("cmd1" "cmd2" "noall" "noarg")) nil [23831 24192])
909             ("gdb--check-interpreter" function (:arguments ("filter" "proc" "string")) nil [24194 24966])
910             ("gdb-control-level" variable nil nil [24968 24996])
911             ("gdb" function
912                (:user-visible-flag t
913                 :arguments ("command-line"))
914                 nil [25013 34324])
915             ("gdb-init-1" function nil nil [34326 36142])
916             ("gdb-non-stop-handler" function nil nil [36144 36558])
917             ("gdb-check-target-async" function nil nil [36560 36814])
918             ("gdb-delchar-or-quit" function
919                (:user-visible-flag t
920                 :arguments ("arg"))
921                 nil [36816 37514])
922             ("gdb-define-alist" variable nil nil [37516 37593])
923             ("gdb-create-define-alist" function nil nil [37595 38343])
924             ("declare-function" code nil nil [38345 38417])
925             ("gdb--string-regexp" variable
926                (:constant-flag t
927                 :default-value "\"\\(?:[^\\\"]\\|\\\\.\\)*\"")
928                 nil [38419 38479])
929             ("gdb-tooltip-print" function (:arguments ("expr")) nil [38481 39058])
930             ("gdb-tooltip-print-1" function (:arguments ("expr")) nil [39260 39587])
931             ("gdb-init-buffer" function nil nil [39589 39892])
932             ("gdb--if-arrow" function (:arguments ("arrow-position" "start-posn" "end-posn" "body")) nil [39894 40446])
933             ("gdb-mouse-until" function
934                (:user-visible-flag t
935                 :arguments ("event"))
936                 nil [40448 41196])
937             ("gdb-mouse-jump" function
938                (:user-visible-flag t
939                 :arguments ("event"))
940                 nil [41198 42129])
941             ("gdb-show-changed-values" variable (:default-value t) nil [42131 42423])
942             ("gdb-max-children" variable (:default-value 40) nil [42425 42576])
943             ("gdb-delete-out-of-scope" variable (:default-value t) nil [42578 42745])
944             ("define-minor-mode" code nil nil [42747 43023])
945             ("gdb-use-colon-colon-notation" variable nil nil [43025 43191])
946             ("define-key" code nil nil [43193 43246])
947             ("define-key" code nil nil [43247 43313])
948             ("declare-function" code nil nil [43315 43381])
949             ("gud-watch" function
950                (:user-visible-flag t
951                 :arguments ("arg" "event"))
952                 nil [43383 44337])
953             ("gdb-var-create-handler" function (:arguments ("expr")) nil [44339 45169])
954             ("gdb-speedbar-update" function nil nil [45171 45436])
955             ("gdb-speedbar-timer-fn" function nil nil [45438 45558])
956             ("gdb-var-evaluate-expression-handler" function (:arguments ("varnum" "changed")) nil [45560 45932])
957             ("gdb-var-list-children" function (:arguments ("varnum")) nil [46040 46255])
958             ("gdb-var-list-children-handler" function (:arguments ("varnum")) nil [46257 47245])
959             ("gdb-var-set-format" function (:arguments ("format")) nil [47247 47538])
960             ("gdb-var-delete-1" function (:arguments ("var" "varnum")) nil [47540 47825])
961             ("gdb-var-delete" function (:user-visible-flag t) nil [47827 48248])
962             ("gdb-var-delete-children" function (:arguments ("varnum")) nil [48250 48413])
963             ("gdb-edit-value" function (:arguments ("_text" "_token" "_indent")) nil [48415 48772])
964             ("gdb-error-regexp" variable
965                (:constant-flag t
966                 :default-value "\\^error,msg=\\(\".+\"\\)")
967                 nil [48774 48829])
968             ("gdb-edit-value-handler" function (:arguments ("value")) nil [48831 49007])
969             ("gdb-var-update" function nil nil [49108 49242])
970             ("gdb-var-update-handler" function nil nil [49244 52127])
971             ("gdb-speedbar-expand-node" function (:arguments ("text" "token" "indent")) nil [52129 53064])
972             ("gdb-get-target-string" function nil nil [53066 53160])
973             ("gdb-buffer-rules" variable (:default-value (quote nil)) nil [53506 53535])
974             ("gdb-rules-name-maker" function (:arguments ("rules-entry")) nil [53537 53600])
975             ("gdb-rules-buffer-mode" function (:arguments ("rules-entry")) nil [53601 53666])
976             ("gdb-rules-update-trigger" function (:arguments ("rules-entry")) nil [53667 53735])
977             ("gdb-update-buffer-name" function nil nil [53737 54021])
978             ("gdb-current-buffer-rules" function nil nil [54023 54159])
979             ("gdb-current-buffer-thread" function nil nil [54161 54382])
980             ("gdb-current-buffer-frame" function nil nil [54384 54540])
981             ("gdb-buffer-type" function (:arguments ("buffer")) nil [54542 54672])
982             ("gdb-buffer-shows-main-thread-p" function nil nil [54674 54866])
983             ("gdb-get-buffer" function (:arguments ("buffer-type" "thread")) nil [54868 55350])
984             ("gdb-get-buffer-create" function (:arguments ("buffer-type" "thread")) nil [55352 56878])
985             ("gdb-bind-function-to-buffer" function (:arguments ("expr" "buffer")) nil [56880 57074])
986             ("def-gdb-preempt-display-buffer" function (:arguments ("name" "buffer" "doc" "split-horizontal")) nil [57129 57426])
987             ("gdb-set-buffer-rules" function (:arguments ("buffer-type" "rules")) nil [57829 58041])
988             ("gdb-parent-mode" function nil nil [58043 58776])
989             ("gdb-set-buffer-rules" code nil nil [58902 58984])
990             ("gdb-partial-output-name" function nil nil [58986 59085])
991             ("gdb-set-buffer-rules" code nil nil [59089 59188])
992             ("gdb-inferior-io-name" function nil nil [59190 59286])
993             ("gdb-display-io-buffer" function (:user-visible-flag t) nil [59288 59457])
994             ("gdb-inferior-io--init-proc" function (:arguments ("proc")) nil [59459 59892])
995             ("gdb-inferior-io-sentinel" function (:arguments ("proc" "_str")) nil [59894 60534])
996             ("gdb-display-buffer-other-frame-action" variable (:default-value (quote ((display-buffer-reuse-window display-buffer-pop-up-frame) (reusable-frames . visible) (inhibit-same-window . t) (pop-up-frame-parameters (height . 14) (width . 80) (unsplittable . t) (tool-bar-lines) (menu-bar-lines) (minibuffer))))) nil [60536 61040])
997             ("gdb-frame-io-buffer" function (:user-visible-flag t) nil [61042 61243])
998             ("gdb-inferior-io-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "" (quote gdb-io-interrupt)) (define-key map "" (quote gdb-io-stop)) (define-key map "" (quote gdb-io-quit)) (define-key map "" (quote gdb-io-eof)) (define-key map "" (quote gdb-io-eof)) map)) nil [61245 61548])
999             ("define-derived-mode" code nil nil [61627 61832])
1000             ("gdb-display-io-nopopup" variable nil nil [61834 62000])
1001             ("gdb-inferior-filter" function (:arguments ("proc" "string")) nil [62002 62427])
1002             ("gdb-io-interrupt" function (:user-visible-flag t) nil [62429 62590])
1003             ("gdb-io-quit" function (:user-visible-flag t) nil [62592 62753])
1004             ("gdb-io-stop" function (:user-visible-flag t) nil [62755 62901])
1005             ("gdb-io-eof" function (:user-visible-flag t) nil [62903 63055])
1006             ("gdb-clear-inferior-io" function nil nil [63057 63173])
1007             ("breakpoint-xpm-data" variable
1008                (:constant-flag t
76bbd0 1009                 :default-value "/* XPM */
C 1010 static char *magick[] = {
1011 /* columns rows colors chars-per-pixel */
1012 \"10 10 2 1\",
1013 \"  c red\",
1014 \"+ c None\",
1015 /* pixels */
1016 \"+++    +++\",
1017 \"++      ++\",
1018 \"+        +\",
1019 \"          \",
1020 \"          \",
1021 \"          \",
1022 \"          \",
1023 \"+        +\",
1024 \"++      ++\",
1025 \"+++    +++\",
5cb5f7 1026 };")
C 1027                 nil [63177 63546])
1028             ("breakpoint-enabled-pbm-data" variable
1029                (:constant-flag t
76bbd0 1030                 :default-value "P1
C 1031 10 10\",
1032 0 0 0 0 1 1 1 1 0 0 0 0
1033 0 0 0 1 1 1 1 1 1 0 0 0
1034 0 0 1 1 1 1 1 1 1 1 0 0
1035 0 1 1 1 1 1 1 1 1 1 1 0
1036 0 1 1 1 1 1 1 1 1 1 1 0
1037 0 1 1 1 1 1 1 1 1 1 1 0
1038 0 1 1 1 1 1 1 1 1 1 1 0
1039 0 0 1 1 1 1 1 1 1 1 0 0
1040 0 0 0 1 1 1 1 1 1 0 0 0
5cb5f7 1041 0 0 0 0 1 1 1 1 0 0 0 0")
C 1042                 nil [63548 63889])
1043             ("breakpoint-disabled-pbm-data" variable
1044                (:constant-flag t
76bbd0 1045                 :default-value "P1
C 1046 10 10\",
1047 0 0 1 0 1 0 1 0 0 0
1048 0 1 0 1 0 1 0 1 0 0
1049 1 0 1 0 1 0 1 0 1 0
1050 0 1 0 1 0 1 0 1 0 1
1051 1 0 1 0 1 0 1 0 1 0
1052 0 1 0 1 0 1 0 1 0 1
1053 1 0 1 0 1 0 1 0 1 0
1054 0 1 0 1 0 1 0 1 0 1
1055 0 0 1 0 1 0 1 0 1 0
5cb5f7 1056 0 0 0 1 0 1 0 1 0 0")
C 1057                 nil [63891 64194])
1058             ("breakpoint-enabled-icon" variable nil nil [64196 64283])
1059             ("breakpoint-disabled-icon" variable nil nil [64285 64374])
1060             ("declare-function" code nil nil [64376 64473])
1061             ("and" code nil nil [64475 64761])
1062             ("breakpoint-enabled" variable
1063                (:default-value (quote ((t :foreground "red1" :weight bold)))
1064                 :type "face")
1065                 nil [64763 64904])
1066             ("breakpoint-disabled" variable
1067                (:default-value (quote ((((class color) (min-colors 88)) :foreground "grey70") (((class color) (min-colors 8) (background light)) :foreground "black") (((class color) (min-colors 8) (background dark)) :foreground "white") (((type tty) (class mono)) :inverse-video t) (t :background "gray")))
1068                 :type "face")
1069                 nil [64906 65375])
1070             ("gdb-python-guile-commands-regexp" variable (:default-value "python\\|python-interactive\\|pi\\|guile\\|guile-repl\\|gr") nil [65379 65551])
1071             ("gdb-control-commands-regexp" variable (:default-value (concat "^\\(" "commands\\|if\\|while\\|define\\|document\\|" gdb-python-guile-commands-regexp "\\|while-stepping\\|stepping\\|ws\\|actions" "\\)\\([[:blank:]]+\\([^[:blank:]]*\\)\\)?$")) nil [65553 65989])
1072             ("gdb-strip-string-backslash" function (:arguments ("string")) nil [65991 66081])
1073             ("gdb-send" function (:arguments ("proc" "string")) nil [66083 68786])
1074             ("gdb-mi-quote" function (:arguments ("string")) nil [68788 69157])
1075             ("gdb-input" function (:arguments ("command" "handler-function" "trigger-name")) nil [69159 70090])
1076             ("gdb-current-context-command" function (:arguments ("command")) nil [70146 70359])
1077             ("gdb-current-context-buffer-name" function (:arguments ("name")) nil [70361 70692])
1078             ("gdb-current-context-mode-name" function (:arguments ("mode")) nil [70694 70929])
1079             ("gud-gdb-command-name" variable (:default-value "gdb -i=mi") nil [70933 71076])
1080             ("gdb-resync" function nil nil [71078 71190])
1081             ("gdb-update" function (:arguments ("no-proc")) nil [71192 72045])
1082             ("gdb-setq-thread-number" function (:arguments ("number")) nil [72226 72684])
1083             ("gdb-update-gud-running" function nil nil [72686 73530])
1084             ("gdb-show-run-p" function nil nil [73532 73860])
1085             ("gdb-show-stop-p" function nil nil [73862 74196])
1086             ("gdb-display-source-buffer" function (:arguments ("buffer")) nil [74394 74872])
1087             ("gdbmi-start-with" function (:arguments ("str" "offset" "match")) nil [74875 75247])
1088             ("gdbmi-same-start" function (:arguments ("str" "offset" "match")) nil [75249 75710])
1089             ("gdbmi-is-number" function (:arguments ("character")) nil [75712 75872])
1090             ("defvar-local" code nil nil [75875 76150])
1091             ("defvar-local" code nil nil [76152 76435])
1092             ("gdbmi-bnf-init" function nil nil [76437 76602])
1093             ("gdbmi-bnf-output" function nil nil [76605 76897])
1094             ("gdbmi-bnf-skip-unrecognized" function nil nil [76900 77972])
1095             ("gdbmi-bnf-gdb-prompt" function nil nil [77975 78516])
1096             ("gdbmi-bnf-result-record" function nil nil [78519 78779])
1097             ("gdbmi-bnf-out-of-band-record" function nil nil [78782 79012])
1098             ("gdbmi-bnf-async-record" function nil nil [79015 79485])
1099             ("gdbmi-bnf-stream-record" function nil nil [79488 80729])
1100             ("gdbmi-bnf-console-stream-output" function (:arguments ("c-string")) nil [80731 81029])
1101             ("gdbmi-bnf-target-stream-output" function (:arguments ("_c-string")) nil [81031 81178])
1102             ("gdbmi-bnf-log-stream-output" function (:arguments ("c-string")) nil [81180 81521])
1103             ("gdbmi-bnf-result-state-configs" variable
1104                (:constant-flag t
1105                 :default-value (quote (("^" ("done" gdb-done . progressive) ("error" gdb-error . progressive) ("running" gdb-starting . atomic)) ("*" ("stopped" gdb-stopped . atomic) ("running" gdb-running . atomic)) ("+") ("=" ("thread-created" gdb-thread-created . atomic) ("thread-selected" gdb-thread-selected . atomic) ("thread-existed" gdb-ignored-notification . atomic) ((quote default) gdb-ignored-notification . atomic)))))
1106                 nil [81524 82787])
1107             ("gdbmi-bnf-result-and-async-record-impl" function nil nil [82789 84826])
1108             ("gdbmi-bnf-incomplete-record-result" function (:arguments ("token" "class-command")) nil [84828 86801])
1109             ("gdb-mi-decode-strings" variable nil nil [87288 88189])
1110             ("gdb-mi-decode" function (:arguments ("string")) nil [88974 89818])
1111             ("gud-gdbmi-marker-filter" function (:arguments ("string")) nil [89820 90954])
1112             ("gdb-gdb" function (:arguments ("_output-field")) nil [90956 90987])
1113             ("gdb-shell" function (:arguments ("output-field")) nil [90989 91096])
1114             ("gdb-ignored-notification" function (:arguments ("_token" "_output-field")) nil [91098 91153])
1115             ("gdb-thread-created" function (:arguments ("_token" "_output-field")) nil [91225 91274])
1116             ("gdb-thread-exited" function (:arguments ("_token" "output-field")) nil [91275 91938])
1117             ("gdb-thread-selected" function (:arguments ("_token" "output-field")) nil [91940 92720])
1118             ("gdb-running" function (:arguments ("_token" "output-field")) nil [92722 93443])
1119             ("gdb-starting" function (:arguments ("_output-field" "_result")) nil [93445 93750])
1120             ("gdb-stopped" function (:arguments ("_token" "output-field")) nil [93809 96886])
1121             ("gdb-internals" function (:arguments ("output-field")) nil [97040 97380])
1122             ("gdb-console" function (:arguments ("output-field")) nil [97511 97631])
1123             ("gdb-done" function (:arguments ("token-number" "output-field" "is-complete")) nil [97633 97755])
1124             ("gdb-error" function (:arguments ("token-number" "output-field" "is-complete")) nil [97757 97881])
1125             ("gdb-done-or-error" function (:arguments ("token-number" "type" "output-field" "is-complete")) nil [97883 99376])
1126             ("gdb-concat-output" function (:arguments ("so-far" "new")) nil [99378 99560])
1127             ("gdb-append-to-partial-output" function (:arguments ("string")) nil [99562 99730])
1128             ("gdb-clear-partial-output" function nil nil [99732 99861])
1129             ("gdb-jsonify-buffer" function (:arguments ("fix-key" "fix-list")) nil [99863 101938])
1130             ("gdb-json-read-buffer" function (:arguments ("fix-key" "fix-list")) nil [101940 102265])
1131             ("gdb-json-string" function (:arguments ("string" "fix-key" "fix-list")) nil [102267 102538])
1132             ("gdb-json-partial-output" function (:arguments ("fix-key" "fix-list")) nil [102540 102839])
1133             ("gdb-line-posns" function (:arguments ("line")) nil [102841 103060])
1134             ("gdb-mark-line" function (:arguments ("line" "variable")) nil [103062 103624])
1135             ("gdb-pad-string" function (:arguments ("string" "padding")) nil [103626 103727])
1136             ("cl-defstruct" code nil nil [103879 103980])
1137             ("gdb-table-add-row" function (:arguments ("table" "row" "properties")) nil [103982 105147])
1138             ("gdb-table-string" function (:arguments ("table" "sep")) nil [105149 105722])
1139             ("gdb-get-many-fields" function (:arguments ("struct" "fields")) nil [105785 106003])
1140             ("def-gdb-auto-update-trigger" function (:arguments ("trigger-name" "gdb-command" "handler-name" "signal-list")) nil [106005 107387])
1141             ("def-gdb-auto-update-handler" function (:arguments ("handler-name" "custom-defun" "nopreserve")) nil [107469 108344])
1142             ("def-gdb-trigger-and-handler" function (:arguments ("trigger-name" "gdb-command" "handler-name" "custom-defun" "signal-list")) nil [108346 108961])
1143             ("def-gdb-trigger-and-handler" code nil nil [109032 109189])
1144             ("gdb-set-buffer-rules" code nil nil [109191 109320])
1145             ("gdb-breakpoints-list-handler-custom" function nil nil [109322 111918])
1146             ("gdb-place-breakpoints" function nil nil [112000 113593])
1147             ("gdb-source-file-regexp" variable
1148                (:constant-flag t
1149                 :default-value (concat "fullname=\\(" gdb--string-regexp "\\)"))
1150                 nil [113595 113679])
1151             ("gdb-get-location" function (:arguments ("bptno" "line" "flag")) nil [113681 114647])
1152             ("add-hook" code nil nil [114649 114695])
1153             ("gdb-find-file-hook" function nil nil [114697 115153])
1154             ("declare-function" code nil nil [115155 115197])
1155             ("declare-function" code nil nil [115208 115250])
1156             ("declare-function" code nil nil [115261 115335])
1157             ("gdb-mouse-set-clear-breakpoint" function
1158                (:user-visible-flag t
1159                 :arguments ("event"))
1160                 nil [115337 115980])
1161             ("gdb-mouse-toggle-breakpoint-margin" function
1162                (:user-visible-flag t
1163                 :arguments ("event"))
1164                 nil [115982 116600])
1165             ("gdb-mouse-toggle-breakpoint-fringe" function
1166                (:user-visible-flag t
1167                 :arguments ("event"))
1168                 nil [116602 117315])
1169             ("gdb-breakpoints-buffer-name" function nil nil [117317 117413])
1170             ("gdb-display-breakpoints-buffer" function
1171                (:user-visible-flag t
1172                 :arguments ("thread"))
1173                 nil [117415 117595])
1174             ("gdb-frame-breakpoints-buffer" function
1175                (:user-visible-flag t
1176                 :arguments ("thread"))
1177                 nil [117597 117830])
1178             ("gdb-breakpoints-mode-map" variable (:default-value (let ((map (make-sparse-keymap)) (menu (make-sparse-keymap "Breakpoints"))) (define-key menu [quit] (quote ("Quit" . gdb-delete-frame-or-window))) (define-key menu [goto] (quote ("Goto" . gdb-goto-breakpoint))) (define-key menu [delete] (quote ("Delete" . gdb-delete-breakpoint))) (define-key menu [toggle] (quote ("Toggle" . gdb-toggle-breakpoint))) (suppress-keymap map) (define-key map [menu-bar breakpoints] (cons "Breakpoints" menu)) (define-key map " " (quote gdb-toggle-breakpoint)) (define-key map "D" (quote gdb-delete-breakpoint)) (define-key map "q" (quote gdb-delete-frame-or-window)) (define-key map " " (quote gdb-goto-breakpoint)) (define-key map "    " (lambda nil (interactive) (gdb-set-window-buffer (gdb-get-buffer-create (quote gdb-threads-buffer)) t))) (define-key map [mouse-2] (quote gdb-goto-breakpoint)) (define-key map [follow-link] (quote mouse-face)) map)) nil [117832 118893])
1179             ("gdb-delete-frame-or-window" function (:user-visible-flag t) nil [118895 119081])
1180             ("gdb-make-header-line-mouse-map" function (:arguments ("mouse" "function")) nil [119115 119525])
1181             ("gdb-propertize-header" function (:arguments ("name" "buffer" "help-echo" "mouse-face" "face")) nil [119527 119997])
1182             ("gdb-threads-buffer-name" function nil nil [120066 120154])
1183             ("gdb-display-threads-buffer" function
1184                (:user-visible-flag t
1185                 :arguments ("thread"))
1186                 nil [120156 120324])
1187             ("gdb-frame-threads-buffer" function
1188                (:user-visible-flag t
1189                 :arguments ("thread"))
1190                 nil [120326 120547])
1191             ("def-gdb-trigger-and-handler" code nil nil [120549 120738])
1192             ("gdb-set-buffer-rules" code nil nil [120740 120853])
1193             ("gdb-threads-font-lock-keywords" variable (:default-value (quote (("in \\([^ ]+\\)" (1 font-lock-function-name-face)) (" \\(stopped\\)" (1 font-lock-warning-face)) (" \\(running\\)" (1 font-lock-string-face)) ("\\(\\(\\sw\\|[_.]\\)+\\)=" (1 font-lock-variable-name-face))))) nil [120855 121172])
1194             ("gdb-threads-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map " " (quote gdb-select-thread)) (define-key map "f" (quote gdb-display-stack-for-thread)) (define-key map "F" (quote gdb-frame-stack-for-thread)) (define-key map "l" (quote gdb-display-locals-for-thread)) (define-key map "L" (quote gdb-frame-locals-for-thread)) (define-key map "r" (quote gdb-display-registers-for-thread)) (define-key map "R" (quote gdb-frame-registers-for-thread)) (define-key map "d" (quote gdb-display-disassembly-for-thread)) (define-key map "D" (quote gdb-frame-disassembly-for-thread)) (define-key map "i" (quote gdb-interrupt-thread)) (define-key map "c" (quote gdb-continue-thread)) (define-key map "s" (quote gdb-step-thread)) (define-key map "    " (lambda nil (interactive) (gdb-set-window-buffer (gdb-get-buffer-create (quote gdb-breakpoints-buffer)) t))) (define-key map [mouse-2] (quote gdb-select-thread)) (define-key map [follow-link] (quote mouse-face)) map)) nil [121174 122136])
1195             ("gdb-threads-header" variable (:default-value (list (gdb-propertize-header "Breakpoints" gdb-breakpoints-buffer "mouse-1: select" mode-line-highlight mode-line-inactive) " " (gdb-propertize-header "Threads" gdb-threads-buffer nil nil mode-line))) nil [122138 122389])
1196             ("define-derived-mode" code nil nil [122391 122760])
1197             ("gdb-thread-list-handler-custom" function nil nil [122762 125237])
1198             ("def-gdb-thread-buffer-command" function (:arguments ("name" "custom-defun" "doc")) nil [125239 125917])
1199             ("def-gdb-thread-buffer-simple-command" function (:arguments ("name" "buffer-command" "doc")) nil [125919 126247])
1200             ("def-gdb-thread-buffer-command" code nil nil [126249 126515])
1201             ("def-gdb-thread-buffer-simple-command" code nil nil [126517 126683])
1202             ("def-gdb-thread-buffer-simple-command" code nil nil [126685 126854])
1203             ("def-gdb-thread-buffer-simple-command" code nil nil [126856 127034])
1204             ("def-gdb-thread-buffer-simple-command" code nil nil [127036 127220])
1205             ("def-gdb-thread-buffer-simple-command" code nil nil [127222 127386])
1206             ("def-gdb-thread-buffer-simple-command" code nil nil [127388 127555])
1207             ("def-gdb-thread-buffer-simple-command" code nil nil [127557 127737])
1208             ("def-gdb-thread-buffer-simple-command" code nil nil [127739 127925])
1209             ("def-gdb-thread-buffer-gud-command" function (:arguments ("name" "gud-command" "doc")) nil [127927 128449])
1210             ("def-gdb-thread-buffer-gud-command" code nil nil [128451 128565])
1211             ("declare-function" code nil nil [128611 128655])
1212             ("def-gdb-thread-buffer-gud-command" code nil nil [128657 128762])
1213             ("declare-function" code nil nil [128764 128808])
1214             ("def-gdb-thread-buffer-gud-command" code nil nil [128810 128907])
1215             ("gdb-memory-rows" variable (:default-value 8) nil [128928 129048])
1216             ("gdb-memory-columns" variable (:default-value 4) nil [129050 129176])
1217             ("gdb-memory-format" variable (:default-value "x") nil [129178 129504])
1218             ("gdb-memory-unit" variable (:default-value 4) nil [129506 129759])
1219             ("def-gdb-trigger-and-handler" code nil nil [129761 130067])
1220             ("gdb-set-buffer-rules" code nil nil [130069 130178])
1221             ("gdb-memory-column-width" function (:arguments ("size" "format")) nil [130180 131000])
1222             ("gdb-read-memory-custom" function nil nil [131002 132098])
1223             ("gdb-memory-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map t) (define-key map "q" (quote kill-current-buffer)) (define-key map "n" (quote gdb-memory-show-next-page)) (define-key map "p" (quote gdb-memory-show-previous-page)) (define-key map "a" (quote gdb-memory-set-address)) (define-key map "t" (quote gdb-memory-format-binary)) (define-key map "o" (quote gdb-memory-format-octal)) (define-key map "u" (quote gdb-memory-format-unsigned)) (define-key map "d" (quote gdb-memory-format-signed)) (define-key map "x" (quote gdb-memory-format-hexadecimal)) (define-key map "b" (quote gdb-memory-unit-byte)) (define-key map "h" (quote gdb-memory-unit-halfword)) (define-key map "w" (quote gdb-memory-unit-word)) (define-key map "g" (quote gdb-memory-unit-giant)) (define-key map "R" (quote gdb-memory-set-rows)) (define-key map "C" (quote gdb-memory-set-columns)) map)) nil [132100 132953])
1224             ("gdb-memory-set-address-event" function
1225                (:user-visible-flag t
1226                 :arguments ("event"))
1227                 nil [132955 133188])
1228             ("gdb-memory-set-address" function (:user-visible-flag t) nil [133233 133442])
1229             ("def-gdb-set-positive-number" function (:arguments ("name" "variable" "echo-string" "doc")) nil [133444 134018])
1230             ("def-gdb-set-positive-number" code nil nil [134020 134150])
1231             ("def-gdb-set-positive-number" code nil nil [134152 134294])
1232             ("def-gdb-memory-format" function (:arguments ("name" "format" "doc")) nil [134296 134603])
1233             ("def-gdb-memory-format" code nil nil [134605 134697])
1234             ("def-gdb-memory-format" code nil nil [134699 134789])
1235             ("def-gdb-memory-format" code nil nil [134791 134895])
1236             ("def-gdb-memory-format" code nil nil [134897 134990])
1237             ("def-gdb-memory-format" code nil nil [134992 135094])
1238             ("gdb-memory-format-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [header-line down-mouse-3] (quote gdb-memory-format-menu-1)) map)) nil [135096 135293])
1239             ("gdb-memory-format-menu" variable (:default-value (let ((map (make-sparse-keymap "Format"))) (define-key map [binary] (quote (menu-item "Binary" gdb-memory-format-binary :button (:radio equal gdb-memory-format "t")))) (define-key map [octal] (quote (menu-item "Octal" gdb-memory-format-octal :button (:radio equal gdb-memory-format "o")))) (define-key map [unsigned] (quote (menu-item "Unsigned Decimal" gdb-memory-format-unsigned :button (:radio equal gdb-memory-format "u")))) (define-key map [signed] (quote (menu-item "Signed Decimal" gdb-memory-format-signed :button (:radio equal gdb-memory-format "d")))) (define-key map [hexadecimal] (quote (menu-item "Hexadecimal" gdb-memory-format-hexadecimal :button (:radio equal gdb-memory-format "x")))) map)) nil [135295 136163])
1240             ("gdb-memory-format-menu" function (:arguments ("event")) nil [136165 136270])
1241             ("gdb-memory-format-menu-1" function (:arguments ("event")) nil [136272 136618])
1242             ("def-gdb-memory-unit" function (:arguments ("name" "unit-size" "doc")) nil [136620 136931])
1243             ("def-gdb-memory-unit" code nil nil [136933 137030])
1244             ("def-gdb-memory-unit" code nil nil [137032 137121])
1245             ("def-gdb-memory-unit" code nil nil [137123 137219])
1246             ("def-gdb-memory-unit" code nil nil [137221 137297])
1247             ("def-gdb-memory-show-page" function (:arguments ("name" "address-var" "doc")) nil [137299 137705])
1248             ("def-gdb-memory-show-page" code nil nil [137707 137786])
1249             ("def-gdb-memory-show-page" code nil nil [137788 137863])
1250             ("gdb-memory-unit-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [header-line down-mouse-3] (quote gdb-memory-unit-menu-1)) map)) nil [137865 138057])
1251             ("gdb-memory-unit-menu" variable (:default-value (let ((map (make-sparse-keymap "Unit"))) (define-key map [giantwords] (quote (menu-item "Giant words" gdb-memory-unit-giant :button (:radio equal gdb-memory-unit 8)))) (define-key map [words] (quote (menu-item "Words" gdb-memory-unit-word :button (:radio equal gdb-memory-unit 4)))) (define-key map [halfwords] (quote (menu-item "Halfwords" gdb-memory-unit-halfword :button (:radio equal gdb-memory-unit 2)))) (define-key map [bytes] (quote (menu-item "Bytes" gdb-memory-unit-byte :button (:radio equal gdb-memory-unit 1)))) map)) nil [138059 138722])
1252             ("gdb-memory-unit-menu" function (:arguments ("event")) nil [138724 138825])
1253             ("gdb-memory-unit-menu-1" function (:arguments ("event")) nil [138827 139167])
1254             ("gdb-memory-font-lock-keywords" variable (:default-value (quote (("<\\(\\(\\sw\\|[_.]\\)+\\)\\(\\+[0-9]+\\)?>" (1 font-lock-function-name-face))))) nil [139169 139374])
1255             ("gdb-memory-header" variable (:default-value (quote (:eval (concat "Start address[" (propertize "-" (quote face) font-lock-warning-face (quote help-echo) "mouse-1: decrement address" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (gdb-make-header-line-mouse-map (quote mouse-1) (function gdb-memory-show-previous-page))) "|" (propertize "+" (quote face) font-lock-warning-face (quote help-echo) "mouse-1: increment address" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (gdb-make-header-line-mouse-map (quote mouse-1) (function gdb-memory-show-next-page))) "]: " (propertize gdb-memory-address (quote face) font-lock-warning-face (quote help-echo) "mouse-1: set start address" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (gdb-make-header-line-mouse-map (quote mouse-1) (function gdb-memory-set-address-event))) "  Rows: " (propertize (number-to-string gdb-memory-rows) (quote face) font-lock-warning-face (quote help-echo) "mouse-1: set number of columns" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (gdb-make-header-line-mouse-map (quote mouse-1) (function gdb-memory-set-rows))) "  Columns: " (propertize (number-to-string gdb-memory-columns) (quote face) font-lock-warning-face (quote help-echo) "mouse-1: set number of columns" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (gdb-make-header-line-mouse-map (quote mouse-1) (function gdb-memory-set-columns))) "  Display Format: " (propertize gdb-memory-format (quote face) font-lock-warning-face (quote help-echo) "mouse-3: select display format" (quote mouse-face) (quote mode-line-highlight) (quote local-map) gdb-memory-format-map) "  Unit Size: " (propertize (number-to-string gdb-memory-unit) (quote face) font-lock-warning-face (quote help-echo) "mouse-3: select unit size" (quote mouse-face) (quote mode-line-highlight) (quote local-map) gdb-memory-unit-map))))) nil [139376 141830])
1256             ("define-derived-mode" code nil nil [141832 142092])
1257             ("gdb-memory-buffer-name" function nil nil [142094 142180])
1258             ("gdb-display-memory-buffer" function
1259                (:user-visible-flag t
1260                 :arguments ("thread"))
1261                 nil [142182 142356])
1262             ("gdb-frame-memory-buffer" function (:user-visible-flag t) nil [142358 142558])
1263             ("gdb-disassembly-buffer-name" function nil nil [142584 142712])
1264             ("gdb-display-disassembly-buffer" function
1265                (:user-visible-flag t
1266                 :arguments ("thread"))
1267                 nil [142714 142906])
1268             ("def-gdb-preempt-display-buffer" code nil nil [142908 143012])
1269             ("gdb-frame-disassembly-buffer" function
1270                (:user-visible-flag t
1271                 :arguments ("thread"))
1272                 nil [143014 143259])
1273             ("def-gdb-auto-update-trigger" code nil nil [143261 143950])
1274             ("def-gdb-auto-update-handler" code nil nil [143952 144044])
1275             ("gdb-set-buffer-rules" code nil nil [144046 144175])
1276             ("gdb-disassembly-font-lock-keywords" variable (:default-value (quote (("<\\(\\(\\sw\\|[_.]\\)+\\)\\(\\+[0-9]+\\)?>" (1 font-lock-function-name-face)) ("^0x[0-9a-f]+ \\(<\\(\\(\\sw\\|[_.]\\)+\\)\\+[0-9]+>\\)?:[     ]+\\(\\sw+\\)" (4 font-lock-keyword-face)) ("%\\sw+" . font-lock-variable-name-face) ("^\\(Dump of assembler code for function\\) \\(.+\\):" (1 font-lock-comment-face) (2 font-lock-function-name-face)) ("^\\(End of assembler dump\\.\\)" . font-lock-comment-face)))) nil [144177 144826])
1277             ("gdb-disassembly-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map "q" (quote kill-current-buffer)) map)) nil [144828 144988])
1278             ("define-derived-mode" code nil nil [144990 145466])
1279             ("gdb-disassembly-handler-custom" function nil nil [145468 147182])
1280             ("gdb-disassembly-place-breakpoints" function nil nil [147184 147726])
1281             ("gdb-breakpoints-header" variable (:default-value (list (gdb-propertize-header "Breakpoints" gdb-breakpoints-buffer nil nil mode-line) " " (gdb-propertize-header "Threads" gdb-threads-buffer "mouse-1: select" mode-line-highlight mode-line-inactive))) nil [147730 148008])
1282             ("define-derived-mode" code nil nil [148031 148220])
1283             ("gdb-toggle-breakpoint" function (:user-visible-flag t) nil [148222 148770])
1284             ("gdb-delete-breakpoint" function (:user-visible-flag t) nil [148772 149202])
1285             ("gdb-goto-breakpoint" function
1286                (:user-visible-flag t
1287                 :arguments ("event"))
1288                 nil [149204 150573])
1289             ("def-gdb-trigger-and-handler" code nil nil [150652 150835])
1290             ("gdb-set-buffer-rules" code nil nil [150837 150944])
1291             ("gdb-frame-location" function (:arguments ("frame")) nil [150946 151387])
1292             ("gdb-stack-list-frames-custom" function nil nil [151389 152580])
1293             ("gdb-stack-buffer-name" function nil nil [152582 152705])
1294             ("gdb-display-stack-buffer" function
1295                (:user-visible-flag t
1296                 :arguments ("thread"))
1297                 nil [152707 152891])
1298             ("def-gdb-preempt-display-buffer" code nil nil [152893 152991])
1299             ("gdb-frame-stack-buffer" function
1300                (:user-visible-flag t
1301                 :arguments ("thread"))
1302                 nil [152993 153230])
1303             ("gdb-frames-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map "q" (quote kill-current-buffer)) (define-key map " " (quote gdb-select-frame)) (define-key map [mouse-2] (quote gdb-select-frame)) (define-key map [follow-link] (quote mouse-face)) map)) nil [153232 153517])
1304             ("gdb-frames-font-lock-keywords" variable (:default-value (quote (("in \\([^ ]+\\)" (1 font-lock-function-name-face))))) nil [153519 153665])
1305             ("define-derived-mode" code nil nil [153667 154053])
1306             ("gdb-select-frame" function
1307                (:user-visible-flag t
1308                 :arguments ("event"))
1309                 nil [154055 154687])
1310             ("def-gdb-trigger-and-handler" code nil nil [154778 154987])
1311             ("gdb-set-buffer-rules" code nil nil [154989 155098])
1312             ("gdb-locals-watch-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map " " (quote gud-watch)) (define-key map [mouse-2] (quote gud-watch)) map)) nil [155100 155356])
1313             ("gdb-edit-locals-map-1" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map " " (quote gdb-edit-locals-value)) (define-key map [mouse-2] (quote gdb-edit-locals-value)) map)) nil [155358 155625])
1314             ("gdb-edit-locals-value" function
1315                (:user-visible-flag t
1316                 :arguments ("event"))
1317                 nil [155627 156116])
1318             ("gdb-locals-handler-custom" function nil nil [156209 157753])
1319             ("gdb-locals-header" variable (:default-value (list (gdb-propertize-header "Locals" gdb-locals-buffer nil nil mode-line) " " (gdb-propertize-header "Registers" gdb-registers-buffer "mouse-1: select" mode-line-highlight mode-line-inactive))) nil [157755 158022])
1320             ("gdb-locals-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map "q" (quote kill-current-buffer)) (define-key map "    " (lambda nil (interactive) (gdb-set-window-buffer (gdb-get-buffer-create (quote gdb-registers-buffer) gdb-thread-number) t))) map)) nil [158024 158451])
1321             ("define-derived-mode" code nil nil [158453 158617])
1322             ("gdb-locals-buffer-name" function nil nil [158619 158737])
1323             ("gdb-display-locals-buffer" function
1324                (:user-visible-flag t
1325                 :arguments ("thread"))
1326                 nil [158739 158934])
1327             ("def-gdb-preempt-display-buffer" code nil nil [158936 159036])
1328             ("gdb-frame-locals-buffer" function
1329                (:user-visible-flag t
1330                 :arguments ("thread"))
1331                 nil [159038 159290])
1332             ("def-gdb-trigger-and-handler" code nil nil [159316 159520])
1333             ("gdb-set-buffer-rules" code nil nil [159522 159643])
1334             ("gdb-registers-handler-custom" function nil nil [159645 160745])
1335             ("gdb-edit-register-value" function
1336                (:user-visible-flag t
1337                 :arguments ("event"))
1338                 nil [160747 161235])
1339             ("gdb-registers-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (suppress-keymap map) (define-key map " " (quote gdb-edit-register-value)) (define-key map [mouse-2] (quote gdb-edit-register-value)) (define-key map "q" (quote kill-current-buffer)) (define-key map "    " (lambda nil (interactive) (gdb-set-window-buffer (gdb-get-buffer-create (quote gdb-locals-buffer) gdb-thread-number) t))) map)) nil [161237 161771])
1340             ("gdb-registers-header" variable (:default-value (list (gdb-propertize-header "Locals" gdb-locals-buffer "mouse-1: select" mode-line-highlight mode-line-inactive) " " (gdb-propertize-header "Registers" gdb-registers-buffer nil nil mode-line))) nil [161773 162043])
1341             ("define-derived-mode" code nil nil [162045 162224])
1342             ("gdb-registers-buffer-name" function nil nil [162226 162350])
1343             ("gdb-display-registers-buffer" function
1344                (:user-visible-flag t
1345                 :arguments ("thread"))
1346                 nil [162352 162534])
1347             ("def-gdb-preempt-display-buffer" code nil nil [162536 162642])
1348             ("gdb-frame-registers-buffer" function
1349                (:user-visible-flag t
1350                 :arguments ("thread"))
1351                 nil [162644 162879])
1352             ("gdb-get-changed-registers" function nil nil [162936 163155])
1353             ("gdb-changed-registers-handler" function nil nil [163157 163385])
1354             ("gdb-register-names-handler" function nil nil [163387 163750])
1355             ("gdb-get-source-file-list" function nil nil [163754 164215])
1356             ("gdb-get-main-selected-frame" function nil nil [164217 164487])
1357             ("gdb-frame-handler" function nil nil [164489 165816])
1358             ("gdb-prompt-name-regexp" variable
1359                (:constant-flag t
1360                 :default-value (concat "value=\\(" gdb--string-regexp "\\)"))
1361                 nil [165818 165899])
1362             ("gdb-get-prompt" function nil nil [165901 166210])
1363             ("gdb-display-buffer" function (:arguments ("buf")) nil [166235 166409])
1364             ("gdb-preempt-existing-or-display-buffer" function (:arguments ("buf" "split-horizontal")) nil [166950 168209])
1365             ("let" code nil nil [168247 169068])
1366             ("let" code nil nil [169070 169869])
1367             ("let" code nil nil [169871 171748])
1368             ("define-key-after" code nil nil [172052 172366])
1369             ("define-key-after" code nil nil [172368 172687])
1370             ("gdb-frame-gdb-buffer" function (:user-visible-flag t) nil [172689 172826])
1371             ("gdb-display-gdb-buffer" function (:user-visible-flag t) nil [172828 172943])
1372             ("gdb-set-window-buffer" function (:arguments ("name" "ignore-dedicated" "window")) nil [172945 173364])
1373             ("gdb-setup-windows" function nil nil [173366 174820])
1374             ("define-minor-mode" code nil nil [174822 175299])
1375             ("gdb-restore-windows" function (:user-visible-flag t) nil [175301 175916])
1376             ("gdb-reset" function nil nil [175959 177433])
1377             ("gdb-get-source-file" function nil nil [177435 177979])
1378             ("gdb-put-string" function (:arguments ("putstring" "pos" "dprop" "sprops")) nil [177998 178758])
1379             ("gdb-remove-strings" function (:arguments ("start" "end" "buffer")) nil [178781 179189])
1380             ("gdb-put-breakpoint-icon" function (:arguments ("enabled" "bptno" "line")) nil [179191 182189])
1381             ("gdb-remove-breakpoint-icons" function (:arguments ("start" "end" "remove-margin")) nil [182191 182571])
1382             ("gud-gdb-fetch-lines-in-progress" variable nil nil [182613 182653])
1383             ("gud-gdb-fetch-lines-string" variable nil nil [182654 182689])
1384             ("gud-gdb-fetch-lines-break" variable nil nil [182690 182724])
1385             ("gud-gdb-fetched-lines" variable nil nil [182725 182755])
1386             ("gud-gdbmi-completions" function (:arguments ("context" "command")) nil [182757 183559])
1387             ("gud-gdbmi-fetch-lines-filter" function (:arguments ("string")) nil [183561 183950])
1388             ("gdb-mi" package nil nil [183952 183969]))          
1389       :file "gdb-mi.el"
1390       :pointmax 183995
1391       :fsize 183994
1392       :lastmodtime '(23525 29600 0 0)
1393       :unmatched-syntax nil)
1394     (semanticdb-table "semanticdb-table"
1395       :major-mode emacs-lisp-mode
1396       :tags 
1397         '( ("glasses" customgroup (:user-visible-flag t) nil [2365 2470])
1398             ("glasses-separator" variable (:default-value "_") nil [2473 2983])
1399             ("glasses-original-separator" variable (:default-value "_") nil [2986 3434])
1400             ("glasses-face" variable nil nil [3437 3916])
1401             ("glasses-separate-parentheses-p" variable (:default-value t) nil [3919 4077])
1402             ("glasses-separate-parentheses-exceptions" variable (:default-value (quote ("^#[     ]*define[     ]*[A-Za-z0-9_-]* ?($"))) nil [4079 4397])
1403             ("glasses-separate-capital-groups" variable (:default-value t) nil [4399 4725])
1404             ("glasses-uncapitalize-p" variable nil nil [4727 5046])
1405             ("glasses-uncapitalize-regexp" variable (:default-value "[a-z]") nil [5049 5410])
1406             ("glasses-convert-on-write-p" variable nil nil [5413 5834])
1407             ("glasses-custom-set" function (:arguments ("symbol" "value")) nil [5837 6080])
1408             ("glasses-parenthesis-exception-p" function (:arguments ("beg" "end")) nil [6106 6467])
1409             ("glasses-set-overlay-properties" function nil nil [6469 6956])
1410             ("glasses-set-overlay-properties" code nil nil [6958 6990])
1411             ("glasses-overlay-p" function (:arguments ("overlay")) nil [6993 7172])
1412             ("glasses-make-overlay" function (:arguments ("beg" "end" "category")) nil [7175 7498])
1413             ("glasses-make-readable" function (:arguments ("beg" "end")) nil [7501 9567])
1414             ("glasses-make-unreadable" function (:arguments ("beg" "end")) nil [9570 9786])
1415             ("glasses-convert-to-unreadable" function nil nil [9789 11119])
1416             ("glasses-change" function (:arguments ("beg" "end" "_old-len")) nil [11122 11463])
1417             ("define-minor-mode" code nil nil [11509 12378])
1418             ("glasses" package nil nil [12395 12413]))          
1419       :file "glasses.el"
1420       :pointmax 12441
1421       :fsize 12440
1422       :lastmodtime '(23525 29600 0 0)
1423       :unmatched-syntax nil)
1424     (semanticdb-table "semanticdb-table"
1425       :major-mode emacs-lisp-mode
1426       :tags 
1427         '( ("ring" include nil nil [970 985])
1428             ("button" include nil nil [986 1003])
1429             ("xref" include nil nil [1004 1019])
1430             ("tags-file-name" variable nil nil [1036 1338])
1431             ("etags" customgroup (:user-visible-flag t) nil [1566 1617])
1432             ("tags-case-fold-search" variable (:default-value (quote default)) nil [1634 2026])
1433             ("tags-table-list" variable nil nil [2119 2500])
1434             ("tags-compression-info-list" variable (:default-value (purecopy (quote ("" ".Z" ".bz2" ".gz" ".xz" ".tgz")))) nil [2517 2806])
1435             ("tags-add-tables" variable (:default-value (quote ask-user)) nil [3299 3693])
1436             ("tags-revert-without-query" variable nil nil [3695 3844])
1437             ("tags-table-computed-list" variable nil nil [3846 4328])
1438             ("tags-table-computed-list-for" variable nil nil [4330 4576])
1439             ("tags-table-list-pointer" variable nil nil [4578 4767])
1440             ("tags-table-list-started-at" variable nil nil [4769 4887])
1441             ("tags-table-set-list" variable nil nil [4889 5051])
1442             ("find-tag-hook" variable nil nil [5068 5314])
1443             ("find-tag-default-function" variable nil nil [5331 5668])
1444             ("define-obsolete-variable-alias" code nil nil [5670 5765])
1445             ("tags-tag-face" variable (:default-value (quote default)) nil [5767 5900])
1446             ("tags-apropos-verbose" variable nil nil [5902 6064])
1447             ("tags-apropos-additional-actions" variable nil nil [6066 6983])
1448             ("defvaralias" code nil nil [6985 7039])
1449             ("make-obsolete-variable" code nil nil [7040 7163])
1450             ("default-tags-table-function" variable nil nil [7165 7389])
1451             ("tags-location-ring" variable (:default-value (make-ring xref-marker-ring-length)) nil [7391 7590])
1452             ("tags-table-files" variable nil nil [7667 7832])
1453             ("tags-completion-table" variable nil nil [7834 7921])
1454             ("tags-included-tables" variable nil nil [7923 8016])
1455             ("next-file-list" variable nil nil [8018 8093])
1456             ("tags-table-format-functions" variable (:default-value (quote (etags-recognize-tags-table tags-recognize-empty-tags-table))) nil [8124 8503])
1457             ("file-of-tag-function" variable nil nil [8505 8698])
1458             ("tags-table-files-function" variable nil nil [8699 8809])
1459             ("tags-completion-table-function" variable nil nil [8810 8904])
1460             ("snarf-tag-function" variable nil nil [8905 9113])
1461             ("goto-tag-location-function" variable nil nil [9114 9286])
1462             ("find-tag-regexp-search-function" variable nil nil [9287 9407])
1463             ("find-tag-regexp-tag-order" variable nil nil [9408 9516])
1464             ("find-tag-regexp-next-line-after-failure-p" variable nil nil [9517 9636])
1465             ("find-tag-search-function" variable nil nil [9637 9743])
1466             ("find-tag-tag-order" variable nil nil [9744 9838])
1467             ("find-tag-next-line-after-failure-p" variable nil nil [9839 9944])
1468             ("list-tags-function" variable nil nil [9945 10032])
1469             ("tags-apropos-function" variable nil nil [10033 10126])
1470             ("tags-included-tables-function" variable nil nil [10127 10245])
1471             ("verify-tags-table-function" variable nil nil [10246 10354])
1472             ("initialize-new-tags-table" function nil nil [10357 11028])
1473             ("tags-table-mode" function (:user-visible-flag t) nil [11045 11293])
1474             ("visit-tags-table" function
1475                (:user-visible-flag t
1476                 :arguments ("file" "local"))
1477                 nil [11310 13392])
1478             ("tags-table-check-computed-list" function nil nil [13394 15263])
1479             ("tags-table-extend-computed-list" function nil nil [15265 16976])
1480             ("tags-expand-table-name" function (:arguments ("file")) nil [16978 17189])
1481             ("tags-table-list-member" function (:arguments ("file" "list")) nil [17321 17791])
1482             ("tags-verify-table" function (:arguments ("file")) nil [17793 19502])
1483             ("tags-table-including" function (:arguments ("this-file" "core-only")) nil [19913 21955])
1484             ("tags-next-table" function nil nil [21957 22797])
1485             ("visit-tags-table-buffer" function (:arguments ("cont" "cbuf")) nil [22814 29469])
1486             ("tags-reset-tags-tables" function (:user-visible-flag t) nil [29471 30125])
1487             ("file-of-tag" function (:arguments ("relative")) nil [30128 30460])
1488             ("tags-table-files" function nil nil [30477 30825])
1489             ("tags-included-tables" function nil nil [30827 31070])
1490             ("tags-completion-table" function (:arguments ("buf")) nil [31073 32470])
1491             ("tags-lazy-completion-table" function nil nil [32487 32943])
1492             ("tags-completion-at-point-function" function nil nil [33190 33975])
1493             ("find-tag-tag" function (:arguments ("string")) nil [33978 34546])
1494             ("find-tag--default" function nil nil [34548 34711])
1495             ("last-tag" variable nil nil [34713 34770])
1496             ("find-tag-interactive" function (:arguments ("prompt" "no-default")) nil [34772 35185])
1497             ("find-tag-history" variable nil nil [35187 35216])
1498             ("etags-case-fold-search" variable nil nil [35252 35283])
1499             ("etags-syntax-table" variable nil nil [35284 35311])
1500             ("local-find-tag-hook" variable nil nil [35312 35340])
1501             ("find-tag-noselect" function
1502                (:user-visible-flag t
1503                 :arguments ("tagname" "next-p" "regexp-p"))
1504                 nil [35357 38454])
1505             ("find-tag" function (:arguments ("tagname" "next-p" "regexp-p")) nil [38471 39722])
1506             ("find-tag-other-window" function (:arguments ("tagname" "next-p" "regexp-p")) nil [39739 41650])
1507             ("find-tag-other-frame" function (:arguments ("tagname" "next-p")) nil [41667 42824])
1508             ("find-tag-regexp" function (:arguments ("regexp" "next-p" "other-window")) nil [42841 43986])
1509             ("defalias" code nil nil [44003 44050])
1510             ("tag-lines-already-matched" variable nil nil [44054 44130])
1511             ("find-tag-in-order" function (:arguments ("pattern" "search-forward-func" "order" "next-line-after-failure-p" "matching" "first-search")) nil [44161 48537])
1512             ("tag-find-file-of-tag-noselect" function (:arguments ("file")) nil [48539 50383])
1513             ("tag-find-file-of-tag" function (:arguments ("file")) nil [50385 50570])
1514             ("etags-recognize-tags-table" function nil nil [50611 52240])
1515             ("etags-verify-tags-table" function nil nil [52242 52438])
1516             ("etags-file-of-tag" function (:arguments ("relative")) nil [52440 52772])
1517             ("etags-tags-completion-table" function nil nil [52775 53856])
1518             ("etags-snarf-tag" function (:arguments ("use-explicit")) nil [53858 55425])
1519             ("etags-goto-tag-location" function (:arguments ("tag-info")) nil [55427 58237])
1520             ("etags-list-tags" function (:arguments ("file")) nil [58239 59512])
1521             ("tags-with-face" function (:arguments ("face" "body")) nil [59514 59845])
1522             ("etags-tags-apropos-additional" function (:arguments ("regexp")) nil [59847 61084])
1523             ("etags-tags-apropos" function (:arguments ("string")) nil [61086 63353])
1524             ("etags-tags-table-files" function nil nil [63355 63750])
1525             ("etags-tags-included-tables" function nil nil [63791 64299])
1526             ("tags-recognize-empty-tags-table" function nil nil [64331 64930])
1527             ("tag-exact-file-name-match-p" function (:arguments ("tag")) nil [65477 65745])
1528             ("tag-file-name-match-p" function (:arguments ("tag")) nil [65870 66092])
1529             ("tag-exact-match-p" function (:arguments ("tag")) nil [66426 66877])
1530             ("tag-implicit-name-match-p" function (:arguments ("tag")) nil [66994 67550])
1531             ("tag-symbol-match-p" function (:arguments ("tag")) nil [67679 67997])
1532             ("tag-word-match-p" function (:arguments ("tag")) nil [68115 68375])
1533             ("tag-partial-file-name-match-p" function (:arguments ("_tag")) nil [68513 68882])
1534             ("tag-any-match-p" function (:arguments ("_tag")) nil [68957 69079])
1535             ("tag-re-match-p" function (:arguments ("re")) nil [69141 69387])
1536             ("tags-loop-revert-buffers" variable nil nil [69390 69782])
1537             ("next-file" function
1538                (:user-visible-flag t
1539                 :arguments ("initialize" "novisit"))
1540                 nil [69799 72971])
1541             ("tags-loop-operate" variable nil nil [72973 73065])
1542             ("tags-loop-scan" variable (:default-value (quote (user-error "%s" (substitute-command-keys "No \\[tags-search] or \\[tags-query-replace] in progress")))) nil [73067 73394])
1543             ("tags-loop-eval" function (:arguments ("form")) nil [73396 73707])
1544             ("tags-loop-continue" function
1545                (:user-visible-flag t
1546                 :arguments ("first-time"))
1547                 nil [73725 75993])
1548             ("tags-search" function
1549                (:user-visible-flag t
1550                 :arguments ("regexp" "file-list-form"))
1551                 nil [76010 76819])
1552             ("tags-query-replace" function
1553                (:user-visible-flag t
1554                 :arguments ("from" "to" "delimited" "file-list-form"))
1555                 nil [76836 77943])
1556             ("tags-complete-tags-table-file" function (:arguments ("string" "predicate" "what")) nil [77946 78308])
1557             ("list-tags" function
1558                (:user-visible-flag t
1559                 :arguments ("file" "_next-match"))
1560                 nil [78325 79354])
1561             ("tags-apropos" function (:arguments ("regexp")) nil [79371 80266])
1562             ("define-button-type" code nil nil [80295 80444])
1563             ("select-tags-table" function (:user-visible-flag t) nil [80534 82659])
1564             ("select-tags-table-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map button-buffer-map) (define-key map "t" (quote push-button)) (define-key map " " (quote next-line)) (define-key map "" (quote previous-line)) (define-key map "n" (quote next-line)) (define-key map "p" (quote previous-line)) (define-key map "q" (quote select-tags-table-quit)) map)) nil [82661 83042])
1565             ("define-derived-mode" code nil nil [83044 83226])
1566             ("select-tags-table-select" function
1567                (:user-visible-flag t
1568                 :arguments ("button"))
1569                 nil [83228 83592])
1570             ("select-tags-table-quit" function (:user-visible-flag t) nil [83594 83731])
1571             ("complete-tag" function (:user-visible-flag t) nil [83749 84438])
1572             ("etags--xref-limit" variable
1573                (:constant-flag t
1574                 :default-value 1000)
1575                 nil [84690 84723])
1576             ("etags-xref-find-definitions-tag-order" variable (:default-value (quote (tag-exact-match-p tag-implicit-name-match-p))) nil [84725 84940])
1577             ("etags--xref-backend" function nil nil [84957 84994])
1578             ("cl-defmethod" code nil nil [84996 85090])
1579             ("cl-defmethod" code nil nil [85092 85203])
1580             ("cl-defmethod" code nil nil [85205 85316])
1581             ("cl-defmethod" code nil nil [85318 85427])
1582             ("etags--xref-find-definitions" function (:arguments ("pattern" "regexp?")) nil [85429 87179])
1583             ("xref-etags-location" type
1584                (:typemodifiers (":documentation" "\"Location of an etags tag.\"")
1585                 :superclasses "xref-location"
1586                 :members 
1587                   ( ("tag-info" variable (:type "list") nil nil)
1588                     ("file" variable (:type "string") nil nil))                  
1589                 :type "class")
1590                 nil [87181 87402])
1591             ("xref-make-etags-location" function (:arguments ("tag-info" "file")) nil [87404 87557])
1592             ("cl-defmethod" code nil nil [87559 87830])
1593             ("cl-defmethod" code nil nil [87832 87940])
1594             ("etags" package nil nil [87944 87960]))          
1595       :file "etags.el"
1596       :pointmax 87985
1597       :fsize 87984
1598       :lastmodtime '(23525 29599 0 0)
1599       :unmatched-syntax nil)
1600     (semanticdb-table "semanticdb-table"
76bbd0 1601       :major-mode emacs-lisp-mode
C 1602       :tags 
1603         '( ("cl-lib" include nil nil [2861 2878])
1604             ("eieio" include nil nil [2879 2895])
1605             ("ring" include nil nil [2896 2911])
1606             ("project" include nil nil [2912 2930])
1607             ("semantic/symref" include nil nil [2953 2979])
1608             ("xref" customgroup (:user-visible-flag t) nil [3004 3086])
1609             ("xref-location" type
1610                (:typemodifiers (":documentation" "\"A location represents a position in a file or buffer.\"")
1611                 :type "class")
1612                 nil [3105 3208])
1613             ("cl-defgeneric" code nil nil [3210 3293])
1614             ("cl-defgeneric" code nil nil [3295 3427])
1615             ("cl-defgeneric" code nil nil [3429 3539])
1616             ("cl-defgeneric" code nil nil [3541 3624])
1617             ("xref-file-location" type
1618                (:typemodifiers (":documentation" "\"A file location is a file/line/column triple.
1619 Line numbers start from 1 and columns from 0.\"")
1620                 :superclasses "xref-location"
1621                 :members 
1622                   ( ("file" variable (:type "string") nil nil)
1623                     ("line" variable (:type "fixnum") nil nil)
1624                     ("column" variable (:type "fixnum") nil nil))                  
1625                 :type "class")
1626                 nil [3816 4152])
1627             ("xref-make-file-location" function (:arguments ("file" "line" "column")) nil [4154 4329])
1628             ("cl-defmethod" code nil nil [4331 4783])
1629             ("cl-defmethod" code nil nil [4785 4860])
1630             ("xref-buffer-location" type
1631                (:superclasses "xref-location"
1632                 :members 
1633                   ( ("buffer" variable (:type "buffer") nil nil)
1634                     ("position" variable (:type "fixnum") nil nil))                  
1635                 :type "class")
1636                 nil [4862 4998])
1637             ("xref-make-buffer-location" function (:arguments ("buffer" "position")) nil [5000 5177])
1638             ("cl-defmethod" code nil nil [5179 5344])
1639             ("cl-defmethod" code nil nil [5346 5520])
1640             ("xref-bogus-location" type
1641                (:typemodifiers (":documentation" "\"Bogus locations are sometimes useful to
1642 indicate errors, e.g. when we know that a function exists but the
1643 actual location is not known.\"")
1644                 :superclasses "xref-location"
1645                 :members 
1646                   ( ("message" variable (:type "string") nil nil))                  
1647                 :type "class")
1648                 nil [5522 5816])
1649             ("xref-make-bogus-location" function (:arguments ("message")) nil [5818 5967])
1650             ("cl-defmethod" code nil nil [5969 6067])
1651             ("cl-defmethod" code nil nil [6069 6145])
1652             ("xref-item" type
1653                (:typemodifiers (":comment" "\"An xref item describes a reference to a location
1654 somewhere.\"")
1655                 :members 
1656                   ( ("summary" variable
1657                        (:documentation "One line which will be displayed for
1658 this item in the output buffer."
1659                         :type "string")
1660                         nil nil)
1661                     ("location" variable (:documentation "An object describing how to navigate
1662 to the reference's target.") nil nil))                  
1663                 :type "class")
1664                 nil [6170 6614])
1665             ("xref-make" function (:arguments ("summary" "location")) nil [6616 6838])
1666             ("xref-match-item" type
1667                (:typemodifiers (":comment" "\"A match xref item describes a search result.\"")
1668                 :members 
1669                   ( ("summary" variable (:type "string") nil nil)
1670                     ("location" variable (:type "xref-file-location") nil nil)
1671                     ("length" variable nil nil nil))                  
1672                 :type "class")
1673                 nil [6840 7176])
1674             ("xref-make-match" function (:arguments ("summary" "location" "length")) nil [7178 7500])
1675             ("xref-backend-functions" variable nil nil [7513 7826])
1676             ("add-hook" code nil nil [8027 8085])
1677             ("xref-find-backend" function nil nil [8102 8191])
1678             ("cl-defgeneric" code nil nil [8193 8750])
1679             ("cl-defgeneric" code nil nil [8752 9277])
1680             ("cl-defgeneric" code nil nil [9279 9381])
1681             ("cl-defgeneric" code nil nil [9383 9979])
1682             ("cl-defgeneric" code nil nil [9981 10097])
1683             ("xref--alistify" function (:arguments ("list" "key" "test")) nil [10120 10647])
1684             ("xref--insert-propertized" function (:arguments ("props" "strings")) nil [10649 10851])
1685             ("xref--search-property" function (:arguments ("property" "backward")) nil [10853 11505])
1686             ("xref-marker-ring-length" variable (:default-value 16) nil [11551 11642])
1687             ("xref-prompt-for-identifier" variable (:default-value (quote (not xref-find-definitions xref-find-definitions-other-window xref-find-definitions-other-frame))) nil [11644 12513])
1688             ("xref-after-jump-hook" variable (:default-value (quote (recenter xref-pulse-momentarily))) nil [12515 12677])
1689             ("xref-after-return-hook" variable (:default-value (quote (xref-pulse-momentarily))) nil [12679 12814])
1690             ("xref--marker-ring" variable (:default-value (make-ring xref-marker-ring-length)) nil [12816 12929])
1691             ("xref-push-marker-stack" function (:arguments ("m")) nil [12931 13097])
1692             ("xref-pop-marker-stack" function (:user-visible-flag t) nil [13114 13629])
1693             ("xref--current-item" variable nil nil [13631 13662])
1694             ("xref-pulse-momentarily" function nil nil [13664 14177])
1695             ("xref-clear-marker-stack" function nil nil [14202 14434])
1696             ("xref-marker-stack-empty-p" function nil nil [14451 14580])
1697             ("xref--goto-char" function (:arguments ("pos")) nil [14585 14795])
1698             ("xref--goto-location" function (:arguments ("location")) nil [14797 15017])
1699             ("xref--pop-to-location" function (:arguments ("item" "action")) nil [15019 15742])
1700             ("xref-buffer-name" variable
1701                (:constant-flag t
1702                 :default-value "*xref*")
1703                 nil [15834 15912])
1704             ("xref--with-dedicated-window" function (:arguments ("body")) nil [15914 16292])
1705             ("defvar-local" code nil nil [16294 16407])
1706             ("defvar-local" code nil nil [16409 16508])
1707             ("xref--show-pos-in-buf" function (:arguments ("pos" "buf")) nil [16510 18082])
1708             ("xref--show-location" function (:arguments ("location" "select")) nil [18084 18886])
1709             ("xref-show-location-at-point" function (:user-visible-flag t) nil [18888 19162])
1710             ("xref-next-line" function (:user-visible-flag t) nil [19164 19350])
1711             ("xref-prev-line" function (:user-visible-flag t) nil [19352 19544])
1712             ("xref--item-at-point" function nil nil [19546 19664])
1713             ("xref-goto-xref" function
1714                (:user-visible-flag t
1715                 :arguments ("quit"))
1716                 nil [19666 20025])
1717             ("xref-quit-and-goto-xref" function (:user-visible-flag t) nil [20027 20157])
1718             ("xref-query-replace-in-results" function
1719                (:user-visible-flag t
1720                 :arguments ("from" "to"))
1721                 nil [20159 20967])
1722             ("xref--buf-pairs-iterator" function (:arguments ("xrefs")) nil [20969 22849])
1723             ("xref--outdated-p" function (:arguments ("item" "line-text")) nil [22851 23430])
1724             ("xref--query-replace-1" function (:arguments ("from" "to" "iter")) nil [23460 25026])
1725             ("xref--xref-buffer-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map (kbd "n") (function xref-next-line)) (define-key map (kbd "p") (function xref-prev-line)) (define-key map (kbd "r") (function xref-query-replace-in-results)) (define-key map (kbd "RET") (function xref-goto-xref)) (define-key map (kbd "TAB") (function xref-quit-and-goto-xref)) (define-key map (kbd "C-o") (function xref-show-location-at-point)) (define-key map (kbd ".") (function xref-next-line)) (define-key map (kbd ",") (function xref-prev-line)) map)) nil [25028 25608])
1726             ("define-derived-mode" code nil nil [25610 25850])
1727             ("xref--next-error-function" function (:arguments ("n" "reset?")) nil [25852 26503])
1728             ("xref--button-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [(control 109)] (function xref-goto-xref)) (define-key map [mouse-1] (function xref-goto-xref)) (define-key map [mouse-2] (function xref--mouse-2)) map)) nil [26505 26723])
1729             ("xref--mouse-2" function
1730                (:user-visible-flag t
1731                 :arguments ("event"))
1732                 nil [26725 26947])
1733             ("xref--insert-xrefs" function (:arguments ("xref-alist")) nil [26949 28735])
1734             ("xref--analyze" function (:arguments ("xrefs")) nil [28737 29008])
1735             ("xref--show-xref-buffer" function (:arguments ("xrefs" "alist")) nil [29010 29607])
1736             ("xref-show-xrefs-function" variable (:default-value (quote xref--show-xref-buffer)) nil [29947 30045])
1737             ("xref--read-identifier-history" variable nil nil [30047 30089])
1738             ("xref--read-pattern-history" variable nil nil [30091 30130])
1739             ("xref--show-xrefs" function (:arguments ("xrefs" "display-action" "always-show-list")) nil [30132 30528])
1740             ("xref--prompt-p" function (:arguments ("command")) nil [30530 30771])
1741             ("xref--read-identifier" function (:arguments ("prompt")) nil [30773 31613])
1742             ("xref--find-xrefs" function (:arguments ("input" "kind" "arg" "display-action")) nil [31631 31957])
1743             ("xref--find-definitions" function (:arguments ("id" "display-action")) nil [31959 32064])
1744             ("xref-find-definitions" function
1745                (:user-visible-flag t
1746                 :arguments ("identifier"))
1747                 nil [32081 32597])
1748             ("xref-find-definitions-other-window" function
1749                (:user-visible-flag t
1750                 :arguments ("identifier"))
1751                 nil [32614 32851])
1752             ("xref-find-definitions-other-frame" function
1753                (:user-visible-flag t
1754                 :arguments ("identifier"))
1755                 nil [32868 33102])
1756             ("xref-find-references" function
1757                (:user-visible-flag t
1758                 :arguments ("identifier"))
1759                 nil [33119 33386])
1760             ("declare-function" code nil nil [33388 33448])
1761             ("xref-find-apropos" function
1762                (:user-visible-flag t
1763                 :arguments ("pattern"))
1764                 nil [33465 34163])
1765             ("xref-etags-mode--saved" variable nil nil [34626 34661])
1766             ("define-minor-mode" code nil nil [34663 35119])
1767             ("declare-function" code nil nil [35121 35185])
1768             ("declare-function" code nil nil [35186 35253])
1769             ("declare-function" code nil nil [35254 35300])
1770             ("ede-minor-mode" variable nil nil [35301 35324])
1771             ("xref-collect-references" function (:arguments ("symbol" "dir")) nil [35336 36774])
1772             ("xref-collect-matches" function (:arguments ("regexp" "files" "dir" "ignores")) nil [36791 38905])
1773             ("xref--rgrep-command" function (:arguments ("regexp" "files" "dir" "ignores")) nil [38907 39564])
1774             ("xref--find-ignores-arguments" function (:arguments ("ignores" "dir")) nil [39566 40368])
1775             ("xref--regexp-to-extended" function (:arguments ("str")) nil [40370 40982])
1776             ("xref--regexp-syntax-dependent-p" function (:arguments ("str")) nil [40984 41408])
1777             ("xref--last-visiting-buffer" variable nil nil [41410 41449])
1778             ("xref--temp-buffer-file-name" variable nil nil [41450 41490])
1779             ("xref--convert-hits" function (:arguments ("hits" "regexp")) nil [41492 41784])
1780             ("xref--collect-matches" function (:arguments ("hit" "regexp" "tmp-buffer")) nil [41786 43360])
1781             ("xref--collect-matches-1" function (:arguments ("regexp" "file" "line" "line-beg" "line-end" "syntax-needed")) nil [43362 44288])
1782             ("xref--find-buffer-visiting" function (:arguments ("file")) nil [44290 44511])
1783             ("xref" package nil nil [44513 44528]))          
5cb5f7 1784       :file "xref.el"
76bbd0 1785       :pointmax 44552
5cb5f7 1786       :fsize 44551
76bbd0 1787       :lastmodtime '(23525 29604 0 0)
C 1788       :unmatched-syntax '((close-paren 2979 . 2980) (symbol 2933 . 2950) (open-paren 2932 . 2933)))
1789     (semanticdb-table "semanticdb-table"
1790       :file "project.el"
1791       :fsize 16267
1792       :lastmodtime '(23525 29603 0 0))
1793     (semanticdb-table "semanticdb-table"
1794       :major-mode emacs-lisp-mode
1795       :tags 
1796         '( ("cl-generic" include nil nil [1015 1036])
1797             ("lisp-mode" include nil nil [1037 1057])
1798             ("cl-lib" include nil nil [1077 1094])
1799             ("define-abbrev-table" code nil nil [1097 1277])
1800             ("emacs-lisp-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table lisp--mode-syntax-table))) (modify-syntax-entry 91 "(]  " table) (modify-syntax-entry 93 ")[  " table) table)) nil [1279 1518])
1801             ("emacs-lisp-mode-map" variable (:default-value (let ((map (make-sparse-keymap "Emacs-Lisp")) (menu-map (make-sparse-keymap "Emacs-Lisp")) (lint-map (make-sparse-keymap)) (prof-map (make-sparse-keymap)) (tracing-map (make-sparse-keymap))) (set-keymap-parent map lisp-mode-shared-map) (define-key map "    " (quote completion-at-point)) (define-key map "" (quote eval-defun)) (define-key map "" (quote indent-pp-sexp)) (bindings--define-key map [menu-bar emacs-lisp] (cons "Emacs-Lisp" menu-map)) (bindings--define-key menu-map [eldoc] (quote (menu-item "Auto-Display Documentation Strings" eldoc-mode :button (:toggle bound-and-true-p eldoc-mode) :help "Display the documentation string for the item under cursor"))) (bindings--define-key menu-map [checkdoc] (quote (menu-item "Check Documentation Strings" checkdoc :help "Check documentation strings for style requirements"))) (bindings--define-key menu-map [re-builder] (quote (menu-item "Construct Regexp" re-builder :help "Construct a regexp interactively"))) (bindings--define-key menu-map [tracing] (cons "Tracing" tracing-map)) (bindings--define-key tracing-map [tr-a] (quote (menu-item "Untrace All" untrace-all :help "Untrace all currently traced functions"))) (bindings--define-key tracing-map [tr-uf] (quote (menu-item "Untrace Function..." untrace-function :help "Untrace function, and possibly activate all remaining advice"))) (bindings--define-key tracing-map [tr-sep] menu-bar-separator) (bindings--define-key tracing-map [tr-q] (quote (menu-item "Trace Function Quietly..." trace-function-background :help "Trace the function with trace output going quietly to a buffer"))) (bindings--define-key tracing-map [tr-f] (quote (menu-item "Trace Function..." trace-function :help "Trace the function given as an argument"))) (bindings--define-key menu-map [profiling] (cons "Profiling" prof-map)) (bindings--define-key prof-map [prof-restall] (quote (menu-item "Remove Instrumentation for All Functions" elp-restore-all :help "Restore the original definitions of all functions being profiled"))) (bindings--define-key prof-map [prof-restfunc] (quote (menu-item "Remove Instrumentation for Function..." elp-restore-function :help "Restore an instrumented function to its original definition"))) (bindings--define-key prof-map [sep-rem] menu-bar-separator) (bindings--define-key prof-map [prof-resall] (quote (menu-item "Reset Counters for All Functions" elp-reset-all :help "Reset the profiling information for all functions being profiled"))) (bindings--define-key prof-map [prof-resfunc] (quote (menu-item "Reset Counters for Function..." elp-reset-function :help "Reset the profiling information for a function"))) (bindings--define-key prof-map [prof-res] (quote (menu-item "Show Profiling Results" elp-results :help "Display current profiling results"))) (bindings--define-key prof-map [prof-pack] (quote (menu-item "Instrument Package..." elp-instrument-package :help "Instrument for profiling all function that start with a prefix"))) (bindings--define-key prof-map [prof-func] (quote (menu-item "Instrument Function..." elp-instrument-function :help "Instrument a function for profiling"))) (bindings--define-key prof-map [sep-natprof] menu-bar-separator) (bindings--define-key prof-map [prof-natprof-stop] (quote (menu-item "Stop Native Profiler" profiler-stop :help "Stop recording profiling information" :enable (and (featurep (quote profiler)) (profiler-running-p))))) (bindings--define-key prof-map [prof-natprof-report] (quote (menu-item "Show Profiler Report" profiler-report :help "Show the current profiler report" :enable (and (featurep (quote profiler)) (profiler-running-p))))) (bindings--define-key prof-map [prof-natprof-start] (quote (menu-item "Start Native Profiler..." profiler-start :help "Start recording profiling information"))) (bindings--define-key menu-map [lint] (cons "Linting" lint-map)) (bindings--define-key lint-map [lint-di] (quote (menu-item "Lint Directory..." elint-directory :help "Lint a directory"))) (bindings--define-key lint-map [lint-f] (quote (menu-item "Lint File..." elint-file :help "Lint a file"))) (bindings--define-key lint-map [lint-b] (quote (menu-item "Lint Buffer" elint-current-buffer :help "Lint the current buffer"))) (bindings--define-key lint-map [lint-d] (quote (menu-item "Lint Defun" elint-defun :help "Lint the function at point"))) (bindings--define-key menu-map [edebug-defun] (quote (menu-item "Instrument Function for Debugging" edebug-defun :help "Evaluate the top level form point is in, stepping through with Edebug" :keys "C-u C-M-x"))) (bindings--define-key menu-map [separator-byte] menu-bar-separator) (bindings--define-key menu-map [disas] (quote (menu-item "Disassemble Byte Compiled Object..." disassemble :help "Print disassembled code for OBJECT in a buffer"))) (bindings--define-key menu-map [byte-recompile] (quote (menu-item "Byte-recompile Directory..." byte-recompile-directory :help "Recompile every `.el' file in DIRECTORY that needs recompilation"))) (bindings--define-key menu-map [emacs-byte-compile-and-load] (quote (menu-item "Byte-compile and Load" emacs-lisp-byte-compile-and-load :help "Byte-compile the current file (if it has changed), then load compiled code"))) (bindings--define-key menu-map [byte-compile] (quote (menu-item "Byte-compile This File" emacs-lisp-byte-compile :help "Byte compile the file containing the current buffer"))) (bindings--define-key menu-map [separator-eval] menu-bar-separator) (bindings--define-key menu-map [ielm] (quote (menu-item "Interactive Expression Evaluation" ielm :help "Interactively evaluate Emacs Lisp expressions"))) (bindings--define-key menu-map [eval-buffer] (quote (menu-item "Evaluate Buffer" eval-buffer :help "Execute the current buffer as Lisp code"))) (bindings--define-key menu-map [eval-region] (quote (menu-item "Evaluate Region" eval-region :help "Execute the region as Lisp code" :enable mark-active))) (bindings--define-key menu-map [eval-sexp] (quote (menu-item "Evaluate Last S-expression" eval-last-sexp :help "Evaluate sexp before point; print value in echo area"))) (bindings--define-key menu-map [separator-format] menu-bar-separator) (bindings--define-key menu-map [comment-region] (quote (menu-item "Comment Out Region" comment-region :help "Comment or uncomment each line in the region" :enable mark-active))) (bindings--define-key menu-map [indent-region] (quote (menu-item "Indent Region" indent-region :help "Indent each nonblank line in the region" :enable mark-active))) (bindings--define-key menu-map [indent-line] (quote (menu-item "Indent Line" lisp-indent-line))) map)) nil [1520 8608])
1802             ("emacs-lisp-byte-compile" function (:user-visible-flag t) nil [8610 8839])
1803             ("emacs-lisp-byte-compile-and-load" function (:user-visible-flag t) nil [8841 9317])
1804             ("emacs-lisp-macroexpand" function (:user-visible-flag t) nil [9319 9821])
1805             ("emacs-lisp-mode-hook" variable nil nil [9823 10001])
1806             ("define-derived-mode" code nil nil [10018 11242])
1807             ("elisp--font-lock-flush-elisp-buffers" function (:arguments ("file")) nil [11270 11871])
1808             ("elisp--local-variables-1" function (:arguments ("vars" "sexp")) nil [11908 13973])
1809             ("warning-minimum-log-level" variable nil nil [13975 14009])
1810             ("elisp--local-variables" function nil nil [14011 15651])
1811             ("elisp--local-variables-completion-table" variable (:default-value (let ((lastpos nil) (lastvars nil)) (letrec ((hookfun (lambda nil (setq lastpos nil) (remove-hook (quote post-command-hook) hookfun)))) (completion-table-dynamic (lambda (_string) (save-excursion (skip-syntax-backward "_w") (let ((newpos (cons (point) (current-buffer)))) (unless (equal lastpos newpos) (add-hook (quote post-command-hook) hookfun) (setq lastpos newpos) (setq lastvars (mapcar (function symbol-name) (elisp--local-variables)))))) lastvars))))) nil [15653 16626])
1812             ("elisp--expect-function-p" function (:arguments ("pos")) nil [16628 17320])
1813             ("elisp--form-quoted-p" function (:arguments ("pos")) nil [17322 18171])
1814             ("elisp--company-doc-buffer" function (:arguments ("str")) nil [18757 19484])
1815             ("elisp--company-doc-string" function (:arguments ("str")) nil [19486 19805])
1816             ("declare-function" code nil nil [19857 19915])
1817             ("declare-function" code nil nil [19916 19995])
1818             ("elisp--company-location" function (:arguments ("str")) nil [19997 20421])
1819             ("elisp-completion-at-point" function nil nil [20423 27137])
1820             ("lisp-completion-at-point" function (:arguments ("_predicate")) nil [27139 27280])
1821             ("declare-function" code nil nil [27300 27360])
1822             ("declare-function" code nil nil [27361 27415])
1823             ("declare-function" code nil nil [27416 27478])
1824             ("elisp--xref-backend" function nil nil [27480 27517])
1825             ("elisp--xref-format" variable (:default-value (let ((str "(%s %s)")) (put-text-property 1 3 (quote face) (quote font-lock-keyword-face) str) (put-text-property 4 6 (quote face) (quote font-lock-function-name-face) str) str)) nil [27652 27843])
1826             ("elisp--xref-format-extra" variable (:default-value (let ((str "(%s %s %s)")) (put-text-property 1 3 (quote face) (quote font-lock-keyword-face) str) (put-text-property 4 6 (quote face) (quote font-lock-function-name-face) str) str)) nil [27978 28178])
1827             ("find-feature-regexp" variable nil nil [28180 28208])
1828             ("elisp--xref-make-xref" function (:arguments ("type" "symbol" "file" "summary")) nil [28228 28642])
1829             ("elisp-xref-find-def-functions" variable nil nil [28644 28983])
1830             ("cl-defmethod" code nil nil [28985 29390])
1831             ("elisp--xref-find-definitions" function (:arguments ("symbol")) nil [29392 37099])
1832             ("declare-function" code nil nil [37101 37152])
1833             ("cl-defmethod" code nil nil [37154 37397])
1834             ("elisp--xref-identifier-completion-table" variable (:default-value (apply-partially (function completion-table-with-predicate) obarray (lambda (sym) (or (boundp sym) (fboundp sym) (featurep sym) (facep sym))) (quote strict))) nil [37399 37744])
1835             ("cl-defmethod" code nil nil [37746 37868])
1836             ("cl-defstruct" code nil nil [37870 38048])
1837             ("cl-defmethod" code nil nil [38050 38413])
1838             ("cl-defmethod" code nil nil [38415 38506])
1839             ("elisp-load-path-roots" function nil nil [38508 38628])
1840             ("lisp-interaction-mode-map" variable (:default-value (let ((map (make-sparse-keymap)) (menu-map (make-sparse-keymap "Lisp-Interaction"))) (set-keymap-parent map lisp-mode-shared-map) (define-key map "" (quote eval-defun)) (define-key map "" (quote indent-pp-sexp)) (define-key map "    " (quote completion-at-point)) (define-key map "
1841 " (quote eval-print-last-sexp)) (bindings--define-key map [menu-bar lisp-interaction] (cons "Lisp-Interaction" menu-map)) (bindings--define-key menu-map [eval-defun] (quote (menu-item "Evaluate Defun" eval-defun :help "Evaluate the top-level form containing point, or after point"))) (bindings--define-key menu-map [eval-print-last-sexp] (quote (menu-item "Evaluate and Print" eval-print-last-sexp :help "Evaluate sexp before point; print value into current buffer"))) (bindings--define-key menu-map [edebug-defun-lisp-interaction] (quote (menu-item "Instrument Function for Debugging" edebug-defun :help "Evaluate the top level form point is in, stepping through with Edebug" :keys "C-u C-M-x"))) (bindings--define-key menu-map [indent-pp-sexp] (quote (menu-item "Indent or Pretty-Print" indent-pp-sexp :help "Indent each line of the list starting just after point, or prettyprint it"))) (bindings--define-key menu-map [complete-symbol] (quote (menu-item "Complete Lisp Symbol" completion-at-point :help "Perform completion on Lisp symbol preceding point"))) map)) nil [38658 40204])
1842             ("define-derived-mode" code nil nil [40206 40770])
1843             ("emacs-list-byte-code-comment-re" variable
1844                (:constant-flag t
1845                 :default-value (concat "\\(#\\)@\\([0-9]+\\) " "\\(?:[^(]\\|([^\"]\\)"))
1846                 nil [40823 41013])
1847             ("elisp--byte-code-comment" function (:arguments ("end" "_point")) nil [41016 42284])
1848             ("elisp-byte-code-syntax-propertize" function (:arguments ("start" "end")) nil [42286 42554])
1849             ("add-to-list" code nil nil [42571 42639])
1850             ("define-derived-mode" code nil nil [42655 42971])
1851             ("eval-print-last-sexp" function
1852                (:user-visible-flag t
1853                 :arguments ("eval-last-sexp-arg-internal"))
1854                 nil [43013 43775])
1855             ("last-sexp-setup-props" function (:arguments ("beg" "end" "value" "alt1" "alt2")) nil [43778 44570])
1856             ("elisp-last-sexp-toggle-display" function
1857                (:user-visible-flag t
1858                 :arguments ("_arg"))
1859                 nil [44573 45353])
1860             ("prin1-char" function (:arguments ("char")) nil [45355 46523])
1861             ("elisp--preceding-sexp" function nil nil [46525 48762])
1862             ("define-obsolete-function-alias" code nil nil [48763 48841])
1863             ("elisp--eval-last-sexp" function (:arguments ("eval-last-sexp-arg-internal")) nil [48843 49626])
1864             ("elisp--eval-last-sexp-print-value" function (:arguments ("value" "output" "no-truncate" "char-print-limit")) nil [49628 50570])
1865             ("elisp--eval-last-sexp-fake-value" variable (:default-value (make-symbol "t")) nil [50573 50632])
1866             ("eval-sexp-add-defvars" function (:arguments ("exp" "pos")) nil [50634 51483])
1867             ("eval-last-sexp" function
1868                (:user-visible-flag t
1869                 :arguments ("eval-last-sexp-arg-internal"))
1870                 nil [51485 52669])
1871             ("elisp--eval-defun-1" function (:arguments ("form")) nil [52671 54620])
1872             ("elisp--eval-defun" function nil nil [54622 56383])
1873             ("eval-defun" function
1874                (:user-visible-flag t
1875                 :arguments ("edebug-it"))
1876                 nil [56385 58002])
1877             ("elisp--eldoc-last-data" variable (:default-value (make-vector 3 nil)) nil [58023 58355])
1878             ("elisp-eldoc-documentation-function" function nil nil [58357 58879])
1879             ("elisp-get-fnsym-args-string" function (:arguments ("sym" "index" "prefix")) nil [58881 60354])
1880             ("elisp--highlight-function-argument" function (:arguments ("sym" "args" "index" "prefix")) nil [60356 65676])
1881             ("elisp-get-var-docstring" function (:arguments ("sym")) nil [65769 66338])
1882             ("elisp--last-data-store" function (:arguments ("symbol" "doc" "type")) nil [66340 66512])
1883             ("elisp--docstring-first-line" function (:arguments ("doc")) nil [66623 67094])
1884             ("elisp--fnsym-in-current-sexp" function nil nil [67159 67577])
1885             ("elisp--beginning-of-sexp" function nil nil [67687 68238])
1886             ("elisp--current-symbol" function nil nil [68298 68456])
1887             ("elisp-function-argstring" function (:arguments ("arglist")) nil [68458 68920])
1888             ("checkdoc-create-error-function" variable nil nil [69122 69161])
1889             ("checkdoc-autofix-flag" variable nil nil [69162 69192])
1890             ("checkdoc-generate-compile-warnings-flag" variable nil nil [69193 69241])
1891             ("checkdoc-diagnostic-buffer" variable nil nil [69242 69277])
1892             ("elisp-flymake-checkdoc" function (:arguments ("report-fn" "_args")) nil [69294 70441])
1893             ("elisp-flymake--byte-compile-done" function (:arguments ("report-fn" "source-buffer" "output-buffer")) nil [70443 71717])
1894             ("defvar-local" code nil nil [71719 71837])
1895             ("elisp-flymake-byte-compile" function (:arguments ("report-fn" "_args")) nil [71854 74162])
1896             ("elisp-flymake--batch-compile-for-flymake" function
1897                (:user-visible-flag t
1898                 :arguments ("file"))
1899                 nil [74164 75207])
1900             ("elisp-mode" package nil nil [75209 75230]))          
1901       :file "elisp-mode.el"
1902       :pointmax 75259
1903       :fsize 75284
1904       :lastmodtime '(23525 29599 0 0)
1905       :unmatched-syntax '((close-paren 41013 . 41014) (symbol 40804 . 40820) (open-paren 40803 . 40804) (close-paren 1094 . 1095) (symbol 1059 . 1076) (open-paren 1058 . 1059))))
5cb5f7 1906   :file "!drive_c!Program Files!Emacs 26.1!share!emacs!26.1!lisp!progmodes!semantic.cache"
C 1907   :semantic-tag-version "2.0"
1908   :semanticdb-version "2.2")