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

Chizi123
2018-11-21 e75a20334813452c6912c090d70a0de2c805f94d
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
e75a20 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])
e75a20 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
e75a20 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
e75a20 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])
e75a20 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])
e75a20 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
e75a20 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"
e75a20 806       :major-mode emacs-lisp-mode
C 807       :tags 
808         '( ("unless" code nil nil [3481 3556])
809             ("let" code nil nil [3580 3795])
810             ("cc-require" code nil nil [3798 3819])
811             ("cc-require" code nil nil [3820 3841])
812             ("cc-require-when-compile" code nil nil [3842 3877])
813             ("cc-require" code nil nil [3878 3901])
814             ("cc-require" code nil nil [3902 3925])
815             ("cc-require" code nil nil [3926 3947])
816             ("cc-require" code nil nil [3948 3970])
817             ("cc-require" code nil nil [3971 3993])
818             ("cc-require" code nil nil [3994 4016])
819             ("cc-bytecomp-defvar" code nil nil [4043 4095])
820             ("cc-bytecomp-defun" code nil nil [4104 4138])
821             ("cc-bytecomp-defvar" code nil nil [4230 4269])
822             ("cc-external-require" code nil nil [4395 4426])
823             ("cc-fonts" include nil nil [4618 4637])
824             ("c-leave-cc-mode-mode" function nil nil [5651 6225])
825             ("c-init-language-vars-for" function (:arguments ("mode")) nil [6227 7016])
826             ("c-initialize-cc-mode" function (:arguments ("new-style-init")) nil [7033 8497])
827             ("c-mode-base-map" variable nil nil [8523 8598])
828             ("c-make-inherited-keymap" function nil nil [8600 8725])
829             ("c-define-abbrev-table" function (:arguments ("name" "defs" "doc")) nil [8727 9533])
830             ("put" code nil nil [9534 9586])
831             ("c-bind-special-erase-keys" function nil nil [9588 10152])
832             ("if" code nil nil [10154 16937])
833             ("cc-bytecomp-defvar" code nil nil [17014 17048])
834             ("c-mode-menu" function (:arguments ("modestr")) nil [17050 17414])
835             ("defalias" code nil nil [17673 17847])
836             ("c-unfind-enclosing-token" function (:arguments ("pos")) nil [18357 18843])
837             ("c-unfind-coalesced-tokens" function (:arguments ("beg" "end")) nil [18845 20075])
838             ("c-maybe-stale-found-type" variable nil nil [20849 20886])
839             ("make-variable-buffer-local" code nil nil [20887 20941])
840             ("c-just-done-before-change" variable nil nil [20943 20981])
841             ("make-variable-buffer-local" code nil nil [20982 21037])
842             ("c-basic-common-init" function (:arguments ("mode" "default-style")) nil [21707 28455])
843             ("c-setup-doc-comment-style" function nil nil [28571 28859])
844             ("c-new-BEG" variable nil nil [29329 29349])
845             ("make-variable-buffer-local" code nil nil [29350 29389])
846             ("c-new-END" variable nil nil [29390 29410])
847             ("make-variable-buffer-local" code nil nil [29411 29450])
848             ("c-old-BEG" variable nil nil [29708 29728])
849             ("make-variable-buffer-local" code nil nil [29729 29768])
850             ("c-old-END" variable nil nil [29769 29789])
851             ("make-variable-buffer-local" code nil nil [29790 29829])
852             ("c-common-init" function (:arguments ("mode")) nil [29831 31695])
853             ("c-count-cfss" function (:arguments ("lv-alist")) nil [31697 32062])
854             ("c-before-hack-hook" function nil nil [32064 33464])
855             ("c-remove-any-local-eval-or-mode-variables" function nil nil [33466 35158])
856             ("c-postprocess-file-styles" function nil nil [35160 37052])
857             ("if" code nil nil [37054 37237])
858             ("c-run-mode-hooks" function (:arguments ("hooks")) nil [37239 37551])
859             ("c-called-from-text-property-change-p" function nil nil [37623 38197])
860             ("c-depropertize-CPP" function (:arguments ("beg" "end")) nil [38199 39410])
861             ("c-extend-region-for-CPP" function (:arguments ("_beg" "_end")) nil [39412 40370])
862             ("c-depropertize-new-text" function (:arguments ("beg" "end" "_old-len")) nil [40372 41287])
863             ("c-extend-font-lock-region-for-macros" function (:arguments ("_begg" "endd" "_old-len")) nil [41289 42136])
864             ("c-neutralize-CPP-line" function (:arguments ("beg" "end")) nil [42138 43020])
865             ("c-neutralize-syntax-in-CPP" function (:arguments ("_begg" "_endd" "_old-len")) nil [43022 45319])
866             ("c-maybe-quoted-number-head" variable
867                (:constant-flag t
868                 :default-value (concat "\\(0\\(" "\\([Xx]\\([0-9a-fA-F]\\('[0-9a-fA-F]\\|[0-9a-fA-F]\\)*'?\\)?\\)" "\\|" "\\([Bb]\\([01]\\('[01]\\|[01]\\)*'?\\)?\\)" "\\|" "\\('[0-7]\\|[0-7]\\)*'?" "\\)" "\\|" "[1-9]\\('[0-9]\\|[0-9]\\)*'?" "\\)"))
869                 nil [45842 46240])
870             ("c-quoted-number-head-before-point" function nil nil [46242 46923])
871             ("c-maybe-quoted-number-tail" variable
872                (:constant-flag t
873                 :default-value (concat "\\(" "\\([xX']?[0-9a-fA-F]\\('[0-9a-fA-F]\\|[0-9a-fA-F]\\)*\\)" "\\|" "\\([bB']?[01]\\('[01]\\|[01]\\)*\\)" "\\|" "\\('?[0-9]\\('[0-9]\\|[0-9]\\)*\\)" "\\)"))
874                 nil [46925 47314])
875             ("c-quoted-number-tail-after-point" function nil nil [47316 47687])
876             ("c-maybe-quoted-number" variable
877                (:constant-flag t
878                 :default-value (concat "\\(0\\(" "\\([Xx][0-9a-fA-F]\\('[0-9a-fA-F]\\|[0-9a-fA-F]\\)*\\)" "\\|" "\\([Bb][01]\\('[01]\\|[01]\\)*\\)" "\\|" "\\('[0-7]\\|[0-7]\\)*" "\\)" "\\|" "[1-9]\\('[0-9]\\|[0-9]\\)*" "\\)"))
879                 nil [47689 48048])
880             ("c-quoted-number-straddling-point" function nil nil [48050 48882])
881             ("c-parse-quotes-before-change" function (:arguments ("beg" "end")) nil [48884 52108])
882             ("c-parse-quotes-after-change" function (:arguments ("beg" "end" "old-len")) nil [52110 53872])
883             ("c-before-change" function (:arguments ("beg" "end")) nil [53874 57742])
884             ("c-in-after-change-fontification" variable nil nil [57744 57788])
885             ("make-variable-buffer-local" code nil nil [57789 57850])
886             ("c-after-change" function (:arguments ("beg" "end" "old-len")) nil [57948 61033])
887             ("c-fl-decl-start" function (:arguments ("pos")) nil [61035 63519])
888             ("c-fl-decl-end" function (:arguments ("pos")) nil [63521 64172])
889             ("c-change-expand-fl-region" function (:arguments ("_beg" "_end" "_old-len")) nil [64174 64851])
890             ("c-context-expand-fl-region" function (:arguments ("beg" "end")) nil [64853 65256])
891             ("c-before-context-fl-expand-region" function (:arguments ("beg" "end")) nil [65258 65779])
892             ("c-font-lock-fontify-region" function (:arguments ("beg" "end" "verbose")) nil [65781 67824])
893             ("c-after-font-lock-init" function nil nil [67826 68171])
894             ("c-font-lock-init" function nil nil [68173 69616])
895             ("c-extend-after-change-region" function (:arguments ("beg" "end" "_old-len")) nil [69641 70544])
896             ("c-advise-fl-for-region" function (:arguments ("function")) nil [70571 70859])
897             ("unless" code nil nil [70867 71161])
898             ("c-electric-indent-mode-hook" function nil nil [71227 71658])
899             ("c-electric-indent-local-mode-hook" function nil nil [71660 71950])
900             ("c-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table c))) nil [71972 72095])
901             ("c-define-abbrev-table" code nil nil [72097 72297])
902             ("c-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [72299 72403])
903             ("define-key" code nil nil [72449 72500])
904             ("easy-menu-define" code nil nil [72503 72603])
905             ("unless" code nil nil [74247 74316])
906             ("define-derived-mode" code nil nil [74333 75224])
907             ("c-or-c++-mode--regexp" variable
908                (:constant-flag t
909                 :default-value (eval-when-compile (let ((id "[a-zA-Z0-9_]+") (ws "[      ]+") (ws-maybe "[      ]*")) (concat "^" ws-maybe "\\(?:" "using" ws "\\(?:namespace" ws "std;\\|std::\\)" "\\|" "namespace" "\\(:?" ws id "\\)?" ws-maybe "{" "\\|" "class" ws id ws-maybe "[:{
910 ]" "\\|" "template" ws-maybe "<.*>" "\\|" "#include" ws-maybe "<\\(?:string\\|iostream\\|map\\)>" "\\)"))))
911                 nil [75226 75799])
912             ("c-or-c++-mode" function nil nil [75816 76534])
913             ("c++-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table c++))) nil [76558 76687])
914             ("c-define-abbrev-table" code nil nil [76689 76948])
915             ("c++-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [76950 77058])
916             ("define-key" code nil nil [77106 77158])
917             ("define-key" code nil nil [77159 77213])
918             ("define-key" code nil nil [77214 77268])
919             ("define-key" code nil nil [77269 77323])
920             ("easy-menu-define" code nil nil [77325 77435])
921             ("define-derived-mode" code nil nil [77452 78362])
922             ("objc-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table objc))) nil [78394 78526])
923             ("c-define-abbrev-table" code nil nil [78528 78734])
924             ("objc-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [78736 78846])
925             ("define-key" code nil nil [78902 78955])
926             ("easy-menu-define" code nil nil [78957 79072])
927             ("define-derived-mode" code nil nil [79161 80084])
928             ("java-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table java))) nil [80109 80241])
929             ("c-define-abbrev-table" code nil nil [80243 80563])
930             ("java-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [80565 80675])
931             ("c-Java-defun-prompt-regexp" variable
932                (:constant-flag t
933                 :default-value "^[     ]*\\(\\(\\(public\\|protected\\|private\\|const\\|abstract\\|synchronized\\|final\\|static\\|threadsafe\\|transient\\|native\\|volatile\\)\\s-+\\)*\\(\\(\\([[a-zA-Z][][_$.a-zA-Z0-9]*[][_$.a-zA-Z0-9]+\\|[[a-zA-Z]\\)\\s-*\\)\\s-+\\)\\)?\\(\\([[a-zA-Z][][_$.a-zA-Z0-9]*\\s-+\\)\\s-*\\)?\\([_a-zA-Z][^][     :;.,{}()=]*\\|\\([_$a-zA-Z][_$.a-zA-Z0-9]*\\)\\)\\s-*\\(([^);{}]*)\\)?\\([]     ]*\\)\\(\\s-*\\<throws\\>\\s-*\\(\\([_$a-zA-Z][_$.a-zA-Z0-9]*\\)[,     
934 ]*\\)+\\)?\\s-*")
935                 nil [80980 81500])
936             ("easy-menu-define" code nil nil [81502 81617])
937             ("define-derived-mode" code nil nil [81709 82550])
938             ("idl-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table idl))) nil [82591 82720])
939             ("c-define-abbrev-table" code nil nil [82722 82821])
940             ("idl-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [82823 82931])
941             ("easy-menu-define" code nil nil [82980 83090])
942             ("define-derived-mode" code nil nil [83180 84020])
943             ("pike-mode-syntax-table" variable (:default-value (funcall (c-lang-const c-make-mode-syntax-table pike))) nil [84045 84177])
944             ("c-define-abbrev-table" code nil nil [84179 84385])
945             ("pike-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [84387 84497])
946             ("define-key" code nil nil [84522 84575])
947             ("easy-menu-define" code nil nil [84577 84692])
948             ("define-derived-mode" code nil nil [84892 85741])
949             ("c-define-abbrev-table" code nil nil [86133 86337])
950             ("awk-mode-map" variable (:default-value (let ((map (c-make-inherited-keymap))) map)) nil [86339 86447])
951             ("define-key" code nil nil [86495 86545])
952             ("define-key" code nil nil [86581 86631])
953             ("define-key" code nil nil [86667 86717])
954             ("define-key" code nil nil [86753 86800])
955             ("define-key" code nil nil [86829 86876])
956             ("define-key" code nil nil [86877 86924])
957             ("define-key" code nil nil [86925 86983])
958             ("define-key" code nil nil [86996 87048])
959             ("define-key" code nil nil [87067 87128])
960             ("define-key" code nil nil [87129 87184])
961             ("easy-menu-define" code nil nil [87186 87296])
962             ("awk-mode-syntax-table" variable nil nil [87336 87366])
963             ("declare-function" code nil nil [87367 87419])
964             ("define-derived-mode" code nil nil [87436 88499])
965             ("c-mode-help-address" variable
966                (:constant-flag t
967                 :default-value "submit@debbugs.gnu.org")
968                 nil [88521 88619])
969             ("c-version" function (:user-visible-flag t) nil [88621 88790])
970             ("define-obsolete-variable-alias" code nil nil [88792 88888])
971             ("c-prepare-bug-report-hook" variable nil nil [88889 88927])
972             ("reporter-prompt-for-summary-p" variable nil nil [88968 89006])
973             ("reporter-dont-compact-list" variable nil nil [89007 89042])
974             ("c-mode-bug-package" variable
975                (:constant-flag t
976                 :default-value "cc-mode")
977                 nil [89111 89196])
978             ("declare-function" code nil nil [89247 89322])
979             ("c-submit-bug-report" function (:user-visible-flag t) nil [89324 91427])
980             ("cc-provide" code nil nil [91431 91452]))          
5cb5f7 981       :file "cc-mode.el"
e75a20 982       :pointmax 91546
5cb5f7 983       :fsize 91545
e75a20 984       :lastmodtime '(23525 29597 0 0)
C 985       :unmatched-syntax '((close-paren 3795 . 3796) (symbol 3560 . 3577) (open-paren 3559 . 3560) (close-paren 3556 . 3557) (symbol 3462 . 3478) (open-paren 3461 . 3462)))
5cb5f7 986     (semanticdb-table "semanticdb-table"
C 987       :major-mode emacs-lisp-mode
988       :tags 
989         '( ("gud" include nil nil [3444 3458])
990             ("json" include nil nil [3459 3474])
991             ("bindat" include nil nil [3475 3492])
992             ("cl-lib" include nil nil [3493 3510])
993             ("declare-function" code nil nil [3512 3612])
994             ("declare-function" code nil nil [3613 3663])
995             ("declare-function" code nil nil [3664 3726])
996             ("declare-function" code nil nil [3727 3798])
997             ("declare-function" code nil nil [3799 3862])
998             ("declare-function" code nil nil [3863 3926])
999             ("tool-bar-map" variable nil nil [3928 3949])
1000             ("speedbar-initial-expansion-list-name" variable nil nil [3950 3995])
1001             ("speedbar-frame" variable nil nil [3996 4019])
1002             ("gdb-memory-address" variable (:default-value "main") nil [4021 4055])
1003             ("gdb-memory-last-address" variable nil nil [4056 4139])
1004             ("gdb-memory-next-page" variable nil nil [4140 4232])
1005             ("gdb-memory-prev-page" variable nil nil [4233 4329])
1006             ("gdb-thread-number" variable nil nil [4331 4714])
1007             ("gdb-frame-number" variable nil nil [4716 5041])
1008             ("gdb-frame-address" variable nil nil [5043 5115])
1009             ("gdb-selected-frame" variable nil nil [5304 5390])
1010             ("gdb-selected-file" variable nil nil [5391 5472])
1011             ("gdb-selected-line" variable nil nil [5473 5556])
1012             ("gdb-threads-list" variable nil nil [5558 5829])
1013             ("gdb-running-threads-count" variable nil nil [5831 5994])
1014             ("gdb-stopped-threads-count" variable nil nil [5996 6114])
1015             ("gdb-breakpoints-list" variable nil nil [6116 6431])
1016             ("gdb-current-language" variable nil nil [6433 6466])
1017             ("gdb-var-list" variable nil nil [6467 6723])
1018             ("gdb-main-file" variable nil nil [6724 6801])
1019             ("gdb-stack-position" variable nil nil [6828 6859])
1020             ("gdb-thread-position" variable nil nil [6860 6892])
1021             ("gdb-disassembly-position" variable nil nil [6893 6930])
1022             ("gdb-location-alist" variable nil nil [6932 7058])
1023             ("gdb-active-process" variable nil nil [7059 7172])
1024             ("gdb-error" variable (:default-value "Non-nil when GDB is reporting an error.") nil [7173 7233])
1025             ("gdb-macro-info" variable nil nil [7234 7338])
1026             ("gdb-register-names" variable nil nil [7339 7396])
1027             ("gdb-changed-registers" variable nil nil [7397 7479])
1028             ("gdb-buffer-fringe-width" variable nil nil [7480 7516])
1029             ("gdb-last-command" variable nil nil [7517 7546])
1030             ("gdb-prompt-name" variable nil nil [7547 7575])
1031             ("gdb-token-number" variable nil nil [7576 7603])
1032             ("gdb-handler-list" variable (:default-value (quote nil)) nil [7604 7700])
1033             ("gdb-source-file-list" variable nil nil [7701 7787])
1034             ("gdb-first-done-or-error" variable (:default-value t) nil [7788 7822])
1035             ("gdb-source-window" variable nil nil [7823 7853])
1036             ("gdb-inferior-status" variable nil nil [7854 7886])
1037             ("gdb-continuation" variable nil nil [7887 7916])
1038             ("gdb-supports-non-stop" variable nil nil [7917 7951])
1039             ("gdb-filter-output" variable nil nil [7952 8114])
1040             ("gdb-non-stop" variable nil nil [8116 8291])
1041             ("defvar-local" code nil nil [8293 8379])
1042             ("gdb-output-sink" variable (:default-value (quote nil)) nil [8381 8842])
1043             ("gdb-discard-unordered-replies" variable (:default-value t) nil [8844 9231])
1044             ("cl-defstruct" code nil nil [9233 9761])
1045             ("gdb-add-handler" function (:arguments ("token-number" "handler-function" "pending-trigger")) nil [9763 10426])
1046             ("gdb-delete-handler" function (:arguments ("token-number")) nil [10428 11411])
1047             ("gdb-get-handler-function" function (:arguments ("token-number")) nil [11413 11719])
1048             ("gdb-pending-handler-p" function (:arguments ("pending-trigger")) nil [11722 12012])
1049             ("gdb-handle-reply" function (:arguments ("token-number")) nil [12015 12420])
1050             ("gdb-remove-all-pending-triggers" function nil nil [12422 12844])
1051             ("gdb-wait-for-pending" function (:arguments ("body")) nil [12846 13319])
1052             ("gdb-add-subscriber" function (:arguments ("publisher" "subscriber")) nil [13343 13572])
1053             ("gdb-delete-subscriber" function (:arguments ("publisher" "subscriber")) nil [13574 13752])
1054             ("gdb-get-subscribers" function (:arguments ("publisher")) nil [13754 13805])
1055             ("gdb-emit-signal" function (:arguments ("publisher" "signal")) nil [13807 14024])
1056             ("gdb-buf-publisher" variable (:default-value (quote nil)) nil [14026 14216])
1057             ("gdb" customgroup (:user-visible-flag t) nil [14218 14352])
1058             ("gdb-non-stop" customgroup (:user-visible-flag t) nil [14354 14449])
1059             ("gdb-buffers" customgroup (:user-visible-flag t) nil [14451 14525])
1060             ("gdb-debug-log-max" variable (:default-value 128) nil [14527 14752])
1061             ("gdb-non-stop-setting" variable (:default-value (not (eq system-type (quote windows-nt)))) nil [14754 15377])
1062             ("gdb-gud-control-all-threads" variable (:default-value t) nil [15471 15698])
1063             ("gdb-switch-reasons" variable (:default-value t) nil [15700 17246])
1064             ("gdb-stopped-functions" variable nil nil [17248 18185])
1065             ("gdb-switch-when-another-stopped" variable (:default-value t) nil [18187 18385])
1066             ("gdb-stack-buffer-locations" variable (:default-value t) nil [18387 18545])
1067             ("gdb-stack-buffer-addresses" variable nil nil [18547 18689])
1068             ("gdb-thread-buffer-verbose-names" variable (:default-value t) nil [18691 18839])
1069             ("gdb-thread-buffer-arguments" variable (:default-value t) nil [18841 18986])
1070             ("gdb-thread-buffer-locations" variable (:default-value t) nil [18988 19148])
1071             ("gdb-thread-buffer-addresses" variable nil nil [19150 19306])
1072             ("gdb-show-threads-by-default" variable nil nil [19308 19477])
1073             ("gdb-debug-log" variable nil nil [19479 19704])
1074             ("define-minor-mode" code nil nil [19721 20175])
1075             ("gdb-cpp-define-alist-program" variable (:default-value "gcc -E -dM -") nil [20177 20598])
1076             ("gdb-cpp-define-alist-flags" variable nil nil [20600 20748])
1077             ("gdb-create-source-file-list" variable (:default-value t) nil [20750 21320])
1078             ("gdb-show-main" variable nil nil [21322 21546])
1079             ("gdbmi-debug-mode" variable nil nil [21548 21655])
1080             ("gdb-force-mode-line-update" function (:arguments ("status")) nil [21657 21981])
1081             ("gdb-control-all-threads" function (:user-visible-flag t) nil [22026 22257])
1082             ("gdb-control-current-thread" function (:user-visible-flag t) nil [22259 22495])
1083             ("gdb-find-watch-expression" function nil nil [22497 23196])
1084             ("gdb-gud-context-command" function (:arguments ("command" "noall")) nil [23274 23829])
1085             ("gdb-gud-context-call" function (:arguments ("cmd1" "cmd2" "noall" "noarg")) nil [23831 24192])
1086             ("gdb--check-interpreter" function (:arguments ("filter" "proc" "string")) nil [24194 24966])
1087             ("gdb-control-level" variable nil nil [24968 24996])
1088             ("gdb" function
1089                (:user-visible-flag t
1090                 :arguments ("command-line"))
1091                 nil [25013 34324])
1092             ("gdb-init-1" function nil nil [34326 36142])
1093             ("gdb-non-stop-handler" function nil nil [36144 36558])
1094             ("gdb-check-target-async" function nil nil [36560 36814])
1095             ("gdb-delchar-or-quit" function
1096                (:user-visible-flag t
1097                 :arguments ("arg"))
1098                 nil [36816 37514])
1099             ("gdb-define-alist" variable nil nil [37516 37593])
1100             ("gdb-create-define-alist" function nil nil [37595 38343])
1101             ("declare-function" code nil nil [38345 38417])
1102             ("gdb--string-regexp" variable
1103                (:constant-flag t
1104                 :default-value "\"\\(?:[^\\\"]\\|\\\\.\\)*\"")
1105                 nil [38419 38479])
1106             ("gdb-tooltip-print" function (:arguments ("expr")) nil [38481 39058])
1107             ("gdb-tooltip-print-1" function (:arguments ("expr")) nil [39260 39587])
1108             ("gdb-init-buffer" function nil nil [39589 39892])
1109             ("gdb--if-arrow" function (:arguments ("arrow-position" "start-posn" "end-posn" "body")) nil [39894 40446])
1110             ("gdb-mouse-until" function
1111                (:user-visible-flag t
1112                 :arguments ("event"))
1113                 nil [40448 41196])
1114             ("gdb-mouse-jump" function
1115                (:user-visible-flag t
1116                 :arguments ("event"))
1117                 nil [41198 42129])
1118             ("gdb-show-changed-values" variable (:default-value t) nil [42131 42423])
1119             ("gdb-max-children" variable (:default-value 40) nil [42425 42576])
1120             ("gdb-delete-out-of-scope" variable (:default-value t) nil [42578 42745])
1121             ("define-minor-mode" code nil nil [42747 43023])
1122             ("gdb-use-colon-colon-notation" variable nil nil [43025 43191])
1123             ("define-key" code nil nil [43193 43246])
1124             ("define-key" code nil nil [43247 43313])
1125             ("declare-function" code nil nil [43315 43381])
1126             ("gud-watch" function
1127                (:user-visible-flag t
1128                 :arguments ("arg" "event"))
1129                 nil [43383 44337])
1130             ("gdb-var-create-handler" function (:arguments ("expr")) nil [44339 45169])
1131             ("gdb-speedbar-update" function nil nil [45171 45436])
1132             ("gdb-speedbar-timer-fn" function nil nil [45438 45558])
1133             ("gdb-var-evaluate-expression-handler" function (:arguments ("varnum" "changed")) nil [45560 45932])
1134             ("gdb-var-list-children" function (:arguments ("varnum")) nil [46040 46255])
1135             ("gdb-var-list-children-handler" function (:arguments ("varnum")) nil [46257 47245])
1136             ("gdb-var-set-format" function (:arguments ("format")) nil [47247 47538])
1137             ("gdb-var-delete-1" function (:arguments ("var" "varnum")) nil [47540 47825])
1138             ("gdb-var-delete" function (:user-visible-flag t) nil [47827 48248])
1139             ("gdb-var-delete-children" function (:arguments ("varnum")) nil [48250 48413])
1140             ("gdb-edit-value" function (:arguments ("_text" "_token" "_indent")) nil [48415 48772])
1141             ("gdb-error-regexp" variable
1142                (:constant-flag t
1143                 :default-value "\\^error,msg=\\(\".+\"\\)")
1144                 nil [48774 48829])
1145             ("gdb-edit-value-handler" function (:arguments ("value")) nil [48831 49007])
1146             ("gdb-var-update" function nil nil [49108 49242])
1147             ("gdb-var-update-handler" function nil nil [49244 52127])
1148             ("gdb-speedbar-expand-node" function (:arguments ("text" "token" "indent")) nil [52129 53064])
1149             ("gdb-get-target-string" function nil nil [53066 53160])
1150             ("gdb-buffer-rules" variable (:default-value (quote nil)) nil [53506 53535])
1151             ("gdb-rules-name-maker" function (:arguments ("rules-entry")) nil [53537 53600])
1152             ("gdb-rules-buffer-mode" function (:arguments ("rules-entry")) nil [53601 53666])
1153             ("gdb-rules-update-trigger" function (:arguments ("rules-entry")) nil [53667 53735])
1154             ("gdb-update-buffer-name" function nil nil [53737 54021])
1155             ("gdb-current-buffer-rules" function nil nil [54023 54159])
1156             ("gdb-current-buffer-thread" function nil nil [54161 54382])
1157             ("gdb-current-buffer-frame" function nil nil [54384 54540])
1158             ("gdb-buffer-type" function (:arguments ("buffer")) nil [54542 54672])
1159             ("gdb-buffer-shows-main-thread-p" function nil nil [54674 54866])
1160             ("gdb-get-buffer" function (:arguments ("buffer-type" "thread")) nil [54868 55350])
1161             ("gdb-get-buffer-create" function (:arguments ("buffer-type" "thread")) nil [55352 56878])
1162             ("gdb-bind-function-to-buffer" function (:arguments ("expr" "buffer")) nil [56880 57074])
1163             ("def-gdb-preempt-display-buffer" function (:arguments ("name" "buffer" "doc" "split-horizontal")) nil [57129 57426])
1164             ("gdb-set-buffer-rules" function (:arguments ("buffer-type" "rules")) nil [57829 58041])
1165             ("gdb-parent-mode" function nil nil [58043 58776])
1166             ("gdb-set-buffer-rules" code nil nil [58902 58984])
1167             ("gdb-partial-output-name" function nil nil [58986 59085])
1168             ("gdb-set-buffer-rules" code nil nil [59089 59188])
1169             ("gdb-inferior-io-name" function nil nil [59190 59286])
1170             ("gdb-display-io-buffer" function (:user-visible-flag t) nil [59288 59457])
1171             ("gdb-inferior-io--init-proc" function (:arguments ("proc")) nil [59459 59892])
1172             ("gdb-inferior-io-sentinel" function (:arguments ("proc" "_str")) nil [59894 60534])
1173             ("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])
1174             ("gdb-frame-io-buffer" function (:user-visible-flag t) nil [61042 61243])
1175             ("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])
1176             ("define-derived-mode" code nil nil [61627 61832])
1177             ("gdb-display-io-nopopup" variable nil nil [61834 62000])
1178             ("gdb-inferior-filter" function (:arguments ("proc" "string")) nil [62002 62427])
1179             ("gdb-io-interrupt" function (:user-visible-flag t) nil [62429 62590])
1180             ("gdb-io-quit" function (:user-visible-flag t) nil [62592 62753])
1181             ("gdb-io-stop" function (:user-visible-flag t) nil [62755 62901])
1182             ("gdb-io-eof" function (:user-visible-flag t) nil [62903 63055])
1183             ("gdb-clear-inferior-io" function nil nil [63057 63173])
1184             ("breakpoint-xpm-data" variable
1185                (:constant-flag t
e75a20 1186                 :default-value "/* XPM */
C 1187 static char *magick[] = {
1188 /* columns rows colors chars-per-pixel */
1189 \"10 10 2 1\",
1190 \"  c red\",
1191 \"+ c None\",
1192 /* pixels */
1193 \"+++    +++\",
1194 \"++      ++\",
1195 \"+        +\",
1196 \"          \",
1197 \"          \",
1198 \"          \",
1199 \"          \",
1200 \"+        +\",
1201 \"++      ++\",
1202 \"+++    +++\",
5cb5f7 1203 };")
C 1204                 nil [63177 63546])
1205             ("breakpoint-enabled-pbm-data" variable
1206                (:constant-flag t
e75a20 1207                 :default-value "P1
C 1208 10 10\",
1209 0 0 0 0 1 1 1 1 0 0 0 0
1210 0 0 0 1 1 1 1 1 1 0 0 0
1211 0 0 1 1 1 1 1 1 1 1 0 0
1212 0 1 1 1 1 1 1 1 1 1 1 0
1213 0 1 1 1 1 1 1 1 1 1 1 0
1214 0 1 1 1 1 1 1 1 1 1 1 0
1215 0 1 1 1 1 1 1 1 1 1 1 0
1216 0 0 1 1 1 1 1 1 1 1 0 0
1217 0 0 0 1 1 1 1 1 1 0 0 0
5cb5f7 1218 0 0 0 0 1 1 1 1 0 0 0 0")
C 1219                 nil [63548 63889])
1220             ("breakpoint-disabled-pbm-data" variable
1221                (:constant-flag t
e75a20 1222                 :default-value "P1
C 1223 10 10\",
1224 0 0 1 0 1 0 1 0 0 0
1225 0 1 0 1 0 1 0 1 0 0
1226 1 0 1 0 1 0 1 0 1 0
1227 0 1 0 1 0 1 0 1 0 1
1228 1 0 1 0 1 0 1 0 1 0
1229 0 1 0 1 0 1 0 1 0 1
1230 1 0 1 0 1 0 1 0 1 0
1231 0 1 0 1 0 1 0 1 0 1
1232 0 0 1 0 1 0 1 0 1 0
5cb5f7 1233 0 0 0 1 0 1 0 1 0 0")
C 1234                 nil [63891 64194])
1235             ("breakpoint-enabled-icon" variable nil nil [64196 64283])
1236             ("breakpoint-disabled-icon" variable nil nil [64285 64374])
1237             ("declare-function" code nil nil [64376 64473])
1238             ("and" code nil nil [64475 64761])
1239             ("breakpoint-enabled" variable
1240                (:default-value (quote ((t :foreground "red1" :weight bold)))
1241                 :type "face")
1242                 nil [64763 64904])
1243             ("breakpoint-disabled" variable
1244                (: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")))
1245                 :type "face")
1246                 nil [64906 65375])
1247             ("gdb-python-guile-commands-regexp" variable (:default-value "python\\|python-interactive\\|pi\\|guile\\|guile-repl\\|gr") nil [65379 65551])
1248             ("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])
1249             ("gdb-strip-string-backslash" function (:arguments ("string")) nil [65991 66081])
1250             ("gdb-send" function (:arguments ("proc" "string")) nil [66083 68786])
1251             ("gdb-mi-quote" function (:arguments ("string")) nil [68788 69157])
1252             ("gdb-input" function (:arguments ("command" "handler-function" "trigger-name")) nil [69159 70090])
1253             ("gdb-current-context-command" function (:arguments ("command")) nil [70146 70359])
1254             ("gdb-current-context-buffer-name" function (:arguments ("name")) nil [70361 70692])
1255             ("gdb-current-context-mode-name" function (:arguments ("mode")) nil [70694 70929])
1256             ("gud-gdb-command-name" variable (:default-value "gdb -i=mi") nil [70933 71076])
1257             ("gdb-resync" function nil nil [71078 71190])
1258             ("gdb-update" function (:arguments ("no-proc")) nil [71192 72045])
1259             ("gdb-setq-thread-number" function (:arguments ("number")) nil [72226 72684])
1260             ("gdb-update-gud-running" function nil nil [72686 73530])
1261             ("gdb-show-run-p" function nil nil [73532 73860])
1262             ("gdb-show-stop-p" function nil nil [73862 74196])
1263             ("gdb-display-source-buffer" function (:arguments ("buffer")) nil [74394 74872])
1264             ("gdbmi-start-with" function (:arguments ("str" "offset" "match")) nil [74875 75247])
1265             ("gdbmi-same-start" function (:arguments ("str" "offset" "match")) nil [75249 75710])
1266             ("gdbmi-is-number" function (:arguments ("character")) nil [75712 75872])
1267             ("defvar-local" code nil nil [75875 76150])
1268             ("defvar-local" code nil nil [76152 76435])
1269             ("gdbmi-bnf-init" function nil nil [76437 76602])
1270             ("gdbmi-bnf-output" function nil nil [76605 76897])
1271             ("gdbmi-bnf-skip-unrecognized" function nil nil [76900 77972])
1272             ("gdbmi-bnf-gdb-prompt" function nil nil [77975 78516])
1273             ("gdbmi-bnf-result-record" function nil nil [78519 78779])
1274             ("gdbmi-bnf-out-of-band-record" function nil nil [78782 79012])
1275             ("gdbmi-bnf-async-record" function nil nil [79015 79485])
1276             ("gdbmi-bnf-stream-record" function nil nil [79488 80729])
1277             ("gdbmi-bnf-console-stream-output" function (:arguments ("c-string")) nil [80731 81029])
1278             ("gdbmi-bnf-target-stream-output" function (:arguments ("_c-string")) nil [81031 81178])
1279             ("gdbmi-bnf-log-stream-output" function (:arguments ("c-string")) nil [81180 81521])
1280             ("gdbmi-bnf-result-state-configs" variable
1281                (:constant-flag t
1282                 :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)))))
1283                 nil [81524 82787])
1284             ("gdbmi-bnf-result-and-async-record-impl" function nil nil [82789 84826])
1285             ("gdbmi-bnf-incomplete-record-result" function (:arguments ("token" "class-command")) nil [84828 86801])
1286             ("gdb-mi-decode-strings" variable nil nil [87288 88189])
1287             ("gdb-mi-decode" function (:arguments ("string")) nil [88974 89818])
1288             ("gud-gdbmi-marker-filter" function (:arguments ("string")) nil [89820 90954])
1289             ("gdb-gdb" function (:arguments ("_output-field")) nil [90956 90987])
1290             ("gdb-shell" function (:arguments ("output-field")) nil [90989 91096])
1291             ("gdb-ignored-notification" function (:arguments ("_token" "_output-field")) nil [91098 91153])
1292             ("gdb-thread-created" function (:arguments ("_token" "_output-field")) nil [91225 91274])
1293             ("gdb-thread-exited" function (:arguments ("_token" "output-field")) nil [91275 91938])
1294             ("gdb-thread-selected" function (:arguments ("_token" "output-field")) nil [91940 92720])
1295             ("gdb-running" function (:arguments ("_token" "output-field")) nil [92722 93443])
1296             ("gdb-starting" function (:arguments ("_output-field" "_result")) nil [93445 93750])
1297             ("gdb-stopped" function (:arguments ("_token" "output-field")) nil [93809 96886])
1298             ("gdb-internals" function (:arguments ("output-field")) nil [97040 97380])
1299             ("gdb-console" function (:arguments ("output-field")) nil [97511 97631])
1300             ("gdb-done" function (:arguments ("token-number" "output-field" "is-complete")) nil [97633 97755])
1301             ("gdb-error" function (:arguments ("token-number" "output-field" "is-complete")) nil [97757 97881])
1302             ("gdb-done-or-error" function (:arguments ("token-number" "type" "output-field" "is-complete")) nil [97883 99376])
1303             ("gdb-concat-output" function (:arguments ("so-far" "new")) nil [99378 99560])
1304             ("gdb-append-to-partial-output" function (:arguments ("string")) nil [99562 99730])
1305             ("gdb-clear-partial-output" function nil nil [99732 99861])
1306             ("gdb-jsonify-buffer" function (:arguments ("fix-key" "fix-list")) nil [99863 101938])
1307             ("gdb-json-read-buffer" function (:arguments ("fix-key" "fix-list")) nil [101940 102265])
1308             ("gdb-json-string" function (:arguments ("string" "fix-key" "fix-list")) nil [102267 102538])
1309             ("gdb-json-partial-output" function (:arguments ("fix-key" "fix-list")) nil [102540 102839])
1310             ("gdb-line-posns" function (:arguments ("line")) nil [102841 103060])
1311             ("gdb-mark-line" function (:arguments ("line" "variable")) nil [103062 103624])
1312             ("gdb-pad-string" function (:arguments ("string" "padding")) nil [103626 103727])
1313             ("cl-defstruct" code nil nil [103879 103980])
1314             ("gdb-table-add-row" function (:arguments ("table" "row" "properties")) nil [103982 105147])
1315             ("gdb-table-string" function (:arguments ("table" "sep")) nil [105149 105722])
1316             ("gdb-get-many-fields" function (:arguments ("struct" "fields")) nil [105785 106003])
1317             ("def-gdb-auto-update-trigger" function (:arguments ("trigger-name" "gdb-command" "handler-name" "signal-list")) nil [106005 107387])
1318             ("def-gdb-auto-update-handler" function (:arguments ("handler-name" "custom-defun" "nopreserve")) nil [107469 108344])
1319             ("def-gdb-trigger-and-handler" function (:arguments ("trigger-name" "gdb-command" "handler-name" "custom-defun" "signal-list")) nil [108346 108961])
1320             ("def-gdb-trigger-and-handler" code nil nil [109032 109189])
1321             ("gdb-set-buffer-rules" code nil nil [109191 109320])
1322             ("gdb-breakpoints-list-handler-custom" function nil nil [109322 111918])
1323             ("gdb-place-breakpoints" function nil nil [112000 113593])
1324             ("gdb-source-file-regexp" variable
1325                (:constant-flag t
1326                 :default-value (concat "fullname=\\(" gdb--string-regexp "\\)"))
1327                 nil [113595 113679])
1328             ("gdb-get-location" function (:arguments ("bptno" "line" "flag")) nil [113681 114647])
1329             ("add-hook" code nil nil [114649 114695])
1330             ("gdb-find-file-hook" function nil nil [114697 115153])
1331             ("declare-function" code nil nil [115155 115197])
1332             ("declare-function" code nil nil [115208 115250])
1333             ("declare-function" code nil nil [115261 115335])
1334             ("gdb-mouse-set-clear-breakpoint" function
1335                (:user-visible-flag t
1336                 :arguments ("event"))
1337                 nil [115337 115980])
1338             ("gdb-mouse-toggle-breakpoint-margin" function
1339                (:user-visible-flag t
1340                 :arguments ("event"))
1341                 nil [115982 116600])
1342             ("gdb-mouse-toggle-breakpoint-fringe" function
1343                (:user-visible-flag t
1344                 :arguments ("event"))
1345                 nil [116602 117315])
1346             ("gdb-breakpoints-buffer-name" function nil nil [117317 117413])
1347             ("gdb-display-breakpoints-buffer" function
1348                (:user-visible-flag t
1349                 :arguments ("thread"))
1350                 nil [117415 117595])
1351             ("gdb-frame-breakpoints-buffer" function
1352                (:user-visible-flag t
1353                 :arguments ("thread"))
1354                 nil [117597 117830])
1355             ("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])
1356             ("gdb-delete-frame-or-window" function (:user-visible-flag t) nil [118895 119081])
1357             ("gdb-make-header-line-mouse-map" function (:arguments ("mouse" "function")) nil [119115 119525])
1358             ("gdb-propertize-header" function (:arguments ("name" "buffer" "help-echo" "mouse-face" "face")) nil [119527 119997])
1359             ("gdb-threads-buffer-name" function nil nil [120066 120154])
1360             ("gdb-display-threads-buffer" function
1361                (:user-visible-flag t
1362                 :arguments ("thread"))
1363                 nil [120156 120324])
1364             ("gdb-frame-threads-buffer" function
1365                (:user-visible-flag t
1366                 :arguments ("thread"))
1367                 nil [120326 120547])
1368             ("def-gdb-trigger-and-handler" code nil nil [120549 120738])
1369             ("gdb-set-buffer-rules" code nil nil [120740 120853])
1370             ("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])
1371             ("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])
1372             ("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])
1373             ("define-derived-mode" code nil nil [122391 122760])
1374             ("gdb-thread-list-handler-custom" function nil nil [122762 125237])
1375             ("def-gdb-thread-buffer-command" function (:arguments ("name" "custom-defun" "doc")) nil [125239 125917])
1376             ("def-gdb-thread-buffer-simple-command" function (:arguments ("name" "buffer-command" "doc")) nil [125919 126247])
1377             ("def-gdb-thread-buffer-command" code nil nil [126249 126515])
1378             ("def-gdb-thread-buffer-simple-command" code nil nil [126517 126683])
1379             ("def-gdb-thread-buffer-simple-command" code nil nil [126685 126854])
1380             ("def-gdb-thread-buffer-simple-command" code nil nil [126856 127034])
1381             ("def-gdb-thread-buffer-simple-command" code nil nil [127036 127220])
1382             ("def-gdb-thread-buffer-simple-command" code nil nil [127222 127386])
1383             ("def-gdb-thread-buffer-simple-command" code nil nil [127388 127555])
1384             ("def-gdb-thread-buffer-simple-command" code nil nil [127557 127737])
1385             ("def-gdb-thread-buffer-simple-command" code nil nil [127739 127925])
1386             ("def-gdb-thread-buffer-gud-command" function (:arguments ("name" "gud-command" "doc")) nil [127927 128449])
1387             ("def-gdb-thread-buffer-gud-command" code nil nil [128451 128565])
1388             ("declare-function" code nil nil [128611 128655])
1389             ("def-gdb-thread-buffer-gud-command" code nil nil [128657 128762])
1390             ("declare-function" code nil nil [128764 128808])
1391             ("def-gdb-thread-buffer-gud-command" code nil nil [128810 128907])
1392             ("gdb-memory-rows" variable (:default-value 8) nil [128928 129048])
1393             ("gdb-memory-columns" variable (:default-value 4) nil [129050 129176])
1394             ("gdb-memory-format" variable (:default-value "x") nil [129178 129504])
1395             ("gdb-memory-unit" variable (:default-value 4) nil [129506 129759])
1396             ("def-gdb-trigger-and-handler" code nil nil [129761 130067])
1397             ("gdb-set-buffer-rules" code nil nil [130069 130178])
1398             ("gdb-memory-column-width" function (:arguments ("size" "format")) nil [130180 131000])
1399             ("gdb-read-memory-custom" function nil nil [131002 132098])
1400             ("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])
1401             ("gdb-memory-set-address-event" function
1402                (:user-visible-flag t
1403                 :arguments ("event"))
1404                 nil [132955 133188])
1405             ("gdb-memory-set-address" function (:user-visible-flag t) nil [133233 133442])
1406             ("def-gdb-set-positive-number" function (:arguments ("name" "variable" "echo-string" "doc")) nil [133444 134018])
1407             ("def-gdb-set-positive-number" code nil nil [134020 134150])
1408             ("def-gdb-set-positive-number" code nil nil [134152 134294])
1409             ("def-gdb-memory-format" function (:arguments ("name" "format" "doc")) nil [134296 134603])
1410             ("def-gdb-memory-format" code nil nil [134605 134697])
1411             ("def-gdb-memory-format" code nil nil [134699 134789])
1412             ("def-gdb-memory-format" code nil nil [134791 134895])
1413             ("def-gdb-memory-format" code nil nil [134897 134990])
1414             ("def-gdb-memory-format" code nil nil [134992 135094])
1415             ("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])
1416             ("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])
1417             ("gdb-memory-format-menu" function (:arguments ("event")) nil [136165 136270])
1418             ("gdb-memory-format-menu-1" function (:arguments ("event")) nil [136272 136618])
1419             ("def-gdb-memory-unit" function (:arguments ("name" "unit-size" "doc")) nil [136620 136931])
1420             ("def-gdb-memory-unit" code nil nil [136933 137030])
1421             ("def-gdb-memory-unit" code nil nil [137032 137121])
1422             ("def-gdb-memory-unit" code nil nil [137123 137219])
1423             ("def-gdb-memory-unit" code nil nil [137221 137297])
1424             ("def-gdb-memory-show-page" function (:arguments ("name" "address-var" "doc")) nil [137299 137705])
1425             ("def-gdb-memory-show-page" code nil nil [137707 137786])
1426             ("def-gdb-memory-show-page" code nil nil [137788 137863])
1427             ("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])
1428             ("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])
1429             ("gdb-memory-unit-menu" function (:arguments ("event")) nil [138724 138825])
1430             ("gdb-memory-unit-menu-1" function (:arguments ("event")) nil [138827 139167])
1431             ("gdb-memory-font-lock-keywords" variable (:default-value (quote (("<\\(\\(\\sw\\|[_.]\\)+\\)\\(\\+[0-9]+\\)?>" (1 font-lock-function-name-face))))) nil [139169 139374])
1432             ("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])
1433             ("define-derived-mode" code nil nil [141832 142092])
1434             ("gdb-memory-buffer-name" function nil nil [142094 142180])
1435             ("gdb-display-memory-buffer" function
1436                (:user-visible-flag t
1437                 :arguments ("thread"))
1438                 nil [142182 142356])
1439             ("gdb-frame-memory-buffer" function (:user-visible-flag t) nil [142358 142558])
1440             ("gdb-disassembly-buffer-name" function nil nil [142584 142712])
1441             ("gdb-display-disassembly-buffer" function
1442                (:user-visible-flag t
1443                 :arguments ("thread"))
1444                 nil [142714 142906])
1445             ("def-gdb-preempt-display-buffer" code nil nil [142908 143012])
1446             ("gdb-frame-disassembly-buffer" function
1447                (:user-visible-flag t
1448                 :arguments ("thread"))
1449                 nil [143014 143259])
1450             ("def-gdb-auto-update-trigger" code nil nil [143261 143950])
1451             ("def-gdb-auto-update-handler" code nil nil [143952 144044])
1452             ("gdb-set-buffer-rules" code nil nil [144046 144175])
1453             ("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])
1454             ("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])
1455             ("define-derived-mode" code nil nil [144990 145466])
1456             ("gdb-disassembly-handler-custom" function nil nil [145468 147182])
1457             ("gdb-disassembly-place-breakpoints" function nil nil [147184 147726])
1458             ("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])
1459             ("define-derived-mode" code nil nil [148031 148220])
1460             ("gdb-toggle-breakpoint" function (:user-visible-flag t) nil [148222 148770])
1461             ("gdb-delete-breakpoint" function (:user-visible-flag t) nil [148772 149202])
1462             ("gdb-goto-breakpoint" function
1463                (:user-visible-flag t
1464                 :arguments ("event"))
1465                 nil [149204 150573])
1466             ("def-gdb-trigger-and-handler" code nil nil [150652 150835])
1467             ("gdb-set-buffer-rules" code nil nil [150837 150944])
1468             ("gdb-frame-location" function (:arguments ("frame")) nil [150946 151387])
1469             ("gdb-stack-list-frames-custom" function nil nil [151389 152580])
1470             ("gdb-stack-buffer-name" function nil nil [152582 152705])
1471             ("gdb-display-stack-buffer" function
1472                (:user-visible-flag t
1473                 :arguments ("thread"))
1474                 nil [152707 152891])
1475             ("def-gdb-preempt-display-buffer" code nil nil [152893 152991])
1476             ("gdb-frame-stack-buffer" function
1477                (:user-visible-flag t
1478                 :arguments ("thread"))
1479                 nil [152993 153230])
1480             ("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])
1481             ("gdb-frames-font-lock-keywords" variable (:default-value (quote (("in \\([^ ]+\\)" (1 font-lock-function-name-face))))) nil [153519 153665])
1482             ("define-derived-mode" code nil nil [153667 154053])
1483             ("gdb-select-frame" function
1484                (:user-visible-flag t
1485                 :arguments ("event"))
1486                 nil [154055 154687])
1487             ("def-gdb-trigger-and-handler" code nil nil [154778 154987])
1488             ("gdb-set-buffer-rules" code nil nil [154989 155098])
1489             ("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])
1490             ("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])
1491             ("gdb-edit-locals-value" function
1492                (:user-visible-flag t
1493                 :arguments ("event"))
1494                 nil [155627 156116])
1495             ("gdb-locals-handler-custom" function nil nil [156209 157753])
1496             ("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])
1497             ("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])
1498             ("define-derived-mode" code nil nil [158453 158617])
1499             ("gdb-locals-buffer-name" function nil nil [158619 158737])
1500             ("gdb-display-locals-buffer" function
1501                (:user-visible-flag t
1502                 :arguments ("thread"))
1503                 nil [158739 158934])
1504             ("def-gdb-preempt-display-buffer" code nil nil [158936 159036])
1505             ("gdb-frame-locals-buffer" function
1506                (:user-visible-flag t
1507                 :arguments ("thread"))
1508                 nil [159038 159290])
1509             ("def-gdb-trigger-and-handler" code nil nil [159316 159520])
1510             ("gdb-set-buffer-rules" code nil nil [159522 159643])
1511             ("gdb-registers-handler-custom" function nil nil [159645 160745])
1512             ("gdb-edit-register-value" function
1513                (:user-visible-flag t
1514                 :arguments ("event"))
1515                 nil [160747 161235])
1516             ("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])
1517             ("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])
1518             ("define-derived-mode" code nil nil [162045 162224])
1519             ("gdb-registers-buffer-name" function nil nil [162226 162350])
1520             ("gdb-display-registers-buffer" function
1521                (:user-visible-flag t
1522                 :arguments ("thread"))
1523                 nil [162352 162534])
1524             ("def-gdb-preempt-display-buffer" code nil nil [162536 162642])
1525             ("gdb-frame-registers-buffer" function
1526                (:user-visible-flag t
1527                 :arguments ("thread"))
1528                 nil [162644 162879])
1529             ("gdb-get-changed-registers" function nil nil [162936 163155])
1530             ("gdb-changed-registers-handler" function nil nil [163157 163385])
1531             ("gdb-register-names-handler" function nil nil [163387 163750])
1532             ("gdb-get-source-file-list" function nil nil [163754 164215])
1533             ("gdb-get-main-selected-frame" function nil nil [164217 164487])
1534             ("gdb-frame-handler" function nil nil [164489 165816])
1535             ("gdb-prompt-name-regexp" variable
1536                (:constant-flag t
1537                 :default-value (concat "value=\\(" gdb--string-regexp "\\)"))
1538                 nil [165818 165899])
1539             ("gdb-get-prompt" function nil nil [165901 166210])
1540             ("gdb-display-buffer" function (:arguments ("buf")) nil [166235 166409])
1541             ("gdb-preempt-existing-or-display-buffer" function (:arguments ("buf" "split-horizontal")) nil [166950 168209])
1542             ("let" code nil nil [168247 169068])
1543             ("let" code nil nil [169070 169869])
1544             ("let" code nil nil [169871 171748])
1545             ("define-key-after" code nil nil [172052 172366])
1546             ("define-key-after" code nil nil [172368 172687])
1547             ("gdb-frame-gdb-buffer" function (:user-visible-flag t) nil [172689 172826])
1548             ("gdb-display-gdb-buffer" function (:user-visible-flag t) nil [172828 172943])
1549             ("gdb-set-window-buffer" function (:arguments ("name" "ignore-dedicated" "window")) nil [172945 173364])
1550             ("gdb-setup-windows" function nil nil [173366 174820])
1551             ("define-minor-mode" code nil nil [174822 175299])
1552             ("gdb-restore-windows" function (:user-visible-flag t) nil [175301 175916])
1553             ("gdb-reset" function nil nil [175959 177433])
1554             ("gdb-get-source-file" function nil nil [177435 177979])
1555             ("gdb-put-string" function (:arguments ("putstring" "pos" "dprop" "sprops")) nil [177998 178758])
1556             ("gdb-remove-strings" function (:arguments ("start" "end" "buffer")) nil [178781 179189])
1557             ("gdb-put-breakpoint-icon" function (:arguments ("enabled" "bptno" "line")) nil [179191 182189])
1558             ("gdb-remove-breakpoint-icons" function (:arguments ("start" "end" "remove-margin")) nil [182191 182571])
1559             ("gud-gdb-fetch-lines-in-progress" variable nil nil [182613 182653])
1560             ("gud-gdb-fetch-lines-string" variable nil nil [182654 182689])
1561             ("gud-gdb-fetch-lines-break" variable nil nil [182690 182724])
1562             ("gud-gdb-fetched-lines" variable nil nil [182725 182755])
1563             ("gud-gdbmi-completions" function (:arguments ("context" "command")) nil [182757 183559])
1564             ("gud-gdbmi-fetch-lines-filter" function (:arguments ("string")) nil [183561 183950])
1565             ("gdb-mi" package nil nil [183952 183969]))          
1566       :file "gdb-mi.el"
1567       :pointmax 183995
1568       :fsize 183994
1569       :lastmodtime '(23525 29600 0 0)
1570       :unmatched-syntax nil)
1571     (semanticdb-table "semanticdb-table"
1572       :major-mode emacs-lisp-mode
1573       :tags 
1574         '( ("glasses" customgroup (:user-visible-flag t) nil [2365 2470])
1575             ("glasses-separator" variable (:default-value "_") nil [2473 2983])
1576             ("glasses-original-separator" variable (:default-value "_") nil [2986 3434])
1577             ("glasses-face" variable nil nil [3437 3916])
1578             ("glasses-separate-parentheses-p" variable (:default-value t) nil [3919 4077])
1579             ("glasses-separate-parentheses-exceptions" variable (:default-value (quote ("^#[     ]*define[     ]*[A-Za-z0-9_-]* ?($"))) nil [4079 4397])
1580             ("glasses-separate-capital-groups" variable (:default-value t) nil [4399 4725])
1581             ("glasses-uncapitalize-p" variable nil nil [4727 5046])
1582             ("glasses-uncapitalize-regexp" variable (:default-value "[a-z]") nil [5049 5410])
1583             ("glasses-convert-on-write-p" variable nil nil [5413 5834])
1584             ("glasses-custom-set" function (:arguments ("symbol" "value")) nil [5837 6080])
1585             ("glasses-parenthesis-exception-p" function (:arguments ("beg" "end")) nil [6106 6467])
1586             ("glasses-set-overlay-properties" function nil nil [6469 6956])
1587             ("glasses-set-overlay-properties" code nil nil [6958 6990])
1588             ("glasses-overlay-p" function (:arguments ("overlay")) nil [6993 7172])
1589             ("glasses-make-overlay" function (:arguments ("beg" "end" "category")) nil [7175 7498])
1590             ("glasses-make-readable" function (:arguments ("beg" "end")) nil [7501 9567])
1591             ("glasses-make-unreadable" function (:arguments ("beg" "end")) nil [9570 9786])
1592             ("glasses-convert-to-unreadable" function nil nil [9789 11119])
1593             ("glasses-change" function (:arguments ("beg" "end" "_old-len")) nil [11122 11463])
1594             ("define-minor-mode" code nil nil [11509 12378])
1595             ("glasses" package nil nil [12395 12413]))          
1596       :file "glasses.el"
1597       :pointmax 12441
1598       :fsize 12440
1599       :lastmodtime '(23525 29600 0 0)
1600       :unmatched-syntax nil)
1601     (semanticdb-table "semanticdb-table"
1602       :major-mode emacs-lisp-mode
1603       :tags 
1604         '( ("ring" include nil nil [970 985])
1605             ("button" include nil nil [986 1003])
1606             ("xref" include nil nil [1004 1019])
1607             ("tags-file-name" variable nil nil [1036 1338])
1608             ("etags" customgroup (:user-visible-flag t) nil [1566 1617])
1609             ("tags-case-fold-search" variable (:default-value (quote default)) nil [1634 2026])
1610             ("tags-table-list" variable nil nil [2119 2500])
1611             ("tags-compression-info-list" variable (:default-value (purecopy (quote ("" ".Z" ".bz2" ".gz" ".xz" ".tgz")))) nil [2517 2806])
1612             ("tags-add-tables" variable (:default-value (quote ask-user)) nil [3299 3693])
1613             ("tags-revert-without-query" variable nil nil [3695 3844])
1614             ("tags-table-computed-list" variable nil nil [3846 4328])
1615             ("tags-table-computed-list-for" variable nil nil [4330 4576])
1616             ("tags-table-list-pointer" variable nil nil [4578 4767])
1617             ("tags-table-list-started-at" variable nil nil [4769 4887])
1618             ("tags-table-set-list" variable nil nil [4889 5051])
1619             ("find-tag-hook" variable nil nil [5068 5314])
1620             ("find-tag-default-function" variable nil nil [5331 5668])
1621             ("define-obsolete-variable-alias" code nil nil [5670 5765])
1622             ("tags-tag-face" variable (:default-value (quote default)) nil [5767 5900])
1623             ("tags-apropos-verbose" variable nil nil [5902 6064])
1624             ("tags-apropos-additional-actions" variable nil nil [6066 6983])
1625             ("defvaralias" code nil nil [6985 7039])
1626             ("make-obsolete-variable" code nil nil [7040 7163])
1627             ("default-tags-table-function" variable nil nil [7165 7389])
1628             ("tags-location-ring" variable (:default-value (make-ring xref-marker-ring-length)) nil [7391 7590])
1629             ("tags-table-files" variable nil nil [7667 7832])
1630             ("tags-completion-table" variable nil nil [7834 7921])
1631             ("tags-included-tables" variable nil nil [7923 8016])
1632             ("next-file-list" variable nil nil [8018 8093])
1633             ("tags-table-format-functions" variable (:default-value (quote (etags-recognize-tags-table tags-recognize-empty-tags-table))) nil [8124 8503])
1634             ("file-of-tag-function" variable nil nil [8505 8698])
1635             ("tags-table-files-function" variable nil nil [8699 8809])
1636             ("tags-completion-table-function" variable nil nil [8810 8904])
1637             ("snarf-tag-function" variable nil nil [8905 9113])
1638             ("goto-tag-location-function" variable nil nil [9114 9286])
1639             ("find-tag-regexp-search-function" variable nil nil [9287 9407])
1640             ("find-tag-regexp-tag-order" variable nil nil [9408 9516])
1641             ("find-tag-regexp-next-line-after-failure-p" variable nil nil [9517 9636])
1642             ("find-tag-search-function" variable nil nil [9637 9743])
1643             ("find-tag-tag-order" variable nil nil [9744 9838])
1644             ("find-tag-next-line-after-failure-p" variable nil nil [9839 9944])
1645             ("list-tags-function" variable nil nil [9945 10032])
1646             ("tags-apropos-function" variable nil nil [10033 10126])
1647             ("tags-included-tables-function" variable nil nil [10127 10245])
1648             ("verify-tags-table-function" variable nil nil [10246 10354])
1649             ("initialize-new-tags-table" function nil nil [10357 11028])
1650             ("tags-table-mode" function (:user-visible-flag t) nil [11045 11293])
1651             ("visit-tags-table" function
1652                (:user-visible-flag t
1653                 :arguments ("file" "local"))
1654                 nil [11310 13392])
1655             ("tags-table-check-computed-list" function nil nil [13394 15263])
1656             ("tags-table-extend-computed-list" function nil nil [15265 16976])
1657             ("tags-expand-table-name" function (:arguments ("file")) nil [16978 17189])
1658             ("tags-table-list-member" function (:arguments ("file" "list")) nil [17321 17791])
1659             ("tags-verify-table" function (:arguments ("file")) nil [17793 19502])
1660             ("tags-table-including" function (:arguments ("this-file" "core-only")) nil [19913 21955])
1661             ("tags-next-table" function nil nil [21957 22797])
1662             ("visit-tags-table-buffer" function (:arguments ("cont" "cbuf")) nil [22814 29469])
1663             ("tags-reset-tags-tables" function (:user-visible-flag t) nil [29471 30125])
1664             ("file-of-tag" function (:arguments ("relative")) nil [30128 30460])
1665             ("tags-table-files" function nil nil [30477 30825])
1666             ("tags-included-tables" function nil nil [30827 31070])
1667             ("tags-completion-table" function (:arguments ("buf")) nil [31073 32470])
1668             ("tags-lazy-completion-table" function nil nil [32487 32943])
1669             ("tags-completion-at-point-function" function nil nil [33190 33975])
1670             ("find-tag-tag" function (:arguments ("string")) nil [33978 34546])
1671             ("find-tag--default" function nil nil [34548 34711])
1672             ("last-tag" variable nil nil [34713 34770])
1673             ("find-tag-interactive" function (:arguments ("prompt" "no-default")) nil [34772 35185])
1674             ("find-tag-history" variable nil nil [35187 35216])
1675             ("etags-case-fold-search" variable nil nil [35252 35283])
1676             ("etags-syntax-table" variable nil nil [35284 35311])
1677             ("local-find-tag-hook" variable nil nil [35312 35340])
1678             ("find-tag-noselect" function
1679                (:user-visible-flag t
1680                 :arguments ("tagname" "next-p" "regexp-p"))
1681                 nil [35357 38454])
1682             ("find-tag" function (:arguments ("tagname" "next-p" "regexp-p")) nil [38471 39722])
1683             ("find-tag-other-window" function (:arguments ("tagname" "next-p" "regexp-p")) nil [39739 41650])
1684             ("find-tag-other-frame" function (:arguments ("tagname" "next-p")) nil [41667 42824])
1685             ("find-tag-regexp" function (:arguments ("regexp" "next-p" "other-window")) nil [42841 43986])
1686             ("defalias" code nil nil [44003 44050])
1687             ("tag-lines-already-matched" variable nil nil [44054 44130])
1688             ("find-tag-in-order" function (:arguments ("pattern" "search-forward-func" "order" "next-line-after-failure-p" "matching" "first-search")) nil [44161 48537])
1689             ("tag-find-file-of-tag-noselect" function (:arguments ("file")) nil [48539 50383])
1690             ("tag-find-file-of-tag" function (:arguments ("file")) nil [50385 50570])
1691             ("etags-recognize-tags-table" function nil nil [50611 52240])
1692             ("etags-verify-tags-table" function nil nil [52242 52438])
1693             ("etags-file-of-tag" function (:arguments ("relative")) nil [52440 52772])
1694             ("etags-tags-completion-table" function nil nil [52775 53856])
1695             ("etags-snarf-tag" function (:arguments ("use-explicit")) nil [53858 55425])
1696             ("etags-goto-tag-location" function (:arguments ("tag-info")) nil [55427 58237])
1697             ("etags-list-tags" function (:arguments ("file")) nil [58239 59512])
1698             ("tags-with-face" function (:arguments ("face" "body")) nil [59514 59845])
1699             ("etags-tags-apropos-additional" function (:arguments ("regexp")) nil [59847 61084])
1700             ("etags-tags-apropos" function (:arguments ("string")) nil [61086 63353])
1701             ("etags-tags-table-files" function nil nil [63355 63750])
1702             ("etags-tags-included-tables" function nil nil [63791 64299])
1703             ("tags-recognize-empty-tags-table" function nil nil [64331 64930])
1704             ("tag-exact-file-name-match-p" function (:arguments ("tag")) nil [65477 65745])
1705             ("tag-file-name-match-p" function (:arguments ("tag")) nil [65870 66092])
1706             ("tag-exact-match-p" function (:arguments ("tag")) nil [66426 66877])
1707             ("tag-implicit-name-match-p" function (:arguments ("tag")) nil [66994 67550])
1708             ("tag-symbol-match-p" function (:arguments ("tag")) nil [67679 67997])
1709             ("tag-word-match-p" function (:arguments ("tag")) nil [68115 68375])
1710             ("tag-partial-file-name-match-p" function (:arguments ("_tag")) nil [68513 68882])
1711             ("tag-any-match-p" function (:arguments ("_tag")) nil [68957 69079])
1712             ("tag-re-match-p" function (:arguments ("re")) nil [69141 69387])
1713             ("tags-loop-revert-buffers" variable nil nil [69390 69782])
1714             ("next-file" function
1715                (:user-visible-flag t
1716                 :arguments ("initialize" "novisit"))
1717                 nil [69799 72971])
1718             ("tags-loop-operate" variable nil nil [72973 73065])
1719             ("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])
1720             ("tags-loop-eval" function (:arguments ("form")) nil [73396 73707])
1721             ("tags-loop-continue" function
1722                (:user-visible-flag t
1723                 :arguments ("first-time"))
1724                 nil [73725 75993])
1725             ("tags-search" function
1726                (:user-visible-flag t
1727                 :arguments ("regexp" "file-list-form"))
1728                 nil [76010 76819])
1729             ("tags-query-replace" function
1730                (:user-visible-flag t
1731                 :arguments ("from" "to" "delimited" "file-list-form"))
1732                 nil [76836 77943])
1733             ("tags-complete-tags-table-file" function (:arguments ("string" "predicate" "what")) nil [77946 78308])
1734             ("list-tags" function
1735                (:user-visible-flag t
1736                 :arguments ("file" "_next-match"))
1737                 nil [78325 79354])
1738             ("tags-apropos" function (:arguments ("regexp")) nil [79371 80266])
1739             ("define-button-type" code nil nil [80295 80444])
1740             ("select-tags-table" function (:user-visible-flag t) nil [80534 82659])
1741             ("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])
1742             ("define-derived-mode" code nil nil [83044 83226])
1743             ("select-tags-table-select" function
1744                (:user-visible-flag t
1745                 :arguments ("button"))
1746                 nil [83228 83592])
1747             ("select-tags-table-quit" function (:user-visible-flag t) nil [83594 83731])
1748             ("complete-tag" function (:user-visible-flag t) nil [83749 84438])
1749             ("etags--xref-limit" variable
1750                (:constant-flag t
1751                 :default-value 1000)
1752                 nil [84690 84723])
1753             ("etags-xref-find-definitions-tag-order" variable (:default-value (quote (tag-exact-match-p tag-implicit-name-match-p))) nil [84725 84940])
1754             ("etags--xref-backend" function nil nil [84957 84994])
1755             ("cl-defmethod" code nil nil [84996 85090])
1756             ("cl-defmethod" code nil nil [85092 85203])
1757             ("cl-defmethod" code nil nil [85205 85316])
1758             ("cl-defmethod" code nil nil [85318 85427])
1759             ("etags--xref-find-definitions" function (:arguments ("pattern" "regexp?")) nil [85429 87179])
1760             ("xref-etags-location" type
1761                (:typemodifiers (":documentation" "\"Location of an etags tag.\"")
1762                 :superclasses "xref-location"
1763                 :members 
1764                   ( ("tag-info" variable (:type "list") nil nil)
1765                     ("file" variable (:type "string") nil nil))                  
1766                 :type "class")
1767                 nil [87181 87402])
1768             ("xref-make-etags-location" function (:arguments ("tag-info" "file")) nil [87404 87557])
1769             ("cl-defmethod" code nil nil [87559 87830])
1770             ("cl-defmethod" code nil nil [87832 87940])
1771             ("etags" package nil nil [87944 87960]))          
1772       :file "etags.el"
1773       :pointmax 87985
1774       :fsize 87984
1775       :lastmodtime '(23525 29599 0 0)
1776       :unmatched-syntax nil)
1777     (semanticdb-table "semanticdb-table"
76bbd0 1778       :major-mode emacs-lisp-mode
C 1779       :tags 
1780         '( ("cl-lib" include nil nil [2861 2878])
1781             ("eieio" include nil nil [2879 2895])
1782             ("ring" include nil nil [2896 2911])
1783             ("project" include nil nil [2912 2930])
1784             ("semantic/symref" include nil nil [2953 2979])
1785             ("xref" customgroup (:user-visible-flag t) nil [3004 3086])
1786             ("xref-location" type
1787                (:typemodifiers (":documentation" "\"A location represents a position in a file or buffer.\"")
1788                 :type "class")
1789                 nil [3105 3208])
1790             ("cl-defgeneric" code nil nil [3210 3293])
1791             ("cl-defgeneric" code nil nil [3295 3427])
1792             ("cl-defgeneric" code nil nil [3429 3539])
1793             ("cl-defgeneric" code nil nil [3541 3624])
1794             ("xref-file-location" type
e75a20 1795                (:typemodifiers (":documentation" "\"A file location is a file/line/column triple.
76bbd0 1796 Line numbers start from 1 and columns from 0.\"")
C 1797                 :superclasses "xref-location"
1798                 :members 
1799                   ( ("file" variable (:type "string") nil nil)
1800                     ("line" variable (:type "fixnum") nil nil)
1801                     ("column" variable (:type "fixnum") nil nil))                  
1802                 :type "class")
1803                 nil [3816 4152])
1804             ("xref-make-file-location" function (:arguments ("file" "line" "column")) nil [4154 4329])
1805             ("cl-defmethod" code nil nil [4331 4783])
1806             ("cl-defmethod" code nil nil [4785 4860])
1807             ("xref-buffer-location" type
1808                (:superclasses "xref-location"
1809                 :members 
1810                   ( ("buffer" variable (:type "buffer") nil nil)
1811                     ("position" variable (:type "fixnum") nil nil))                  
1812                 :type "class")
1813                 nil [4862 4998])
1814             ("xref-make-buffer-location" function (:arguments ("buffer" "position")) nil [5000 5177])
1815             ("cl-defmethod" code nil nil [5179 5344])
1816             ("cl-defmethod" code nil nil [5346 5520])
1817             ("xref-bogus-location" type
e75a20 1818                (:typemodifiers (":documentation" "\"Bogus locations are sometimes useful to
C 1819 indicate errors, e.g. when we know that a function exists but the
76bbd0 1820 actual location is not known.\"")
C 1821                 :superclasses "xref-location"
1822                 :members 
1823                   ( ("message" variable (:type "string") nil nil))                  
1824                 :type "class")
1825                 nil [5522 5816])
1826             ("xref-make-bogus-location" function (:arguments ("message")) nil [5818 5967])
1827             ("cl-defmethod" code nil nil [5969 6067])
1828             ("cl-defmethod" code nil nil [6069 6145])
1829             ("xref-item" type
e75a20 1830                (:typemodifiers (":comment" "\"An xref item describes a reference to a location
76bbd0 1831 somewhere.\"")
C 1832                 :members 
1833                   ( ("summary" variable
e75a20 1834                        (:documentation "One line which will be displayed for
76bbd0 1835 this item in the output buffer."
C 1836                         :type "string")
1837                         nil nil)
e75a20 1838                     ("location" variable (:documentation "An object describing how to navigate
76bbd0 1839 to the reference's target.") nil nil))                  
C 1840                 :type "class")
1841                 nil [6170 6614])
1842             ("xref-make" function (:arguments ("summary" "location")) nil [6616 6838])
1843             ("xref-match-item" type
1844                (:typemodifiers (":comment" "\"A match xref item describes a search result.\"")
1845                 :members 
1846                   ( ("summary" variable (:type "string") nil nil)
1847                     ("location" variable (:type "xref-file-location") nil nil)
1848                     ("length" variable nil nil nil))                  
1849                 :type "class")
1850                 nil [6840 7176])
1851             ("xref-make-match" function (:arguments ("summary" "location" "length")) nil [7178 7500])
1852             ("xref-backend-functions" variable nil nil [7513 7826])
1853             ("add-hook" code nil nil [8027 8085])
1854             ("xref-find-backend" function nil nil [8102 8191])
1855             ("cl-defgeneric" code nil nil [8193 8750])
1856             ("cl-defgeneric" code nil nil [8752 9277])
1857             ("cl-defgeneric" code nil nil [9279 9381])
1858             ("cl-defgeneric" code nil nil [9383 9979])
1859             ("cl-defgeneric" code nil nil [9981 10097])
1860             ("xref--alistify" function (:arguments ("list" "key" "test")) nil [10120 10647])
1861             ("xref--insert-propertized" function (:arguments ("props" "strings")) nil [10649 10851])
1862             ("xref--search-property" function (:arguments ("property" "backward")) nil [10853 11505])
1863             ("xref-marker-ring-length" variable (:default-value 16) nil [11551 11642])
1864             ("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])
1865             ("xref-after-jump-hook" variable (:default-value (quote (recenter xref-pulse-momentarily))) nil [12515 12677])
1866             ("xref-after-return-hook" variable (:default-value (quote (xref-pulse-momentarily))) nil [12679 12814])
1867             ("xref--marker-ring" variable (:default-value (make-ring xref-marker-ring-length)) nil [12816 12929])
1868             ("xref-push-marker-stack" function (:arguments ("m")) nil [12931 13097])
1869             ("xref-pop-marker-stack" function (:user-visible-flag t) nil [13114 13629])
1870             ("xref--current-item" variable nil nil [13631 13662])
1871             ("xref-pulse-momentarily" function nil nil [13664 14177])
1872             ("xref-clear-marker-stack" function nil nil [14202 14434])
1873             ("xref-marker-stack-empty-p" function nil nil [14451 14580])
1874             ("xref--goto-char" function (:arguments ("pos")) nil [14585 14795])
1875             ("xref--goto-location" function (:arguments ("location")) nil [14797 15017])
1876             ("xref--pop-to-location" function (:arguments ("item" "action")) nil [15019 15742])
1877             ("xref-buffer-name" variable
1878                (:constant-flag t
1879                 :default-value "*xref*")
1880                 nil [15834 15912])
1881             ("xref--with-dedicated-window" function (:arguments ("body")) nil [15914 16292])
1882             ("defvar-local" code nil nil [16294 16407])
1883             ("defvar-local" code nil nil [16409 16508])
1884             ("xref--show-pos-in-buf" function (:arguments ("pos" "buf")) nil [16510 18082])
1885             ("xref--show-location" function (:arguments ("location" "select")) nil [18084 18886])
1886             ("xref-show-location-at-point" function (:user-visible-flag t) nil [18888 19162])
1887             ("xref-next-line" function (:user-visible-flag t) nil [19164 19350])
1888             ("xref-prev-line" function (:user-visible-flag t) nil [19352 19544])
1889             ("xref--item-at-point" function nil nil [19546 19664])
1890             ("xref-goto-xref" function
1891                (:user-visible-flag t
1892                 :arguments ("quit"))
1893                 nil [19666 20025])
1894             ("xref-quit-and-goto-xref" function (:user-visible-flag t) nil [20027 20157])
1895             ("xref-query-replace-in-results" function
1896                (:user-visible-flag t
1897                 :arguments ("from" "to"))
1898                 nil [20159 20967])
1899             ("xref--buf-pairs-iterator" function (:arguments ("xrefs")) nil [20969 22849])
1900             ("xref--outdated-p" function (:arguments ("item" "line-text")) nil [22851 23430])
1901             ("xref--query-replace-1" function (:arguments ("from" "to" "iter")) nil [23460 25026])
1902             ("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])
1903             ("define-derived-mode" code nil nil [25610 25850])
1904             ("xref--next-error-function" function (:arguments ("n" "reset?")) nil [25852 26503])
1905             ("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])
1906             ("xref--mouse-2" function
1907                (:user-visible-flag t
1908                 :arguments ("event"))
1909                 nil [26725 26947])
1910             ("xref--insert-xrefs" function (:arguments ("xref-alist")) nil [26949 28735])
1911             ("xref--analyze" function (:arguments ("xrefs")) nil [28737 29008])
1912             ("xref--show-xref-buffer" function (:arguments ("xrefs" "alist")) nil [29010 29607])
1913             ("xref-show-xrefs-function" variable (:default-value (quote xref--show-xref-buffer)) nil [29947 30045])
1914             ("xref--read-identifier-history" variable nil nil [30047 30089])
1915             ("xref--read-pattern-history" variable nil nil [30091 30130])
1916             ("xref--show-xrefs" function (:arguments ("xrefs" "display-action" "always-show-list")) nil [30132 30528])
1917             ("xref--prompt-p" function (:arguments ("command")) nil [30530 30771])
1918             ("xref--read-identifier" function (:arguments ("prompt")) nil [30773 31613])
1919             ("xref--find-xrefs" function (:arguments ("input" "kind" "arg" "display-action")) nil [31631 31957])
1920             ("xref--find-definitions" function (:arguments ("id" "display-action")) nil [31959 32064])
1921             ("xref-find-definitions" function
1922                (:user-visible-flag t
1923                 :arguments ("identifier"))
1924                 nil [32081 32597])
1925             ("xref-find-definitions-other-window" function
1926                (:user-visible-flag t
1927                 :arguments ("identifier"))
1928                 nil [32614 32851])
1929             ("xref-find-definitions-other-frame" function
1930                (:user-visible-flag t
1931                 :arguments ("identifier"))
1932                 nil [32868 33102])
1933             ("xref-find-references" function
1934                (:user-visible-flag t
1935                 :arguments ("identifier"))
1936                 nil [33119 33386])
1937             ("declare-function" code nil nil [33388 33448])
1938             ("xref-find-apropos" function
1939                (:user-visible-flag t
1940                 :arguments ("pattern"))
1941                 nil [33465 34163])
1942             ("xref-etags-mode--saved" variable nil nil [34626 34661])
1943             ("define-minor-mode" code nil nil [34663 35119])
1944             ("declare-function" code nil nil [35121 35185])
1945             ("declare-function" code nil nil [35186 35253])
1946             ("declare-function" code nil nil [35254 35300])
1947             ("ede-minor-mode" variable nil nil [35301 35324])
1948             ("xref-collect-references" function (:arguments ("symbol" "dir")) nil [35336 36774])
1949             ("xref-collect-matches" function (:arguments ("regexp" "files" "dir" "ignores")) nil [36791 38905])
1950             ("xref--rgrep-command" function (:arguments ("regexp" "files" "dir" "ignores")) nil [38907 39564])
1951             ("xref--find-ignores-arguments" function (:arguments ("ignores" "dir")) nil [39566 40368])
1952             ("xref--regexp-to-extended" function (:arguments ("str")) nil [40370 40982])
1953             ("xref--regexp-syntax-dependent-p" function (:arguments ("str")) nil [40984 41408])
1954             ("xref--last-visiting-buffer" variable nil nil [41410 41449])
1955             ("xref--temp-buffer-file-name" variable nil nil [41450 41490])
1956             ("xref--convert-hits" function (:arguments ("hits" "regexp")) nil [41492 41784])
1957             ("xref--collect-matches" function (:arguments ("hit" "regexp" "tmp-buffer")) nil [41786 43360])
1958             ("xref--collect-matches-1" function (:arguments ("regexp" "file" "line" "line-beg" "line-end" "syntax-needed")) nil [43362 44288])
1959             ("xref--find-buffer-visiting" function (:arguments ("file")) nil [44290 44511])
1960             ("xref" package nil nil [44513 44528]))          
5cb5f7 1961       :file "xref.el"
76bbd0 1962       :pointmax 44552
5cb5f7 1963       :fsize 44551
76bbd0 1964       :lastmodtime '(23525 29604 0 0)
C 1965       :unmatched-syntax '((close-paren 2979 . 2980) (symbol 2933 . 2950) (open-paren 2932 . 2933)))
1966     (semanticdb-table "semanticdb-table"
e75a20 1967       :major-mode emacs-lisp-mode
C 1968       :tags 
1969         '( ("cl-generic" include nil nil [3968 3989])
1970             ("project-find-functions" variable (:default-value (list (function project-try-vc))) nil [3991 4280])
1971             ("project-current" function (:arguments ("maybe-prompt" "dir")) nil [4297 5030])
1972             ("project--find-in-directory" function (:arguments ("dir")) nil [5032 5137])
1973             ("cl-defgeneric" code nil nil [5139 5471])
1974             ("cl-defgeneric" code nil nil [5530 6055])
1975             ("cl-defgeneric" code nil nil [6057 6542])
1976             ("cl-defgeneric" code nil nil [6544 7555])
1977             ("cl-defmethod" code nil nil [7557 7637])
1978             ("project-vc" customgroup (:user-visible-flag t) nil [7639 7747])
1979             ("project-vc-ignores" variable nil nil [7749 7877])
1980             ("project-vc-external-roots-function" variable (:default-value (lambda nil tags-table-list)) nil [9317 9658])
1981             ("project-try-vc" function (:arguments ("dir")) nil [9660 9897])
1982             ("cl-defmethod" code nil nil [9899 9972])
1983             ("cl-defmethod" code nil nil [9974 10219])
1984             ("cl-defmethod" code nil nil [10221 10720])
1985             ("project-combine-directories" function (:arguments ("lists-of-dirs")) nil [10722 11448])
1986             ("project-subtract-directories" function (:arguments ("files" "dirs")) nil [11450 11727])
1987             ("project--value-in-dir" function (:arguments ("var" "dir")) nil [11729 11936])
1988             ("declare-function" code nil nil [11938 11979])
1989             ("declare-function" code nil nil [11980 12022])
1990             ("declare-function" code nil nil [12023 12081])
1991             ("declare-function" code nil nil [12082 12136])
1992             ("project-find-regexp" function
1993                (:user-visible-flag t
1994                 :arguments ("regexp"))
1995                 nil [12153 12952])
1996             ("project-or-external-find-regexp" function
1997                (:user-visible-flag t
1998                 :arguments ("regexp"))
1999                 nil [12969 13409])
2000             ("project--read-regexp" function nil nil [13411 13571])
2001             ("project--find-regexp-in" function (:arguments ("dirs" "regexp" "project")) nil [13573 14066])
2002             ("project-find-file" function (:user-visible-flag t) nil [14083 14398])
2003             ("project-or-external-find-file" function (:user-visible-flag t) nil [14415 14829])
2004             ("project-find-file-in" function (:arguments ("filename" "dirs" "project")) nil [14831 15228])
2005             ("project--completing-read-strict" function (:arguments ("prompt" "collection" "predicate" "hist" "default" "inherit-input-method")) nil [15230 16222])
2006             ("project" package nil nil [16224 16242]))          
76bbd0 2007       :file "project.el"
e75a20 2008       :pointmax 16268
76bbd0 2009       :fsize 16267
e75a20 2010       :lastmodtime '(23525 29603 0 0)
C 2011       :unmatched-syntax nil)
76bbd0 2012     (semanticdb-table "semanticdb-table"
C 2013       :major-mode emacs-lisp-mode
2014       :tags 
2015         '( ("cl-generic" include nil nil [1015 1036])
2016             ("lisp-mode" include nil nil [1037 1057])
2017             ("cl-lib" include nil nil [1077 1094])
2018             ("define-abbrev-table" code nil nil [1097 1277])
2019             ("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])
2020             ("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])
2021             ("emacs-lisp-byte-compile" function (:user-visible-flag t) nil [8610 8839])
2022             ("emacs-lisp-byte-compile-and-load" function (:user-visible-flag t) nil [8841 9317])
2023             ("emacs-lisp-macroexpand" function (:user-visible-flag t) nil [9319 9821])
2024             ("emacs-lisp-mode-hook" variable nil nil [9823 10001])
2025             ("define-derived-mode" code nil nil [10018 11242])
2026             ("elisp--font-lock-flush-elisp-buffers" function (:arguments ("file")) nil [11270 11871])
2027             ("elisp--local-variables-1" function (:arguments ("vars" "sexp")) nil [11908 13973])
2028             ("warning-minimum-log-level" variable nil nil [13975 14009])
2029             ("elisp--local-variables" function nil nil [14011 15651])
2030             ("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])
2031             ("elisp--expect-function-p" function (:arguments ("pos")) nil [16628 17320])
2032             ("elisp--form-quoted-p" function (:arguments ("pos")) nil [17322 18171])
2033             ("elisp--company-doc-buffer" function (:arguments ("str")) nil [18757 19484])
2034             ("elisp--company-doc-string" function (:arguments ("str")) nil [19486 19805])
2035             ("declare-function" code nil nil [19857 19915])
2036             ("declare-function" code nil nil [19916 19995])
2037             ("elisp--company-location" function (:arguments ("str")) nil [19997 20421])
2038             ("elisp-completion-at-point" function nil nil [20423 27137])
2039             ("lisp-completion-at-point" function (:arguments ("_predicate")) nil [27139 27280])
2040             ("declare-function" code nil nil [27300 27360])
2041             ("declare-function" code nil nil [27361 27415])
2042             ("declare-function" code nil nil [27416 27478])
2043             ("elisp--xref-backend" function nil nil [27480 27517])
2044             ("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])
2045             ("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])
2046             ("find-feature-regexp" variable nil nil [28180 28208])
2047             ("elisp--xref-make-xref" function (:arguments ("type" "symbol" "file" "summary")) nil [28228 28642])
2048             ("elisp-xref-find-def-functions" variable nil nil [28644 28983])
2049             ("cl-defmethod" code nil nil [28985 29390])
2050             ("elisp--xref-find-definitions" function (:arguments ("symbol")) nil [29392 37099])
2051             ("declare-function" code nil nil [37101 37152])
2052             ("cl-defmethod" code nil nil [37154 37397])
2053             ("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])
2054             ("cl-defmethod" code nil nil [37746 37868])
2055             ("cl-defstruct" code nil nil [37870 38048])
2056             ("cl-defmethod" code nil nil [38050 38413])
2057             ("cl-defmethod" code nil nil [38415 38506])
2058             ("elisp-load-path-roots" function nil nil [38508 38628])
e75a20 2059             ("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 "
76bbd0 2060 " (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])
C 2061             ("define-derived-mode" code nil nil [40206 40770])
2062             ("emacs-list-byte-code-comment-re" variable
2063                (:constant-flag t
2064                 :default-value (concat "\\(#\\)@\\([0-9]+\\) " "\\(?:[^(]\\|([^\"]\\)"))
2065                 nil [40823 41013])
2066             ("elisp--byte-code-comment" function (:arguments ("end" "_point")) nil [41016 42284])
2067             ("elisp-byte-code-syntax-propertize" function (:arguments ("start" "end")) nil [42286 42554])
2068             ("add-to-list" code nil nil [42571 42639])
2069             ("define-derived-mode" code nil nil [42655 42971])
2070             ("eval-print-last-sexp" function
2071                (:user-visible-flag t
2072                 :arguments ("eval-last-sexp-arg-internal"))
2073                 nil [43013 43775])
2074             ("last-sexp-setup-props" function (:arguments ("beg" "end" "value" "alt1" "alt2")) nil [43778 44570])
2075             ("elisp-last-sexp-toggle-display" function
2076                (:user-visible-flag t
2077                 :arguments ("_arg"))
2078                 nil [44573 45353])
2079             ("prin1-char" function (:arguments ("char")) nil [45355 46523])
2080             ("elisp--preceding-sexp" function nil nil [46525 48762])
2081             ("define-obsolete-function-alias" code nil nil [48763 48841])
2082             ("elisp--eval-last-sexp" function (:arguments ("eval-last-sexp-arg-internal")) nil [48843 49626])
2083             ("elisp--eval-last-sexp-print-value" function (:arguments ("value" "output" "no-truncate" "char-print-limit")) nil [49628 50570])
2084             ("elisp--eval-last-sexp-fake-value" variable (:default-value (make-symbol "t")) nil [50573 50632])
2085             ("eval-sexp-add-defvars" function (:arguments ("exp" "pos")) nil [50634 51483])
2086             ("eval-last-sexp" function
2087                (:user-visible-flag t
2088                 :arguments ("eval-last-sexp-arg-internal"))
2089                 nil [51485 52669])
2090             ("elisp--eval-defun-1" function (:arguments ("form")) nil [52671 54620])
2091             ("elisp--eval-defun" function nil nil [54622 56383])
2092             ("eval-defun" function
2093                (:user-visible-flag t
2094                 :arguments ("edebug-it"))
2095                 nil [56385 58002])
2096             ("elisp--eldoc-last-data" variable (:default-value (make-vector 3 nil)) nil [58023 58355])
2097             ("elisp-eldoc-documentation-function" function nil nil [58357 58879])
2098             ("elisp-get-fnsym-args-string" function (:arguments ("sym" "index" "prefix")) nil [58881 60354])
2099             ("elisp--highlight-function-argument" function (:arguments ("sym" "args" "index" "prefix")) nil [60356 65676])
2100             ("elisp-get-var-docstring" function (:arguments ("sym")) nil [65769 66338])
2101             ("elisp--last-data-store" function (:arguments ("symbol" "doc" "type")) nil [66340 66512])
2102             ("elisp--docstring-first-line" function (:arguments ("doc")) nil [66623 67094])
2103             ("elisp--fnsym-in-current-sexp" function nil nil [67159 67577])
2104             ("elisp--beginning-of-sexp" function nil nil [67687 68238])
2105             ("elisp--current-symbol" function nil nil [68298 68456])
2106             ("elisp-function-argstring" function (:arguments ("arglist")) nil [68458 68920])
2107             ("checkdoc-create-error-function" variable nil nil [69122 69161])
2108             ("checkdoc-autofix-flag" variable nil nil [69162 69192])
2109             ("checkdoc-generate-compile-warnings-flag" variable nil nil [69193 69241])
2110             ("checkdoc-diagnostic-buffer" variable nil nil [69242 69277])
2111             ("elisp-flymake-checkdoc" function (:arguments ("report-fn" "_args")) nil [69294 70441])
2112             ("elisp-flymake--byte-compile-done" function (:arguments ("report-fn" "source-buffer" "output-buffer")) nil [70443 71717])
2113             ("defvar-local" code nil nil [71719 71837])
2114             ("elisp-flymake-byte-compile" function (:arguments ("report-fn" "_args")) nil [71854 74162])
2115             ("elisp-flymake--batch-compile-for-flymake" function
2116                (:user-visible-flag t
2117                 :arguments ("file"))
2118                 nil [74164 75207])
2119             ("elisp-mode" package nil nil [75209 75230]))          
2120       :file "elisp-mode.el"
2121       :pointmax 75259
2122       :fsize 75284
2123       :lastmodtime '(23525 29599 0 0)
e75a20 2124       :unmatched-syntax '((close-paren 41013 . 41014) (symbol 40804 . 40820) (open-paren 40803 . 40804) (close-paren 1094 . 1095) (symbol 1059 . 1076) (open-paren 1058 . 1059)))
C 2125     (semanticdb-table "semanticdb-table"
2126       :major-mode emacs-lisp-mode
2127       :tags 
2128         '( ("autoconf-mode-map" variable (:default-value (make-sparse-keymap)) nil [1357 1404])
2129             ("autoconf-mode-hook" variable nil nil [1406 1470])
2130             ("autoconf-definition-regexp" variable
2131                (:constant-flag t
2132                 :default-value "A\\(?:H_TEMPLATE\\|C_\\(?:SUBST\\|DEFINE\\(?:_UNQUOTED\\)?\\)\\)(\\[*\\(\\(?:\\sw\\|\\s_\\)+\\)\\]*")
2133                 nil [1472 1613])
2134             ("autoconf-font-lock-keywords" variable (:default-value (\` (("\\_<A[CHMS]_\\(?:\\sw\\|\\s_\\)+" . font-lock-keyword-face) ((\, autoconf-definition-regexp) 1 font-lock-function-name-face) ("changequote" . font-lock-keyword-face)))) nil [1615 1934])
2135             ("autoconf-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table))) (modify-syntax-entry 34 "." table) (modify-syntax-entry 10 ">" table) (modify-syntax-entry 35 "<" table) table)) nil [1936 2138])
2136             ("autoconf-imenu-generic-expression" variable (:default-value (list (list nil autoconf-definition-regexp 1))) nil [2140 2231])
2137             ("autoconf-current-defun-function" function nil nil [2279 2781])
2138             ("define-derived-mode" code nil nil [2798 3586])
2139             ("autoconf-mode" package nil nil [3588 3612])
2140             ("autoconf" package nil nil [3613 3632]))          
2141       :file "autoconf.el"
2142       :pointmax 3660
2143       :fsize 3659
2144       :lastmodtime '(23525 29596 0 0)
2145       :unmatched-syntax nil)
2146     (semanticdb-table "semanticdb-table"
2147       :major-mode emacs-lisp-mode
2148       :tags 
2149         '( ("bug-reference" customgroup (:user-visible-flag t) nil [1214 1358])
2150             ("bug-reference-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [mouse-2] (quote bug-reference-push-button)) (define-key map (kbd "C-c RET") (quote bug-reference-push-button)) map)) nil [1360 1595])
2151             ("bug-reference-url-format" variable nil nil [1633 2362])
2152             ("put" code nil nil [2379 2552])
2153             ("bug-reference-bug-regexp" variable (:default-value "\\([Bb]ug ?#?\\|[Pp]atch ?#\\|RFE ?#\\|PR [a-z-+]+/\\)\\([0-9]+\\(?:#[0-9]+\\)?\\)") nil [2554 2883])
2154             ("put" code nil nil [2900 2961])
2155             ("bug-reference-set-overlay-properties" function nil nil [2963 3329])
2156             ("bug-reference-set-overlay-properties" code nil nil [3331 3369])
2157             ("bug-reference-unfontify" function (:arguments ("start" "end")) nil [3371 3582])
2158             ("bug-reference-prog-mode" variable nil nil [3584 3616])
2159             ("bug-reference-fontify" function (:arguments ("start" "end")) nil [3618 4739])
2160             ("bug-reference-push-button" function
2161                (:user-visible-flag t
2162                 :arguments ("pos" "_use-mouse-action"))
2163                 nil [4766 5457])
2164             ("define-minor-mode" code nil nil [5474 5987])
2165             ("define-minor-mode" code nil nil [6004 6363])
2166             ("bug-reference" package nil nil [6365 6389]))          
2167       :file "bug-reference.el"
2168       :pointmax 6421
2169       :fsize 6420
2170       :lastmodtime '(23525 29596 0 0)
2171       :unmatched-syntax nil)
2172     (semanticdb-table "semanticdb-table"
2173       :major-mode emacs-lisp-mode
2174       :tags 
2175         '( ("bat-mode" customgroup (:user-visible-flag t) nil [1844 2013])
2176             ("bat-label-face" variable
2177                (:default-value (quote ((t :weight bold)))
2178                 :type "face")
2179                 nil [2037 2146])
2180             ("bat-font-lock-keywords" variable (:default-value (eval-when-compile (let ((COMMANDS (quote ("assoc" "at" "attrib" "cd" "cls" "color" "copy" "date" "del" "dir" "doskey" "echo" "endlocal" "erase" "fc" "find" "findstr" "format" "ftype" "label" "md" "mkdir" "more" "move" "net" "path" "pause" "popd" "prompt" "pushd" "rd" "ren" "rename" "replace" "rmdir" "set" "setlocal" "shift" "sort" "subst" "time" "title" "tree" "type" "ver" "vol" "xcopy"))) (CONTROLFLOW (quote ("call" "cmd" "defined" "do" "else" "equ" "exist" "exit" "for" "geq" "goto" "gtr" "if" "in" "leq" "lss" "neq" "not" "start"))) (UNIX (quote ("bash" "cat" "cp" "fgrep" "grep" "ls" "sed" "sh" "mv" "rm")))) (\` (("\\_<\\(call\\|goto\\)\\_>[     ]+%?\\([A-Za-z0-9-_\\:.]+\\)%?" (2 font-lock-constant-face t)) ("^:[^:].*" quote bat-label-face) ("\\_<\\(defined\\|set\\)\\_>[     ]*\\(\\(\\sw\\|\\s_\\)+\\)" (2 font-lock-variable-name-face)) ("%\\([^%~ 
2181 ]+\\)%?" (1 font-lock-variable-name-face)) ("!\\([^!%~ 
2182 ]+\\)!?" (1 font-lock-variable-name-face)) ("%%\\(?:~[adfnpstxz]*\\(?:\\$\\(\\(?:\\sw\\|\\s_\\|_\\)+\\):\\)?\\)?\\([]!#$&-:?-[_-{}~]\\)" (1 font-lock-variable-name-face nil t) (2 font-lock-variable-name-face)) ("[ =][-/]+\\(\\w+\\)" (1 font-lock-type-face append)) ((\, (concat "\\_<" (regexp-opt COMMANDS) "\\_>")) . font-lock-builtin-face) ((\, (concat "\\_<" (regexp-opt CONTROLFLOW) "\\_>")) . font-lock-keyword-face) ((\, (concat "\\_<" (regexp-opt UNIX) "\\_>")) . font-lock-warning-face)))))) nil [2174 3979])
2183             ("bat-menu" variable (:default-value (quote ("Bat" ["Run" bat-run :help "Run script"] ["Run with Args" bat-run-args :help "Run script with args"] "--" ["Imenu" imenu :help "Navigate with imenu"] "--" ["Template" bat-template :help "Insert template"] "--" ["Help (Command)" bat-cmd-help :help "Show help page for DOS command"]))) nil [3981 4316])
2184             ("bat-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (easy-menu-define nil map nil bat-menu) (define-key map [3 67108911] (quote bat-cmd-help)) (define-key map [3 1] (quote bat-run-args)) (define-key map [3 3] (quote bat-run)) (define-key map [3 20] (quote bat-template)) (define-key map [3 22] (quote bat-run)) map)) nil [4318 4689])
2185             ("bat-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table))) (modify-syntax-entry 10 ">" table) (modify-syntax-entry 34 "\"" table) (modify-syntax-entry 126 "_" table) (modify-syntax-entry 37 "." table) (modify-syntax-entry 45 "_" table) (modify-syntax-entry 95 "_" table) (modify-syntax-entry 123 "_" table) (modify-syntax-entry 125 "_" table) (modify-syntax-entry 92 "." table) (modify-syntax-entry 61 "." table) table)) nil [4691 5285])
2186             ("bat--syntax-propertize" variable
2187                (:constant-flag t
2188                 :default-value (syntax-propertize-rules ("^[     ]*\\(?:\\(@?r\\)em\\_>\\|\\(?1::\\):\\).*" (1 "<"))))
2189                 nil [5287 5410])
2190             ("bat-cmd-help" function
2191                (:user-visible-flag t
2192                 :arguments ("cmd"))
2193                 nil [5434 5692])
2194             ("bat-run" function (:user-visible-flag t) nil [5694 5865])
2195             ("bat-run-args" function
2196                (:user-visible-flag t
2197                 :arguments ("args"))
2198                 nil [5867 6032])
2199             ("bat-template" function (:user-visible-flag t) nil [6034 6174])
2200             ("add-to-list" code nil nil [6191 6259])
2201             ("define-derived-mode" code nil nil [6297 6948])
2202             ("bat-mode" package nil nil [6950 6969]))          
2203       :file "bat-mode.el"
2204       :pointmax 6997
2205       :fsize 6996
2206       :lastmodtime '(23525 29596 0 0)
2207       :unmatched-syntax nil)
2208     (semanticdb-table "semanticdb-table"
2209       :major-mode emacs-lisp-mode
2210       :tags 
2211         '( ("cc-mode" include nil nil [4193 4211])
2212             ("cl-lib" include nil nil [4212 4229])
2213             ("hide-ifdef" customgroup (:user-visible-flag t) nil [4231 4307])
2214             ("hide-ifdef-initially" variable nil nil [4309 4461])
2215             ("hide-ifdef-read-only" variable nil nil [4463 4610])
2216             ("hide-ifdef-lines" variable nil nil [4612 4740])
2217             ("hide-ifdef-shadow" variable nil nil [4742 4883])
2218             ("hide-ifdef-shadow" variable
2219                (:default-value (quote ((t (:inherit shadow))))
2220                 :type "face")
2221                 nil [4885 5013])
2222             ("hide-ifdef-exclude-define-regexp" variable nil nil [5015 5188])
2223             ("hide-ifdef-expand-reinclusion-protection" variable (:default-value t) nil [5190 5874])
2224             ("hide-ifdef-header-regexp" variable (:default-value "\\.h\\(h\\|xx\\|pp\\|\\+\\+\\)?\\'") nil [5876 6153])
2225             ("hide-ifdef-mode-submap" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "d" (quote hide-ifdef-define)) (define-key map "u" (quote hide-ifdef-undef)) (define-key map "D" (quote hide-ifdef-set-define-alist)) (define-key map "U" (quote hide-ifdef-use-define-alist)) (define-key map "h" (quote hide-ifdefs)) (define-key map "s" (quote show-ifdefs)) (define-key map "" (quote hide-ifdef-block)) (define-key map "" (quote show-ifdef-block)) (define-key map "e" (quote hif-evaluate-macro)) (define-key map "C" (quote hif-clear-all-ifdef-defined)) (define-key map "" (quote hide-ifdef-toggle-read-only)) (define-key map "" (quote hide-ifdef-toggle-shadowing)) (substitute-key-definition (quote read-only-mode) (quote hide-ifdef-toggle-outside-read-only) map) (substitute-key-definition (quote toggle-read-only) (quote hide-ifdef-toggle-outside-read-only) map) map)) nil [6155 7187])
2226             ("hide-ifdef-mode-prefix-key" variable
2227                (:constant-flag t
2228                 :default-value "@")
2229                 nil [7189 7283])
2230             ("hide-ifdef-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map hide-ifdef-mode-prefix-key hide-ifdef-mode-submap) map)) nil [7285 7548])
2231             ("easy-menu-define" code nil nil [7550 8900])
2232             ("hide-ifdef-hiding" variable nil nil [8902 8969])
2233             ("or" code nil nil [8971 9127])
2234             ("hide-ifdef-syntax-table" variable (:default-value (let ((st (copy-syntax-table c-mode-syntax-table))) (modify-syntax-entry 95 "w" st) (modify-syntax-entry 38 "." st) (modify-syntax-entry 124 "." st) st)) nil [9191 9448])
2235             ("hide-ifdef-env" variable nil nil [9450 9527])
2236             ("hide-ifdef-env-backup" variable nil nil [9529 9737])
2237             ("hif-outside-read-only" variable nil nil [9739 9849])
2238             ("define-minor-mode" code nil nil [9866 13166])
2239             ("hif-clear-all-ifdef-defined" function (:user-visible-flag t) nil [13168 13508])
2240             ("hif-show-all" function (:user-visible-flag t) nil [13510 13647])
2241             ("hif-after-revert-function" function nil nil [13807 13908])
2242             ("add-hook" code nil nil [13909 13965])
2243             ("hif-end-of-line" function nil nil [13967 14085])
2244             ("hif-merge-ifdef-region" function (:arguments ("start" "end")) nil [14087 16186])
2245             ("hide-ifdef-region-internal" function (:arguments ("start" "end")) nil [16188 16476])
2246             ("hide-ifdef-region" function (:arguments ("start" "end")) nil [16478 16827])
2247             ("hif-show-ifdef-region" function (:arguments ("start" "end")) nil [16829 17067])
2248             ("hide-ifdef-evaluator" variable (:default-value (quote eval)) nil [17217 17395])
2249             ("hif-undefined-symbol" variable nil nil [17397 17475])
2250             ("hif-set-var" function (:arguments ("var" "value")) nil [17478 17622])
2251             ("declare-function" code nil nil [17624 17694])
2252             ("declare-function" code nil nil [17695 17765])
2253             ("hif-lookup" function (:arguments ("var")) nil [17767 18007])
2254             ("hif-defined" function (:arguments ("var")) nil [18009 18173])
2255             ("hif-cpp-prefix" variable
2256                (:constant-flag t
2257                 :default-value "\\(^\\| \\)[     ]*#[     ]*")
2258                 nil [18316 18374])
2259             ("hif-ifxdef-regexp" variable
2260                (:constant-flag t
2261                 :default-value (concat hif-cpp-prefix "if\\(n\\)?def"))
2262                 nil [18375 18445])
2263             ("hif-ifndef-regexp" variable
2264                (:constant-flag t
2265                 :default-value (concat hif-cpp-prefix "ifndef"))
2266                 nil [18446 18509])
2267             ("hif-ifx-regexp" variable
2268                (:constant-flag t
2269                 :default-value (concat hif-cpp-prefix "if\\(n?def\\)?[     ]+"))
2270                 nil [18510 18587])
2271             ("hif-elif-regexp" variable
2272                (:constant-flag t
2273                 :default-value (concat hif-cpp-prefix "elif"))
2274                 nil [18588 18649])
2275             ("hif-else-regexp" variable
2276                (:constant-flag t
2277                 :default-value (concat hif-cpp-prefix "else"))
2278                 nil [18650 18711])
2279             ("hif-endif-regexp" variable
2280                (:constant-flag t
2281                 :default-value (concat hif-cpp-prefix "endif"))
2282                 nil [18712 18774])
2283             ("hif-ifx-else-endif-regexp" variable
2284                (:constant-flag t
2285                 :default-value (concat hif-ifx-regexp "\\|" hif-elif-regexp "\\|" hif-else-regexp "\\|" hif-endif-regexp))
2286                 nil [18775 18914])
2287             ("hif-macro-expr-prefix-regexp" variable
2288                (:constant-flag t
2289                 :default-value (concat hif-cpp-prefix "\\(if\\(n?def\\)?\\|elif\\|define\\)[     ]+"))
2290                 nil [18915 19025])
2291             ("hif-white-regexp" variable
2292                (:constant-flag t
2293                 :default-value "[     ]*")
2294                 nil [19027 19066])
2295             ("hif-define-regexp" variable
2296                (:constant-flag t
2297                 :default-value (concat hif-cpp-prefix "\\(define\\|undef\\)"))
2298                 nil [19067 19144])
2299             ("hif-id-regexp" variable
2300                (:constant-flag t
2301                 :default-value (concat "[[:alpha:]_][[:alnum:]_]*"))
2302                 nil [19145 19212])
2303             ("hif-macroref-regexp" variable
2304                (:constant-flag t
2305                 :default-value (concat hif-white-regexp "\\(" hif-id-regexp "\\)" hif-white-regexp "\\(" "(" hif-white-regexp "\\(" hif-id-regexp "\\)?" hif-white-regexp "\\(" "," hif-white-regexp hif-id-regexp hif-white-regexp "\\)*" "\\(\\.\\.\\.\\)?" hif-white-regexp ")" "\\)?"))
2306                 nil [19213 19568])
2307             ("hif-token" variable nil nil [19660 19678])
2308             ("hif-token-list" variable nil nil [19679 19702])
2309             ("hif-token-alist" variable
2310                (:constant-flag t
2311                 :default-value (quote (("||" . hif-or) ("&&" . hif-and) ("|" . hif-logior) ("^" . hif-logxor) ("&" . hif-logand) ("<<" . hif-shiftleft) (">>" . hif-shiftright) ("==" . hif-equal) ("=" . hif-assign) ("!=" . hif-notequal) ("##" . hif-token-concat) ("!" . hif-not) ("~" . hif-lognot) ("(" . hif-lparen) (")" . hif-rparen) (">" . hif-greater) ("<" . hif-less) (">=" . hif-greater-equal) ("<=" . hif-less-equal) ("+" . hif-plus) ("-" . hif-minus) ("*" . hif-multiply) ("/" . hif-divide) ("%" . hif-modulo) ("?" . hif-conditional) (":" . hif-colon) ("," . hif-comma) ("#" . hif-stringify) ("..." . hif-etc))))
2312                 nil [19704 20663])
2313             ("hif-valid-token-list" variable
2314                (:constant-flag t
2315                 :default-value (mapcar (quote cdr) hif-token-alist))
2316                 nil [20665 20726])
2317             ("hif-token-regexp" variable
2318                (:constant-flag t
2319                 :default-value (concat (regexp-opt (mapcar (quote car) hif-token-alist)) "\\|0x[0-9a-fA-F]+\\.?[0-9a-fA-F]*" "\\|[0-9]+\\.?[0-9]*" "\\|\\w+"))
2320                 nil [20728 20925])
2321             ("hif-string-literal-regexp" variable
2322                (:constant-flag t
2323                 :default-value "\\(\"\\(?:[^\"\\]\\|\\\\.\\)*\"\\)")
2324                 nil [20927 21001])
2325             ("hif-string-to-number" function (:arguments ("string" "base")) nil [21003 21512])
2326             ("hif-simple-token-only" variable nil nil [21921 21951])
2327             ("hif-tokenize" function (:arguments ("start" "end")) nil [21953 24085])
2328             ("hif-nexttoken" function nil nil [25939 26080])
2329             ("hif-if-valid-identifier-p" function (:arguments ("id")) nil [26082 26173])
2330             ("hif-define-operator" function (:arguments ("tokens")) nil [26175 27080])
2331             ("hif-flatten" function (:arguments ("l")) nil [27082 27280])
2332             ("hif-expand-token-list" function (:arguments ("tokens" "macroname" "expand_list")) nil [27282 30305])
2333             ("hif-parse-exp" function (:arguments ("token-list" "macroname")) nil [30307 30757])
2334             ("hif-exprlist" function nil nil [30759 31127])
2335             ("hif-expr" function nil nil [31129 31603])
2336             ("hif-or-expr" function nil nil [31605 31841])
2337             ("hif-and-expr" function nil nil [31843 32098])
2338             ("hif-logior-expr" function nil nil [32100 32366])
2339             ("hif-logxor-expr" function nil nil [32368 32636])
2340             ("hif-logand-expr" function nil nil [32638 32890])
2341             ("hif-eq-expr" function nil nil [32892 33198])
2342             ("hif-comp-expr" function nil nil [33200 33620])
2343             ("hif-logshift-expr" function nil nil [33622 33947])
2344             ("hif-math" function nil nil [33949 34283])
2345             ("hif-muldiv-expr" function nil nil [34285 34637])
2346             ("hif-factor" function nil nil [34639 36187])
2347             ("hif-get-argument-list" function nil nil [36189 36940])
2348             ("hif-place-macro-invocation" function (:arguments ("ident")) nil [36942 37080])
2349             ("hif-string-concatenation" function nil nil [37082 37442])
2350             ("hif-define-macro" function (:arguments ("_parmlist" "_token-body")) nil [37444 37761])
2351             ("hif-stringify" function (:arguments ("a")) nil [37763 38005])
2352             ("intern-safe" function (:arguments ("str")) nil [38007 38072])
2353             ("hif-token-concat" function (:arguments ("a" "b")) nil [38074 39093])
2354             ("hif-mathify" function (:arguments ("val")) nil [39095 39226])
2355             ("hif-conditional" function (:arguments ("a" "b" "c")) nil [39228 39328])
2356             ("hif-and" function (:arguments ("a" "b")) nil [39329 39418])
2357             ("hif-or" function (:arguments ("a" "b")) nil [39419 39506])
2358             ("hif-not" function (:arguments ("a")) nil [39507 39552])
2359             ("hif-lognot" function (:arguments ("a")) nil [39553 39602])
2360             ("hif-mathify-binop" function (:arguments ("fun")) nil [39604 39763])
2361             ("hif-shiftleft" function (:arguments ("a" "b")) nil [39765 39891])
2362             ("hif-shiftright" function (:arguments ("a" "b")) nil [39893 40028])
2363             ("defalias" code nil nil [40031 40082])
2364             ("defalias" code nil nil [40083 40134])
2365             ("defalias" code nil nil [40135 40186])
2366             ("defalias" code nil nil [40187 40238])
2367             ("defalias" code nil nil [40239 40290])
2368             ("defalias" code nil nil [40291 40342])
2369             ("defalias" code nil nil [40343 40395])
2370             ("defalias" code nil nil [40396 40447])
2371             ("defalias" code nil nil [40448 40499])
2372             ("defalias" code nil nil [40500 40552])
2373             ("defalias" code nil nil [40553 40605])
2374             ("defalias" code nil nil [40606 40662])
2375             ("defalias" code nil nil [40663 40719])
2376             ("defalias" code nil nil [40720 40776])
2377             ("hif-comma" function (:arguments ("expr")) nil [40779 41007])
2378             ("hif-token-stringification" function (:arguments ("l")) nil [41009 41487])
2379             ("hif-token-concatenation" function (:arguments ("l")) nil [41489 42115])
2380             ("hif-delimit" function (:arguments ("lis" "atom")) nil [42117 42244])
2381             ("hif-macro-supply-arguments" function (:arguments ("macro-name" "actual-parms")) nil [42276 45014])
2382             ("hif-invoke" function (:arguments ("macro-name" "actual-parms")) nil [45016 45330])
2383             ("hif-canonicalize-tokens" function (:arguments ("regexp")) nil [45387 46097])
2384             ("hif-canonicalize" function (:arguments ("regexp")) nil [46099 46944])
2385             ("hif-find-any-ifX" function nil nil [46946 47158])
2386             ("hif-find-next-relevant" function nil nil [47161 47511])
2387             ("hif-find-previous-relevant" function nil nil [47513 47872])
2388             ("hif-looking-at-ifX" function nil nil [47875 47934])
2389             ("hif-looking-at-endif" function nil nil [47965 48028])
2390             ("hif-looking-at-else" function nil nil [48029 48090])
2391             ("hif-looking-at-elif" function nil nil [48092 48153])
2392             ("hif-ifdef-to-endif" function nil nil [48156 48759])
2393             ("hif-endif-to-ifdef" function nil nil [48762 49426])
2394             ("forward-ifdef" function
2395                (:user-visible-flag t
2396                 :arguments ("arg"))
2397                 nil [49463 49930])
2398             ("backward-ifdef" function
2399                (:user-visible-flag t
2400                 :arguments ("arg"))
2401                 nil [49933 50430])
2402             ("down-ifdef" function (:user-visible-flag t) nil [50433 50704])
2403             ("up-ifdef" function (:user-visible-flag t) nil [50707 51037])
2404             ("next-ifdef" function
2405                (:user-visible-flag t
2406                 :arguments ("arg"))
2407                 nil [51039 51433])
2408             ("previous-ifdef" function
2409                (:user-visible-flag t
2410                 :arguments ("arg"))
2411                 nil [51435 51848])
2412             ("hif-make-range" function (:arguments ("start" "end" "else" "elif")) nil [52209 52295])
2413             ("hif-range-start" function (:arguments ("range")) nil [52297 52345])
2414             ("hif-range-else" function (:arguments ("range")) nil [52346 52393])
2415             ("hif-range-end" function (:arguments ("range")) nil [52394 52440])
2416             ("hif-range-elif" function (:arguments ("range")) nil [52441 52488])
2417             ("hif-find-range" function nil nil [52710 54010])
2418             ("hif-hide-line" function (:arguments ("point")) nil [54030 54311])
2419             ("hif-recurse-level" variable nil nil [55405 55433])
2420             ("hif-recurse-on" function (:arguments ("start" "end" "dont-go-eol")) nil [55435 55804])
2421             ("hif-possibly-hide" function (:arguments ("expand-reinclusion")) nil [55806 58988])
2422             ("hif-evaluate-region" function (:arguments ("start" "end")) nil [58990 59442])
2423             ("hif-evaluate-macro" function
2424                (:user-visible-flag t
2425                 :arguments ("rstart" "rend"))
2426                 nil [59444 62023])
2427             ("hif-parse-macro-arglist" function (:arguments ("str")) nil [62025 62752])
2428             ("hif-find-define" function
2429                (:user-visible-flag t
2430                 :arguments ("min" "max"))
2431                 nil [64442 67702])
2432             ("hif-add-new-defines" function
2433                (:user-visible-flag t
2434                 :arguments ("min" "max"))
2435                 nil [67705 68045])
2436             ("hide-ifdef-guts" function nil nil [68047 68938])
2437             ("hide-ifdef-toggle-read-only" function (:user-visible-flag t) nil [69017 69399])
2438             ("hide-ifdef-toggle-outside-read-only" function (:user-visible-flag t) nil [69401 69783])
2439             ("hide-ifdef-toggle-shadowing" function (:user-visible-flag t) nil [69785 70354])
2440             ("hide-ifdef-define" function
2441                (:user-visible-flag t
2442                 :arguments ("var" "val"))
2443                 nil [70356 71168])
2444             ("hif-undefine-symbol" function (:arguments ("var")) nil [71170 71286])
2445             ("hide-ifdef-undef" function
2446                (:user-visible-flag t
2447                 :arguments ("start" "end"))
2448                 nil [71288 71999])
2449             ("hide-ifdefs" function
2450                (:user-visible-flag t
2451                 :arguments ("nomsg"))
2452                 nil [72001 72895])
2453             ("show-ifdefs" function (:user-visible-flag t) nil [72898 73106])
2454             ("hif-find-ifdef-block" function nil nil [73109 73818])
2455             ("hide-ifdef-block" function
2456                (:user-visible-flag t
2457                 :arguments ("arg" "start" "end"))
2458                 nil [73821 74640])
2459             ("show-ifdef-block" function
2460                (:user-visible-flag t
2461                 :arguments ("start" "end"))
2462                 nil [74642 76084])
2463             ("hide-ifdef-define-alist" variable nil nil [76118 76207])
2464             ("hif-compress-define-list" function (:arguments ("env")) nil [76209 76434])
2465             ("hide-ifdef-set-define-alist" function
2466                (:user-visible-flag t
2467                 :arguments ("name"))
2468                 nil [76436 76657])
2469             ("hide-ifdef-use-define-alist" function
2470                (:user-visible-flag t
2471                 :arguments ("name"))
2472                 nil [76659 77274])
2473             ("hideif" package nil nil [77276 77293]))          
2474       :file "hideif.el"
2475       :pointmax 77319
2476       :fsize 77318
2477       :lastmodtime '(23525 29601 0 0)
2478       :unmatched-syntax nil)
2479     (semanticdb-table "semanticdb-table"
2480       :major-mode emacs-lisp-mode
2481       :tags 
2482         '( ("opascal" customgroup (:user-visible-flag t) nil [1756 1868])
2483             ("opascal-debug" variable (:constant-flag t) nil [1870 1925])
2484             ("define-obsolete-variable-alias" code nil nil [1927 2009])
2485             ("opascal-search-path" variable (:default-value ".") nil [2010 2302])
2486             ("define-obsolete-variable-alias" code nil nil [2304 2388])
2487             ("opascal-indent-level" variable (:default-value 3) nil [2389 2559])
2488             ("define-obsolete-variable-alias" code nil nil [2561 2663])
2489             ("opascal-compound-block-indent" variable nil nil [2664 3076])
2490             ("define-obsolete-variable-alias" code nil nil [3078 3172])
2491             ("opascal-case-label-indent" variable (:default-value opascal-indent-level) nil [3173 3626])
2492             ("define-obsolete-variable-alias" code nil nil [3628 3700])
2493             ("opascal-verbose" variable (:default-value t) nil [3701 3829])
2494             ("define-obsolete-variable-alias" code nil nil [3831 3927])
2495             ("opascal-tab-always-indents" variable (:default-value tab-always-indent) nil [3928 4137])
2496             ("make-obsolete-variable" code nil nil [4139 4302])
2497             ("opascal-directives" variable
2498                (:constant-flag t
2499                 :default-value (quote (absolute abstract assembler automated cdecl default dispid dynamic export external far forward index inline message name near nodefault overload override pascal private protected public published read readonly register reintroduce resident resourcestring safecall stdcall stored virtual write writeonly)))
2500                 nil [4304 4682])
2501             ("opascal-keywords" variable
2502                (:constant-flag t
2503                 :default-value (append (quote (and array as asm at begin case class const constructor contains destructor dispinterface div do downto else end except exports file finalization finally for function goto if implementation implements in inherited initialization interface is label library mod nil not of object on or out package packed procedure program property raise record repeat requires result self set shl shr then threadvar to try type unit uses until var while with xor break exit)) opascal-directives))
2504                 nil [4684 5400])
2505             ("opascal-previous-terminators" variable
2506                (:constant-flag t
2507                 :default-value (\` (semicolon comma)))
2508                 nil [5402 5532])
2509             ("opascal-comments" variable
2510                (:constant-flag t
2511                 :default-value (quote (comment-single-line comment-multi-line-1 comment-multi-line-2)))
2512                 nil [5534 5664])
2513             ("opascal-strings" variable
2514                (:constant-flag t
2515                 :default-value (quote (string double-quoted-string)))
2516                 nil [5666 5768])
2517             ("opascal-whitespace" variable
2518                (:constant-flag t
2519                 :default-value (\` (space newline (\,@ opascal-comments))))
2520                 nil [5770 5878])
2521             ("opascal-routine-statements" variable
2522                (:constant-flag t
2523                 :default-value (quote (procedure function constructor destructor property)))
2524                 nil [5880 6042])
2525             ("opascal-body-expr-statements" variable
2526                (:constant-flag t
2527                 :default-value (quote (if while for on)))
2528                 nil [6044 6214])
2529             ("opascal-expr-statements" variable
2530                (:constant-flag t
2531                 :default-value (\` (case (\,@ opascal-body-expr-statements))))
2532                 nil [6216 6356])
2533             ("opascal-body-statements" variable
2534                (:constant-flag t
2535                 :default-value (\` (else (\,@ opascal-body-expr-statements))))
2536                 nil [6358 6504])
2537             ("opascal-expr-delimiters" variable
2538                (:constant-flag t
2539                 :default-value (quote (then do of)))
2540                 nil [6506 6587])
2541             ("opascal-binary-ops" variable
2542                (:constant-flag t
2543                 :default-value (quote (plus minus equals not-equals times divides div mod and or xor)))
2544                 nil [6589 6716])
2545             ("opascal-visibilities" variable
2546                (:constant-flag t
2547                 :default-value (quote (public private protected published automated)))
2548                 nil [6718 6821])
2549             ("opascal-block-statements" variable
2550                (:constant-flag t
2551                 :default-value (quote (begin try case repeat initialization finalization asm)))
2552                 nil [6823 6969])
2553             ("opascal-mid-block-statements" variable
2554                (:constant-flag t
2555                 :default-value (\` (except finally (\,@ opascal-visibilities))))
2556                 nil [6971 7115])
2557             ("opascal-end-block-statements" variable
2558                (:constant-flag t
2559                 :default-value (\` (end until)))
2560                 nil [7117 7209])
2561             ("opascal-match-block-statements" variable
2562                (:constant-flag t
2563                 :default-value (\` ((\,@ opascal-end-block-statements) (\,@ opascal-mid-block-statements))))
2564                 nil [7211 7382])
2565             ("opascal-decl-sections" variable
2566                (:constant-flag t
2567                 :default-value (quote (type const var label resourcestring)))
2568                 nil [7384 7503])
2569             ("opascal-interface-types" variable
2570                (:constant-flag t
2571                 :default-value (quote (dispinterface interface)))
2572                 nil [7505 7587])
2573             ("opascal-class-types" variable
2574                (:constant-flag t
2575                 :default-value (quote (class object)))
2576                 nil [7589 7652])
2577             ("opascal-composite-types" variable
2578                (:constant-flag t
2579                 :default-value (\` ((\,@ opascal-class-types) (\,@ opascal-interface-types) record)))
2580                 nil [7654 7797])
2581             ("opascal-unit-sections" variable
2582                (:constant-flag t
2583                 :default-value (quote (interface implementation program library package)))
2584                 nil [7799 7933])
2585             ("opascal-use-clauses" variable
2586                (:constant-flag t
2587                 :default-value (\` (uses requires exports contains)))
2588                 nil [7935 8045])
2589             ("opascal-unit-statements" variable
2590                (:constant-flag t
2591                 :default-value (\` ((\,@ opascal-use-clauses) (\,@ opascal-unit-sections) initialization finalization)))
2592                 nil [8047 8196])
2593             ("opascal-decl-delimiters" variable
2594                (:constant-flag t
2595                 :default-value (\` ((\,@ opascal-decl-sections) (\,@ opascal-unit-statements) (\,@ opascal-routine-statements))))
2596                 nil [8198 8383])
2597             ("opascal-decl-matchers" variable
2598                (:constant-flag t
2599                 :default-value (\` (begin (\,@ opascal-decl-sections))))
2600                 nil [8385 8523])
2601             ("opascal-enclosing-statements" variable
2602                (:constant-flag t
2603                 :default-value (\` ((\,@ opascal-block-statements) (\,@ opascal-mid-block-statements) (\,@ opascal-decl-sections) (\,@ opascal-use-clauses) (\,@ opascal-routine-statements))))
2604                 nil [8525 8743])
2605             ("opascal-previous-statements" variable
2606                (:constant-flag t
2607                 :default-value (\` ((\,@ opascal-unit-statements) (\,@ opascal-routine-statements))))
2608                 nil [8745 8878])
2609             ("opascal-previous-enclosing-statements" variable
2610                (:constant-flag t
2611                 :default-value (\` ((\,@ opascal-block-statements) (\,@ opascal-mid-block-statements) (\,@ opascal-decl-sections))))
2612                 nil [8880 9064])
2613             ("opascal-begin-enclosing-tokens" variable
2614                (:constant-flag t
2615                 :default-value (\` ((\,@ opascal-block-statements) (\,@ opascal-mid-block-statements))))
2616                 nil [9066 9214])
2617             ("opascal-begin-previous-tokens" variable
2618                (:constant-flag t
2619                 :default-value (\` ((\,@ opascal-decl-sections) (\,@ opascal-routine-statements))))
2620                 nil [9216 9399])
2621             ("opascal-space-chars" variable
2622                (:constant-flag t
2623                 :default-value "-     - ")
2624                 nil [9401 9449])
2625             ("opascal-non-space-chars" variable
2626                (:constant-flag t
2627                 :default-value (concat "^" opascal-space-chars))
2628                 nil [9466 9533])
2629             ("opascal-spaces-re" variable
2630                (:constant-flag t
2631                 :default-value (concat "[" opascal-space-chars "]*"))
2632                 nil [9534 9600])
2633             ("opascal-leading-spaces-re" variable
2634                (:constant-flag t
2635                 :default-value (concat "^" opascal-spaces-re))
2636                 nil [9601 9668])
2637             ("opascal-word-chars" variable
2638                (:constant-flag t
2639                 :default-value "a-zA-Z0-9_")
2640                 nil [9669 9711])
2641             ("opascal-mode-syntax-table" variable (:default-value (let ((st (make-syntax-table))) (modify-syntax-entry 92 "." st) (modify-syntax-entry 34 "\"" st) (modify-syntax-entry 39 "\"" st) (modify-syntax-entry 123 "<" st) (modify-syntax-entry 125 ">" st) (modify-syntax-entry 40 "()1" st) (modify-syntax-entry 41 ")(4" st) (modify-syntax-entry 42 ". 23b" st) (modify-syntax-entry 47 ". 12c" st) (modify-syntax-entry 10 "> c" st) st)) nil [9713 10223])
2642             ("opascal-save-excursion" function (:arguments ("forms")) nil [10225 10507])
2643             ("opascal-is" function (:arguments ("element" "in-set")) nil [10509 10650])
2644             ("opascal-string-of" function (:arguments ("start" "end")) nil [10652 10784])
2645             ("opascal-looking-at-string" function (:arguments ("p" "s")) nil [10786 11028])
2646             ("opascal-token-of" function (:arguments ("kind" "start" "end")) nil [11030 11163])
2647             ("opascal-token-kind" function (:arguments ("token")) nil [11165 11277])
2648             ("opascal-set-token-kind" function (:arguments ("token" "to-kind")) nil [11279 11401])
2649             ("opascal-token-start" function (:arguments ("token")) nil [11403 11524])
2650             ("opascal-token-end" function (:arguments ("token")) nil [11526 11643])
2651             ("opascal-set-token-start" function (:arguments ("token" "start")) nil [11645 11764])
2652             ("opascal-set-token-end" function (:arguments ("token" "end")) nil [11766 11877])
2653             ("opascal-token-string" function (:arguments ("token")) nil [11879 12059])
2654             ("opascal-in-token" function (:arguments ("p" "token")) nil [12061 12243])
2655             ("opascal-column-of" function (:arguments ("p")) nil [12245 12364])
2656             ("opascal-progress-last-reported-point" variable nil nil [12366 12466])
2657             ("opascal-parsing-progress-step" variable
2658                (:constant-flag t
2659                 :default-value 16384)
2660                 nil [12468 12586])
2661             ("opascal-scanning-progress-step" variable
2662                (:constant-flag t
2663                 :default-value 2048)
2664                 nil [12587 12706])
2665             ("opascal-progress-start" function nil nil [12708 12828])
2666             ("opascal-progress-done" function (:arguments ("msgs")) nil [12830 13056])
2667             ("opascal-step-progress" function (:arguments ("p" "desc" "step-size")) nil [13058 13694])
2668             ("opascal-next-line-start" function (:arguments ("from-point")) nil [13696 13991])
2669             ("opascal--literal-start-re" variable
2670                (:constant-flag t
2671                 :default-value (regexp-opt (quote ("//" "{" "(*" "'" "\""))))
2672                 nil [13993 14068])
2673             ("opascal-literal-kind" function (:arguments ("p")) nil [14070 14999])
2674             ("opascal-literal-start-pattern" function (:arguments ("literal-kind")) nil [15001 15348])
2675             ("opascal-literal-end-pattern" function (:arguments ("literal-kind")) nil [15350 15693])
2676             ("opascal-literal-stop-pattern" function (:arguments ("literal-kind")) nil [15695 16160])
2677             ("opascal-is-literal-end" function (:arguments ("p")) nil [16162 16365])
2678             ("opascal-literal-token-at" function (:arguments ("p")) nil [16367 17114])
2679             ("opascal-point-token-at" function (:arguments ("p" "kind")) nil [17116 17246])
2680             ("opascal-char-token-at" function (:arguments ("p" "char" "kind")) nil [17248 17504])
2681             ("opascal-charset-token-at" function (:arguments ("p" "charset" "kind")) nil [17506 17957])
2682             ("opascal-space-token-at" function (:arguments ("p")) nil [17959 18155])
2683             ("opascal-word-token-at" function (:arguments ("p")) nil [18157 18729])
2684             ("opascal-explicit-token-at" function (:arguments ("p" "token-string" "kind")) nil [18731 19026])
2685             ("opascal-token-at" function (:arguments ("p")) nil [19028 20123])
2686             ("opascal-current-token" function nil nil [20125 20249])
2687             ("opascal-next-token" function (:arguments ("token")) nil [20251 20581])
2688             ("opascal-previous-token" function (:arguments ("token")) nil [20583 20941])
2689             ("opascal-next-visible-token" function (:arguments ("token")) nil [20943 21240])
2690             ("opascal-group-start" function (:arguments ("from-token")) nil [21242 21798])
2691             ("opascal-group-end" function (:arguments ("from-token")) nil [21800 22340])
2692             ("opascal-indent-of" function (:arguments ("token" "offset")) nil [22342 22849])
2693             ("opascal-line-indent-of" function (:arguments ("from-token" "offset" "terminators")) nil [22851 23839])
2694             ("opascal-stmt-line-indent-of" function (:arguments ("from-token" "offset")) nil [23841 25019])
2695             ("opascal-open-group-indent" function (:arguments ("token" "last-token" "offset")) nil [25021 25399])
2696             ("opascal-composite-type-start" function (:arguments ("token" "last-token")) nil [25401 25770])
2697             ("opascal-is-simple-class-type" function (:arguments ("at-token" "limit-token")) nil [25772 26876])
2698             ("opascal-block-start" function (:arguments ("from-token" "stop-on-class")) nil [26878 28667])
2699             ("opascal-else-start" function (:arguments ("from-else")) nil [28669 29916])
2700             ("opascal-comment-content-start" function (:arguments ("comment")) nil [29918 30343])
2701             ("opascal-comment-block-start" function (:arguments ("comment")) nil [30345 31086])
2702             ("opascal-comment-block-end" function (:arguments ("comment")) nil [31088 31812])
2703             ("opascal-on-first-comment-line" function (:arguments ("comment")) nil [31814 32172])
2704             ("opascal-comment-indent-of" function (:arguments ("comment")) nil [32174 33198])
2705             ("opascal-is-use-clause-end" function (:arguments ("at-token" "last-token" "last-colon" "from-kind")) nil [33200 34272])
2706             ("opascal-is-block-after-expr-statement" function (:arguments ("token")) nil [34274 34891])
2707             ("opascal-previous-indent-of" function (:arguments ("from-token")) nil [34893 40186])
2708             ("opascal-section-indent-of" function (:arguments ("section-token")) nil [40188 43670])
2709             ("opascal-enclosing-indent-of" function (:arguments ("from-token")) nil [43672 53046])
2710             ("opascal-corrected-indentation" function nil nil [53048 55089])
2711             ("opascal-indent-line" function (:user-visible-flag t) nil [55091 56072])
2712             ("opascal-mode-abbrev-table" variable nil nil [56074 56161])
2713             ("define-abbrev-table" code nil nil [56162 56213])
2714             ("opascal-ensure-buffer" function (:arguments ("buffer-var" "buffer-name")) nil [56215 56462])
2715             ("opascal-log-msg" function (:arguments ("to-buffer" "the-msg")) nil [56464 56790])
2716             ("opascal-debug-buffer" variable nil nil [56815 56920])
2717             ("opascal-debug-log" function (:arguments ("format-string" "args")) nil [56922 57318])
2718             ("opascal-debug-token-string" function (:arguments ("token")) nil [57320 57625])
2719             ("opascal-debug-show-current-token" function nil nil [57627 57808])
2720             ("opascal-debug-goto-point" function (:arguments ("p")) nil [57810 57893])
2721             ("opascal-debug-goto-next-token" function nil nil [57895 58032])
2722             ("opascal-debug-goto-previous-token" function nil nil [58034 58182])
2723             ("opascal-debug-show-current-string" function (:arguments ("from" "to")) nil [58184 58317])
2724             ("opascal-debug-tokenize-region" function (:arguments ("from" "to")) nil [58319 58670])
2725             ("opascal-debug-tokenize-buffer" function nil nil [58672 58786])
2726             ("opascal-debug-tokenize-window" function nil nil [58788 58906])
2727             ("opascal-tab" function (:user-visible-flag t) nil [58909 59801])
2728             ("make-obsolete" code nil nil [59803 59862])
2729             ("opascal-is-directory" function (:arguments ("path")) nil [59864 60041])
2730             ("opascal-is-file" function (:arguments ("path")) nil [60043 60214])
2731             ("opascal-search-directory" function (:arguments ("unit" "dir" "recurse")) nil [60216 61200])
2732             ("opascal-find-unit-in-directory" function (:arguments ("unit" "dir")) nil [61203 61817])
2733             ("opascal-find-unit-file" function (:arguments ("unit")) nil [61819 62397])
2734             ("opascal-find-unit" function
2735                (:user-visible-flag t
2736                 :arguments ("unit"))
2737                 nil [62399 62994])
2738             ("opascal-find-current-def" function (:user-visible-flag t) nil [62996 63172])
2739             ("opascal-find-current-xdef" function (:user-visible-flag t) nil [63174 63542])
2740             ("opascal-find-current-body" function (:user-visible-flag t) nil [63544 63742])
2741             ("opascal-fill-comment" function (:user-visible-flag t) nil [63744 67175])
2742             ("opascal-new-comment-line" function (:user-visible-flag t) nil [67177 68013])
2743             ("opascal-match-token" function (:arguments ("token" "limit")) nil [68015 68404])
2744             ("opascal-font-lock-keywords" variable
2745                (:constant-flag t
2746                 :default-value (\` (("\\_<\\(function\\|pro\\(cedure\\|gram\\)\\)[     ]+\\([[:alpha:]][[:alnum:]_]*\\)" (1 font-lock-keyword-face) (3 font-lock-function-name-face)) (\, (concat "\\_<" (regexp-opt (mapcar (function symbol-name) opascal-keywords)) "\\_>")))))
2747                 nil [68406 68692])
2748             ("opascal-font-lock-defaults" variable
2749                (:constant-flag t
2750                 :default-value (quote (opascal-font-lock-keywords nil nil nil nil)))
2751                 nil [68694 69047])
2752             ("opascal--syntax-propertize" variable
2753                (:constant-flag t
2754                 :default-value (syntax-propertize-rules ("/\\(\\*\\)" (1 ". 3b")) ("(\\(\\/\\)" (1 (prog1 ". 1c" (forward-char -1) nil))) ("''\\|\"\"" (0 (if (save-excursion (nth 3 (syntax-ppss (match-beginning 0)))) (string-to-syntax ".") (forward-char -1) nil)))))
2755                 nil [69049 69807])
2756             ("opascal-debug-mode-map" variable (:default-value (let ((kmap (make-sparse-keymap))) (dolist (binding (quote (("n" opascal-debug-goto-next-token) ("p" opascal-debug-goto-previous-token) ("t" opascal-debug-show-current-token) ("T" opascal-debug-tokenize-buffer) ("W" opascal-debug-tokenize-window) ("g" opascal-debug-goto-point) ("s" opascal-debug-show-current-string)))) (define-key kmap (car binding) (cadr binding))) kmap)) nil [69809 70410])
2757             ("opascal-mode-map" variable (:default-value (let ((kmap (make-sparse-keymap))) (dolist (binding (list (quote ("u" opascal-find-unit)) (quote ("\361" opascal-fill-comment)) (quote ("\352" opascal-new-comment-line)) (list "" opascal-debug-mode-map))) (define-key kmap (car binding) (cadr binding))) kmap)) nil [70412 71020])
2758             ("define-obsolete-variable-alias" code nil nil [71022 71098])
2759             ("define-obsolete-function-alias" code nil nil [71114 71180])
2760             ("define-derived-mode" code nil nil [71196 72851])
2761             ("opascal" package nil nil [72853 72871]))          
2762       :file "opascal.el"
2763       :pointmax 72897
2764       :fsize 72896
2765       :lastmodtime '(23525 29602 0 0)
2766       :unmatched-syntax nil)
2767     (semanticdb-table "semanticdb-table"
2768       :major-mode emacs-lisp-mode
2769       :tags 
2770         '( ("let" code nil nil [1214 1429])
2771             ("cc-require" code nil nil [1432 1453])
2772             ("cc-eval-when-compile" code nil nil [1455 1517])
2773             ("when" code nil nil [1760 2004])
2774             ("c-constant-symbol" function (:arguments ("sym" "len")) nil [2075 2648])
2775             ("define-widget" code nil nil [2651 3271])
2776             ("define-widget" code nil nil [3273 3453])
2777             ("define-widget" code nil nil [3455 4360])
2778             ("c-style-variables" variable (:default-value (quote (c-basic-offset c-comment-only-line-offset c-indent-comment-alist c-indent-comments-syntactically-p c-block-comment-prefix c-comment-prefix-regexp c-doc-comment-style c-cleanup-list c-hanging-braces-alist c-hanging-colons-alist c-hanging-semi&comma-criteria c-backslash-column c-backslash-max-column c-special-indent-hook c-label-minimum-indentation c-offsets-alist))) nil [4362 4811])
2779             ("c-fallback-style" variable nil nil [4813 4842])
2780             ("c-set-stylevar-fallback" function (:arguments ("name" "val")) nil [4844 4993])
2781             ("defcustom-c-stylevar" function (:arguments ("name" "val" "doc" "args")) nil [4995 6810])
2782             ("c-valid-offset" function (:arguments ("offset")) nil [6812 7558])
2783             ("c-string-list-p" function (:arguments ("val")) nil [7560 7766])
2784             ("c-string-or-string-list-p" function (:arguments ("val")) nil [7768 7916])
2785             ("c-strict-syntax-p" variable nil nil [7939 8527])
2786             ("c-echo-syntactic-information-p" variable nil nil [8529 8672])
2787             ("c-report-syntactic-errors" variable nil nil [8674 9168])
2788             ("defcustom-c-stylevar" code nil nil [9170 9384])
2789             ("c-tab-always-indent" variable (:default-value t) nil [9454 10489])
2790             ("c-insert-tab-function" variable (:default-value (quote insert-tab)) nil [10491 10897])
2791             ("c-syntactic-indentation" variable (:default-value t) nil [10899 11480])
2792             ("make-variable-buffer-local" code nil nil [11481 11534])
2793             ("put" code nil nil [11535 11596])
2794             ("c-syntactic-indentation-in-macros" variable (:default-value t) nil [11598 12497])
2795             ("put" code nil nil [12498 12569])
2796             ("c-defun-tactic" variable (:default-value (quote go-outward)) nil [12571 13194])
2797             ("defcustom-c-stylevar" code nil nil [13196 14044])
2798             ("defcustom-c-stylevar" code nil nil [14046 16946])
2799             ("defcustom-c-stylevar" code nil nil [16948 17397])
2800             ("make-obsolete-variable" code nil nil [17399 17487])
2801             ("defcustom-c-stylevar" code nil nil [17821 18636])
2802             ("defcustom-c-stylevar" code nil nil [18638 21143])
2803             ("defcustom-c-stylevar" code nil nil [21145 24034])
2804             ("c-ignore-auto-fill" variable (:default-value (quote (string cpp code))) nil [24036 24831])
2805             ("defcustom-c-stylevar" code nil nil [24833 29623])
2806             ("defcustom-c-stylevar" code nil nil [29625 32474])
2807             ("c-max-one-liner-length" variable (:default-value 80) nil [32476 32648])
2808             ("defcustom-c-stylevar" code nil nil [32650 33453])
2809             ("defcustom-c-stylevar" code nil nil [33455 34260])
2810             ("defcustom-c-stylevar" code nil nil [34262 34676])
2811             ("defcustom-c-stylevar" code nil nil [34749 35129])
2812             ("c-auto-align-backslashes" variable (:default-value t) nil [35131 35546])
2813             ("c-backspace-function" variable (:default-value (quote backward-delete-char-untabify)) nil [35548 35712])
2814             ("c-delete-function" variable (:default-value (quote delete-char)) nil [35714 35861])
2815             ("c-require-final-newline" variable (:default-value (quote ((c-mode . t) (c++-mode . t) (objc-mode . t)))) nil [35863 37502])
2816             ("c-electric-pound-behavior" variable nil nil [37504 37692])
2817             ("c-special-indent-hook" variable nil nil [37694 37941])
2818             ("defcustom-c-stylevar" code nil nil [37943 38330])
2819             ("c-progress-interval" variable (:default-value 5) nil [38332 38625])
2820             ("c-objc-method-arg-min-delta-to-bracket" variable (:default-value 2) nil [38627 39213])
2821             ("c-objc-method-arg-unfinished-offset" variable (:default-value 4) nil [39215 39431])
2822             ("c-objc-method-parameter-offset" variable (:default-value 4) nil [39433 39692])
2823             ("c-default-style" variable (:default-value (quote ((java-mode . "java") (awk-mode . "awk") (other . "gnu")))) nil [39694 41400])
2824             ("c-set-stylevar-fallback" code nil nil [41831 50165])
2825             ("c-offsets-alist" variable nil nil [50166 60216])
2826             ("c-inside-block-syms" variable
2827                (:constant-flag t
2828                 :default-value (quote (defun-block-intro block-open block-close statement statement-cont statement-block-intro statement-case-intro statement-case-open substatement substatement-open substatement-label case-label label do-while-closure else-clause catch-clause inlambda annotation-var-cont)))
2829                 nil [60313 60627])
2830             ("c-style-variables-are-local-p" variable (:default-value t) nil [60629 61598])
2831             ("c-mode-hook" variable nil nil [61600 61682])
2832             ("c++-mode-hook" variable nil nil [61684 61770])
2833             ("objc-mode-hook" variable nil nil [61772 61860])
2834             ("java-mode-hook" variable nil nil [61862 61950])
2835             ("idl-mode-hook" variable nil nil [61952 62038])
2836             ("pike-mode-hook" variable nil nil [62040 62128])
2837             ("awk-mode-hook" variable nil nil [62130 62216])
2838             ("c-mode-common-hook" variable nil nil [62218 62343])
2839             ("c-initialization-hook" variable nil nil [62345 62585])
2840             ("c-enable-xemacs-performance-kludge-p" variable nil nil [62587 63120])
2841             ("c-old-style-variable-behavior" variable nil nil [63122 63941])
2842             ("define-widget" code nil nil [63943 64127])
2843             ("c-make-font-lock-extra-types-blurb" function (:arguments ("mode1" "mode2" "example")) nil [64129 65195])
2844             ("c-font-lock-extra-types" variable (:default-value (quote ("\\sw+_t" "bool" "complex" "imaginary" "FILE" "lconv" "tm" "va_list" "jmp_buf" "Lisp_Object"))) nil [65514 66236])
2845             ("c++-font-lock-extra-types" variable (:default-value (quote ("\\sw+_t" "FILE" "lconv" "tm" "va_list" "jmp_buf" "istream" "istreambuf" "ostream" "ostreambuf" "ifstream" "ofstream" "fstream" "strstream" "strstreambuf" "istrstream" "ostrstream" "ios" "string" "rope" "list" "slist" "deque" "vector" "bit_vector" "set" "multiset" "map" "multimap" "hash" "hash_set" "hash_multiset" "hash_map" "hash_multimap" "stack" "queue" "priority_queue" "type_info" "iterator" "const_iterator" "reverse_iterator" "const_reverse_iterator" "reference" "const_reference"))) nil [66238 67351])
2846             ("objc-font-lock-extra-types" variable (:default-value (list (concat "[" c-upper "]\\sw*[" c-lower "]\\sw*"))) nil [67353 67779])
2847             ("java-font-lock-extra-types" variable (:default-value (list (concat "[" c-upper "]\\sw*[" c-lower "]\\sw"))) nil [67781 68196])
2848             ("idl-font-lock-extra-types" variable nil nil [68198 68340])
2849             ("pike-font-lock-extra-types" variable (:default-value (list (concat "[" c-upper "]\\sw*[" c-lower "]\\sw*"))) nil [68342 68768])
2850             ("c-asymmetry-fontification-flag" variable (:default-value t) nil [68770 69366])
2851             ("c-noise-macro-with-parens-name-re" variable (:default-value "\\<\\>") nil [69368 69419])
2852             ("c-noise-macro-name-re" variable (:default-value "\\<\\>") nil [69420 69459])
2853             ("c-noise-macro-names" variable nil nil [69461 70020])
2854             ("put" code nil nil [70021 70086])
2855             ("c-noise-macro-with-parens-names" variable nil nil [70088 70438])
2856             ("put" code nil nil [70439 70516])
2857             ("c-make-noise-macro-regexps" function nil nil [70518 71581])
2858             ("c-macro-with-semi-re" variable nil nil [71654 71888])
2859             ("make-variable-buffer-local" code nil nil [71889 71939])
2860             ("c-macro-names-with-semicolon" variable (:default-value (quote ("Q_OBJECT" "Q_PROPERTY" "Q_DECLARE" "Q_ENUMS"))) nil [71941 72497])
2861             ("make-variable-buffer-local" code nil nil [72498 72556])
2862             ("put" code nil nil [72557 72646])
2863             ("c-make-macro-with-semi-re" function nil nil [72648 73388])
2864             ("c-file-style" variable nil nil [73390 73798])
2865             ("make-variable-buffer-local" code nil nil [73799 73841])
2866             ("c-file-offsets" variable nil nil [73916 74351])
2867             ("make-variable-buffer-local" code nil nil [74352 74396])
2868             ("cc-bytecomp-defvar" code nil nil [74855 74895])
2869             ("c-syntactic-context" variable nil nil [74896 74924])
2870             ("put" code nil nil [74925 75533])
2871             ("cc-bytecomp-defvar" code nil nil [75536 75576])
2872             ("c-syntactic-element" variable nil nil [75577 75605])
2873             ("put" code nil nil [75606 76454])
2874             ("c-indentation-style" variable nil nil [76456 76657])
2875             ("c-current-comment-prefix" variable nil nil [76659 76794])
2876             ("make-variable-buffer-local" code nil nil [76795 76849])
2877             ("c-string-par-start" variable (:default-value " \\|[     ]*\\\\?$") nil [77038 77255])
2878             ("c-string-par-separate" variable (:default-value "[      ]*\\\\?$") nil [77257 77480])
2879             ("c-sentence-end-with-esc-eol" variable (:default-value (concat "\\(\\(" (c-default-value-sentence-end) "\\)" "\\|" "[.?!][]\"')}]* ?\\\\\\($\\)[     
2880 ]*" "\\)")) nil [77482 77795])
2881             ("cc-provide" code nil nil [77799 77820]))          
2882       :file "cc-vars.el"
2883       :pointmax 77914
2884       :fsize 77913
2885       :lastmodtime '(23525 29598 0 0)
2886       :unmatched-syntax '((close-paren 2648 . 2649) (symbol 2056 . 2072) (open-paren 2055 . 2056) (close-paren 1429 . 1430) (symbol 1194 . 1211) (open-paren 1193 . 1194)))
2887     (semanticdb-table "semanticdb-table"
2888       :major-mode emacs-lisp-mode
2889       :tags 
2890         '( ("comint" include nil nil [1298 1315])
2891             ("octave" customgroup (:user-visible-flag t) nil [1317 1552])
2892             ("define-obsolete-function-alias" code nil nil [1554 1639])
2893             ("define-abbrev-table" code nil nil [1641 1791])
2894             ("octave-comment-char" variable (:default-value 35) nil [1793 1866])
2895             ("octave-comment-start" variable (:default-value (char-to-string octave-comment-char)) nil [1868 1983])
2896             ("octave-comment-start-skip" variable (:default-value "\\(^\\|\\S<\\)\\(?:%!\\|\\s<+\\)\\s-*") nil [1985 2113])
2897             ("octave-function-header-regexp" variable (:default-value (concat "^\\s-*\\_<\\(function\\)\\_>" "\\([^=;(
2898 ]*=[     ]*\\|[     ]*\\)\\(\\(?:\\w\\|\\s_\\)+\\)\\_>")) nil [2115 2400])
2899             ("octave-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "\256" (quote octave-find-definition)) (define-key map "\212" (quote octave-indent-new-comment-line)) (define-key map "" (quote octave-previous-code-line)) (define-key map "" (quote octave-next-code-line)) (define-key map "" (quote octave-beginning-of-line)) (define-key map "" (quote octave-end-of-line)) (define-key map [remap down-list] (quote smie-down-list)) (define-key map "\210" (quote octave-mark-block)) (define-key map "]" (quote smie-close-block)) (define-key map "/" (quote smie-close-block)) (define-key map ";" (quote octave-update-function-file-comment)) (define-key map "d" (quote octave-help)) (define-key map "a" (quote octave-lookfor)) (define-key map " " (quote octave-source-file)) (define-key map "" (quote octave-insert-defun)) (define-key map "    l" (quote octave-send-line)) (define-key map "    b" (quote octave-send-block)) (define-key map "    f" (quote octave-send-defun)) (define-key map "    r" (quote octave-send-region)) (define-key map "    a" (quote octave-send-buffer)) (define-key map "    s" (quote octave-show-process-buffer)) (define-key map "    q" (quote octave-hide-process-buffer)) (define-key map "    k" (quote octave-kill-process)) (define-key map "     " (quote octave-send-line)) (define-key map "    " (quote octave-send-block)) (define-key map "    " (quote octave-send-defun)) (define-key map "    " (quote octave-send-region)) (define-key map "    " (quote octave-send-buffer)) (define-key map "    " (quote octave-show-process-buffer)) (define-key map "    " (quote octave-hide-process-buffer)) (define-key map "     " (quote octave-kill-process)) map)) nil [2404 4208])
2900             ("easy-menu-define" code nil nil [4212 6560])
2901             ("octave-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table))) (modify-syntax-entry 13 " " table) (modify-syntax-entry 43 "." table) (modify-syntax-entry 45 "." table) (modify-syntax-entry 61 "." table) (modify-syntax-entry 42 "." table) (modify-syntax-entry 47 "." table) (modify-syntax-entry 62 "." table) (modify-syntax-entry 60 "." table) (modify-syntax-entry 38 "." table) (modify-syntax-entry 124 "." table) (modify-syntax-entry 33 "." table) (modify-syntax-entry 92 "." table) (modify-syntax-entry 39 "." table) (modify-syntax-entry 96 "." table) (modify-syntax-entry 46 "." table) (modify-syntax-entry 34 "\"" table) (modify-syntax-entry 95 "_" table) (modify-syntax-entry 37 "< 13" table) (modify-syntax-entry 35 "< 13" table) (modify-syntax-entry 123 "(} 2c" table) (modify-syntax-entry 125 "){ 4c" table) (modify-syntax-entry 10 ">" table) table)) nil [6562 8020])
2902             ("octave-font-lock-texinfo-comment" variable (:default-value t) nil [8022 8163])
2903             ("octave-blink-matching-block" variable (:default-value t) nil [8165 8401])
2904             ("octave-block-offset" variable (:default-value 2) nil [8403 8525])
2905             ("octave-block-comment-start" variable (:default-value (concat (make-string 2 octave-comment-char) " ")) nil [8527 8682])
2906             ("octave-continuation-offset" variable (:default-value 4) nil [8684 8801])
2907             ("octave-continuation-marker-regexp" variable
2908                (:constant-flag t
2909                 :default-value "\\\\\\|\\.\\.\\.")
2910                 nil [8823 8886])
2911             ("octave-continuation-regexp" variable (:default-value (concat "[^#%
2912 ]*\\(" octave-continuation-marker-regexp "\\)\\s-*\\(\\s<.*\\)?$")) nil [8889 9018])
2913             ("octave-continuation-string" variable
2914                (:constant-flag t
2915                 :default-value "...")
2916                 nil [9082 9182])
2917             ("octave-mode-imenu-generic-expression" variable (:default-value (list (list nil octave-function-header-regexp 3))) nil [9184 9371])
2918             ("octave-mode-hook" variable nil nil [9373 9467])
2919             ("octave-send-show-buffer" variable (:default-value t) nil [9469 9595])
2920             ("octave-send-line-auto-forward" variable (:default-value t) nil [9597 9796])
2921             ("octave-send-echo-input" variable (:default-value t) nil [9798 9917])
2922             ("smie" include nil nil [9943 9958])
2923             ("let-when-compile" code nil nil [9960 14089])
2924             ("octave-smie--funcall-p" function nil nil [14255 14381])
2925             ("octave-smie--end-index-p" function nil nil [14383 14529])
2926             ("octave-smie--in-parens-p" function nil nil [14531 14664])
2927             ("octave-smie-backward-token" function nil nil [14666 15889])
2928             ("octave-smie-forward-token" function nil nil [15891 17272])
2929             ("octave--block-offset-keywords" variable
2930                (:constant-flag t
2931                 :default-value (let* ((end-prec (nth 1 (assoc "end" octave-smie-grammar))) (end-matchers (delq nil (mapcar (lambda (x) (if (eq end-prec (nth 2 x)) (car x))) octave-smie-grammar)))) (delete "switch" end-matchers)))
2932                 nil [17274 17766])
2933             ("octave-smie-rules" function (:arguments ("kind" "token")) nil [17768 18592])
2934             ("octave-indent-comment" function nil nil [18594 18997])
2935             ("octave-reserved-words" variable (:default-value (delq nil (mapcar (lambda (x) (setq x (car x)) (and (stringp x) (string-match "\\`[[:alpha:]]" x) x)) octave-smie-grammar))) nil [19001 19247])
2936             ("octave-font-lock-keywords" variable (:default-value (list (cons (concat "\\_<" (regexp-opt octave-reserved-words) "\\_>") (quote font-lock-keyword-face)) (list (lambda (limit) (while (re-search-forward "\\_<en\\(?:d\\|umeratio\\(n\\)\\)\\_>" limit (quote move)) (let ((beg (match-beginning 0)) (end (match-end 0))) (unless (octave-in-string-or-comment-p) (when (if (match-end 1) (octave-smie--funcall-p) (octave-smie--end-index-p)) (put-text-property beg end (quote face) nil))))) nil)) (cons octave-operator-regexp (quote font-lock-builtin-face)) (list octave-function-header-regexp (quote (1 font-lock-keyword-face)) (quote (3 font-lock-function-name-face nil t))))) nil [19249 20493])
2937             ("octave-syntax-propertize-function" function (:arguments ("start" "end")) nil [20495 21079])
2938             ("octave-syntax-propertize-sqs" function (:arguments ("end")) nil [21081 21752])
2939             ("electric-layout-rules" variable nil nil [21754 21784])
2940             ("define-derived-mode" code nil nil [21801 24551])
2941             ("inferior-octave-program" variable (:default-value "octave") nil [24555 24657])
2942             ("inferior-octave-buffer" variable (:default-value "*Inferior Octave*") nil [24659 24788])
2943             ("inferior-octave-prompt" variable (:default-value "\\(?:^octave\\(?:.bin\\|.exe\\)?\\(?:-[.0-9]+\\)?\\(?::[0-9]+\\)?\\|^debug\\|^\\)>+ ") nil [24790 25109])
2944             ("inferior-octave-prompt-read-only" variable (:default-value comint-prompt-read-only) nil [25111 25305])
2945             ("inferior-octave-startup-file" variable (:default-value (let ((n (file-name-nondirectory inferior-octave-program))) (locate-user-emacs-file (format "init_%s.m" n) (format ".emacs-%s" n)))) nil [25307 25674])
2946             ("inferior-octave-startup-args" variable (:default-value (quote ("-i" "--no-line-editing"))) nil [25676 25972])
2947             ("inferior-octave-mode-hook" variable nil nil [25974 26086])
2948             ("inferior-octave-error-regexp-alist" variable (:default-value (quote (("error:\\s-*\\(.*?\\) at line \\([0-9]+\\), column \\([0-9]+\\)" 1 2 3 2 1) ("warning:\\s-*\\([^:
2949 ]+\\):.*at line \\([0-9]+\\), column \\([0-9]+\\)" 1 2 3 1 1)))) nil [26088 26520])
2950             ("inferior-octave-compilation-font-lock-keywords" variable (:default-value (quote (("\\_<PASS\\_>" . compilation-info-face) ("\\_<FAIL\\_>" . compilation-error-face) ("\\_<\\(warning\\):" 1 compilation-warning-face) ("\\_<\\(error\\):" 1 compilation-error-face) ("^\\s-*!!!!!.*\\|^.*failed$" . compilation-error-face)))) nil [26522 26905])
2951             ("inferior-octave-process" variable nil nil [26907 26943])
2952             ("inferior-octave-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map comint-mode-map) (define-key map "\256" (quote octave-find-definition)) (define-key map "    " (quote completion-at-point)) (define-key map "d" (quote octave-help)) (define-key map "a" (quote octave-lookfor)) (define-key map "\277" (quote comint-dynamic-list-filename-completions)) (define-key map " " (quote inferior-octave-dynamic-list-input-ring)) (define-key map [menu-bar inout list-history] (quote ("List Input History" . inferior-octave-dynamic-list-input-ring))) map)) nil [26945 27592])
2953             ("inferior-octave-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table octave-mode-syntax-table))) table)) nil [27594 27768])
2954             ("inferior-octave-font-lock-keywords" variable (:default-value (list (cons inferior-octave-prompt (quote font-lock-type-face)))) nil [27770 28006])
2955             ("inferior-octave-output-list" variable nil nil [28008 28048])
2956             ("inferior-octave-output-string" variable nil nil [28049 28091])
2957             ("inferior-octave-receive-in-progress" variable nil nil [28092 28140])
2958             ("define-obsolete-variable-alias" code nil nil [28142 28240])
2959             ("inferior-octave-dynamic-complete-functions" variable (:default-value (quote (inferior-octave-completion-at-point comint-filename-completion))) nil [28242 28536])
2960             ("info-lookup-mode" variable nil nil [28538 28563])
2961             ("compilation-error-regexp-alist" variable nil nil [28564 28603])
2962             ("compilation-mode-font-lock-keywords" variable nil nil [28604 28648])
2963             ("declare-function" code nil nil [28650 28707])
2964             ("inferior-octave-process-live-p" function nil nil [28709 28793])
2965             ("define-derived-mode" code nil nil [28795 30508])
2966             ("inferior-octave" function
2967                (:user-visible-flag t
2968                 :arguments ("arg"))
2969                 nil [30525 31347])
2970             ("defalias" code nil nil [31364 31403])
2971             ("inferior-octave-startup" function nil nil [31405 34904])
2972             ("inferior-octave-completion-table" function nil nil [34906 35194])
2973             ("inferior-octave-completion-at-point" function nil nil [35196 35773])
2974             ("inferior-octave-dynamic-list-input-ring" function (:user-visible-flag t) nil [35775 36903])
2975             ("inferior-octave-output-digest" function (:arguments ("_proc" "string")) nil [36905 37558])
2976             ("inferior-octave-check-process" function nil nil [37560 37752])
2977             ("inferior-octave-send-list-and-digest" function (:arguments ("list")) nil [37754 38550])
2978             ("inferior-octave-directory-tracker-resync" variable nil nil [38552 38605])
2979             ("make-variable-buffer-local" code nil nil [38606 38676])
2980             ("inferior-octave-directory-tracker" function (:arguments ("string")) nil [38678 39414])
2981             ("inferior-octave-resync-dirs" function
2982                (:user-visible-flag t
2983                 :arguments ("noerror"))
2984                 nil [39416 39888])
2985             ("inferior-octave-minimal-columns" variable (:default-value 80) nil [39890 40033])
2986             ("inferior-octave-last-column-width" variable nil nil [40035 40081])
2987             ("inferior-octave-track-window-width-change" function nil nil [40083 40542])
2988             ("octave-in-comment-p" function nil nil [40582 40693])
2989             ("octave-in-string-p" function nil nil [40695 40804])
2990             ("octave-in-string-or-comment-p" function nil nil [40806 40937])
2991             ("octave-looking-at-kw" function (:arguments ("regexp")) nil [40939 41089])
2992             ("octave-maybe-insert-continuation-string" function nil nil [41091 41358])
2993             ("octave-completing-read" function nil nil [41360 41717])
2994             ("octave-goto-function-definition" function (:arguments ("fn")) nil [41719 42471])
2995             ("octave-function-file-p" function nil nil [42473 43162])
2996             ("octave-skip-comment-forward" function (:arguments ("limit")) nil [43218 43491])
2997             ("octave-function-file-comment" function nil nil [43531 44318])
2998             ("octave-sync-function-file-names" function (:user-visible-flag t) nil [44320 45907])
2999             ("octave-update-function-file-comment" function
3000                (:user-visible-flag t
3001                 :arguments ("beg" "end"))
3002                 nil [45909 47372])
3003             ("octave-function-comment-block" variable
3004                (:default-value (quote ((t (:inherit font-lock-doc-face))))
3005                 :type "face")
3006                 nil [47374 47503])
3007             ("texinfo" include nil nil [47524 47542])
3008             ("octave-font-lock-texinfo-comment" function nil nil [47545 48740])
3009             ("octave-indent-new-comment-line" function
3010                (:user-visible-flag t
3011                 :arguments ("soft"))
3012                 nil [48761 49077])
3013             ("octave--indent-new-comment-line" function (:arguments ("orig" "args")) nil [49079 49567])
3014             ("define-obsolete-function-alias" code nil nil [49569 49649])
3015             ("octave-next-code-line" function
3016                (:user-visible-flag t
3017                 :arguments ("arg"))
3018                 nil [49664 50228])
3019             ("octave-previous-code-line" function
3020                (:user-visible-flag t
3021                 :arguments ("arg"))
3022                 nil [50230 50565])
3023             ("octave-beginning-of-line" function (:user-visible-flag t) nil [50567 51455])
3024             ("octave-end-of-line" function (:user-visible-flag t) nil [51457 52376])
3025             ("octave-mark-block" function (:user-visible-flag t) nil [52378 52978])
3026             ("octave-beginning-of-defun" function (:arguments ("arg")) nil [52980 53736])
3027             ("octave-fill-paragraph" function
3028                (:user-visible-flag t
3029                 :arguments ("_arg"))
3030                 nil [53738 56766])
3031             ("octave-completion-at-point" function nil nil [56768 57327])
3032             ("octave-add-log-current-defun" function nil nil [57329 57636])
3033             ("define-skeleton" code nil nil [57675 58563])
3034             ("octave-kill-process" function (:user-visible-flag t) nil [58616 59216])
3035             ("octave-show-process-buffer" function (:user-visible-flag t) nil [59218 59476])
3036             ("octave-hide-process-buffer" function (:user-visible-flag t) nil [59478 59743])
3037             ("octave-source-file" function
3038                (:user-visible-flag t
3039                 :arguments ("file"))
3040                 nil [59745 60354])
3041             ("octave-send-region" function
3042                (:user-visible-flag t
3043                 :arguments ("beg" "end"))
3044                 nil [60356 61633])
3045             ("octave-send-buffer" function (:user-visible-flag t) nil [61635 61783])
3046             ("octave-send-block" function (:user-visible-flag t) nil [61785 61974])
3047             ("octave-send-defun" function (:user-visible-flag t) nil [61976 62161])
3048             ("octave-send-line" function
3049                (:user-visible-flag t
3050                 :arguments ("arg"))
3051                 nil [62163 62688])
3052             ("octave-eval-print-last-sexp" function (:user-visible-flag t) nil [62690 63204])
3053             ("octave-eldoc-message-style" variable (:default-value (quote auto)) nil [63209 63479])
3054             ("octave-eldoc-cache" variable nil nil [63515 63546])
3055             ("octave-eldoc-function-signatures" function (:arguments ("fn")) nil [63548 64100])
3056             ("octave-eldoc-function" function nil nil [64102 65795])
3057             ("octave-help-buffer" variable (:default-value "*Octave Help*") nil [65797 65912])
3058             ("declare-function" code nil nil [65956 66014])
3059             ("define-button-type" code nil nil [66016 66143])
3060             ("define-button-type" code nil nil [66145 66317])
3061             ("octave-help-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "\256" (quote octave-find-definition)) (define-key map "d" (quote octave-help)) (define-key map "a" (quote octave-lookfor)) map)) nil [66319 66533])
3062             ("define-derived-mode" code nil nil [66535 66887])
3063             ("octave-help" function
3064                (:user-visible-flag t
3065                 :arguments ("fn"))
3066                 nil [66889 69267])
3067             ("octave-lookfor" function
3068                (:user-visible-flag t
3069                 :arguments ("str" "all"))
3070                 nil [69269 70918])
3071             ("octave-source-directories" variable nil nil [70920 71125])
3072             ("octave-source-directories" function nil nil [71127 71436])
3073             ("octave-find-definition-filename-function" variable (:default-value (function octave-find-definition-default-filename)) nil [71438 71531])
3074             ("octave-find-definition-default-filename" function (:arguments ("name")) nil [71533 72374])
3075             ("find-tag-marker-ring" variable nil nil [72376 72405])
3076             ("octave-find-definition" function
3077                (:user-visible-flag t
3078                 :arguments ("fn"))
3079                 nil [72407 73727])
3080             ("octave" package nil nil [73729 73746]))          
3081       :file "octave.el"
3082       :pointmax 73771
3083       :fsize 73770
3084       :lastmodtime '(23525 29602 0 0)
3085       :unmatched-syntax '((close-paren 47542 . 47543) (symbol 47506 . 47523) (open-paren 47505 . 47506) (close-paren 8886 . 8887) (symbol 8804 . 8820) (open-paren 8803 . 8804)))
3086     (semanticdb-table "semanticdb-table"
3087       :major-mode emacs-lisp-mode
3088       :tags 
3089         '( ("prolog-mode-version" variable (:default-value "1.22") nil [481 548])
3090             ("comint" include nil nil [12123 12140])
3091             ("shell" include nil nil [12272 12288])
3092             ("imenu" include nil nil [12248 12264])
3093             ("font-lock" include nil nil [12163 12183])
3094             ("easymenu" include nil nil [12294 12313])
3095             ("align" include nil nil [12314 12330])
3096             ("or" code nil nil [12353 12432])
3097             ("prolog" customgroup (:user-visible-flag t) nil [12435 12526])
3098             ("prolog-faces" customgroup (:user-visible-flag t) nil [12528 12607])
3099             ("prolog-indentation" customgroup (:user-visible-flag t) nil [12609 12702])
3100             ("prolog-font-lock" customgroup (:user-visible-flag t) nil [12704 12791])
3101             ("prolog-keyboard" customgroup (:user-visible-flag t) nil [12793 12872])
3102             ("prolog-inferior" customgroup (:user-visible-flag t) nil [12874 12955])
3103             ("prolog-other" customgroup (:user-visible-flag t) nil [12957 13032])
3104             ("prolog-system" variable nil nil [13234 14077])
3105             ("make-variable-buffer-local" code nil nil [14078 14121])
3106             ("prolog-system-version" variable (:default-value (quote ((sicstus (3 . 6)) (swi (0 . 0)) (mercury (0 . 0)) (eclipse (3 . 7)) (gnu (0 . 0))))) nil [14301 14831])
3107             ("prolog-indent-width" variable (:default-value 4) nil [14849 15000])
3108             ("prolog-left-indent-regexp" variable (:default-value "\\(;\\|\\*?->\\)") nil [15002 15190])
3109             ("prolog-paren-indent-p" variable nil nil [15192 15628])
3110             ("prolog-paren-indent" variable (:default-value 4) nil [15630 15878])
3111             ("prolog-parse-mode" variable (:default-value (quote beg-of-clause)) nil [15880 16484])
3112             ("prolog-keywords" variable (:default-value (quote ((eclipse ("use_module" "begin_module" "module_interface" "dynamic" "external" "export" "dbgcomp" "nodbgcomp" "compile")) (mercury ("all" "else" "end_module" "equality" "external" "fail" "func" "if" "implementation" "import_module" "include_module" "inst" "instance" "interface" "mode" "module" "not" "pragma" "pred" "some" "then" "true" "type" "typeclass" "use_module" "where")) (sicstus ("block" "dynamic" "mode" "module" "multifile" "meta_predicate" "parallel" "public" "sequential" "volatile")) (swi ("discontiguous" "dynamic" "ensure_loaded" "export" "export_list" "import" "meta_predicate" "module" "module_transparent" "multifile" "require" "use_module" "volatile")) (gnu ("built_in" "char_conversion" "discontiguous" "dynamic" "ensure_linked" "ensure_loaded" "foreign" "include" "initialization" "multifile" "op" "public" "set_prolog_flag")) (t ("dynamic" "module"))))) nil [16503 18083])
3113             ("prolog-types" variable (:default-value (quote ((mercury ("char" "float" "int" "io__state" "string" "univ")) (t nil)))) nil [18085 18372])
3114             ("prolog-mode-specificators" variable (:default-value (quote ((mercury ("bound" "di" "free" "ground" "in" "mdi" "mui" "muo" "out" "ui" "uo")) (t nil)))) nil [18374 18706])
3115             ("prolog-determinism-specificators" variable (:default-value (quote ((mercury ("cc_multi" "cc_nondet" "det" "erroneous" "failure" "multi" "nondet" "semidet")) (t nil)))) nil [18708 19070])
3116             ("prolog-directives" variable (:default-value (quote ((mercury ("^#[0-9]+")) (t nil)))) nil [19072 19343])
3117             ("prolog-hungry-delete-key-flag" variable nil nil [19359 19525])
3118             ("prolog-electric-dot-flag" variable nil nil [19527 20078])
3119             ("prolog-electric-dot-full-predicate-template" variable nil nil [20080 20441])
3120             ("prolog-electric-underscore-flag" variable nil nil [20443 20735])
3121             ("prolog-electric-if-then-else-flag" variable nil nil [20737 20940])
3122             ("prolog-electric-colon-flag" variable nil nil [20942 21224])
3123             ("prolog-electric-dash-flag" variable nil nil [21226 21508])
3124             ("prolog-old-sicstus-keys-flag" variable nil nil [21510 21679])
3125             ("prolog-program-name" variable (:default-value (\` (((getenv "EPROLOG") (eval (getenv "EPROLOG"))) (eclipse "eclipse") (mercury nil) (sicstus "sicstus") (swi (\, (if (not (executable-find "swipl")) "pl" "swipl"))) (gnu "gprolog") (t (\, (let ((names (quote ("prolog" "gprolog" "swipl" "pl")))) (while (and names (not (executable-find (car names)))) (setq names (cdr names))) (or (car names) "prolog"))))))) nil [21699 22351])
3126             ("prolog-program-name" function nil nil [22352 22434])
3127             ("prolog-program-switches" variable (:default-value (quote ((sicstus ("-i")) (t nil)))) nil [22436 22706])
3128             ("prolog-program-switches" function nil nil [22707 22797])
3129             ("prolog-consult-string" variable (:default-value (quote ((eclipse "[%f].") (mercury nil) (sicstus (eval (if (prolog-atleast-version (quote (3 . 7))) "prolog:zap_file(%m,%b,consult,%l)." "prolog:zap_file(%m,%b,consult)."))) (swi "[%f].") (gnu "[%f].") (t "reconsult(%f).")))) nil [22799 23710])
3130             ("prolog-consult-string" function nil nil [23712 23798])
3131             ("prolog-compile-string" variable (:default-value (quote ((eclipse "[%f].") (mercury "mmake ") (sicstus (eval (if (prolog-atleast-version (quote (3 . 7))) "prolog:zap_file(%m,%b,compile,%l)." "prolog:zap_file(%m,%b,compile)."))) (swi "[%f].") (t "compile(%f).")))) nil [23800 24857])
3132             ("prolog-compile-string" function nil nil [24859 24945])
3133             ("prolog-eof-string" variable (:default-value "end_of_file.
3134 ") nil [24947 25337])
3135             ("prolog-prompt-regexp" variable (:default-value (quote ((eclipse "^[a-zA-Z0-9()]* *\\?- \\|^\\[[a-zA-Z]* [0-9]*\\]:") (sicstus "| [ ?][- ] *") (swi "^\\(\\[[a-zA-Z]*\\] \\)?[1-9]?[0-9]*[ ]?\\?- \\|^| +") (gnu "^| \\?-") (t "^|? *\\?-")))) nil [25339 25800])
3136             ("prolog-prompt-regexp" function nil nil [25802 25886])
3137             ("prolog-debug-on-string" variable (:default-value "debug.
3138 ") nil [26227 26371])
3139             ("prolog-debug-off-string" variable (:default-value "nodebug.
3140 ") nil [26373 26521])
3141             ("prolog-trace-on-string" variable (:default-value "trace.
3142 ") nil [26523 26664])
3143             ("prolog-trace-off-string" variable (:default-value "notrace.
3144 ") nil [26666 26811])
3145             ("prolog-zip-on-string" variable (:default-value "zip.
3146 ") nil [26813 26963])
3147             ("prolog-zip-off-string" variable (:default-value "nozip.
3148 ") nil [26965 27119])
3149             ("prolog-use-standard-consult-compile-method-flag" variable (:default-value t) nil [27121 27679])
3150             ("prolog-imenu-flag" variable (:default-value t) nil [27700 27853])
3151             ("prolog-imenu-max-lines" variable (:default-value 3000) nil [27855 28072])
3152             ("prolog-info-predicate-index" variable (:default-value "(sicstus)Predicate Index") nil [28074 28250])
3153             ("prolog-underscore-wordchar-flag" variable nil nil [28252 28423])
3154             ("make-obsolete-variable" code nil nil [28424 28528])
3155             ("prolog-use-sicstus-sd" variable nil nil [28530 28697])
3156             ("prolog-char-quote-workaround" variable nil nil [28699 28934])
3157             ("make-obsolete-variable" code nil nil [28935 29000])
3158             ("prolog-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table))) (modify-syntax-entry 95 (if prolog-underscore-wordchar-flag "w" "_") table) (modify-syntax-entry 43 "." table) (modify-syntax-entry 45 "." table) (modify-syntax-entry 61 "." table) (modify-syntax-entry 60 "." table) (modify-syntax-entry 62 "." table) (modify-syntax-entry 124 "." table) (modify-syntax-entry 39 "\"" table) (when (and prolog-char-quote-workaround (not (fboundp (quote syntax-propertize-rules)))) (modify-syntax-entry 48 "\\" table)) (modify-syntax-entry 37 "<" table) (modify-syntax-entry 10 ">" table) (if (featurep (quote xemacs)) (progn (modify-syntax-entry 42 ". 67" table) (modify-syntax-entry 47 ". 58" table)) (modify-syntax-entry 42 ". 23b" table) (modify-syntax-entry 47 ". 14" table)) table)) nil [29244 30644])
3159             ("prolog-atom-char-regexp" variable
3160                (:constant-flag t
3161                 :default-value "[[:alnum:]_$]")
3162                 nil [30646 30771])
3163             ("prolog-atom-regexp" variable
3164                (:constant-flag t
3165                 :default-value (format "[[:lower:]$]%s*" prolog-atom-char-regexp))
3166                 nil [30772 30854])
3167             ("prolog-left-paren" variable
3168                (:constant-flag t
3169                 :default-value "[[({]")
3170                 nil [30856 30988])
3171             ("prolog-right-paren" variable
3172                (:constant-flag t
3173                 :default-value "[])}]")
3174                 nil [30989 31122])
3175             ("prolog-quoted-atom-regexp" variable
3176                (:constant-flag t
3177                 :default-value "\\(^\\|[^0-9]\\)\\('\\([^
3178 ']\\|\\\\'\\)*'\\)")
3179                 nil [31124 31245])
3180             ("prolog-string-regexp" variable
3181                (:constant-flag t
3182                 :default-value "\\(\"\\([^
3183 \"]\\|\\\\\"\\)*\"\\)")
3184                 nil [31246 31345])
3185             ("prolog-head-delimiter" variable
3186                (:constant-flag t
3187                 :default-value "\\(:-\\|\\+:\\|-:\\|\\+\\?\\|-\\?\\|-->\\)")
3188                 nil [31346 31495])
3189             ("prolog-compilation-buffer" variable (:default-value "*prolog-compilation*") nil [31497 31619])
3190             ("prolog-temporary-file-name" variable nil nil [31621 31660])
3191             ("prolog-keywords-i" variable nil nil [31661 31691])
3192             ("prolog-types-i" variable nil nil [31692 31719])
3193             ("prolog-mode-specificators-i" variable nil nil [31720 31760])
3194             ("prolog-determinism-specificators-i" variable nil nil [31761 31808])
3195             ("prolog-directives-i" variable nil nil [31809 31841])
3196             ("prolog-eof-string-i" variable nil nil [31842 31874])
3197             ("prolog-help-function-i" variable nil nil [31924 31959])
3198             ("prolog-align-rules" variable (:default-value (eval-when-compile (mapcar (lambda (x) (let ((name (car x)) (sym (cdr x))) (\` ((\, (intern (format "prolog-%s" name))) (regexp \, (format "\\(\\s-*\\)%s\\(\\s-*\\)" sym)) (tab-stop) (modes quote (prolog-mode)) (group 1 2))))) (quote (("dcg" . "-->") ("rule" . ":-") ("simplification" . "<=>") ("propagation" . "==>")))))) nil [31961 32399])
3199             ("smie" include nil nil [32418 32433])
3200             ("prolog-operator-chars" variable
3201                (:constant-flag t
3202                 :default-value "-\\\\#&*+./:<=>?@\\^`~")
3203                 nil [32435 32492])
3204             ("prolog-smie-forward-token" function nil nil [32494 33021])
3205             ("prolog-smie-backward-token" function nil nil [33023 33574])
3206             ("prolog-smie-grammar" variable
3207                (:constant-flag t
3208                 :default-value (quote (("." -10000 -10000) ("?-" nil -1200) (":-" -1200 -1200) ("-->" -1200 -1200) ("discontiguous" nil -1150) ("dynamic" nil -1150) ("meta_predicate" nil -1150) ("module_transparent" nil -1150) ("multifile" nil -1150) ("public" nil -1150) ("|" -1105 -1105) (";" -1100 -1100) ("*->" -1050 -1050) ("->" -1050 -1050) ("," -1000 -1000) ("\\+" nil -900) ("=" -700 -700) ("\\=" -700 -700) ("=.." -700 -700) ("==" -700 -700) ("\\==" -700 -700) ("@<" -700 -700) ("@=<" -700 -700) ("@>" -700 -700) ("@>=" -700 -700) ("is" -700 -700) ("=:=" -700 -700) ("=\\=" -700 -700) ("<" -700 -700) ("=<" -700 -700) (">" -700 -700) (">=" -700 -700) (":" -600 -600) ("+" -500 -500) ("-" -500 -500) ("/\\" -500 -500) ("\\/" -500 -500) ("*" -400 -400) ("/" -400 -400) ("//" -400 -400) ("rem" -400 -400) ("mod" -400 -400) ("<<" -400 -400) (">>" -400 -400) ("**" -200 -200) ("^" -200 -200) (:smie-closer-alist (t . ".")))))
3209                 nil [33576 35146])
3210             ("prolog-smie-rules" function (:arguments ("kind" "token")) nil [35148 37665])
3211             ("prolog-atleast-version" function (:arguments ("version")) nil [37871 38395])
3212             ("define-abbrev-table" code nil nil [38397 38447])
3213             ("prolog-find-value-by-system" function (:arguments ("alist")) nil [38561 39478])
3214             ("prolog-syntax-propertize-function" variable
3215                (:constant-flag t
3216                 :default-value (when (fboundp (quote syntax-propertize-rules)) (syntax-propertize-rules ("\\<0\\(''?\\)" (1 (unless (save-excursion (nth 8 (syntax-ppss (match-beginning 0)))) (string-to-syntax "_")))) ("\\<[1-9][0-9]*\\('\\)[0-9a-zA-Z]" (1 "_")) ("\\\\[x0-7][0-9a-fA-F]*\\(\\\\\\)" (1 "_")))))
3217                 nil [39480 40289])
3218             ("prolog-mode-variables" function nil nil [40291 41736])
3219             ("prolog-mode-keybindings-common" function (:arguments ("map")) nil [41738 42121])
3220             ("prolog-mode-keybindings-edit" function (:arguments ("map")) nil [42123 44302])
3221             ("prolog-mode-keybindings-inferior" function (:arguments ("_map")) nil [44304 44458])
3222             ("prolog-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (prolog-mode-keybindings-common map) (prolog-mode-keybindings-edit map) map)) nil [44460 44609])
3223             ("prolog-mode-hook" variable nil nil [44612 44710])
3224             ("define-derived-mode" code nil nil [44727 46066])
3225             ("mercury-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map prolog-mode-map) map)) nil [46068 46182])
3226             ("define-derived-mode" code nil nil [46199 46394])
3227             ("prolog-inferior-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (prolog-mode-keybindings-common map) (prolog-mode-keybindings-inferior map) (define-key map [remap self-insert-command] (quote prolog-inferior-self-insert-command)) map)) nil [46563 46817])
3228             ("prolog-inferior-mode-hook" variable nil nil [46819 46935])
3229             ("prolog-inferior-error-regexp-alist" variable (:default-value (quote (("^\\(?:\\?- *\\)?\\(\\(?:ERROR\\|\\(W\\)arning\\): *\\(.*?\\):\\([1-9][0-9]*\\):\\(?:\\([0-9]*\\):\\)?\\)\\(?:$\\| \\)" 3 4 5 (2) 1) gnu))) nil [46937 47340])
3230             ("prolog-inferior-self-insert-command" function (:user-visible-flag t) nil [47342 48509])
3231             ("declare-function" code nil nil [48511 48584])
3232             ("compilation-error-regexp-alist" variable nil nil [48585 48624])
3233             ("define-derived-mode" code nil nil [48626 50275])
3234             ("prolog-input-filter" function (:arguments ("str")) nil [50277 50568])
3235             ("define-obsolete-function-alias" code nil nil [50627 50696])
3236             ("run-prolog" function
3237                (:user-visible-flag t
3238                 :arguments ("arg"))
3239                 nil [50712 51534])
3240             ("prolog-inferior-guess-flavor" function (:arguments ("ignored")) nil [51536 52336])
3241             ("prolog-ensure-process" function (:arguments ("wait")) nil [52338 54753])
3242             ("prolog-inferior-buffer" function (:arguments ("dont-run")) nil [54755 54925])
3243             ("prolog-process-insert-string" function (:arguments ("process" "string")) nil [54927 55496])
3244             ("declare-function" code nil nil [55668 55725])
3245             ("declare-function" code nil nil [55726 55826])
3246             ("prolog-old-process-region" function (:arguments ("compilep" "start" "end")) nil [55828 56779])
3247             ("prolog-old-process-predicate" function (:arguments ("compilep")) nil [56781 57015])
3248             ("prolog-old-process-buffer" function (:arguments ("compilep")) nil [57017 57222])
3249             ("prolog-old-process-file" function (:arguments ("compilep")) nil [57224 57697])
3250             ("prolog-consult-file" function (:user-visible-flag t) nil [57981 58192])
3251             ("prolog-consult-buffer" function (:user-visible-flag t) nil [58194 58395])
3252             ("prolog-consult-region" function
3253                (:user-visible-flag t
3254                 :arguments ("beg" "end"))
3255                 nil [58397 58645])
3256             ("prolog-consult-predicate" function (:user-visible-flag t) nil [58647 58885])
3257             ("prolog-compile-file" function (:user-visible-flag t) nil [58887 59094])
3258             ("prolog-compile-buffer" function (:user-visible-flag t) nil [59096 59293])
3259             ("prolog-compile-region" function
3260                (:user-visible-flag t
3261                 :arguments ("beg" "end"))
3262                 nil [59295 59539])
3263             ("prolog-compile-predicate" function (:user-visible-flag t) nil [59541 59775])
3264             ("prolog-buffer-module" function nil nil [59777 60870])
3265             ("prolog-build-prolog-command" function (:arguments ("compilep" "file" "buffername" "first-line")) nil [60872 63162])
3266             ("prolog-process-flag" variable nil nil [63260 63382])
3267             ("prolog-consult-compile-output" variable nil nil [63383 63486])
3268             ("prolog-consult-compile-first-line" variable (:default-value 1) nil [63487 63622])
3269             ("prolog-consult-compile-file" variable nil nil [63623 63722])
3270             ("prolog-consult-compile-real-file" variable nil nil [63723 63820])
3271             ("compilation-parse-errors-function" variable nil nil [63822 63864])
3272             ("prolog-consult-compile" function (:arguments ("compilep" "file" "first-line")) nil [63866 66797])
3273             ("compilation-error-list" variable nil nil [66799 66830])
3274             ("prolog-parse-sicstus-compilation-errors" function (:arguments ("limit")) nil [66832 68103])
3275             ("prolog-consult-compile-filter" function (:arguments ("process" "output")) nil [68105 72179])
3276             ("prolog-consult-compile-file" function (:arguments ("compilep")) nil [72181 72537])
3277             ("prolog-consult-compile-buffer" function (:arguments ("compilep")) nil [72539 72742])
3278             ("prolog-consult-compile-region" function (:arguments ("compilep" "beg" "end")) nil [72744 73246])
3279             ("prolog-consult-compile-predicate" function (:arguments ("compilep")) nil [73248 73491])
3280             ("prolog-font-lock-object-matcher" function (:arguments ("bound")) nil [73679 74396])
3281             ("prolog-face-name-p" function (:arguments ("facename")) nil [74398 74829])
3282             ("prolog-font-lock-keywords" function nil nil [74852 83897])
3283             ("prolog-find-unmatched-paren" function nil nil [83902 84097])
3284             ("prolog-paren-balance" function nil nil [84100 84379])
3285             ("prolog-electric--if-then-else" function nil nil [84381 85740])
3286             ("prolog-comment-limits" function nil nil [85764 89477])
3287             ("prolog-guess-fill-prefix" function nil nil [89479 90681])
3288             ("prolog-fill-paragraph" function (:user-visible-flag t) nil [90683 91750])
3289             ("prolog-do-auto-fill" function nil nil [91752 91986])
3290             ("defalias" code nil nil [91988 92202])
3291             ("prolog-help-function" variable (:default-value (quote ((mercury nil) (eclipse prolog-help-online) (sicstus prolog-find-documentation) (swi prolog-help-online) (t prolog-help-online)))) nil [92361 92644])
3292             ("put" code nil nil [92645 92696])
3293             ("prolog-help-on-predicate" function (:user-visible-flag t) nil [92698 93587])
3294             ("Info-goto-node" function
3295                (:prototype-flag t
3296                 :user-visible-flag t)
3297                 nil [93590 93629])
3298             ("declare-function" code nil nil [93630 93697])
3299             ("prolog-help-info" function (:arguments ("predicate")) nil [93699 94846])
3300             ("prolog-Info-follow-nearest-node" function nil nil [94848 94988])
3301             ("prolog-help-online" function (:arguments ("predicate")) nil [94990 95151])
3302             ("prolog-help-apropos" function
3303                (:user-visible-flag t
3304                 :arguments ("string"))
3305                 nil [95153 95576])
3306             ("prolog-atom-under-point" function nil nil [95578 96031])
3307             ("prolog-find-documentation" function (:user-visible-flag t) nil [96204 96403])
3308             ("prolog-info-alist" variable nil nil [96405 96527])
3309             ("prolog-goto-predicate-info" function
3310                (:user-visible-flag t
3311                 :arguments ("predicate"))
3312                 nil [96814 97477])
3313             ("prolog-read-predicate" function nil nil [97479 98210])
3314             ("prolog-build-info-alist" function (:arguments ("verbose")) nil [98212 100444])
3315             ("prolog-bsts" function (:arguments ("string")) nil [100752 101031])
3316             ("prolog-temporary-file" function nil nil [101359 101824])
3317             ("prolog-goto-prolog-process-buffer" function nil nil [101826 102001])
3318             ("declare-function" code nil nil [102003 102049])
3319             ("prolog-enable-sicstus-sd" function (:user-visible-flag t) nil [102051 102557])
3320             ("declare-function" code nil nil [102559 102637])
3321             ("prolog-disable-sicstus-sd" function (:user-visible-flag t) nil [102639 103008])
3322             ("prolog-toggle-sicstus-sd" function (:user-visible-flag t) nil [103010 103265])
3323             ("prolog-debug-on" function
3324                (:user-visible-flag t
3325                 :arguments ("arg"))
3326                 nil [103267 103622])
3327             ("prolog-debug-off" function (:user-visible-flag t) nil [103624 103859])
3328             ("prolog-trace-on" function
3329                (:user-visible-flag t
3330                 :arguments ("arg"))
3331                 nil [103861 104212])
3332             ("prolog-trace-off" function (:user-visible-flag t) nil [104214 104447])
3333             ("prolog-zip-on" function
3334                (:user-visible-flag t
3335                 :arguments ("arg"))
3336                 nil [104449 104970])
3337             ("prolog-zip-off" function (:user-visible-flag t) nil [104972 105227])
3338             ("prolog-get-predspec" function nil nil [106445 106963])
3339             ("or" code nil nil [107019 107647])
3340             ("prolog-pred-start" function nil nil [107649 108961])
3341             ("prolog-pred-end" function nil nil [108963 110747])
3342             ("prolog-clause-start" function (:arguments ("not-allow-methods")) nil [110749 113248])
3343             ("prolog-clause-end" function (:arguments ("not-allow-methods")) nil [113250 114242])
3344             ("prolog-clause-info" function nil nil [114244 115380])
3345             ("prolog-in-object" function nil nil [115382 115993])
3346             ("prolog-beginning-of-clause" function (:user-visible-flag t) nil [115995 116440])
3347             ("prolog-end-of-clause" function (:user-visible-flag t) nil [116609 117008])
3348             ("prolog-beginning-of-predicate" function (:user-visible-flag t) nil [117222 117891])
3349             ("prolog-end-of-predicate" function (:user-visible-flag t) nil [117893 118183])
3350             ("prolog-insert-predspec" function (:user-visible-flag t) nil [118185 118435])
3351             ("prolog-view-predspec" function (:user-visible-flag t) nil [118437 118677])
3352             ("prolog-insert-predicate-template" function (:user-visible-flag t) nil [118679 119210])
3353             ("prolog-insert-next-clause" function (:user-visible-flag t) nil [119212 119372])
3354             ("prolog-insert-module-modeline" function (:user-visible-flag t) nil [119374 119647])
3355             ("defalias" code nil nil [119649 119869])
3356             ("prolog-indent-predicate" function (:user-visible-flag t) nil [119871 120015])
3357             ("prolog-indent-buffer" function (:user-visible-flag t) nil [120017 120140])
3358             ("prolog-mark-clause" function (:user-visible-flag t) nil [120142 120445])
3359             ("prolog-mark-predicate" function (:user-visible-flag t) nil [120447 120750])
3360             ("prolog-electric--colon" function nil nil [120752 121421])
3361             ("prolog-electric--dash" function nil nil [121423 122087])
3362             ("prolog-electric--dot" function nil nil [122089 123818])
3363             ("prolog-electric--underscore" function nil nil [123820 124457])
3364             ("prolog-post-self-insert" function nil nil [124459 124721])
3365             ("prolog-find-term" function (:arguments ("functor" "arity" "prefix")) nil [124723 125836])
3366             ("prolog-variables-to-anonymous" function
3367                (:user-visible-flag t
3368                 :arguments ("beg" "end"))
3369                 nil [125838 126206])
3370             ("easy-menu-define" code nil nil [127773 128335])
3371             ("easy-menu-define" code nil nil [128337 131000])
3372             ("easy-menu-define" code nil nil [131002 132315])
3373             ("prolog-menu" function nil nil [132317 133037])
3374             ("easy-menu-define" code nil nil [133039 134633])
3375             ("prolog-inferior-menu" function nil nil [134636 134899])
3376             ("prolog-mode-version" function (:user-visible-flag t) nil [134901 135073])
3377             ("prolog" package nil nil [135075 135092]))          
3378       :file "prolog.el"
3379       :pointmax 135118
3380       :fsize 135120
3381       :lastmodtime '(23525 29603 0 0)
3382       :unmatched-syntax '((close-paren 12432 . 12433) (symbol 12333 . 12350) (open-paren 12332 . 12333) (close-paren 12291 . 12292) (symbol 12143 . 12160) (open-paren 12142 . 12143)))
3383     (semanticdb-table "semanticdb-table"
3384       :file "executable.el"
3385       :fsize 11927
3386       :lastmodtime '(23525 29600 0 0))
3387     (semanticdb-table "semanticdb-table"
3388       :major-mode emacs-lisp-mode
3389       :tags 
3390         '( ("pascal" customgroup (:user-visible-flag t) nil [2339 2505])
3391             ("pascal-mode-abbrev-table" variable nil nil [2507 2592])
3392             ("define-abbrev-table" code nil nil [2593 2643])
3393             ("pascal-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map ";" (quote electric-pascal-semi-or-dot)) (define-key map "." (quote electric-pascal-semi-or-dot)) (define-key map ":" (quote electric-pascal-colon)) (define-key map "=" (quote electric-pascal-equal)) (define-key map "#" (quote electric-pascal-hash)) (define-key map "\211" (quote completion-at-point)) (define-key map "\277" (quote completion-help-at-point)) (define-key map "" (quote backward-delete-char-untabify)) (define-key map "\210" (quote pascal-mark-defun)) (define-key map "" (quote pascal-insert-block)) (define-key map "\252" (quote pascal-star-comment)) (define-key map "" (quote pascal-comment-area)) (define-key map "" (quote pascal-uncomment-area)) (define-key map "\201" (quote pascal-beg-of-defun)) (define-key map "\205" (quote pascal-end-of-defun)) (define-key map "" (quote pascal-goto-defun)) (define-key map "" (quote pascal-outline-mode)) map)) nil [2645 4157])
3394             ("pascal-imenu-generic-expression" variable (:default-value (quote ((nil "^[     ]*\\(function\\|procedure\\)[     
3395 ]+\\([a-zA-Z0-9_.:]+\\)" 2)))) nil [4159 4348])
3396             ("pascal-keywords" variable (:default-value (quote ("and" "array" "begin" "case" "const" "div" "do" "downto" "else" "end" "file" "for" "function" "goto" "if" "in" "label" "mod" "nil" "not" "of" "or" "packed" "procedure" "program" "record" "repeat" "set" "then" "to" "type" "until" "var" "while" "with" "get" "put" "input" "output" "read" "readln" "reset" "rewrite" "write" "writeln"))) nil [4350 4796])
3397             ("pascal-symbol-re" variable
3398                (:constant-flag t
3399                 :default-value "\\<[a-zA-Z_][a-zA-Z_0-9.]*\\>")
3400                 nil [4861 4925])
3401             ("pascal-beg-block-re" variable
3402                (:constant-flag t
3403                 :default-value "\\<\\(begin\\|case\\|record\\|repeat\\)\\>")
3404                 nil [4926 5003])
3405             ("pascal-end-block-re" variable
3406                (:constant-flag t
3407                 :default-value "\\<\\(end\\|until\\)\\>")
3408                 nil [5004 5062])
3409             ("pascal-declaration-re" variable
3410                (:constant-flag t
3411                 :default-value "\\<\\(const\\|label\\|type\\|var\\)\\>")
3412                 nil [5063 5136])
3413             ("pascal-progbeg-re" variable
3414                (:constant-flag t
3415                 :default-value "\\<\\program\\>")
3416                 nil [5137 5187])
3417             ("pascal-defun-re" variable
3418                (:constant-flag t
3419                 :default-value "\\<\\(function\\|procedure\\|program\\)\\>")
3420                 nil [5188 5265])
3421             ("pascal-sub-block-re" variable
3422                (:constant-flag t
3423                 :default-value "\\<\\(if\\|else\\|for\\|while\\|with\\)\\>")
3424                 nil [5266 5343])
3425             ("pascal-noindent-re" variable
3426                (:constant-flag t
3427                 :default-value "\\<\\(begin\\|end\\|until\\|else\\)\\>")
3428                 nil [5344 5417])
3429             ("pascal-nosemi-re" variable
3430                (:constant-flag t
3431                 :default-value "\\<\\(begin\\|repeat\\|then\\|do\\|else\\)\\>")
3432                 nil [5418 5498])
3433             ("pascal-autoindent-lines-re" variable
3434                (:constant-flag t
3435                 :default-value "\\<\\(label\\|var\\|type\\|const\\|until\\|end\\|begin\\|repeat\\|else\\)\\>")
3436                 nil [5499 5617])
3437             ("pascal-exclude-str-start" variable
3438                (:constant-flag t
3439                 :default-value "{-----\\/----- EXCLUDED -----\\/-----")
3440                 nil [5679 5806])
3441             ("pascal-exclude-str-end" variable
3442                (:constant-flag t
3443                 :default-value " -----/\\----- EXCLUDED -----/\\-----}")
3444                 nil [5807 5927])
3445             ("pascal-mode-syntax-table" variable (:default-value (let ((st (make-syntax-table))) (modify-syntax-entry 92 "." st) (modify-syntax-entry 40 "()1" st) (modify-syntax-entry 41 ")(4" st) (modify-syntax-entry 42 ". 23" st) (modify-syntax-entry 47 ". 12c" st) (modify-syntax-entry 10 "> c" st) (modify-syntax-entry 123 "<" st) (modify-syntax-entry 125 ">" st) (modify-syntax-entry 43 "." st) (modify-syntax-entry 45 "." st) (modify-syntax-entry 61 "." st) (modify-syntax-entry 37 "." st) (modify-syntax-entry 60 "." st) (modify-syntax-entry 62 "." st) (modify-syntax-entry 38 "." st) (modify-syntax-entry 124 "." st) (modify-syntax-entry 95 "_" st) (modify-syntax-entry 39 "\"" st) st)) nil [5929 7038])
3446             ("pascal-font-lock-keywords" variable
3447                (:constant-flag t
3448                 :default-value (\` (("\\_<\\(function\\|pro\\(cedure\\|gram\\)\\)[     ]+\\([[:alpha:]][[:alnum:]_]*\\)" (1 font-lock-keyword-face) (3 font-lock-function-name-face)) ((\, (concat "\\_<\\(array\\|boolean\\|c\\(har\\|onst\\)\\|file\\|" "integer\\|re\\(al\\|cord\\)\\|type\\|var\\)\\_>")) . font-lock-type-face) ("\\_<\\(label\\|external\\|forward\\)\\_>" . font-lock-constant-face) ("\\_<\\([0-9]+\\)[     ]*:" 1 font-lock-function-name-face) (\, (concat "\\_<\\(" "and\\|begin\\|case\\|do\\|e\\(lse\\|nd\\)\\|for\\|i[fn]\\|" "not\\|o[fr]\\|repeat\\|t\\(hen\\|o\\)\\|until\\|w\\(hile\\|ith\\)" "\\)\\_>")) ("\\_<\\(goto\\)\\_>[     ]*\\([0-9]+\\)?" (1 font-lock-keyword-face) (2 font-lock-keyword-face t)))))
3449                 nil [7042 8130])
3450             ("pascal--syntax-propertize" variable
3451                (:constant-flag t
3452                 :default-value (syntax-propertize-rules ("/\\(\\*\\)" (1 ". 3b")) ("(\\(\\/\\)" (1 (prog1 ". 1c" (forward-char -1) nil))) ("''\\|\"\"" (0 (if (save-excursion (nth 3 (syntax-ppss (match-beginning 0)))) (string-to-syntax ".") (forward-char -1) nil)))))
3453                 nil [8132 8889])
3454             ("pascal-indent-level" variable (:default-value 3) nil [8891 9029])
3455             ("pascal-case-indent" variable (:default-value 2) nil [9031 9134])
3456             ("pascal-auto-newline" variable nil nil [9136 9349])
3457             ("pascal-indent-nested-functions" variable (:default-value t) nil [9351 9478])
3458             ("pascal-tab-always-indent" variable (:default-value t) nil [9480 9729])
3459             ("pascal-auto-endcomments" variable (:default-value t) nil [9731 10013])
3460             ("pascal-auto-lineup" variable (:default-value (quote (all))) nil [10015 10651])
3461             ("pascal-toggle-completions" variable nil nil [10653 10897])
3462             ("make-obsolete-variable" code nil nil [10898 11008])
3463             ("pascal-type-keywords" variable (:default-value (quote ("array" "file" "packed" "char" "integer" "real" "string" "record"))) nil [11010 11403])
3464             ("pascal-start-keywords" variable (:default-value (quote ("begin" "end" "function" "procedure" "repeat" "until" "while" "read" "readln" "reset" "rewrite" "write" "writeln"))) nil [11405 11879])
3465             ("pascal-separator-keywords" variable (:default-value (quote ("downto" "else" "mod" "div" "then"))) nil [11881 12275])
3466             ("pascal-declaration-end" function nil nil [12299 12624])
3467             ("pascal-declaration-beg" function nil nil [12627 12999])
3468             ("pascal-within-string" function nil nil [13002 13090])
3469             ("define-derived-mode" code nil nil [13108 16005])
3470             ("electric-pascal-terminate-line" function (:user-visible-flag t) nil [16042 17147])
3471             ("electric-pascal-semi-or-dot" function (:user-visible-flag t) nil [17150 17423])
3472             ("electric-pascal-colon" function (:user-visible-flag t) nil [17425 17795])
3473             ("electric-pascal-equal" function (:user-visible-flag t) nil [17797 18065])
3474             ("electric-pascal-hash" function (:user-visible-flag t) nil [18067 18356])
3475             ("electric-pascal-tab" function (:user-visible-flag t) nil [18358 18974])
3476             ("pascal--extra-indent" variable nil nil [19013 19044])
3477             ("pascal-insert-block" function (:user-visible-flag t) nil [19046 19323])
3478             ("pascal-star-comment" function (:user-visible-flag t) nil [19325 19605])
3479             ("pascal-mark-defun" function (:user-visible-flag t) nil [19607 19895])
3480             ("pascal-comment-area" function
3481                (:user-visible-flag t
3482                 :arguments ("start" "end"))
3483                 nil [19897 21093])
3484             ("pascal-uncomment-area" function (:user-visible-flag t) nil [21095 22311])
3485             ("pascal-beg-of-defun" function (:user-visible-flag t) nil [22313 23411])
3486             ("pascal-end-of-defun" function (:user-visible-flag t) nil [23413 24364])
3487             ("pascal-end-of-statement" function (:user-visible-flag t) nil [24366 25440])
3488             ("pascal-downcase-keywords" function (:user-visible-flag t) nil [25442 25583])
3489             ("pascal-upcase-keywords" function (:user-visible-flag t) nil [25585 25720])
3490             ("pascal-capitalize-keywords" function (:user-visible-flag t) nil [25722 25869])
3491             ("pascal-change-keywords" function (:arguments ("change-word")) nil [25917 26201])
3492             ("pascal-set-auto-comments" function nil nil [26234 27701])
3493             ("pascal-indent-alist" variable
3494                (:constant-flag t
3495                 :default-value (quote ((block + pascal--extra-indent pascal-indent-level) (case + pascal--extra-indent pascal-case-indent) (caseblock . pascal--extra-indent) (cpp . 0) (declaration + pascal--extra-indent pascal-indent-level) (paramlist pascal-indent-paramlist t) (comment pascal-indent-comment) (defun . pascal--extra-indent) (contexp . pascal--extra-indent) (unknown . pascal--extra-indent) (string . 0) (progbeg . 0))))
3496                 nil [27730 28209])
3497             ("pascal-indent-command" function nil nil [28211 28905])
3498             ("pascal-indent-line" function nil nil [28907 29926])
3499             ("pascal-calculate-indent" function nil nil [29928 33531])
3500             ("pascal-indent-level" function nil nil [33533 33919])
3501             ("pascal-indent-comment" function nil nil [33921 34134])
3502             ("pascal-indent-case" function nil nil [34136 35199])
3503             ("pascal-indent-paramlist" function (:arguments ("arg")) nil [35201 36042])
3504             ("pascal-indent-declaration" function (:arguments ("arg" "start" "end")) nil [36044 37579])
3505             ("pascal-get-lineup-indent" function (:arguments ("b" "e" "str")) nil [37707 38656])
3506             ("pascal-string-diff" function (:arguments ("str1" "str2")) nil [38681 39022])
3507             ("pascal-func-completion" function (:arguments ("type" "pascal-str")) nil [39208 40334])
3508             ("pascal-get-completion-decl" function (:arguments ("pascal-str")) nil [40336 41232])
3509             ("pascal-type-completion" function (:arguments ("pascal-str")) nil [41234 41939])
3510             ("pascal-var-completion" function (:arguments ("prefix")) nil [41941 43476])
3511             ("pascal-keyword-completion" function (:arguments ("keyword-list" "pascal-str")) nil [43479 43764])
3512             ("pascal-completion-cache" variable nil nil [44259 44295])
3513             ("pascal-completion" function (:arguments ("pascal-str" "pascal-pred" "pascal-flag")) nil [44297 46664])
3514             ("pascal-last-word-numb" variable nil nil [46666 46698])
3515             ("pascal-last-word-shown" variable nil nil [46699 46734])
3516             ("pascal-last-completions" variable nil nil [46735 46771])
3517             ("pascal-completions-at-point" function nil nil [46773 47007])
3518             ("define-obsolete-function-alias" code nil nil [47009 47093])
3519             ("define-obsolete-function-alias" code nil nil [47095 47187])
3520             ("pascal-get-default-symbol" function nil nil [47190 47472])
3521             ("pascal-build-defun-re" function (:arguments ("str" "arg")) nil [47474 47829])
3522             ("pascal-comp-defun" function (:arguments ("pascal-str" "pascal-pred" "pascal-flag")) nil [48338 49033])
3523             ("pascal-goto-defun" function (:user-visible-flag t) nil [49035 50222])
3524             ("pascal-outline-map" variable (:default-value (let ((map (make-sparse-keymap))) (if (fboundp (quote set-keymap-name)) (set-keymap-name pascal-outline-map (quote pascal-outline-map))) (define-key map "\201" (quote pascal-outline-prev-defun)) (define-key map "\205" (quote pascal-outline-next-defun)) (define-key map "" (quote pascal-outline-goto-defun)) (define-key map "" (quote pascal-show-all)) (define-key map "" (quote pascal-hide-other-defuns)) map)) nil [50259 50756])
3525             ("define-obsolete-function-alias" code nil nil [50758 50834])
3526             ("define-minor-mode" code nil nil [50835 51891])
3527             ("pascal-outline-change" function (:arguments ("b" "e" "hide")) nil [51893 52276])
3528             ("pascal-show-all" function (:user-visible-flag t) nil [52278 52414])
3529             ("pascal-hide-other-defuns" function (:user-visible-flag t) nil [52416 54219])
3530             ("pascal-outline-next-defun" function (:user-visible-flag t) nil [54221 54382])
3531             ("pascal-outline-prev-defun" function (:user-visible-flag t) nil [54384 54549])
3532             ("pascal-outline-goto-defun" function (:user-visible-flag t) nil [54551 54715])
3533             ("pascal" package nil nil [54717 54734]))          
3534       :file "pascal.el"
3535       :pointmax 54760
3536       :fsize 54759
3537       :lastmodtime '(23525 29602 0 0)
3538       :unmatched-syntax nil)
3539     (semanticdb-table "semanticdb-table"
3540       :major-mode emacs-lisp-mode
3541       :tags 
3542         '( ("ansi-color" include nil nil [12247 12268])
3543             ("cl-lib" include nil nil [12269 12286])
3544             ("comint" include nil nil [12287 12304])
3545             ("json" include nil nil [12305 12320])
3546             ("tramp-sh" include nil nil [12321 12340])
3547             ("view-return-to-alist" variable nil nil [12369 12398])
3548             ("compilation-error-regexp-alist" variable nil nil [12399 12438])
3549             ("outline-heading-end-regexp" variable nil nil [12439 12474])
3550             ("comint-mode" function (:prototype-flag t) nil [12476 12508])
3551             ("help-function-arglist" function (:prototype-flag t) nil [12509 12553])
3552             ("add-to-list" code nil nil [12570 12647])
3553             ("add-to-list" code nil nil [12663 12747])
3554             ("python" customgroup (:user-visible-flag t) nil [12749 12905])
3555             ("unless" code nil nil [12927 13001])
3556             ("python-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [remap backward-sentence] (quote python-nav-backward-block)) (define-key map [remap forward-sentence] (quote python-nav-forward-block)) (define-key map [remap backward-up-list] (quote python-nav-backward-up-list)) (define-key map [remap mark-defun] (quote python-mark-defun)) (define-key map "
3557 " (quote imenu)) (define-key map "" (quote python-indent-dedent-line-backspace)) (define-key map (kbd "<backtab>") (quote python-indent-dedent-line)) (define-key map "<" (quote python-indent-shift-left)) (define-key map ">" (quote python-indent-shift-right)) (define-key map "c" (quote python-skeleton-class)) (define-key map "d" (quote python-skeleton-def)) (define-key map "f" (quote python-skeleton-for)) (define-key map "i" (quote python-skeleton-if)) (define-key map "m" (quote python-skeleton-import)) (define-key map "t" (quote python-skeleton-try)) (define-key map "w" (quote python-skeleton-while)) (define-key map "" (quote run-python)) (define-key map "" (quote python-shell-send-string)) (define-key map "" (quote python-shell-send-region)) (define-key map "\230" (quote python-shell-send-defun)) (define-key map "" (quote python-shell-send-buffer)) (define-key map " " (quote python-shell-send-file)) (define-key map "" (quote python-shell-switch-to-shell)) (define-key map "" (quote python-check)) (define-key map "" (quote python-eldoc-at-point)) (define-key map "" (quote python-describe-at-point)) (substitute-key-definition (quote complete-symbol) (quote completion-at-point) map global-map) (easy-menu-define python-menu map "Python Mode menu" (\` ("Python" :help "Python-specific Features" ["Shift region left" python-indent-shift-left :active mark-active :help "Shift region left by a single indentation step"] ["Shift region right" python-indent-shift-right :active mark-active :help "Shift region right by a single indentation step"] "-" ["Start of def/class" beginning-of-defun :help "Go to start of outermost definition around point"] ["End of def/class" end-of-defun :help "Go to end of definition around point"] ["Mark def/class" mark-defun :help "Mark outermost definition around point"] ["Jump to def/class" imenu :help "Jump to a class or function definition"] "--" ("Skeletons") "---" ["Start interpreter" run-python :help "Run inferior Python process in a separate buffer"] ["Switch to shell" python-shell-switch-to-shell :help "Switch to running inferior Python process"] ["Eval string" python-shell-send-string :help "Eval string in inferior Python session"] ["Eval buffer" python-shell-send-buffer :help "Eval buffer in inferior Python session"] ["Eval region" python-shell-send-region :help "Eval region in inferior Python session"] ["Eval defun" python-shell-send-defun :help "Eval defun in inferior Python session"] ["Eval file" python-shell-send-file :help "Eval file in inferior Python session"] ["Debugger" pdb :help "Run pdb under GUD"] "----" ["Check file" python-check :help "Check file for errors"] ["Help on symbol" python-eldoc-at-point :help "Get help on symbol at point"] ["Complete symbol" completion-at-point :help "Complete symbol before point"]))) map)) nil [13019 16779])
3558             ("python-rx" function (:arguments ("regexps")) nil [20634 21045])
3559             ("python-rx-constituents" variable
3560                (:constant-flag t
3561                 :default-value (\` ((block-start \, (rx symbol-start (or "def" "class" "if" "elif" "else" "try" "except" "finally" "for" "while" "with" (and "async" (+ space) (or "def" "for" "with"))) symbol-end)) (dedenter \, (rx symbol-start (or "elif" "else" "except" "finally") symbol-end)) (block-ender \, (rx symbol-start (or "break" "continue" "pass" "raise" "return") symbol-end)) (decorator \, (rx line-start (* space) 64 (any letter 95) (* (any word 95)))) (defun \, (rx symbol-start (or "def" "class" (and "async" (+ space) "def")) symbol-end)) (if-name-main \, (rx line-start "if" (+ space) "__name__" (+ space) "==" (+ space) (any 39 34) "__main__" (any 39 34) (* space) 58)) (symbol-name \, (rx (any letter 95) (* (any word 95)))) (open-paren \, (rx (or "{" "[" "("))) (close-paren \, (rx (or "}" "]" ")"))) (simple-operator \, (rx (any 43 45 47 38 94 126 124 42 60 62 61 37))) (not-simple-operator \, (rx (not (any 43 45 47 38 94 126 124 42 60 62 61 37)))) (operator \, (rx (or "+" "-" "/" "&" "^" "~" "|" "*" "<" ">" "=" "%" "**" "//" "<<" ">>" "<=" "!=" "==" ">=" "is" "not"))) (assignment-operator \, (rx (or "=" "+=" "-=" "*=" "/=" "//=" "%=" "**=" ">>=" "<<=" "&=" "^=" "|="))) (string-delimiter \, (rx (and (or (not (any 92 39 34)) point (and (or (not (any 92)) point) 92 (* 92 92) (any 39 34))) (* 92 92) (group (or "\"" "\"\"\"" "'" "'''"))))) (coding-cookie \, (rx line-start 35 (* space) (or (: "coding" (or 58 61) (* space) (group-n 1 (+ (or word 45)))) (: "-*-" (* space) "coding:" (* space) (group-n 1 (+ (or word 45))) (* space) "-*-") (: "vim:" (* space) "set" (+ space) "fileencoding" (* space) 61 (* space) (group-n 1 (+ (or word 45))) (* space) ":")))))))
3562                 nil [16830 20630])
3563             ("python-syntax--context-compiler-macro" function (:arguments ("form" "type" "syntax-ppss")) nil [21096 21500])
3564             ("python-syntax-context" function (:arguments ("type" "syntax-ppss")) nil [21503 21997])
3565             ("python-syntax-context-type" function (:arguments ("syntax-ppss")) nil [21999 22302])
3566             ("python-syntax-comment-or-string-p" function (:arguments ("ppss")) nil [22304 22455])
3567             ("python-syntax-closing-paren-p" function nil nil [22457 22650])
3568             ("define-obsolete-function-alias" code nil nil [22652 22743])
3569             ("define-obsolete-function-alias" code nil nil [22745 22846])
3570             ("define-obsolete-function-alias" code nil nil [22848 22965])
3571             ("python-font-lock-syntactic-face-function" function (:arguments ("state")) nil [22967 23212])
3572             ("python-font-lock-keywords" variable (:default-value (\` ((\, (rx symbol-start (or "and" "del" "from" "not" "while" "as" "elif" "global" "or" "with" "assert" "else" "if" "pass" "yield" "break" "except" "import" "class" "in" "raise" "continue" "finally" "is" "return" "def" "for" "lambda" "try" "print" "exec" "nonlocal" (and "async" (+ space) (or "def" "for" "with")) "await" "self") symbol-end)) ((\, (rx symbol-start "def" (1+ space) (group (1+ (or word 95))))) (1 font-lock-function-name-face)) ((\, (rx symbol-start "class" (1+ space) (group (1+ (or word 95))))) (1 font-lock-type-face)) ((\, (rx symbol-start (or "Ellipsis" "False" "None" "NotImplemented" "True" "__debug__" "copyright" "credits" "exit" "license" "quit") symbol-end)) . font-lock-constant-face) ((\, (rx line-start (* (any "     ")) (group "@" (1+ (or word 95)) (0+ "." (1+ (or word 95)))))) (1 font-lock-type-face)) ((\, (rx symbol-start (or "ArithmeticError" "AssertionError" "AttributeError" "BaseException" "BufferError" "BytesWarning" "DeprecationWarning" "EOFError" "EnvironmentError" "Exception" "FloatingPointError" "FutureWarning" "GeneratorExit" "IOError" "ImportError" "ImportWarning" "IndentationError" "IndexError" "KeyError" "KeyboardInterrupt" "LookupError" "MemoryError" "NameError" "NotImplementedError" "OSError" "OverflowError" "PendingDeprecationWarning" "ReferenceError" "RuntimeError" "RuntimeWarning" "StopIteration" "SyntaxError" "SyntaxWarning" "SystemError" "SystemExit" "TabError" "TypeError" "UnboundLocalError" "UnicodeDecodeError" "UnicodeEncodeError" "UnicodeError" "UnicodeTranslateError" "UnicodeWarning" "UserWarning" "ValueError" "Warning" "ZeroDivisionError" "StandardError" "BlockingIOError" "BrokenPipeError" "ChildProcessError" "ConnectionAbortedError" "ConnectionError" "ConnectionRefusedError" "ConnectionResetError" "FileExistsError" "FileNotFoundError" "InterruptedError" "IsADirectoryError" "NotADirectoryError" "PermissionError" "ProcessLookupError" "RecursionError" "ResourceWarning" "StopAsyncIteration" "TimeoutError" "VMSError" "WindowsError") symbol-end)) . font-lock-type-face) ((\, (rx symbol-start (or "abs" "all" "any" "bin" "bool" "callable" "chr" "classmethod" "compile" "complex" "delattr" "dict" "dir" "divmod" "enumerate" "eval" "filter" "float" "format" "frozenset" "getattr" "globals" "hasattr" "hash" "help" "hex" "id" "input" "int" "isinstance" "issubclass" "iter" "len" "list" "locals" "map" "max" "memoryview" "min" "next" "object" "oct" "open" "ord" "pow" "print" "property" "range" "repr" "reversed" "round" "set" "setattr" "slice" "sorted" "staticmethod" "str" "sum" "super" "tuple" "type" "vars" "zip" "__import__" "basestring" "cmp" "execfile" "file" "long" "raw_input" "reduce" "reload" "unichr" "unicode" "xrange" "apply" "buffer" "coerce" "intern" "ascii" "bytearray" "bytes" "exec" "__all__" "__doc__" "__name__" "__package__") symbol-end)) . font-lock-builtin-face) ((\, (lambda (limit) (let ((re (python-rx (group (+ (any word 46 95))) (32 91 (+ (not (any 93))) 93) (* space) assignment-operator)) (res nil)) (while (and (setq res (re-search-forward re limit t)) (or (python-syntax-context (quote paren)) (equal (char-after (point)) 61)))) res))) (1 font-lock-variable-name-face nil nil)) ((\, (lambda (limit) (let ((re (python-rx (group (+ (any word 46 95))) (* space) (* 44 (* space) (+ (any word 46 95)) (* space)) 44 (* space) (+ (any word 46 95)) (* space) assignment-operator)) (res nil)) (while (and (setq res (re-search-forward re limit t)) (goto-char (match-end 1)) (python-syntax-context (quote paren)))) res))) (1 font-lock-variable-name-face nil nil))))) nil [23214 28663])
3573             ("python-syntax-propertize-function" variable
3574                (:constant-flag t
3575                 :default-value (syntax-propertize-rules ((python-rx string-delimiter) (0 (ignore (python-syntax-stringify))))))
3576                 nil [28665 28814])
3577             ("python-prettify-symbols-alist" variable (:default-value (quote (("lambda" . 955) ("and" . 8743) ("or" . 8744)))) nil [28816 28966])
3578             ("define-obsolete-variable-alias" code nil nil [28968 29072])
3579             ("python-syntax-count-quotes" function (:arguments ("quote-char" "point" "limit")) nil [29074 29541])
3580             ("python-syntax-stringify" function nil nil [29543 31173])
3581             ("python-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table))) (let ((symbol (string-to-syntax "_")) (sst (standard-syntax-table))) (dotimes (i 128) (unless (= i 95) (if (equal symbol (aref sst i)) (modify-syntax-entry i "." table))))) (modify-syntax-entry 36 "." table) (modify-syntax-entry 37 "." table) (modify-syntax-entry 35 "<" table) (modify-syntax-entry 10 ">" table) (modify-syntax-entry 39 "\"" table) (modify-syntax-entry 96 "$" table) table)) nil [31175 31888])
3582             ("python-dotty-syntax-table" variable (:default-value (let ((table (make-syntax-table python-mode-syntax-table))) (modify-syntax-entry 46 "w" table) (modify-syntax-entry 95 "w" table) table)) nil [31890 32170])
3583             ("define-obsolete-variable-alias" code nil nil [32191 32269])
3584             ("python-indent-offset" variable (:default-value 4) nil [32271 32400])
3585             ("define-obsolete-variable-alias" code nil nil [32402 32499])
3586             ("python-indent-guess-indent-offset" variable (:default-value t) nil [32501 32669])
3587             ("python-indent-guess-indent-offset-verbose" variable (:default-value t) nil [32671 32865])
3588             ("python-indent-trigger-commands" variable (:default-value (quote (indent-for-tab-command yas-expand yas/expand))) nil [32867 33062])
3589             ("python-indent-def-block-scale" variable (:default-value 2) nil [33064 33227])
3590             ("python-indent-current-level" variable nil nil [33229 33315])
3591             ("python-indent-levels" variable (:default-value (quote (0))) nil [33317 33399])
3592             ("make-obsolete-variable" code nil nil [33401 33758])
3593             ("make-obsolete-variable" code nil nil [33760 34110])
3594             ("python-indent-guess-indent-offset" function (:user-visible-flag t) nil [34112 35721])
3595             ("python-indent-context" function nil nil [35723 44353])
3596             ("python-indent--calculate-indentation" function nil nil [44355 46938])
3597             ("python-indent--calculate-levels" function (:arguments ("indentation")) nil [46940 47429])
3598             ("python-indent--previous-level" function (:arguments ("levels" "indentation")) nil [47431 47781])
3599             ("python-indent-calculate-indentation" function (:arguments ("previous")) nil [47783 48298])
3600             ("python-indent-line" function (:arguments ("previous")) nil [48300 49071])
3601             ("python-indent-calculate-levels" function nil nil [49073 49232])
3602             ("python-indent-line-function" function nil nil [49234 49600])
3603             ("python-indent-dedent-line" function (:user-visible-flag t) nil [49602 49858])
3604             ("python-indent-dedent-line-backspace" function
3605                (:user-visible-flag t
3606                 :arguments ("arg"))
3607                 nil [49860 50141])
3608             ("put" code nil nil [50143 50214])
3609             ("python-indent-region" function (:arguments ("start" "end")) nil [50216 52112])
3610             ("python-indent-shift-left" function
3611                (:user-visible-flag t
3612                 :arguments ("start" "end" "count"))
3613                 nil [52114 53142])
3614             ("python-indent-shift-right" function
3615                (:user-visible-flag t
3616                 :arguments ("start" "end" "count"))
3617                 nil [53144 53788])
3618             ("python-indent-post-self-insert-function" function nil nil [53790 56132])
3619             ("python-mark-defun" function
3620                (:user-visible-flag t
3621                 :arguments ("allow-extend"))
3622                 nil [56146 56619])
3623             ("python-nav-beginning-of-defun-regexp" variable (:default-value (python-rx line-start (* space) defun (+ space) (group symbol-name))) nil [56639 56888])
3624             ("python-nav--beginning-of-defun" function (:arguments ("arg")) nil [56890 58893])
3625             ("python-nav-beginning-of-defun" function (:arguments ("arg")) nil [58895 59625])
3626             ("python-nav-end-of-defun" function (:user-visible-flag t) nil [59627 60393])
3627             ("python-nav--syntactically" function (:arguments ("fn" "poscompfn" "contextfn")) nil [60395 61618])
3628             ("python-nav--forward-defun" function (:arguments ("arg")) nil [61620 62445])
3629             ("python-nav-backward-defun" function
3630                (:user-visible-flag t
3631                 :arguments ("arg"))
3632                 nil [62447 62696])
3633             ("python-nav-forward-defun" function
3634                (:user-visible-flag t
3635                 :arguments ("arg"))
3636                 nil [62698 62941])
3637             ("python-nav-beginning-of-statement" function (:user-visible-flag t) nil [62943 63570])
3638             ("python-nav-end-of-statement" function
3639                (:user-visible-flag t
3640                 :arguments ("noend"))
3641                 nil [63572 65838])
3642             ("python-nav-backward-statement" function
3643                (:user-visible-flag t
3644                 :arguments ("arg"))
3645                 nil [65840 66075])
3646             ("python-nav-forward-statement" function
3647                (:user-visible-flag t
3648                 :arguments ("arg"))
3649                 nil [66077 66613])
3650             ("python-nav-beginning-of-block" function (:user-visible-flag t) nil [66615 67587])
3651             ("python-nav-end-of-block" function (:user-visible-flag t) nil [67589 68189])
3652             ("python-nav-backward-block" function
3653                (:user-visible-flag t
3654                 :arguments ("arg"))
3655                 nil [68191 68418])
3656             ("python-nav-forward-block" function
3657                (:user-visible-flag t
3658                 :arguments ("arg"))
3659                 nil [68420 69372])
3660             ("python-nav--lisp-forward-sexp" function (:arguments ("arg")) nil [69374 69749])
3661             ("python-nav--lisp-forward-sexp-safe" function (:arguments ("arg")) nil [69751 70452])
3662             ("python-nav--forward-sexp" function (:arguments ("dir" "safe" "skip-parens-p")) nil [70454 75379])
3663             ("python-nav-forward-sexp" function
3664                (:user-visible-flag t
3665                 :arguments ("arg" "safe" "skip-parens-p"))
3666                 nil [75381 76948])
3667             ("python-nav-backward-sexp" function
3668                (:user-visible-flag t
3669                 :arguments ("arg" "safe" "skip-parens-p"))
3670                 nil [76950 77500])
3671             ("python-nav-forward-sexp-safe" function
3672                (:user-visible-flag t
3673                 :arguments ("arg" "skip-parens-p"))
3674                 nil [77502 77929])
3675             ("python-nav-backward-sexp-safe" function
3676                (:user-visible-flag t
3677                 :arguments ("arg" "skip-parens-p"))
3678                 nil [77931 78360])
3679             ("python-nav--up-list" function (:arguments ("dir")) nil [78362 79945])
3680             ("python-nav-up-list" function
3681                (:user-visible-flag t
3682                 :arguments ("arg"))
3683                 nil [79947 80405])
3684             ("python-nav-backward-up-list" function
3685                (:user-visible-flag t
3686                 :arguments ("arg"))
3687                 nil [80407 80760])
3688             ("python-nav-if-name-main" function (:user-visible-flag t) nil [80762 81674])
3689             ("python-shell-buffer-name" variable (:default-value "Python") nil [81701 81844])
3690             ("python-shell-interpreter" variable (:default-value "python") nil [81846 81966])
3691             ("python-shell-internal-buffer-name" variable (:default-value "Python Internal") nil [81968 82142])
3692             ("python-shell-interpreter-args" variable (:default-value "-i") nil [82144 82273])
3693             ("python-shell-interpreter-interactive-arg" variable (:default-value "-i") nil [82275 82425])
3694             ("python-shell-prompt-detect-enabled" variable (:default-value t) nil [82427 82586])
3695             ("python-shell-prompt-detect-failure-warning" variable (:default-value t) nil [82588 82758])
3696             ("python-shell-prompt-input-regexps" variable (:default-value (quote (">>> " "\\.\\.\\. " "In \\[[0-9]+\\]: " "   \\.\\.\\.: " "In : " "\\.\\.\\.: "))) nil [82760 83220])
3697             ("python-shell-prompt-output-regexps" variable (:default-value (quote ("" "Out\\[[0-9]+\\]: " "Out :"))) nil [83222 83524])
3698             ("python-shell-prompt-regexp" variable (:default-value ">>> ") nil [83526 83711])
3699             ("python-shell-prompt-block-regexp" variable (:default-value "\\.\\.\\. ") nil [83713 83906])
3700             ("python-shell-prompt-output-regexp" variable nil nil [83908 84087])
3701             ("python-shell-prompt-pdb-regexp" variable (:default-value "[(<]*[Ii]?[Pp]db[>)]+ ") nil [84089 84290])
3702             ("define-obsolete-variable-alias" code nil nil [84292 84395])
3703             ("python-shell-font-lock-enable" variable (:default-value t) nil [84397 84639])
3704             ("python-shell-unbuffered" variable (:default-value t) nil [84641 84878])
3705             ("python-shell-process-environment" variable nil nil [84880 85302])
3706             ("python-shell-extra-pythonpaths" variable nil nil [85304 85699])
3707             ("python-shell-exec-path" variable nil nil [85701 86077])
3708             ("python-shell-remote-exec-path" variable nil nil [86079 86595])
3709             ("define-obsolete-variable-alias" code nil nil [86597 86698])
3710             ("python-shell-virtualenv-root" variable nil nil [86700 86963])
3711             ("python-shell-setup-codes" variable nil nil [86965 87104])
3712             ("python-shell-compilation-regexp-alist" variable (:default-value (\` (((\, (rx line-start (1+ (any "     ")) "File \"" (group (1+ (not (any "\"<")))) "\", line " (group (1+ digit)))) 1 2) ((\, (rx " in file " (group (1+ not-newline)) " on line " (group (1+ digit)))) 1 2) ((\, (rx line-start "> " (group (1+ (not (any "(\"<")))) "(" (group (1+ digit)) ")" (1+ (not (any "("))) "()")) 1 2)))) nil [87106 87648])
3713             ("python-shell--add-to-path-with-priority" function (:arguments ("pathvar" "paths")) nil [87650 87917])
3714             ("python-shell-calculate-pythonpath" function nil nil [87919 88285])
3715             ("python-shell-calculate-process-environment" function nil nil [88287 89501])
3716             ("python-shell-calculate-exec-path" function nil nil [89503 90556])
3717             ("python-shell-tramp-refresh-remote-path" function (:arguments ("vec" "paths")) nil [90558 90937])
3718             ("python-shell-tramp-refresh-process-environment" function (:arguments ("vec" "env")) nil [90939 92134])
3719             ("python-shell-with-environment" function (:arguments ("body")) nil [92136 94185])
3720             ("python-shell--prompt-calculated-input-regexp" variable nil nil [94187 94399])
3721             ("python-shell--block-prompt" variable nil nil [94401 94583])
3722             ("python-shell--prompt-calculated-output-regexp" variable nil nil [94585 94787])
3723             ("python-shell-prompt-detect" function nil nil [94789 98863])
3724             ("python-shell-prompt-validate-regexps" function nil nil [98865 99906])
3725             ("python-shell-prompt-set-calculated-regexps" function nil nil [99908 102705])
3726             ("python-shell-get-process-name" function (:arguments ("dedicated")) nil [102707 103082])
3727             ("python-shell-internal-get-process-name" function nil nil [103084 103358])
3728             ("python-shell-calculate-command" function nil nil [103360 103731])
3729             ("define-obsolete-function-alias" code nil nil [103733 103837])
3730             ("python-shell--package-depth" variable (:default-value 10) nil [103839 103878])
3731             ("python-shell-package-enable" function
3732                (:user-visible-flag t
3733                 :arguments ("directory" "package"))
3734                 nil [103880 104663])
3735             ("python-shell-accept-process-output" function (:arguments ("process" "timeout" "regexp")) nil [104665 105649])
3736             ("python-shell-comint-end-of-output-p" function (:arguments ("output")) nil [105651 106099])
3737             ("define-obsolete-function-alias" code nil nil [106101 106209])
3738             ("python-comint-postoutput-scroll-to-bottom" function (:arguments ("output")) nil [106211 106582])
3739             ("python-shell--parent-buffer" variable nil nil [106584 106624])
3740             ("python-shell-with-shell-buffer" function (:arguments ("body")) nil [106626 107054])
3741             ("python-shell--font-lock-buffer" variable nil nil [107056 107099])
3742             ("python-shell-font-lock-get-or-create-buffer" function nil nil [107101 107510])
3743             ("python-shell-font-lock-kill-buffer" function nil nil [107512 107848])
3744             ("python-shell-font-lock-with-font-lock-buffer" function (:arguments ("body")) nil [107850 108709])
3745             ("python-shell-font-lock-cleanup-buffer" function (:user-visible-flag t) nil [108711 109043])
3746             ("python-shell-font-lock-comint-output-filter-function" function (:arguments ("output")) nil [109045 109749])
3747             ("python-shell-font-lock-post-command-hook" function nil nil [109751 111799])
3748             ("python-shell-font-lock-turn-on" function
3749                (:user-visible-flag t
3750                 :arguments ("msg"))
3751                 nil [111801 112493])
3752             ("python-shell-font-lock-turn-off" function
3753                (:user-visible-flag t
3754                 :arguments ("msg"))
3755                 nil [112495 113422])
3756             ("python-shell-font-lock-toggle" function
3757                (:user-visible-flag t
3758                 :arguments ("msg"))
3759                 nil [113424 113890])
3760             ("python-shell--first-prompt-received-output-buffer" variable nil nil [113892 113954])
3761             ("python-shell--first-prompt-received" variable nil nil [113955 114003])
3762             ("python-shell-first-prompt-hook" variable nil nil [114005 114430])
3763             ("python-shell-comint-watch-for-first-prompt-output-filter" function (:arguments ("output")) nil [114432 115519])
3764             ("python-shell--interpreter" variable nil nil [115694 115728])
3765             ("python-shell--interpreter-args" variable nil nil [115729 115768])
3766             ("define-derived-mode" code nil nil [115770 118831])
3767             ("python-shell-make-comint" function (:arguments ("cmd" "proc-name" "show" "internal")) nil [118833 120797])
3768             ("run-python" function
3769                (:user-visible-flag t
3770                 :arguments ("cmd" "dedicated" "show"))
3771                 nil [120814 122015])
3772             ("run-python-internal" function nil nil [122017 122953])
3773             ("python-shell-get-buffer" function nil nil [122955 123753])
3774             ("python-shell-get-process" function nil nil [123755 123894])
3775             ("python-shell-get-process-or-error" function (:arguments ("interactivep")) nil [123896 124496])
3776             ("python-shell-get-or-create-process" function (:arguments ("cmd" "dedicated" "show")) nil [124498 125214])
3777             ("make-obsolete" code nil nil [125216 125351])
3778             ("python-shell-internal-buffer" variable nil nil [125353 125554])
3779             ("python-shell-internal-last-output" variable nil nil [125556 125752])
3780             ("python-shell-internal-get-or-create-process" function nil nil [125754 126022])
3781             ("define-obsolete-function-alias" code nil nil [126024 126123])
3782             ("define-obsolete-variable-alias" code nil nil [126125 126211])
3783             ("define-obsolete-variable-alias" code nil nil [126213 126314])
3784             ("python-shell--save-temp-file" function (:arguments ("string")) nil [126316 126767])
3785             ("python-shell-send-string" function
3786                (:user-visible-flag t
3787                 :arguments ("string" "process" "msg"))
3788                 nil [126769 127622])
3789             ("python-shell-output-filter-in-progress" variable nil nil [127624 127675])
3790             ("python-shell-output-filter-buffer" variable nil nil [127676 127722])
3791             ("python-shell-output-filter" function (:arguments ("string")) nil [127724 128957])
3792             ("python-shell-send-string-no-output" function (:arguments ("string" "process")) nil [128959 129864])
3793             ("python-shell-internal-send-string" function (:arguments ("string")) nil [129866 130451])
3794             ("define-obsolete-function-alias" code nil nil [130453 130550])
3795             ("define-obsolete-function-alias" code nil nil [130552 130648])
3796             ("python-shell-buffer-substring" function (:arguments ("start" "end" "nomain")) nil [130650 133970])
3797             ("python-shell-send-region" function
3798                (:user-visible-flag t
3799                 :arguments ("start" "end" "send-main" "msg"))
3800                 nil [133972 134950])
3801             ("python-shell-send-buffer" function
3802                (:user-visible-flag t
3803                 :arguments ("send-main" "msg"))
3804                 nil [134952 135592])
3805             ("python-shell-send-defun" function
3806                (:user-visible-flag t
3807                 :arguments ("arg" "msg"))
3808                 nil [135594 136486])
3809             ("python-shell-send-file" function
3810                (:user-visible-flag t
3811                 :arguments ("file-name" "process" "temp-file-name" "delete" "msg"))
3812                 nil [136488 138263])
3813             ("python-shell-switch-to-shell" function
3814                (:user-visible-flag t
3815                 :arguments ("msg"))
3816                 nil [138265 138620])
3817             ("python-shell-send-setup-code" function nil nil [138622 139302])
3818             ("add-hook" code nil nil [139304 139387])
3819             ("python-shell-completion-setup-code" variable (:default-value "
3820 def __PYTHON_EL_get_completions(text):
3821     completions = []
3822     completer = None
3823
3824     try:
3825         import readline
3826
3827         try:
3828             import __builtin__
3829         except ImportError:
3830             # Python 3
3831             import builtins as __builtin__
3832         builtins = dir(__builtin__)
3833
3834         is_ipython = ('__IPYTHON__' in builtins or
3835                       '__IPYTHON__active' in builtins)
3836         splits = text.split()
3837         is_module = splits and splits[0] in ('from', 'import')
3838
3839         if is_ipython and is_module:
3840             from IPython.core.completerlib import module_completion
3841             completions = module_completion(text.strip())
3842         elif is_ipython and '__IP' in builtins:
3843             completions = __IP.complete(text)
3844         elif is_ipython and 'get_ipython' in builtins:
3845             completions = get_ipython().Completer.all_completions(text)
3846         else:
3847             # Try to reuse current completer.
3848             completer = readline.get_completer()
3849             if not completer:
3850                 # importing rlcompleter sets the completer, use it as a
3851                 # last resort to avoid breaking customizations.
3852                 import rlcompleter
3853                 completer = readline.get_completer()
3854             if getattr(completer, 'PYTHON_EL_WRAPPED', False):
3855                 completer.print_mode = False
3856             i = 0
3857             while True:
3858                 completion = completer(text, i)
3859                 if not completion:
3860                     break
3861                 i += 1
3862                 completions.append(completion)
3863     except:
3864         pass
3865     finally:
3866         if getattr(completer, 'PYTHON_EL_WRAPPED', False):
3867             completer.print_mode = True
3868     return completions") nil [139413 141288])
3869             ("define-obsolete-variable-alias" code nil nil [141290 141475])
3870             ("define-obsolete-variable-alias" code nil nil [141477 141649])
3871             ("python-shell-completion-string-code" variable (:default-value "';'.join(__PYTHON_EL_get_completions('''%s'''))") nil [141651 141967])
3872             ("python-shell-completion-native-disabled-interpreters" variable (:default-value (if (eq system-type (quote windows-nt)) (quote ("")) (quote ("pypy" "ipython")))) nil [141969 142434])
3873             ("python-shell-completion-native-enable" variable (:default-value t) nil [142436 142567])
3874             ("python-shell-completion-native-output-timeout" variable (:default-value 5.0) nil [142569 142731])
3875             ("python-shell-completion-native-try-output-timeout" variable (:default-value 1.0) nil [142733 142898])
3876             ("python-shell-completion-native-redirect-buffer" variable (:default-value " *Python completions redirect*") nil [142900 143053])
3877             ("python-shell-completion-native-interpreter-disabled-p" function nil nil [143055 143392])
3878             ("python-shell-completion-native-try" function nil nil [143394 143768])
3879             ("python-shell-completion-native-setup" function nil nil [143770 149076])
3880             ("python-shell-completion-native-turn-off" function
3881                (:user-visible-flag t
3882                 :arguments ("msg"))
3883                 nil [149078 149440])
3884             ("python-shell-completion-native-turn-on" function
3885                (:user-visible-flag t
3886                 :arguments ("msg"))
3887                 nil [149442 149770])
3888             ("python-shell-completion-native-turn-on-maybe" function
3889                (:user-visible-flag t
3890                 :arguments ("msg"))
3891                 nil [149772 150900])
3892             ("python-shell-completion-native-turn-on-maybe-with-msg" function nil nil [150902 151093])
3893             ("add-hook" code nil nil [151095 151203])
3894             ("python-shell-completion-native-toggle" function
3895                (:user-visible-flag t
3896                 :arguments ("msg"))
3897                 nil [151205 151607])
3898             ("python-shell-completion-native-get-completions" function (:arguments ("process" "import" "input")) nil [151609 154640])
3899             ("python-shell-completion-get-completions" function (:arguments ("process" "import" "input")) nil [154642 155343])
3900             ("python-shell-completion-at-point" function (:arguments ("process")) nil [155345 158327])
3901             ("define-obsolete-function-alias" code nil nil [158329 158451])
3902             ("python-shell-completion-complete-or-indent" function (:user-visible-flag t) nil [158453 158862])
3903             ("python-pdbtrack-activate" variable (:default-value t) nil [158893 159034])
3904             ("python-pdbtrack-stacktrace-info-regexp" variable (:default-value "> \\([^\"(<]+\\)(\\([0-9]+\\))\\([?a-zA-Z0-9_<>]+\\)()") nil [159036 159312])
3905             ("python-pdbtrack-tracked-buffer" variable nil nil [159314 159506])
3906             ("python-pdbtrack-buffers-to-kill" variable nil nil [159508 159611])
3907             ("python-pdbtrack-set-tracked-buffer" function (:arguments ("file-name")) nil [159613 160575])
3908             ("python-pdbtrack-comint-output-filter-function" function (:arguments ("output")) nil [160577 163441])
3909             ("python-completion-at-point" function nil nil [163468 163844])
3910             ("define-obsolete-function-alias" code nil nil [163846 163956])
3911             ("python-fill-comment-function" variable (:default-value (quote python-fill-comment)) nil [163980 164176])
3912             ("python-fill-string-function" variable (:default-value (quote python-fill-string)) nil [164178 164370])
3913             ("python-fill-decorator-function" variable (:default-value (quote python-fill-decorator)) nil [164372 164576])
3914             ("python-fill-paren-function" variable (:default-value (quote python-fill-paren)) nil [164578 164766])
3915             ("python-fill-docstring-style" variable (:default-value (quote pep-257)) nil [164768 166488])
3916             ("python-fill-paragraph" function
3917                (:user-visible-flag t
3918                 :arguments ("justify"))
3919                 nil [166490 167755])
3920             ("python-fill-comment" function (:arguments ("justify")) nil [167757 167957])
3921             ("python-fill-string" function (:arguments ("justify")) nil [167959 170929])
3922             ("python-fill-decorator" function (:arguments ("_justify")) nil [170931 171105])
3923             ("python-fill-paren" function (:arguments ("justify")) nil [171107 172243])
3924             ("define-obsolete-variable-alias" code nil nil [172262 172353])
3925             ("python-skeleton-autoinsert" variable nil nil [172355 172605])
3926             ("python-skeleton-available" variable (:default-value (quote nil)) nil [172607 172687])
3927             ("define-abbrev-table" code nil nil [172689 173088])
3928             ("python-skeleton-define" function (:arguments ("name" "doc" "skel")) nil [173090 173784])
3929             ("define-abbrev-table" code nil nil [173786 173922])
3930             ("python-define-auxiliary-skeleton" function (:arguments ("name" "doc" "skel")) nil [173924 174690])
3931             ("python-define-auxiliary-skeleton" code nil nil [174692 174731])
3932             ("python-define-auxiliary-skeleton" code nil nil [174733 174774])
3933             ("python-define-auxiliary-skeleton" code nil nil [174776 174818])
3934             ("python-skeleton-define" code nil nil [174820 174993])
3935             ("python-skeleton-define" code nil nil [174995 175107])
3936             ("python-skeleton-define" code nil nil [175109 175222])
3937             ("python-skeleton-define" code nil nil [175224 175357])
3938             ("python-skeleton-define" code nil nil [175359 175583])
3939             ("python-skeleton-define" code nil nil [175585 175828])
3940             ("python-skeleton-define" code nil nil [175830 176062])
3941             ("python-skeleton-add-menu-items" function nil nil [176064 176425])
3942             ("python-ffap-setup-code" variable (:default-value "
3943 def __FFAP_get_module_path(objstr):
3944     try:
3945         import inspect
3946         import os.path
3947         # NameError exceptions are delayed until this point.
3948         obj = eval(objstr)
3949         module = inspect.getmodule(obj)
3950         filename = module.__file__
3951         ext = os.path.splitext(filename)[1]
3952         if ext in ('.pyc', '.pyo'):
3953             # Point to the source file.
3954             filename = filename[:-1]
3955         if os.path.exists(filename):
3956             return filename
3957         return ''
3958     except:
3959         return ''") nil [176438 177072])
3960             ("python-ffap-string-code" variable (:default-value "__FFAP_get_module_path('''%s''')") nil [177074 177243])
3961             ("python-ffap-module-path" function (:arguments ("module")) nil [177245 177898])
3962             ("ffap-alist" variable nil nil [177900 177919])
3963             ("eval-after-load" code nil nil [177921 178093])
3964             ("python-check-command" variable (:default-value (or (executable-find "pyflakes") (executable-find "epylint") "install pyflakes, pylint or something else")) nil [178113 178340])
3965             ("python-check-buffer-name" variable (:default-value "*Python check: %s*") nil [178342 178475])
3966             ("python-check-custom-command" variable nil nil [178477 178535])
3967             ("make-variable-buffer-local" code nil nil [178592 178649])
3968             ("python-check" function
3969                (:user-visible-flag t
3970                 :arguments ("command"))
3971                 nil [178651 179619])
3972             ("python-eldoc-setup-code" variable (:default-value "def __PYDOC_get_help(obj):
3973     try:
3974         import inspect
3975         try:
3976             str_type = basestring
3977             argspec_function = inspect.getargspec
3978         except NameError:
3979             str_type = str
3980             argspec_function = inspect.getfullargspec
3981         if isinstance(obj, str_type):
3982             obj = eval(obj, globals())
3983         doc = inspect.getdoc(obj)
3984         if not doc and callable(obj):
3985             target = None
3986             if inspect.isclass(obj) and hasattr(obj, '__init__'):
3987                 target = obj.__init__
3988                 objtype = 'class'
3989             else:
3990                 target = obj
3991                 objtype = 'def'
3992             if target:
3993                 args = inspect.formatargspec(*argspec_function(target))
3994                 name = obj.__name__
3995                 doc = '{objtype} {name}{args}'.format(
3996                     objtype=objtype, name=name, args=args
3997                 )
3998         else:
3999             doc = doc.splitlines()[0]
4000     except:
4001         doc = ''
4002     return doc") nil [179634 180769])
4003             ("python-eldoc-string-code" variable (:default-value "__PYDOC_get_help('''%s''')") nil [180771 180945])
4004             ("python-eldoc--get-symbol-at-point" function nil nil [180947 181444])
4005             ("python-eldoc--get-doc-at-point" function (:arguments ("force-input" "force-process")) nil [181446 182433])
4006             ("defvar-local" code nil nil [182435 182681])
4007             ("python-eldoc-function-timeout" variable (:default-value 1) nil [182683 182830])
4008             ("python-eldoc-function-timeout-permanent" variable (:default-value t) nil [182832 183041])
4009             ("python-eldoc-function" function nil nil [183043 184101])
4010             ("python-eldoc-at-point" function
4011                (:user-visible-flag t
4012                 :arguments ("symbol"))
4013                 nil [184103 184578])
4014             ("python-describe-at-point" function (:arguments ("symbol" "process")) nil [184580 184792])
4015             ("python-hideshow-forward-sexp-function" function (:arguments ("arg")) nil [184810 185078])
4016             ("python-imenu-format-item-label-function" variable (:default-value (quote python-imenu-format-item-label)) nil [185093 185281])
4017             ("python-imenu-format-parent-item-label-function" variable (:default-value (quote python-imenu-format-parent-item-label)) nil [185283 185491])
4018             ("python-imenu-format-parent-item-jump-label-function" variable (:default-value (quote python-imenu-format-parent-item-jump-label)) nil [185493 185716])
4019             ("python-imenu-format-item-label" function (:arguments ("type" "name")) nil [185718 185859])
4020             ("python-imenu-format-parent-item-label" function (:arguments ("type" "name")) nil [185861 186040])
4021             ("python-imenu-format-parent-item-jump-label" function (:arguments ("type" "_name")) nil [186042 186255])
4022             ("python-imenu--get-defun-type-name" function nil nil [186257 186612])
4023             ("python-imenu--put-parent" function (:arguments ("type" "name" "pos" "tree")) nil [186614 187006])
4024             ("python-imenu--build-tree" function (:arguments ("min-indent" "prev-indent" "tree")) nil [187008 188886])
4025             ("python-imenu-create-index" function nil nil [188888 189333])
4026             ("python-imenu-create-flat-index" function (:arguments ("alist" "prefix")) nil [189335 190970])
4027             ("python-info-current-defun" function (:arguments ("include-type")) nil [190992 194025])
4028             ("python-info-current-symbol" function (:arguments ("replace-self")) nil [194027 194951])
4029             ("python-info-statement-starts-block-p" function nil nil [194953 195155])
4030             ("python-info-statement-ends-block-p" function nil nil [195157 195559])
4031             ("python-info-beginning-of-statement-p" function nil nil [195561 195771])
4032             ("python-info-end-of-statement-p" function nil nil [195773 195965])
4033             ("python-info-beginning-of-block-p" function nil nil [195967 196157])
4034             ("python-info-end-of-block-p" function nil nil [196159 196329])
4035             ("define-obsolete-function-alias" code nil nil [196331 196446])
4036             ("python-info-dedenter-opening-block-position" function nil nil [196448 197132])
4037             ("python-info-dedenter-opening-block-positions" function nil nil [197134 199918])
4038             ("define-obsolete-function-alias" code nil nil [199920 200042])
4039             ("python-info-dedenter-opening-block-message" function nil nil [200044 200455])
4040             ("python-info-dedenter-statement-p" function nil nil [200457 200796])
4041             ("python-info-line-ends-backslash-p" function (:arguments ("line-number")) nil [200798 201345])
4042             ("python-info-beginning-of-backslash" function (:arguments ("line-number")) nil [201347 201894])
4043             ("python-info-continuation-line-p" function nil nil [201896 203415])
4044             ("python-info-block-continuation-line-p" function nil nil [203417 203719])
4045             ("python-info-assignment-statement-p" function (:arguments ("current-line-only")) nil [203721 204706])
4046             ("python-info-assignment-continuation-line-p" function nil nil [204842 205232])
4047             ("python-info-looking-at-beginning-of-defun" function (:arguments ("syntax-ppss")) nil [205234 205560])
4048             ("python-info-current-line-comment-p" function nil nil [205562 205758])
4049             ("python-info-current-line-empty-p" function nil nil [205760 206107])
4050             ("python-info-docstring-p" function (:arguments ("syntax-ppss")) nil [206109 208303])
4051             ("python-info-encoding-from-cookie" function nil nil [208305 208839])
4052             ("python-info-encoding" function nil nil [208841 209309])
4053             ("python-util-goto-line" function (:arguments ("line-number")) nil [209336 209470])
4054             ("python-util-clone-local-variables" function (:arguments ("from-buffer" "regexp")) nil [209496 209966])
4055             ("comint-last-prompt-overlay" variable nil nil [209968 210003])
4056             ("python-util-comint-last-prompt" function nil nil [210035 210438])
4057             ("python-util-forward-comment" function (:arguments ("direction")) nil [210440 210855])
4058             ("python-util-list-directories" function (:arguments ("directory" "predicate" "max-depth")) nil [210857 212062])
4059             ("python-util-list-files" function (:arguments ("dir" "predicate")) nil [212064 212783])
4060             ("python-util-list-packages" function (:arguments ("dir" "max-depth")) nil [212785 213570])
4061             ("python-util-popn" function (:arguments ("lst" "n")) nil [213572 214002])
4062             ("python-util-strip-string" function (:arguments ("string")) nil [214004 214269])
4063             ("python-util-valid-regexp-p" function (:arguments ("regexp")) nil [214271 214398])
4064             ("python-flymake" customgroup (:user-visible-flag t) nil [214427 214587])
4065             ("python-flymake-command" variable (:default-value (quote ("pyflakes"))) nil [214589 215013])
4066             ("python-flymake-command-output-pattern" variable (:default-value (list "^\\(?:<?stdin>?\\):\\(?1:[0-9]+\\):\\(?:\\(?2:[0-9]+\\):\\)? \\(?3:.*\\)$" 1 2 nil 3)) nil [215233 216270])
4067             ("python-flymake-msg-alist" variable (:default-value (quote (("\\(^redefinition\\|.*unused.*\\|used$\\)" . :warning)))) nil [216272 216899])
4068             ("defvar-local" code nil nil [216901 216940])
4069             ("python--flymake-parse-output" function (:arguments ("source" "proc" "report-fn")) nil [216942 218537])
4070             ("python-flymake" function (:arguments ("report-fn" "_args")) nil [218539 219834])
4071             ("python-electric-pair-string-delimiter" function nil nil [219838 220255])
4072             ("electric-indent-inhibit" variable nil nil [220257 220289])
4073             ("define-derived-mode" code nil nil [220306 224011])
4074             ("python" package nil nil [224014 224031]))          
4075       :file "python.el"
4076       :pointmax 224111
4077       :fsize 224116
4078       :lastmodtime '(23525 29603 0 0)
4079       :unmatched-syntax '((close-paren 21500 . 21501) (symbol 21077 . 21093) (open-paren 21076 . 21077) (close-paren 21045 . 21046) (symbol 16811 . 16827) (open-paren 16810 . 16811)))
4080     (semanticdb-table "semanticdb-table"
4081       :major-mode emacs-lisp-mode
4082       :tags 
4083         '( ("ps-mode-version" variable
4084                (:constant-flag t
4085                 :default-value "1.1i, 17 May 2008")
4086                 nil [1399 1445])
4087             ("ps-mode-maintainer-address" variable
4088                (:constant-flag t
4089                 :default-value "Peter Kleiweg <p.c.j.kleiweg@rug.nl>, bug-gnu-emacs@gnu.org")
4090                 nil [1446 1547])
4091             ("comint" include nil nil [1549 1566])
4092             ("easymenu" include nil nil [1567 1586])
4093             ("smie" include nil nil [1587 1602])
4094             ("PostScript" customgroup (:user-visible-flag t) nil [1639 1715])
4095             ("PostScript-edit" customgroup (:user-visible-flag t) nil [1717 1887])
4096             ("PostScript-interaction" customgroup (:user-visible-flag t) nil [1889 1995])
4097             ("make-obsolete-variable" code nil nil [2017 2091])
4098             ("ps-mode-tab" variable (:default-value 4) nil [2093 2205])
4099             ("ps-mode-paper-size" variable (:default-value (quote (595 842))) nil [2207 3804])
4100             ("ps-mode-print-function" variable (:default-value (lambda nil (let ((lpr-switches nil) (lpr-command (if (memq system-type (quote (usg-unix-v hpux))) "lp" "lpr"))) (lpr-buffer)))) nil [3806 4086])
4101             ("ps-run-prompt" variable (:default-value "\\(GS\\(<[0-9]+\\)?>\\)+") nil [4088 4243])
4102             ("ps-run-font-lock-keywords-2" variable (:default-value (append (unless (string= ps-run-prompt "") (list (list (if (= 94 (string-to-char ps-run-prompt)) ps-run-prompt (concat "^" ps-run-prompt)) (quote (0 font-lock-function-name-face nil nil))))) (quote ((">>showpage, press <return> to continue<<" (0 font-lock-keyword-face nil nil)) ("^\\(Error\\|Can't\\).*" (0 font-lock-warning-face nil nil)) ("^\\(Current file position is\\) \\([0-9]+\\)" (1 font-lock-comment-face nil nil) (2 font-lock-warning-face nil nil)))))) nil [4245 5318])
4103             ("ps-run-x" variable (:default-value (quote ("gs" "-r72" "-sPAPERSIZE=a4"))) nil [5320 5490])
4104             ("ps-run-dumb" variable (:default-value (quote ("gs" "-dNODISPLAY"))) nil [5492 5658])
4105             ("ps-run-init" variable nil nil [5660 5900])
4106             ("ps-run-error-line-numbers" variable nil nil [5902 6146])
4107             ("ps-run-tmp-dir" variable nil nil [6148 6338])
4108             ("ps-mode-operators" variable
4109                (:constant-flag t
4110                 :default-value (let ((ops (quote ("clear" "mark" "cleartomark" "counttomark" "forall" "dict" "begin" "end" "def" "true" "false" "exec" "if" "ifelse" "for" "repeat" "loop" "exit" "stop" "stopped" "countexecstack" "execstack" "quit" "start" "save" "restore" "bind" "null" "gsave" "grestore" "grestoreall" "showpage")))) (concat "\\_<" (regexp-opt ops t) "\\_>")))
4111                 nil [6607 7119])
4112             ("ps-mode-font-lock-keywords-1" variable
4113                (:constant-flag t
4114                 :default-value (quote (("\\`%!PS.*" (0 font-lock-constant-face t)) ("^%%BoundingBox:[     ]+-?[0-9]+[     ]+-?[0-9]+[     ]+-?[0-9]+[     ]+-?[0-9]+[     ]*$" (0 font-lock-constant-face t)) ("[\200-\377]+" (0 font-lock-warning-face prepend nil)))))
4115                 nil [7364 7686])
4116             ("ps-mode-font-lock-keywords-2" variable
4117                (:constant-flag t
4118                 :default-value (append ps-mode-font-lock-keywords-1 (list (cons (concat "\\(^\\|[^/
4119 ]\\)" ps-mode-operators) (quote (2 font-lock-keyword-face))))))
4120                 nil [7775 8052])
4121             ("ps-mode-font-lock-keywords-3" variable
4122                (:constant-flag t
4123                 :default-value (\` ((\,@ ps-mode-font-lock-keywords-1) ("//\\(?:\\sw\\|\\s_\\)+" . font-lock-type-face) ((\, (concat "^\\(/\\(?:\\sw\\|\\s_\\)+\\)\\_>" "\\([[     ]*\\(%.*\\)? ?$" "\\|[     ]*\\({\\|<<\\)" "\\|[     ]+[0-9]+[     ]+dict\\_>" "\\|.*\\_<def\\_>\\)")) 1 font-lock-function-name-face) ("/\\(?:\\sw\\|\\s_\\)+" . font-lock-variable-name-face) ((\, ps-mode-operators) . font-lock-keyword-face))))
4124                 nil [8862 9538])
4125             ("ps-mode-font-lock-keywords" variable
4126                (:constant-flag t
4127                 :default-value ps-mode-font-lock-keywords-1)
4128                 nil [9540 9663])
4129             ("ps-run-font-lock-keywords-1" variable
4130                (:constant-flag t
4131                 :default-value (unless (string= "" ps-run-prompt) (list (cons (if (= 94 (string-to-char ps-run-prompt)) ps-run-prompt (concat "^" ps-run-prompt)) (quote font-lock-function-name-face)))))
4132                 nil [9736 10012])
4133             ("ps-run-font-lock-keywords" variable
4134                (:constant-flag t
4135                 :default-value ps-run-font-lock-keywords-1)
4136                 nil [10014 10139])
4137             ("ps-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "" (quote ps-run-boundingbox)) (define-key map "" (quote ps-mode-uncomment-region)) (define-key map "" (quote ps-mode-epsf-rich)) (define-key map "" (quote ps-run-start)) (define-key map "" (quote ps-run-region)) (define-key map "" (quote ps-run-quit)) (define-key map "" (quote ps-mode-print-buffer)) (define-key map "" (quote ps-mode-comment-out-region)) (define-key map " " (quote ps-run-kill)) (define-key map "
4138 " (quote ps-mode-other-newline)) (define-key map " " (quote ps-run-clear)) (define-key map "" (quote ps-run-buffer)) (define-key map "" (quote ps-mode-backward-delete-char)) map)) nil [10158 11007])
4139             ("ps-mode-syntax-table" variable (:default-value (let ((st (make-syntax-table))) (modify-syntax-entry 37 "< " st) (modify-syntax-entry 10 "> " st) (modify-syntax-entry 13 "> " st) (modify-syntax-entry 12 "> " st) (modify-syntax-entry 60 "(>" st) (modify-syntax-entry 62 ")<" st) (modify-syntax-entry 33 "_ " st) (modify-syntax-entry 34 "_ " st) (modify-syntax-entry 35 "_ " st) (modify-syntax-entry 36 "_ " st) (modify-syntax-entry 38 "_ " st) (modify-syntax-entry 39 "_ " st) (modify-syntax-entry 42 "_ " st) (modify-syntax-entry 43 "_ " st) (modify-syntax-entry 44 "_ " st) (modify-syntax-entry 45 "_ " st) (modify-syntax-entry 46 "_ " st) (modify-syntax-entry 58 "_ " st) (modify-syntax-entry 59 "_ " st) (modify-syntax-entry 61 "_ " st) (modify-syntax-entry 63 "_ " st) (modify-syntax-entry 64 "_ " st) (modify-syntax-entry 92 "\\" st) (modify-syntax-entry 94 "_ " st) (modify-syntax-entry 95 "_ " st) (modify-syntax-entry 96 "_ " st) (modify-syntax-entry 124 "_ " st) (modify-syntax-entry 126 "_ " st) st)) nil [11009 12207])
4140             ("ps-run-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map comint-mode-map) (define-key map "" (quote ps-run-quit)) (define-key map " " (quote ps-run-kill)) (define-key map "" (quote ps-run-goto-error)) (define-key map [mouse-2] (quote ps-run-mouse-goto-error)) map)) nil [12209 12567])
4141             ("ps-mode-tmp-file" variable nil nil [12569 12643])
4142             ("ps-run-mark" variable nil nil [12645 12738])
4143             ("ps-run-parent" variable nil nil [12740 12811])
4144             ("ps-mode-menu-main" variable
4145                (:constant-flag t
4146                 :default-value (quote ("PostScript" ["EPSF Template, Sparse" ps-mode-epsf-sparse t] ["EPSF Template, Rich" ps-mode-epsf-rich t] "---" ("Cookbook" ["RE" ps-mode-RE t] ["ISOLatin1Extended" ps-mode-latin-extended t] ["center" ps-mode-center t] ["right" ps-mode-right t] ["Heapsort" ps-mode-heapsort t]) ("Fonts (1)" ["Times-Roman" (insert "/Times-Roman ") t] ["Times-Bold" (insert "/Times-Bold ") t] ["Times-Italic" (insert "/Times-Italic ") t] ["Times-BoldItalic" (insert "/Times-BoldItalic ") t] ["Helvetica" (insert "/Helvetica ") t] ["Helvetica-Bold" (insert "/Helvetica-Bold ") t] ["Helvetica-Oblique" (insert "/Helvetica-Oblique ") t] ["Helvetica-BoldOblique" (insert "/Helvetica-BoldOblique ") t] ["Courier" (insert "/Courier ") t] ["Courier-Bold" (insert "/Courier-Bold ") t] ["Courier-Oblique" (insert "/Courier-Oblique ") t] ["Courier-BoldOblique" (insert "/Courier-BoldOblique ") t] ["Symbol" (insert "/Symbol") t]) ("Fonts (2)" ["AvantGarde-Book" (insert "/AvantGarde-Book ") t] ["AvantGarde-Demi" (insert "/AvantGarde-Demi ") t] ["AvantGarde-BookOblique" (insert "/AvantGarde-BookOblique ") t] ["AvantGarde-DemiOblique" (insert "/AvantGarde-DemiOblique ") t] ["Bookman-Light" (insert "/Bookman-Light ") t] ["Bookman-Demi" (insert "/Bookman-Demi ") t] ["Bookman-LightItalic" (insert "/Bookman-LightItalic ") t] ["Bookman-DemiItalic" (insert "/Bookman-DemiItalic ") t] ["Helvetica-Narrow" (insert "/Helvetica-Narrow ") t] ["Helvetica-Narrow-Bold" (insert "/Helvetica-Narrow-Bold ") t] ["Helvetica-Narrow-Oblique" (insert "/Helvetica-Narrow-Oblique ") t] ["Helvetica-Narrow-BoldOblique" (insert "/Helvetica-Narrow-BoldOblique ") t] ["NewCenturySchlbk-Roman" (insert "/NewCenturySchlbk-Roman ") t] ["NewCenturySchlbk-Bold" (insert "/NewCenturySchlbk-Bold ") t] ["NewCenturySchlbk-Italic" (insert "/NewCenturySchlbk-Italic ") t] ["NewCenturySchlbk-BoldItalic" (insert "/NewCenturySchlbk-BoldItalic ") t] ["Palatino-Roman" (insert "/Palatino-Roman ") t] ["Palatino-Bold" (insert "/Palatino-Bold ") t] ["Palatino-Italic" (insert "/Palatino-Italic ") t] ["Palatino-BoldItalic" (insert "/Palatino-BoldItalic ") t] ["ZapfChancery-MediumItalic" (insert "/ZapfChancery-MediumItalic ") t] ["ZapfDingbats" (insert "/ZapfDingbats ") t]) "---" ["Comment Out Region" ps-mode-comment-out-region (mark t)] ["Uncomment Region" ps-mode-uncomment-region (mark t)] "---" ["8-bit to Octal Buffer" ps-mode-octal-buffer t] ["8-bit to Octal Region" ps-mode-octal-region (mark t)] "---" ["Start PostScript" ps-run-start t] ["Quit PostScript" ps-run-quit (process-status "ps-run")] ["Kill PostScript" ps-run-kill (process-status "ps-run")] ["Send Buffer to Interpreter" ps-run-buffer (process-status "ps-run")] ["Send Region to Interpreter" ps-run-region (and (mark t) (process-status "ps-run"))] ["Send Newline to Interpreter" ps-mode-other-newline (process-status "ps-run")] ["View BoundingBox" ps-run-boundingbox (process-status "ps-run")] ["Clear/Reset PostScript Graphics" ps-run-clear (process-status "ps-run")] "---" ["Print Buffer as PostScript" ps-mode-print-buffer t] ["Print Region as PostScript" ps-mode-print-region (mark t)] "---" ["Customize for PostScript" (customize-group "PostScript") t] "---" ["Submit Bug Report" ps-mode-submit-bug-report t])))
4147                 nil [12824 16493])
4148             ("easy-menu-define" code nil nil [16495 16569])
4149             ("declare-function" code nil nil [16574 16623])
4150             ("ps-mode-smie-rules" function (:arguments ("kind" "token")) nil [16646 16858])
4151             ("define-derived-mode" code nil nil [16875 18654])
4152             ("ps-mode-show-version" function (:user-visible-flag t) nil [18656 18825])
4153             ("reporter-prompt-for-summary-p" variable nil nil [18847 18885])
4154             ("reporter-dont-compact-list" variable nil nil [18886 18921])
4155             ("ps-mode-submit-bug-report" function (:user-visible-flag t) nil [18923 19560])
4156             ("ps-mode--string-syntax-table" variable
4157                (:constant-flag t
4158                 :default-value (let ((st (make-syntax-table ps-mode-syntax-table))) (modify-syntax-entry 37 "." st) (modify-syntax-entry 60 "." st) (modify-syntax-entry 62 "." st) (modify-syntax-entry 123 "." st) (modify-syntax-entry 125 "." st) (modify-syntax-entry 91 "." st) (modify-syntax-entry 93 "." st) st))
4159                 nil [19600 19958])
4160             ("ps-mode--syntax-propertize-special" function (:arguments ("end")) nil [19960 20937])
4161             ("ps-mode-syntax-propertize" function (:arguments ("start" "end")) nil [20939 21570])
4162             ("ps-mode-target-column" function nil nil [21592 22586])
4163             ("ps-mode-backward-delete-char" function (:user-visible-flag t) nil [22588 23167])
4164             ("ps-mode-other-newline" function (:user-visible-flag t) nil [23169 23285])
4165             ("ps-mode-print-buffer" function (:user-visible-flag t) nil [23311 23425])
4166             ("ps-mode-print-region" function
4167                (:user-visible-flag t
4168                 :arguments ("begin" "end"))
4169                 nil [23427 23778])
4170             ("ps-mode-comment-out-region" function
4171                (:user-visible-flag t
4172                 :arguments ("begin" "end"))
4173                 nil [23811 24173])
4174             ("ps-mode-uncomment-region" function
4175                (:user-visible-flag t
4176                 :arguments ("begin" "end"))
4177                 nil [24175 24625])
4178             ("ps-mode-octal-buffer" function (:user-visible-flag t) nil [24663 24813])
4179             ("ps-mode-octal-region" function
4180                (:user-visible-flag t
4181                 :arguments ("begin" "end"))
4182                 nil [24815 25517])
4183             ("ps-mode-center" function (:user-visible-flag t) nil [25535 25711])
4184             ("ps-mode-right" function (:user-visible-flag t) nil [25713 25874])
4185             ("ps-mode-RE" function (:user-visible-flag t) nil [25876 26220])
4186             ("ps-mode-latin-extended" function (:user-visible-flag t) nil [26222 28745])
4187             ("ps-mode-heapsort" function (:user-visible-flag t) nil [28747 29917])
4188             ("ps-mode-epsf-sparse" function (:user-visible-flag t) nil [29948 30710])
4189             ("ps-mode-epsf-rich" function (:user-visible-flag t) nil [30712 31081])
4190             ("define-derived-mode" code nil nil [31125 31497])
4191             ("ps-run-running" function nil nil [31499 31780])
4192             ("ps-run-start" function (:user-visible-flag t) nil [31782 32800])
4193             ("ps-run-quit" function (:user-visible-flag t) nil [32802 32922])
4194             ("ps-run-kill" function (:user-visible-flag t) nil [32924 33042])
4195             ("ps-run-clear" function (:user-visible-flag t) nil [33044 33194])
4196             ("ps-run-buffer" function (:user-visible-flag t) nil [33196 33321])
4197             ("ps-run-region" function
4198                (:user-visible-flag t
4199                 :arguments ("begin" "end"))
4200                 nil [33323 33629])
4201             ("ps-run-boundingbox" function (:user-visible-flag t) nil [33631 34867])
4202             ("ps-run-send-string" function (:arguments ("string")) nil [34869 35074])
4203             ("ps-run-make-tmp-filename" function nil nil [35076 35312])
4204             ("ps-run-cleanup" function nil nil [35404 35570])
4205             ("ps-run-mouse-goto-error" function
4206                (:user-visible-flag t
4207                 :arguments ("event"))
4208                 nil [35572 35740])
4209             ("ps-run-goto-error" function (:user-visible-flag t) nil [35742 36461])
4210             ("add-hook" code nil nil [36468 36511])
4211             ("ps-mode" package nil nil [36513 36531]))          
4212       :file "ps-mode.el"
4213       :pointmax 36558
4214       :fsize 36557
4215       :lastmodtime '(23525 29603 0 0)
4216       :unmatched-syntax nil)
4217     (semanticdb-table "semanticdb-table"
4218       :major-mode emacs-lisp-mode
4219       :tags 
4220         '( ("perl" customgroup (:user-visible-flag t) nil [3989 4158])
4221             ("perl-mode-abbrev-table" variable nil nil [4160 4241])
4222             ("define-abbrev-table" code nil nil [4242 4290])
4223             ("perl-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "" (quote perl-beginning-of-function)) (define-key map "" (quote perl-end-of-function)) (define-key map "" (quote perl-mark-function)) (define-key map "" (quote perl-indent-exp)) (define-key map "" (quote backward-delete-char-untabify)) map)) nil [4292 4655])
4224             ("perl-mode-syntax-table" variable (:default-value (let ((st (make-syntax-table (standard-syntax-table)))) (modify-syntax-entry 10 ">" st) (modify-syntax-entry 35 "<" st) (modify-syntax-entry 36 "/" st) (modify-syntax-entry 37 ". p" st) (modify-syntax-entry 64 ". p" st) (modify-syntax-entry 38 "." st) (modify-syntax-entry 39 "\"" st) (modify-syntax-entry 42 "." st) (modify-syntax-entry 43 "." st) (modify-syntax-entry 45 "." st) (modify-syntax-entry 47 "." st) (modify-syntax-entry 60 "." st) (modify-syntax-entry 61 "." st) (modify-syntax-entry 62 "." st) (modify-syntax-entry 92 "\\" st) (modify-syntax-entry 96 "\"" st) (modify-syntax-entry 124 "." st) st)) nil [4657 5556])
4225             ("perl-imenu-generic-expression" variable (:default-value (quote ((nil "^[     ]*sub\\s-+\\([-[:alnum:]+_:]+\\)" 1) ("Variables" "^\\(?:my\\|our\\)\\s-+\\([$@%][-[:alnum:]+_:]+\\)\\s-*=" 1) ("Packages" "^[     ]*package\\s-+\\([-[:alnum:]+_:]+\\);" 1) ("Doc sections" "^=head[0-9][     ]+\\(.*\\)" 1)))) nil [5558 5952])
4226             ("perl--prettify-symbols-alist" variable
4227                (:constant-flag t
4228                 :default-value (quote (("->" . 8594) ("=>" . 8658) ("::" . 8759))))
4229                 nil [6078 6168])
4230             ("perl-font-lock-keywords-1" variable
4231                (:constant-flag t
4232                 :default-value (quote (("\\<\\(package\\|sub\\)\\>[     ]*\\(\\sw+\\)?" (1 font-lock-keyword-face) (2 font-lock-function-name-face nil t)) ("\\<\\(import\\|no\\|require\\|use\\)\\>[     ]*\\(\\sw+\\)?" (1 font-lock-keyword-face) (2 font-lock-constant-face nil t)))))
4233                 nil [6170 7260])
4234             ("perl-font-lock-keywords-2" variable
4235                (:constant-flag t
4236                 :default-value (append perl-font-lock-keywords-1 (\` ((\, (concat "\\<" (regexp-opt (quote ("if" "until" "while" "elsif" "else" "unless" "do" "dump" "for" "foreach" "exit" "die" "BEGIN" "END" "return" "exec" "eval")) t) "\\>")) ("\\<\\(local\\|my\\)\\>" . font-lock-type-face) ("&\\(\\sw+\\(::\\sw+\\)*\\)" 1 font-lock-function-name-face) ("[$*]{?\\(\\sw+\\(::\\sw+\\)*\\)" 1 font-lock-variable-name-face) ("\\([@%]\\|\\$#\\)\\(\\sw+\\(::\\sw+\\)*\\)" (2 (cons font-lock-variable-name-face (quote (underline))))) ("<\\(\\sw+\\)>" 1 font-lock-constant-face) ("\\<\\(continue\\|goto\\|last\\|next\\|redo\\)\\>[     ]*\\(\\sw+\\)?" (1 font-lock-keyword-face) (2 font-lock-constant-face nil t)) ("^[     ]*\\(\\sw+\\)[     ]*:[^:]" 1 font-lock-constant-face)))))
4237                 nil [7262 8615])
4238             ("perl-font-lock-keywords" variable (:default-value perl-font-lock-keywords-1) nil [8617 8726])
4239             ("perl-quote-like-pairs" variable (:default-value (quote ((40 . 41) (91 . 93) (123 . 125) (60 . 62)))) nil [8728 8811])
4240             ("perl--syntax-exp-intro-regexp" variable
4241                (:constant-flag t
4242                 :default-value (concat "\\(?:\\(?:^\\|[^$@&%[:word:]]\\)" (regexp-opt perl--syntax-exp-intro-keywords) "\\|[-?:.,;|&+*=!~({[]\\|\\(^\\)\\)[     
4243 ]*"))
4244                 nil [8984 9186])
4245             ("perl--syntax-exp-intro-keywords" variable
4246                (:constant-flag t
4247                 :default-value (quote ("split" "if" "unless" "until" "while" "print" "grep" "map" "not" "or" "and" "for" "foreach")))
4248                 nil [8833 8980])
4249             ("perl-syntax-propertize-function" function (:arguments ("start" "end")) nil [9189 15673])
4250             ("perl-empty-syntax-table" variable (:default-value (let ((st (copy-syntax-table))) (dotimes (i 256) (aset st i (quote (1)))) (modify-syntax-entry 92 "\\" st) st)) nil [15675 15944])
4251             ("perl-quote-syntax-table" function (:arguments ("char")) nil [15946 16237])
4252             ("perl-syntax-propertize-special-constructs" function (:arguments ("limit")) nil [16239 21111])
4253             ("perl-font-lock-syntactic-face-function" function (:arguments ("state")) nil [21113 22675])
4254             ("perl-indent-level" variable (:default-value 4) nil [22677 22794])
4255             ("perl-continued-statement-offset" variable (:default-value 4) nil [23579 23697])
4256             ("perl-continued-brace-offset" variable (:default-value -4) nil [23698 23879])
4257             ("perl-brace-offset" variable nil nil [23880 24004])
4258             ("perl-brace-imaginary-offset" variable nil nil [24005 24140])
4259             ("perl-label-offset" variable (:default-value -2) nil [24141 24252])
4260             ("perl-indent-continued-arguments" variable nil nil [24253 24474])
4261             ("perl-indent-parens-as-block" variable nil nil [24476 24737])
4262             ("perl-tab-always-indent" variable (:default-value tab-always-indent) nil [24739 24975])
4263             ("perl-tab-to-comment" variable nil nil [25067 25340])
4264             ("perl-nochange" variable (:default-value " ") nil [25342 25516])
4265             ("perl-outline-regexp" variable (:default-value (concat (mapconcat (quote cadr) perl-imenu-generic-expression "\\|") "\\|^=cut\\>")) nil [25538 25648])
4266             ("perl-outline-level" function nil nil [25650 25970])
4267             ("perl-current-defun-name" function nil nil [25972 26178])
4268             ("perl-flymake-command" variable (:default-value (quote ("perl" "-w" "-c"))) nil [26202 26541])
4269             ("defvar-local" code nil nil [26543 26580])
4270             ("perl-flymake" function (:arguments ("report-fn" "_args")) nil [26597 29001])
4271             ("perl-mode-hook" variable nil nil [29005 29080])
4272             ("define-derived-mode" code nil nil [29097 33096])
4273             ("perl-comment-indent" function nil nil [33217 33349])
4274             ("define-obsolete-function-alias" code nil nil [33351 33444])
4275             ("perl-electric-noindent-p" function (:arguments ("_char")) nil [33445 33646])
4276             ("perl-electric-terminator" function
4277                (:user-visible-flag t
4278                 :arguments ("arg"))
4279                 nil [33648 34540])
4280             ("make-obsolete" code nil nil [34541 34611])
4281             ("perl-indent-command" function
4282                (:user-visible-flag t
4283                 :arguments ("arg"))
4284                 nil [34954 37626])
4285             ("make-obsolete" code nil nil [37627 37696])
4286             ("perl-indent-line" function (:arguments ("nochange")) nil [37698 38736])
4287             ("perl-continuation-line-p" function nil nil [38738 39362])
4288             ("perl-hanging-paren-p" function nil nil [39364 39560])
4289             ("perl-indent-new-calculate" function (:arguments ("virtual" "default")) nil [39562 40276])
4290             ("perl-calculate-indent" function nil nil [40278 45537])
4291             ("perl-backward-to-noncomment" function nil nil [45539 45692])
4292             ("perl-backward-to-start-of-continued-exp" function nil nil [45694 46135])
4293             ("defalias" code nil nil [46216 46260])
4294             ("perl-indent-exp" function (:user-visible-flag t) nil [46261 47806])
4295             ("perl-beginning-of-function" function
4296                (:user-visible-flag t
4297                 :arguments ("arg"))
4298                 nil [47809 48314])
4299             ("perl-end-of-function" function
4300                (:user-visible-flag t
4301                 :arguments ("arg"))
4302                 nil [48425 49543])
4303             ("defalias" code nil nil [49545 49595])
4304             ("perl-mark-function" function (:user-visible-flag t) nil [49596 49806])
4305             ("perl-mode" package nil nil [49808 49828]))          
4306       :file "perl-mode.el"
4307       :pointmax 49857
4308       :fsize 49862
4309       :lastmodtime '(23525 29602 0 0)
4310       :unmatched-syntax '((close-paren 9186 . 9187) (symbol 8814 . 8830) (open-paren 8813 . 8814)))
4311     (semanticdb-table "semanticdb-table"
4312       :major-mode emacs-lisp-mode
4313       :tags 
4314         '( ("let" code nil nil [2833 3048])
4315             ("cc-require" code nil nil [3051 3072])
4316             ("cc-require" code nil nil [3073 3096])
4317             ("cc-require" code nil nil [3097 3120])
4318             ("c-guess-offset-threshold" variable (:default-value 10) nil [3125 3446])
4319             ("c-guess-region-max" variable (:default-value 50000) nil [3448 3739])
4320             ("c-guess-guessed-offsets-alist" variable nil nil [3758 3837])
4321             ("c-guess-guessed-basic-offset" variable nil nil [3853 3930])
4322             ("c-guess-accumulator" variable nil nil [3932 3964])
4323             ("c-guess-conversions" variable
4324                (:constant-flag t
4325                 :default-value (quote ((c . c-lineup-C-comments) (inher-cont . c-lineup-multi-inher) (string . -1000) (comment-intro . c-lineup-comment) (arglist-cont-nonempty . c-lineup-arglist) (arglist-close . c-lineup-close-paren) (cpp-macro . -1000))))
4326                 nil [4506 4781])
4327             ("c-guess" function
4328                (:user-visible-flag t
4329                 :arguments ("accumulate"))
4330                 nil [4799 5274])
4331             ("c-guess-no-install" function
4332                (:user-visible-flag t
4333                 :arguments ("accumulate"))
4334                 nil [5291 5735])
4335             ("c-guess-buffer" function
4336                (:user-visible-flag t
4337                 :arguments ("accumulate"))
4338                 nil [5752 6174])
4339             ("c-guess-buffer-no-install" function
4340                (:user-visible-flag t
4341                 :arguments ("accumulate"))
4342                 nil [6191 6578])
4343             ("c-guess-region" function
4344                (:user-visible-flag t
4345                 :arguments ("start" "end" "accumulate"))
4346                 nil [6595 7022])
4347             ("c-guess-empty-line-p" function nil nil [7025 7118])
4348             ("c-guess-region-no-install" function
4349                (:user-visible-flag t
4350                 :arguments ("start" "end" "accumulate"))
4351                 nil [7135 8308])
4352             ("c-guess-examine" function (:arguments ("start" "end" "accumulator")) nil [8311 8939])
4353             ("c-guess-guess" function (:arguments ("accumulator")) nil [8941 9593])
4354             ("c-guess-current-offset" function (:arguments ("relpos")) nil [9595 9819])
4355             ("c-guess-accumulate" function (:arguments ("accumulator" "syntax-element")) nil [9821 10198])
4356             ("c-guess-accumulate-offset" function (:arguments ("accumulator" "symbol" "offset")) nil [10200 10746])
4357             ("c-guess-sort-accumulator" function (:arguments ("accumulator")) nil [10748 11184])
4358             ("c-guess-make-offsets-alist" function (:arguments ("accumulator")) nil [11186 11415])
4359             ("c-guess-merge-offsets-alists" function (:arguments ("strong" "weak")) nil [11417 11738])
4360             ("c-guess-make-basic-offset" function (:arguments ("accumulator")) nil [11740 13139])
4361             ("c-guess-symbolize-offsets-alist" function (:arguments ("offsets-alist" "basic-offset")) nil [13141 13629])
4362             ("c-guess-symbolize-integer" function (:arguments ("int" "basic-offset")) nil [13631 13955])
4363             ("c-guess-style-name" function nil nil [13957 14077])
4364             ("c-guess-make-style" function (:arguments ("basic-offset" "offsets-alist")) nil [14079 14375])
4365             ("c-guess-install" function
4366                (:user-visible-flag t
4367                 :arguments ("style-name"))
4368                 nil [14392 15217])
4369             ("c-guess-dump-accumulator" function (:user-visible-flag t) nil [15219 15406])
4370             ("c-guess-reset-accumulator" function (:user-visible-flag t) nil [15408 15526])
4371             ("c-guess-dump-guessed-values" function (:user-visible-flag t) nil [15528 15875])
4372             ("c-guess-dump-guessed-style" function
4373                (:user-visible-flag t
4374                 :arguments ("printer"))
4375                 nil [15877 16375])
4376             ("c-guess-guessed-syntactic-symbols" function nil nil [16377 16771])
4377             ("c-guess-view-reorder-offsets-alist-in-style" function (:arguments ("style" "guessed-syntactic-symbols")) nil [16773 17559])
4378             ("c-guess-view-mark-guessed-entries" function (:arguments ("guessed-syntactic-symbols")) nil [17561 18173])
4379             ("c-guess-view" function
4380                (:user-visible-flag t
4381                 :arguments ("with-name"))
4382                 nil [18175 19784])
4383             ("cc-provide" code nil nil [19788 19810]))          
4384       :file "cc-guess.el"
4385       :pointmax 19905
4386       :fsize 19904
4387       :lastmodtime '(23525 29597 0 0)
4388       :unmatched-syntax '((close-paren 3048 . 3049) (symbol 2813 . 2830) (open-paren 2812 . 2813)))
4389     (semanticdb-table "semanticdb-table"
4390       :major-mode emacs-lisp-mode
4391       :tags 
4392         '( ("let" code nil nil [5930 6145])
4393             ("cc-require" code nil nil [6148 6169])
4394             ("cc-require-when-compile" code nil nil [6170 6205])
4395             ("cc-require" code nil nil [6206 6227])
4396             ("cl" include nil nil [6248 6261])
4397             ("c-declare-lang-variables" function nil nil [6339 6608])
4398             ("c-declare-lang-variables" code nil nil [6609 6635])
4399             ("c-hungry-delete-key" variable nil nil [6717 6749])
4400             ("make-variable-buffer-local" code nil nil [6750 6799])
4401             ("c-electric-flag" variable (:default-value t) nil [7068 7094])
4402             ("make-variable-buffer-local" code nil nil [7095 7140])
4403             ("c-auto-newline" variable nil nil [7185 7212])
4404             ("make-variable-buffer-local" code nil nil [7213 7257])
4405             ("c-calculate-state" function (:arguments ("arg" "prevstate")) nil [7413 7761])
4406             ("c-macro-start" variable (:default-value (quote unknown)) nil [7995 8026])
4407             ("c-query-and-set-macro-start" function nil nil [8028 8247])
4408             ("c-query-macro-start" function nil nil [8249 8428])
4409             ("c-macro-cache" variable nil nil [8522 8548])
4410             ("make-variable-buffer-local" code nil nil [8549 8592])
4411             ("c-macro-cache-start-pos" variable nil nil [8801 8837])
4412             ("make-variable-buffer-local" code nil nil [8838 8891])
4413             ("c-macro-cache-syntactic" variable nil nil [8959 8995])
4414             ("make-variable-buffer-local" code nil nil [8996 9049])
4415             ("c-macro-cache-no-comment" variable nil nil [9144 9181])
4416             ("make-variable-buffer-local" code nil nil [9182 9236])
4417             ("c-invalidate-macro-cache" function (:arguments ("beg" "_end")) nil [9355 10038])
4418             ("c-macro-is-genuine-p" function nil nil [10040 10641])
4419             ("c-beginning-of-macro" function (:arguments ("lim")) nil [10643 12030])
4420             ("c-end-of-macro" function (:arguments ("lim")) nil [12032 13308])
4421             ("c-syntactic-end-of-macro" function nil nil [13310 14355])
4422             ("c-no-comment-end-of-macro" function nil nil [14357 15312])
4423             ("c-forward-over-cpp-define-id" function nil nil [15314 15830])
4424             ("c-forward-to-cpp-define-body" function nil nil [15832 16406])
4425             ("c-delq-from-dotted-list" function (:arguments ("elt" "dlist")) nil [16440 17135])
4426             ("c-syntactic-content" function (:arguments ("from" "to" "paren-level")) nil [17137 18646])
4427             ("c-shift-line-indentation" function (:arguments ("shift-amt")) nil [18648 20027])
4428             ("c-keyword-sym" function (:arguments ("keyword")) nil [20029 20260])
4429             ("c-keyword-member" function (:arguments ("keyword-sym" "lang-constant")) nil [20262 20587])
4430             ("c-string-syntax" variable
4431                (:constant-flag t
4432                 :default-value (if (memq (quote gen-string-delim) c-emacs-features) "\"|" "\""))
4433                 nil [20658 20800])
4434             ("c-string-limit-regexp" variable
4435                (:constant-flag t
4436                 :default-value (if (memq (quote gen-string-delim) c-emacs-features) "\\s\"\\|\\s|" "\\s\""))
4437                 nil [20842 21014])
4438             ("c-ws*-string-limit-regexp" variable
4439                (:constant-flag t
4440                 :default-value (concat "[     ]*\\(" c-string-limit-regexp "\\)"))
4441                 nil [21071 21158])
4442             ("c-parsing-error" variable nil nil [21247 21275])
4443             ("make-variable-buffer-local" code nil nil [21276 21321])
4444             ("c-echo-parsing-error" function (:arguments ("quiet")) nil [21323 21498])
4445             ("c-literal-faces" variable (:default-value (append (quote (font-lock-comment-face font-lock-string-face)) (when (facep (quote font-lock-comment-delimiter-face)) (quote (font-lock-comment-delimiter-face))))) nil [21773 21974])
4446             ("c-put-c-type-property" function (:arguments ("pos" "value")) nil [21976 22118])
4447             ("c-clear-c-type-property" function (:arguments ("from" "to" "value")) nil [22120 22724])
4448             ("cc-bytecomp-defun" code nil nil [22851 22882])
4449             ("cc-bytecomp-defun" code nil nil [22883 22914])
4450             ("cc-bytecomp-defun" code nil nil [22915 22948])
4451             ("cc-bytecomp-defun" code nil nil [22949 22980])
4452             ("cc-bytecomp-defun" code nil nil [22981 23015])
4453             ("cc-bytecomp-defun" code nil nil [23016 23047])
4454             ("cc-bytecomp-defun" code nil nil [23048 23080])
4455             ("c-debug-add-face" function (:arguments ("beg" "end" "face")) nil [23082 23492])
4456             ("c-debug-remove-face" function (:arguments ("beg" "end" "face")) nil [23494 24062])
4457             ("c-maybe-labelp" variable nil nil [24349 24372])
4458             ("c-bos-push-state" function nil nil [24536 24625])
4459             ("c-bos-pop-state" function (:arguments ("do-if-done")) nil [24626 24821])
4460             ("c-bos-pop-state-and-retry" function nil nil [24822 25031])
4461             ("c-bos-save-pos" function nil nil [25032 25108])
4462             ("c-bos-restore-pos" function nil nil [25109 25337])
4463             ("c-bos-save-error-info" function (:arguments ("missing" "got")) nil [25338 25431])
4464             ("c-bos-report-error" function nil nil [25432 25706])
4465             ("c-beginning-of-statement-1" function (:arguments ("lim" "ignore-labels" "noerror" "comma-delim")) nil [25708 47704])
4466             ("c-punctuation-in" function (:arguments ("from" "to")) nil [47706 48181])
4467             ("c-crosses-statement-barrier-p" function (:arguments ("from" "to")) nil [48183 51219])
4468             ("c-at-statement-start-p" function nil nil [51221 52038])
4469             ("c-at-expression-start-p" function nil nil [52040 53149])
4470             ("c-forward-single-comment" function nil nil [53638 54702])
4471             ("c-forward-comments" function nil nil [54704 55367])
4472             ("c-backward-single-comment" function nil nil [55369 57143])
4473             ("c-backward-comments" function nil nil [57145 58815])
4474             ("c-debug-sws-msg" function (:arguments ("args")) nil [63445 63525])
4475             ("c-put-is-sws" function (:arguments ("beg" "end")) nil [63527 63779])
4476             ("c-put-in-sws" function (:arguments ("beg" "end")) nil [63781 64033])
4477             ("c-remove-is-sws" function (:arguments ("beg" "end")) nil [64035 64302])
4478             ("c-remove-in-sws" function (:arguments ("beg" "end")) nil [64304 64571])
4479             ("c-remove-is-and-in-sws" function (:arguments ("beg" "end")) nil [64573 64915])
4480             ("c-sws-lit-type" variable nil nil [65058 65085])
4481             ("c-sws-lit-limits" variable nil nil [65193 65222])
4482             ("c-invalidate-sws-region-before" function (:arguments ("end")) nil [65224 65986])
4483             ("c-invalidate-sws-region-after-del" function (:arguments ("beg" "end" "old-len")) nil [65988 66922])
4484             ("c-invalidate-sws-region-after-ins" function (:arguments ("end")) nil [66924 67855])
4485             ("c-invalidate-sws-region-after" function (:arguments ("beg" "end" "old-len")) nil [67857 70041])
4486             ("c-forward-sws" function nil nil [70043 79132])
4487             ("c-backward-sws" function nil nil [79134 88162])
4488             ("c-partial-ws-p" function (:arguments ("beg" "end")) nil [88192 88867])
4489             ("c-state-cache-too-far" variable
4490                (:constant-flag t
4491                 :default-value 5000)
4492                 nil [88931 88968])
4493             ("c-state-cache" variable nil nil [89332 89358])
4494             ("make-variable-buffer-local" code nil nil [89359 89402])
4495             ("c-state-cache-good-pos" variable (:default-value 1) nil [89961 89994])
4496             ("make-variable-buffer-local" code nil nil [89995 90047])
4497             ("c-state-nonlit-pos-interval" variable
4498                (:constant-flag t
4499                 :default-value 3000)
4500                 nil [91474 91517])
4501             ("c-state-nonlit-pos-cache" variable nil nil [91594 91631])
4502             ("make-variable-buffer-local" code nil nil [91632 91686])
4503             ("c-state-nonlit-pos-cache-limit" variable (:default-value 1) nil [91923 91964])
4504             ("make-variable-buffer-local" code nil nil [91965 92025])
4505             ("c-state-semi-nonlit-pos-cache" variable nil nil [92189 92231])
4506             ("make-variable-buffer-local" code nil nil [92232 92291])
4507             ("c-state-semi-nonlit-pos-cache-limit" variable (:default-value 1) nil [92582 92628])
4508             ("make-variable-buffer-local" code nil nil [92629 92694])
4509             ("c-truncate-semi-nonlit-pos-cache" function (:arguments ("pos")) nil [92867 93132])
4510             ("c-state-semi-pp-to-literal" function (:arguments ("here" "not-in-delimiter")) nil [93134 94957])
4511             ("c-state-full-pp-to-literal" function (:arguments ("here" "not-in-delimiter")) nil [94959 97110])
4512             ("c-state-pp-to-literal" function (:arguments ("from" "to" "not-in-delimiter")) nil [97112 98735])
4513             ("c-cache-to-parse-ps-state" function (:arguments ("elt")) nil [98737 101038])
4514             ("c-parse-ps-state-to-cache" function (:arguments ("state")) nil [101040 103087])
4515             ("c-ps-state-cache-pos" function (:arguments ("elt")) nil [103089 103271])
4516             ("c-parse-ps-state-below" function (:arguments ("here")) nil [103273 104910])
4517             ("c-state-safe-place" function (:arguments ("here")) nil [104912 107206])
4518             ("c-state-literal-at" function (:arguments ("here")) nil [107208 107847])
4519             ("c-state-lit-beg" function (:arguments ("pos")) nil [107849 107997])
4520             ("c-state-cache-non-literal-place" function (:arguments ("pos" "state")) nil [107999 108443])
4521             ("c-state-point-min" variable (:default-value 1) nil [108585 108613])
4522             ("make-variable-buffer-local" code nil nil [108614 108661])
4523             ("c-state-point-min-lit-type" variable nil nil [108820 108859])
4524             ("make-variable-buffer-local" code nil nil [108860 108916])
4525             ("c-state-point-min-lit-start" variable nil nil [108917 108957])
4526             ("make-variable-buffer-local" code nil nil [108958 109015])
4527             ("c-state-min-scan-pos" variable (:default-value 1) nil [109226 109257])
4528             ("make-variable-buffer-local" code nil nil [109258 109308])
4529             ("c-state-get-min-scan-pos" function nil nil [109528 109949])
4530             ("c-state-mark-point-min-literal" function nil nil [109951 110752])
4531             ("c-state-brace-pair-desert" variable nil nil [110939 110977])
4532             ("make-variable-buffer-local" code nil nil [110978 111033])
4533             ("c-state-cache-top-lparen" function (:arguments ("cache")) nil [111653 111932])
4534             ("c-state-cache-top-paren" function (:arguments ("cache")) nil [111934 112232])
4535             ("c-state-cache-after-top-paren" function (:arguments ("cache")) nil [112234 112575])
4536             ("c-get-cache-scan-pos" function (:arguments ("here")) nil [112577 113420])
4537             ("c-state-old-cpp-beg-marker" variable nil nil [113554 113593])
4538             ("make-variable-buffer-local" code nil nil [113594 113650])
4539             ("c-state-old-cpp-beg" variable nil nil [113651 113683])
4540             ("make-variable-buffer-local" code nil nil [113684 113733])
4541             ("c-state-old-cpp-end-marker" variable nil nil [113734 113773])
4542             ("make-variable-buffer-local" code nil nil [113774 113830])
4543             ("c-state-old-cpp-end" variable nil nil [113831 113863])
4544             ("make-variable-buffer-local" code nil nil [113864 113913])
4545             ("c-get-fallback-scan-pos" function (:arguments ("here")) nil [114165 114666])
4546             ("c-state-balance-parens-backwards" function (:arguments ("here-" "here+" "top")) nil [114668 116460])
4547             ("c-parse-state-get-strategy" function (:arguments ("here" "good-pos")) nil [116462 119375])
4548             ("c-renarrow-state-cache" function nil nil [119516 120932])
4549             ("c-append-lower-brace-pair-to-state-cache" function (:arguments ("from" "here" "upper-lim")) nil [120934 125346])
4550             ("c-state-push-any-brace-pair" function (:arguments ("bra+1" "macro-start-or-here")) nil [125348 126623])
4551             ("c-append-to-state-cache" function (:arguments ("from" "here")) nil [126625 130233])
4552             ("c-remove-stale-state-cache" function (:arguments ("start-point" "here" "pps-point")) nil [130235 136381])
4553             ("c-remove-stale-state-cache-backwards" function (:arguments ("here")) nil [136383 142280])
4554             ("c-state-cache-init" function nil nil [142390 142836])
4555             ("c-invalidate-state-cache-1" function (:arguments ("here")) nil [143844 146225])
4556             ("c-parse-state-1" function nil nil [146227 150636])
4557             ("c-invalidate-state-cache" function (:arguments ("here")) nil [150638 151254])
4558             ("c-state-maybe-marker" function (:arguments ("place" "marker")) nil [151256 151483])
4559             ("c-parse-state" function nil nil [151485 152664])
4560             ("c-debug-parse-state" variable nil nil [152749 152781])
4561             ("unless" code nil nil [152782 152882])
4562             ("cc-bytecomp-defun" code nil nil [152883 152921])
4563             ("c-parse-state-point" variable nil nil [152923 152955])
4564             ("c-parse-state-state" variable nil nil [152956 152988])
4565             ("make-variable-buffer-local" code nil nil [152989 153038])
4566             ("c-record-parse-state-state" function nil nil [153039 153936])
4567             ("c-replay-parse-state-state" function nil nil [153937 154266])
4568             ("c-debug-parse-state-double-cons" function (:arguments ("state")) nil [154268 154532])
4569             ("c-debug-parse-state" function nil nil [154534 156184])
4570             ("c-toggle-parse-state-debug" function (:arguments ("arg")) nil [156186 156560])
4571             ("when" code nil nil [156561 156620])
4572             ("c-whack-state-before" function (:arguments ("bufpos" "paren-state")) nil [156624 157086])
4573             ("c-whack-state-after" function (:arguments ("bufpos" "paren-state")) nil [157088 158279])
4574             ("c-most-enclosing-brace" function (:arguments ("paren-state" "bufpos")) nil [158281 158740])
4575             ("c-least-enclosing-brace" function (:arguments ("paren-state")) nil [158742 159048])
4576             ("c-safe-position" function (:arguments ("bufpos" "paren-state")) nil [159050 160326])
4577             ("c-beginning-of-syntax" function nil nil [160328 161533])
4578             ("c-on-identifier" function nil nil [161590 163241])
4579             ("c-simple-skip-symbol-backward" function nil nil [163243 163859])
4580             ("c-beginning-of-current-token" function (:arguments ("back-limit")) nil [163861 164859])
4581             ("c-end-of-current-token" function (:arguments ("back-limit")) nil [164861 165824])
4582             ("c-jump-syntax-balanced" variable
4583                (:constant-flag t
4584                 :default-value (if (memq (quote gen-string-delim) c-emacs-features) "\\w\\|\\s_\\|\\s(\\|\\s)\\|\\s\"\\|\\s|" "\\w\\|\\s_\\|\\s(\\|\\s)\\|\\s\""))
4585                 nil [165826 165995])
4586             ("c-jump-syntax-unbalanced" variable
4587                (:constant-flag t
4588                 :default-value (if (memq (quote gen-string-delim) c-emacs-features) "\\w\\|\\s_\\|\\s\"\\|\\s|" "\\w\\|\\s_\\|\\s\""))
4589                 nil [165997 166140])
4590             ("c-forward-over-token-and-ws" function (:arguments ("balanced")) nil [166142 167362])
4591             ("c-forward-token-2" function (:arguments ("count" "balanced" "limit")) nil [167364 169596])
4592             ("c-backward-token-2" function (:arguments ("count" "balanced" "limit")) nil [169598 171613])
4593             ("c-forward-token-1" function (:arguments ("count" "balanced" "limit")) nil [171615 172038])
4594             ("c-backward-token-1" function (:arguments ("count" "balanced" "limit")) nil [172040 172467])
4595             ("c-syntactic-re-search-forward" function (:arguments ("regexp" "bound" "noerror" "paren-level" "not-inside-token" "lookbehind-submatch")) nil [172543 181782])
4596             ("safe-pos-list" variable nil nil [181784 181806])
4597             ("c-ssb-lit-begin" function nil nil [181848 183840])
4598             ("c-syntactic-skip-backward" function (:arguments ("skip-chars" "limit" "paren-level")) nil [183842 187649])
4599             ("c-in-literal" function (:arguments ("_lim" "detect-cpp")) nil [191796 192520])
4600             ("c-literal-limits" function (:arguments ("lim" "near" "not-in-delimiter")) nil [192522 194815])
4601             ("c-literal-start" function (:arguments ("safe-pos")) nil [194817 195299])
4602             ("defalias" code nil nil [195364 195415])
4603             ("c-collect-line-comments" function (:arguments ("range")) nil [195417 196767])
4604             ("c-literal-type" function (:arguments ("range")) nil [196769 197554])
4605             ("c-determine-limit-get-base" function (:arguments ("start" "try-size")) nil [197556 197969])
4606             ("c-determine-limit" function (:arguments ("how-far-back" "start" "try-size")) nil [197971 200199])
4607             ("c-determine-+ve-limit" function (:arguments ("how-far" "start-pos")) nil [200201 201108])
4608             ("c-find-decl-syntactic-pos" variable nil nil [202100 202138])
4609             ("make-variable-buffer-local" code nil nil [202139 202194])
4610             ("c-find-decl-match-pos" variable nil nil [202195 202229])
4611             ("make-variable-buffer-local" code nil nil [202230 202281])
4612             ("c-invalidate-find-decl-cache" function (:arguments ("change-min-pos")) nil [202283 202469])
4613             ("c-debug-put-decl-spot-faces" function (:arguments ("match-pos" "decl-pos")) nil [202792 203150])
4614             ("c-debug-remove-decl-spot-faces" function (:arguments ("beg" "end")) nil [203151 203398])
4615             ("c-bs-interval" variable
4616                (:constant-flag t
4617                 :default-value 5000)
4618                 nil [205735 205764])
4619             ("c-bs-cache" variable nil nil [205933 205956])
4620             ("make-variable-buffer-local" code nil nil [205957 205997])
4621             ("c-bs-cache-limit" variable (:default-value 1) nil [206085 206112])
4622             ("make-variable-buffer-local" code nil nil [206113 206159])
4623             ("c-bs-prev-pos" variable (:default-value most-positive-fixnum) nil [206243 206286])
4624             ("make-variable-buffer-local" code nil nil [206287 206330])
4625             ("c-bs-prev-stack" variable nil nil [206383 206411])
4626             ("make-variable-buffer-local" code nil nil [206412 206457])
4627             ("c-init-bs-cache" function nil nil [206459 206651])
4628             ("c-truncate-bs-cache" function (:arguments ("pos" "_ignore")) nil [206653 206926])
4629             ("c-update-brace-stack" function (:arguments ("stack" "from" "to")) nil [206928 209258])
4630             ("c-brace-stack-at" function (:arguments ("here")) nil [209260 210824])
4631             ("c-bs-at-toplevel-p" function (:arguments ("here")) nil [210826 211043])
4632             ("c-find-decl-prefix-search" function nil nil [211045 215187])
4633             ("c-find-decl-spots" function (:arguments ("cfd-limit" "cfd-decl-re" "cfd-face-checklist" "cfd-fun")) nil [215189 232330])
4634             ("c-found-types" variable nil nil [233707 233733])
4635             ("make-variable-buffer-local" code nil nil [233734 233777])
4636             ("c-clear-found-types" function nil nil [233779 233911])
4637             ("c-add-type" function (:arguments ("from" "to")) nil [233913 234737])
4638             ("c-unfind-type" function (:arguments ("name")) nil [234739 234853])
4639             ("c-check-type" function (:arguments ("from" "to")) nil [234855 235105])
4640             ("c-list-found-types" function nil nil [235107 235370])
4641             ("c-maybe-stale-found-type" variable nil nil [235402 235435])
4642             ("c-trim-found-types" function (:arguments ("beg" "end" "_old-len")) nil [235437 237130])
4643             ("c-clear-<-pair-props" function (:arguments ("pos")) nil [238705 239412])
4644             ("c-clear->-pair-props" function (:arguments ("pos")) nil [239414 240103])
4645             ("c-clear-<>-pair-props" function (:arguments ("pos")) nil [240105 240582])
4646             ("c-clear-<-pair-props-if-match-after" function (:arguments ("lim" "pos")) nil [240584 241426])
4647             ("c-clear->-pair-props-if-match-before" function (:arguments ("lim" "pos")) nil [241428 242266])
4648             ("c-new-BEG" variable nil nil [242307 242325])
4649             ("c-new-END" variable nil nil [242326 242344])
4650             ("c-old-BEG" variable nil nil [242385 242403])
4651             ("c-old-END" variable nil nil [242404 242422])
4652             ("c-before-change-check-<>-operators" function (:arguments ("beg" "end")) nil [242424 244910])
4653             ("c-after-change-check-<>-operators" function (:arguments ("beg" "end")) nil [244912 246037])
4654             ("c-restricted-<>-arglists" variable nil nil [246039 246072])
4655             ("c-parse-and-markup-<>-arglists" variable nil nil [246103 246142])
4656             ("c-restore-<>-properties" function (:arguments ("_beg" "_end" "_old-len")) nil [246174 247178])
4657             ("c-raw-string-pos" function nil nil [249711 251644])
4658             ("c-depropertize-raw-string" function (:arguments ("id" "open-quote" "open-paren" "bound")) nil [251646 253959])
4659             ("c-depropertize-raw-strings-in-region" function (:arguments ("start" "finish")) nil [253961 255325])
4660             ("c-before-change-check-raw-strings" function (:arguments ("beg" "end")) nil [255342 256629])
4661             ("c-propertize-raw-string-opener" function (:arguments ("id" "open-quote" "open-paren" "bound")) nil [256631 259552])
4662             ("c-after-change-re-mark-raw-strings" function (:arguments ("_beg" "_end" "_old-len")) nil [259554 261804])
4663             ("c-promote-possible-types" variable nil nil [262220 262257])
4664             ("c-parse-and-markup-<>-arglists" variable nil nil [262912 262955])
4665             ("c-restricted-<>-arglists" variable nil nil [263722 263759])
4666             ("c-record-type-identifiers" variable nil nil [264844 264882])
4667             ("c-record-ref-identifiers" variable nil nil [264883 264920])
4668             ("c-last-identifier-range" variable nil nil [265223 265259])
4669             ("c-record-type-id" function (:arguments ("range")) nil [265261 265564])
4670             ("c-record-ref-id" function (:arguments ("range")) nil [265566 265864])
4671             ("c-record-found-types" variable nil nil [266038 266071])
4672             ("c-forward-keyword-prefixed-id" function (:arguments ("type")) nil [266073 267300])
4673             ("c-forward-id-comma-list" function (:arguments ("type" "update-safe-pos")) nil [267302 267784])
4674             ("c-forward-noise-clause" function nil nil [267786 268225])
4675             ("c-forward-keyword-clause" function (:arguments ("match")) nil [268227 272816])
4676             ("declare-function" code nil nil [272848 272914])
4677             ("c-forward-<>-arglist" function (:arguments ("all-types")) nil [272916 274561])
4678             ("c-forward-<>-arglist-recur" function (:arguments ("all-types")) nil [274563 280715])
4679             ("c-backward-<>-arglist" function (:arguments ("all-types" "limit")) nil [280717 282633])
4680             ("c-forward-name" function nil nil [282635 288333])
4681             ("c-forward-type" function (:arguments ("brace-block-too")) nil [288335 297694])
4682             ("c-forward-annotation" function nil nil [297696 298246])
4683             ("c-pull-open-brace" function (:arguments ("ps")) nil [298248 298548])
4684             ("c-back-over-compound-identifier" function nil nil [298550 299271])
4685             ("c-back-over-member-initializer-braces" function nil nil [299273 300225])
4686             ("c-back-over-list-of-member-inits" function nil nil [300227 301245])
4687             ("c-back-over-member-initializers" function nil nil [301247 302936])
4688             ("c-fdoc-shift-type-backward" function (:arguments ("short")) nil [303215 304501])
4689             ("c-forward-declarator" function (:arguments ("limit" "accept-anon")) nil [304503 310006])
4690             ("c-forward-decl-or-cast-1" function (:arguments ("preceding-token-end" "context" "last-cast-end")) nil [310008 349118])
4691             ("c-forward-label" function (:arguments ("assume-markup" "preceding-token-end" "limit")) nil [349120 358742])
4692             ("c-forward-objc-directive" function nil nil [358744 361047])
4693             ("c-beginning-of-inheritance-list" function (:arguments ("lim")) nil [361049 361528])
4694             ("c-in-method-def-p" function nil nil [361530 361833])
4695             ("c-in-gcc-asm-p" function nil nil [361885 362428])
4696             ("c-at-toplevel-p" function nil nil [362430 363663])
4697             ("c-just-after-func-arglist-p" function (:arguments ("lim")) nil [363665 365765])
4698             ("c-in-knr-argdecl" function (:arguments ("lim")) nil [365767 371361])
4699             ("c-skip-conditional" function nil nil [371363 371940])
4700             ("c-after-conditional" function (:arguments ("lim")) nil [371942 372429])
4701             ("c-after-special-operator-id" function (:arguments ("lim")) nil [372431 373182])
4702             ("c-backward-to-block-anchor" function (:arguments ("lim")) nil [373184 373696])
4703             ("c-backward-to-decl-anchor" function (:arguments ("lim")) nil [373698 374035])
4704             ("c-search-decl-header-end" function nil nil [374037 375353])
4705             ("c-beginning-of-decl-1" function (:arguments ("lim")) nil [375355 380011])
4706             ("c-end-of-decl-1" function nil nil [380013 382354])
4707             ("c-looking-at-decl-block" function (:arguments ("_containing-sexp" "goto-start" "limit")) nil [382356 388787])
4708             ("c-directly-in-class-called-p" function (:arguments ("name")) nil [388789 389449])
4709             ("c-search-uplist-for-classkey" function (:arguments ("paren-state")) nil [389451 390197])
4710             ("c-most-enclosing-decl-block" function (:arguments ("paren-state")) nil [390199 390774])
4711             ("c-cheap-inside-bracelist-p" function (:arguments ("paren-state")) nil [390776 391463])
4712             ("c-backward-typed-enum-colon" function nil nil [391465 392537])
4713             ("c-backward-over-enum-header" function nil nil [392539 393650])
4714             ("c-looking-at-or-maybe-in-bracelist" function (:arguments ("containing-sexp" "lim")) nil [393652 400821])
4715             ("c-inside-bracelist-p" function (:arguments ("containing-sexp" "paren-state" "accept-in-paren")) nil [400823 402739])
4716             ("c-looking-at-special-brace-list" function (:arguments ("_lim")) nil [402741 404888])
4717             ("c-looking-at-bos" function (:arguments ("_lim")) nil [404890 405238])
4718             ("make-obsolete" code nil nil [405239 405303])
4719             ("c-looking-at-statement-block" function nil nil [405305 406477])
4720             ("c-looking-at-inexpr-block" function (:arguments ("lim" "containing-sexp" "check-at-end")) nil [406479 412064])
4721             ("c-looking-at-inexpr-block-backward" function (:arguments ("paren-state")) nil [412066 412867])
4722             ("c-looking-at-c++-lambda-capture-list" function nil nil [412869 413261])
4723             ("c-at-macro-vsemi-p" function (:arguments ("pos")) nil [413263 414850])
4724             ("c-macro-vsemi-status-unknown-p" function nil nil [414886 414929])
4725             ("c-auto-newline-analysis" variable nil nil [415224 415260])
4726             ("c-brace-anchor-point" function (:arguments ("bracepos")) nil [415262 415924])
4727             ("c-add-syntax" function (:arguments ("symbol" "args")) nil [415926 416303])
4728             ("c-append-syntax" function (:arguments ("symbol" "args")) nil [416305 416540])
4729             ("c-add-stmt-syntax" function (:arguments ("syntax-symbol" "syntax-extra-args" "stop-at-boi-only" "containing-sexp" "paren-state" "fixed-anchor")) nil [416542 424606])
4730             ("c-add-class-syntax" function (:arguments ("symbol" "containing-decl-open" "containing-decl-start" "containing-decl-kwd" "_paren-state")) nil [424608 425562])
4731             ("c-guess-continued-construct" function (:arguments ("indent-point" "char-after-ip" "beg-of-same-or-containing-stmt" "containing-sexp" "paren-state")) nil [425564 432280])
4732             ("c-guess-basic-syntax" function nil nil [432386 484775])
4733             ("c-evaluate-offset" function (:arguments ("offset" "langelem" "symbol")) nil [484808 487829])
4734             ("c-calc-offset" function (:arguments ("langelem")) nil [487831 488728])
4735             ("c-get-offset" function (:arguments ("langelem")) nil [488730 489191])
4736             ("c-get-syntactic-indentation" function (:arguments ("langelems")) nil [489193 490605])
4737             ("cc-provide" code nil nil [490609 490632]))          
4738       :file "cc-engine.el"
4739       :pointmax 490728
4740       :fsize 490730
4741       :lastmodtime '(23525 29597 0 0)
4742       :unmatched-syntax '((close-paren 6261 . 6262) (symbol 6230 . 6247) (open-paren 6229 . 6230) (close-paren 6145 . 6146) (symbol 5910 . 5927) (open-paren 5909 . 5910)))
4743     (semanticdb-table "semanticdb-table"
4744       :major-mode emacs-lisp-mode
4745       :tags 
4746         '( ("let" code nil nil [1346 1561])
4747             ("c--cl-library" variable (:default-value (if (locate-library "cl-lib") (quote cl-lib) (quote cl))) nil [1584 1660])
4748             ("cc-external-require" code nil nil [1663 1698])
4749             ("cc-external-require" code nil nil [1841 1874])
4750             ("cc-bytecomp-defvar" code nil nil [1901 1958])
4751             ("cc-bytecomp-defun" code nil nil [1975 2010])
4752             ("cc-bytecomp-defvar" code nil nil [2020 2052])
4753             ("cc-bytecomp-defvar" code nil nil [2061 2097])
4754             ("cc-bytecomp-defvar" code nil nil [2106 2153])
4755             ("cc-bytecomp-defvar" code nil nil [2162 2211])
4756             ("cc-bytecomp-defvar" code nil nil [2220 2272])
4757             ("cc-bytecomp-defun" code nil nil [2284 2320])
4758             ("cc-conditional-require" code nil nil [2412 2603])
4759             ("cc-conditional-require-after-load" code nil nil [2605 2827])
4760             ("c-version" variable
4761                (:constant-flag t
4762                 :default-value "5.33.1")
4763                 nil [2873 2930])
4764             ("c-version-sym" variable
4765                (:constant-flag t
4766                 :default-value (intern c-version))
4767                 nil [2932 2975])
4768             ("c-buffer-is-cc-mode" variable nil nil [3029 3465])
4769             ("make-variable-buffer-local" code nil nil [3466 3515])
4770             ("put" code nil nil [3636 3681])
4771             ("put" code nil nil [6036 6083])
4772             ("cc-eval-when-compile" function (:arguments ("body")) nil [3799 6032])
4773             ("c-inside-eval-when-compile" variable nil nil [3756 3795])
4774             ("c--mapcan" function (:arguments ("fun" "liszt")) nil [6100 6765])
4775             ("c--set-difference" function (:arguments ("liszt1" "liszt2" "other-args")) nil [6767 7042])
4776             ("c--intersection" function (:arguments ("liszt1" "liszt2" "other-args")) nil [7044 7311])
4777             ("c--delete-duplicates" function (:arguments ("cl-seq" "cl-keys")) nil [7596 7852])
4778             ("c--macroexpand-all" function (:arguments ("form" "environment")) nil [7333 7592])
4779             ("c-point" function (:arguments ("position" "point")) nil [7855 12449])
4780             ("lookup-syntax-properties" variable nil nil [12451 12484])
4781             ("c-use-category" variable
4782                (:constant-flag t
4783                 :default-value (with-temp-buffer (let ((parse-sexp-lookup-properties t) (lookup-syntax-properties t)) (set-syntax-table (make-syntax-table)) (insert "<()>") (put-text-property (point-min) (1+ (point-min)) (quote category) (quote c-<-as-paren-syntax)) (put-text-property (+ 3 (point-min)) (+ 4 (point-min)) (quote category) (quote c->-as-paren-syntax)) (goto-char (point-min)) (forward-sexp) (= (point) (+ 4 (point-min))))))
4784                 nil [12664 13152])
4785             ("c-use-extents" variable nil nil [13155 13177])
4786             ("c-next-single-property-change" function (:arguments ("position" "prop" "object" "limit")) nil [13179 13596])
4787             ("c-region-is-active-p" function nil nil [13598 13880])
4788             ("c-set-region-active" function (:arguments ("activate")) nil [13882 14233])
4789             ("c-set-keymap-parent" function (:arguments ("map" "parent")) nil [14235 14569])
4790             ("c-delete-and-extract-region" function (:arguments ("start" "end")) nil [14571 14926])
4791             ("c-safe" function (:arguments ("body")) nil [14928 15079])
4792             ("put" code nil nil [15080 15117])
4793             ("c-int-to-char" function (:arguments ("integer")) nil [15119 15445])
4794             ("c-last-command-char" function nil nil [15447 15702])
4795             ("c-sentence-end" function nil nil [15704 15908])
4796             ("c-default-value-sentence-end" function nil nil [15910 16175])
4797             ("c-save-buffer-state" function (:arguments ("varlist" "body")) nil [16284 18110])
4798             ("c-tentative-buffer-changes" function (:arguments ("body")) nil [18112 19262])
4799             ("put" code nil nil [19263 19320])
4800             ("c-tnt-chng-record-state" function nil nil [19322 19664])
4801             ("c-tnt-chng-cleanup" function (:arguments ("keep" "saved-state")) nil [19671 20672])
4802             ("c-forward-syntactic-ws" function (:arguments ("limit")) nil [20674 21422])
4803             ("c-backward-syntactic-ws" function (:arguments ("limit")) nil [21424 22189])
4804             ("c-forward-sexp" function (:arguments ("count")) nil [22191 22672])
4805             ("c-backward-sexp" function (:arguments ("count")) nil [22674 22859])
4806             ("c-safe-scan-lists" function (:arguments ("from" "count" "depth" "limit")) nil [22861 23556])
4807             ("c-go-list-forward" function (:arguments ("pos" "limit")) nil [23686 24104])
4808             ("c-go-list-backward" function (:arguments ("pos" "limit")) nil [24106 24526])
4809             ("c-up-list-forward" function (:arguments ("pos" "limit")) nil [24528 24857])
4810             ("c-up-list-backward" function (:arguments ("pos" "limit")) nil [24859 25193])
4811             ("c-down-list-forward" function (:arguments ("pos" "limit")) nil [25195 25529])
4812             ("c-down-list-backward" function (:arguments ("pos" "limit")) nil [25531 25865])
4813             ("c-go-up-list-forward" function (:arguments ("pos" "limit")) nil [25867 26303])
4814             ("c-go-up-list-backward" function (:arguments ("pos" "limit")) nil [26305 26746])
4815             ("c-go-down-list-forward" function (:arguments ("pos" "limit")) nil [26748 27186])
4816             ("c-go-down-list-backward" function (:arguments ("pos" "limit")) nil [27188 27626])
4817             ("c-beginning-of-defun-1" function nil nil [27629 29563])
4818             ("c-at-vsemi-p" function (:arguments ("pos")) nil [32325 32655])
4819             ("c-vsemi-status-unknown-p" function nil nil [32657 33185])
4820             ("c-benign-error" function (:arguments ("format" "args")) nil [33189 33388])
4821             ("c-with-syntax-table" function (:arguments ("table" "code")) nil [33390 33860])
4822             ("put" code nil nil [33861 33911])
4823             ("c-skip-ws-forward" function (:arguments ("limit")) nil [33913 34565])
4824             ("c-skip-ws-backward" function (:arguments ("limit")) nil [34567 35153])
4825             ("c-langs-are-parametric" variable nil nil [35175 35210])
4826             ("c-major-mode-is" function (:arguments ("mode")) nil [35213 35756])
4827             ("c-use-extents" variable
4828                (:constant-flag t
4829                 :default-value (and (cc-bytecomp-fboundp (quote extent-at)) (cc-bytecomp-fboundp (quote set-extent-property)) (cc-bytecomp-fboundp (quote set-extent-properties)) (cc-bytecomp-fboundp (quote make-extent)) (cc-bytecomp-fboundp (quote extent-property)) (cc-bytecomp-fboundp (quote delete-extent)) (cc-bytecomp-fboundp (quote map-extents))))
4830                 nil [36159 36516])
4831             ("c-<-as-paren-syntax" variable
4832                (:constant-flag t
4833                 :default-value (quote (4 . 62)))
4834                 nil [36519 36559])
4835             ("put" code nil nil [36560 36620])
4836             ("c->-as-paren-syntax" variable
4837                (:constant-flag t
4838                 :default-value (quote (5 . 60)))
4839                 nil [36622 36662])
4840             ("put" code nil nil [36663 36723])
4841             ("defalias" code nil nil [36819 37726])
4842             ("cc-bytecomp-defun" code nil nil [37727 37770])
4843             ("c-put-char-property" function (:arguments ("pos" "property" "value")) nil [37795 38817])
4844             ("c-get-char-property" function (:arguments ("pos" "property")) nil [38819 39249])
4845             ("defalias" code nil nil [39394 39838])
4846             ("cc-bytecomp-defun" code nil nil [39839 39884])
4847             ("c-clear-char-property" function (:arguments ("pos" "property")) nil [39909 40633])
4848             ("c-clear-char-properties" function (:arguments ("from" "to" "property")) nil [40635 41392])
4849             ("c-search-forward-char-property" function (:arguments ("property" "value" "limit")) nil [41394 42161])
4850             ("c-search-backward-char-property" function (:arguments ("property" "value" "limit")) nil [42163 43138])
4851             ("c-clear-char-property-with-value-function" function (:arguments ("from" "to" "property" "value")) nil [43140 44051])
4852             ("c-clear-char-property-with-value" function (:arguments ("from" "to" "property" "value")) nil [44053 44699])
4853             ("c-search-forward-char-property-with-value-on-char" function (:arguments ("property" "value" "char" "limit")) nil [44701 45548])
4854             ("c-clear-char-property-with-value-on-char-function" function (:arguments ("from" "to" "property" "value" "char")) nil [45550 46462])
4855             ("c-clear-char-property-with-value-on-char" function (:arguments ("from" "to" "property" "value" "char")) nil [46464 47270])
4856             ("c-put-char-properties-on-char" function (:arguments ("from" "to" "property" "value" "char")) nil [47272 47821])
4857             ("c-put-overlay" function (:arguments ("from" "to" "property" "value")) nil [48078 48580])
4858             ("c-delete-overlay" function (:arguments ("overlay")) nil [48582 48843])
4859             ("def-edebug-spec" code nil nil [48972 49027])
4860             ("def-edebug-spec" code nil nil [49028 49055])
4861             ("def-edebug-spec" code nil nil [49056 49095])
4862             ("def-edebug-spec" code nil nil [49096 49135])
4863             ("def-edebug-spec" code nil nil [49136 49162])
4864             ("def-edebug-spec" code nil nil [49163 49205])
4865             ("def-edebug-spec" code nil nil [49206 49252])
4866             ("def-edebug-spec" code nil nil [49253 49295])
4867             ("def-edebug-spec" code nil nil [49296 49339])
4868             ("def-edebug-spec" code nil nil [49340 49374])
4869             ("def-edebug-spec" code nil nil [49375 49410])
4870             ("def-edebug-spec" code nil nil [49411 49448])
4871             ("def-edebug-spec" code nil nil [49449 49487])
4872             ("def-edebug-spec" code nil nil [49488 49527])
4873             ("def-edebug-spec" code nil nil [49528 49568])
4874             ("def-edebug-spec" code nil nil [49569 49601])
4875             ("def-edebug-spec" code nil nil [49602 49640])
4876             ("def-edebug-spec" code nil nil [49641 49675])
4877             ("def-edebug-spec" code nil nil [49676 49715])
4878             ("def-edebug-spec" code nil nil [49716 49753])
4879             ("def-edebug-spec" code nil nil [49754 49792])
4880             ("def-edebug-spec" code nil nil [49793 49828])
4881             ("def-edebug-spec" code nil nil [49829 49868])
4882             ("def-edebug-spec" code nil nil [49869 49908])
4883             ("def-edebug-spec" code nil nil [49909 49950])
4884             ("def-edebug-spec" code nil nil [49951 50011])
4885             ("def-edebug-spec" code nil nil [50012 50061])
4886             ("def-edebug-spec" code nil nil [50062 50105])
4887             ("def-edebug-spec" code nil nil [50106 50139])
4888             ("def-edebug-spec" code nil nil [50140 50176])
4889             ("def-edebug-spec" code nil nil [50177 50220])
4890             ("c-end-of-defun-1" function nil nil [50461 50899])
4891             ("c-mark-<-as-paren" function (:arguments ("pos")) nil [50901 51531])
4892             ("c-mark->-as-paren" function (:arguments ("pos")) nil [51534 52166])
4893             ("c-unmark-<->-as-paren" function (:arguments ("pos")) nil [52168 52745])
4894             ("c-suppress-<->-as-parens" function nil nil [52747 53111])
4895             ("c-restore-<->-as-parens" function nil nil [53113 53392])
4896             ("c-with-<->-as-parens-suppressed" function (:arguments ("forms")) nil [53394 53718])
4897             ("c-self-bind-state-cache" function (:arguments ("forms")) nil [53737 55555])
4898             ("c-sc-scan-lists-no-category+1+1" function (:arguments ("from")) nil [56154 56568])
4899             ("c-sc-scan-lists-no-category+1-1" function (:arguments ("from")) nil [56570 57025])
4900             ("c-sc-scan-lists-no-category-1+1" function (:arguments ("from")) nil [57027 57443])
4901             ("c-sc-scan-lists-no-category-1-1" function (:arguments ("from")) nil [57445 57904])
4902             ("c-sc-scan-lists" function (:arguments ("from" "count" "depth")) nil [57906 58431])
4903             ("c-sc-parse-partial-sexp-no-category" function (:arguments ("from" "to" "targetdepth" "stopbefore" "oldstate")) nil [58434 59659])
4904             ("c-sc-parse-partial-sexp" function (:arguments ("from" "to" "targetdepth" "stopbefore" "oldstate")) nil [59661 59942])
4905             ("c-emacs-features" variable nil nil [59946 59971])
4906             ("c-looking-at-non-alphnumspace" function nil nil [59973 60406])
4907             ("c-intersect-lists" function (:arguments ("list" "alist")) nil [60449 60709])
4908             ("c-lookup-lists" function (:arguments ("list" "alist1" "alist2")) nil [60711 60932])
4909             ("c-langelem-sym" function (:arguments ("langelem")) nil [60934 61209])
4910             ("c-langelem-pos" function (:arguments ("langelem")) nil [61211 61574])
4911             ("c-langelem-col" function (:arguments ("langelem" "preserve-point")) nil [61576 62119])
4912             ("c-langelem-2nd-pos" function (:arguments ("langelem")) nil [62121 62503])
4913             ("c-keep-region-active" function nil nil [62505 62713])
4914             ("put" code nil nil [62715 62751])
4915             ("put" code nil nil [62752 62790])
4916             ("put" code nil nil [62791 62830])
4917             ("put" code nil nil [62831 62870])
4918             ("put" code nil nil [62871 62909])
4919             ("put" code nil nil [62910 62949])
4920             ("put" code nil nil [62950 62988])
4921             ("c-mode-symbol" function (:arguments ("suffix")) nil [62990 63407])
4922             ("c-mode-var" function (:arguments ("suffix")) nil [63409 63591])
4923             ("c-got-face-at" function (:arguments ("pos" "faces")) nil [63593 63964])
4924             ("c-face-name-p" function (:arguments ("facename")) nil [63966 64313])
4925             ("c-concat-separated" function (:arguments ("list" "separator")) nil [64315 64536])
4926             ("c-make-keywords-re" function (:arguments ("adorn" "list" "mode")) nil [64538 67888])
4927             ("put" code nil nil [67890 67939])
4928             ("c-make-bare-char-alt" function (:arguments ("chars" "inverted")) nil [67941 68894])
4929             ("defalias" code nil nil [68941 68977])
4930             ("defalias" code nil nil [68978 69026])
4931             ("cc-bytecomp-defvar" code nil nil [69074 69132])
4932             ("c-emacs-features" variable
4933                (:constant-flag t
4934                 :default-value (let (list) (if (boundp (quote infodock-version)) (setq list (cons (quote infodock) list))) (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) (t (error "CC Mode is incompatible with this version of Emacs"))) (setq list (cons (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit)) list))) (let* (mark-ring (bod-param (quote foo)) (eod-param (quote foo)) (beginning-of-defun-function (lambda (&optional arg) (or (eq bod-param (quote foo)) (setq bod-param (quote bar))) (and (eq bod-param (quote foo)) (setq bod-param arg) (eq arg 3)))) (end-of-defun-function (lambda (&optional arg) (and (eq eod-param (quote foo)) (setq eod-param arg) (eq arg 3))))) (if (save-excursion (and (beginning-of-defun 3) (eq bod-param 3) (not (beginning-of-defun)) (end-of-defun 3) (eq eod-param 3) (not (end-of-defun)))) (setq list (cons (quote argumentative-bod-function) list)))) (if c-use-category (setq list (cons (quote category-properties) list))) (let ((buf (generate-new-buffer " test")) parse-sexp-lookup-properties parse-sexp-ignore-comments lookup-syntax-properties) (with-current-buffer buf (set-syntax-table (make-syntax-table)) (setq parse-sexp-lookup-properties t parse-sexp-ignore-comments t lookup-syntax-properties t) (modify-syntax-entry 60 ".") (modify-syntax-entry 62 ".") (insert "<()>") (c-mark-<-as-paren (point-min)) (c-mark->-as-paren (+ 3 (point-min))) (goto-char (point-min)) (c-forward-sexp) (if (= (point) (+ 4 (point-min))) (setq list (cons (quote syntax-properties) list)) (error (concat "CC Mode is incompatible with this version of Emacs - " "support for the `syntax-table' text property " "is required."))) (c-safe (modify-syntax-entry 120 "!") (if (string-match "\\s!" "x") (setq list (cons (quote gen-comment-delim) list)))) (c-safe (modify-syntax-entry 120 "|") (if (string-match "\\s|" "x") (setq list (cons (quote gen-string-delim) list)))) (when (and (string-match "[[:alpha:]]" "a") (progn (delete-region (point-min) (point-max)) (insert "foo123") (skip-chars-backward "[:alnum:]") (bobp)) (= (skip-chars-forward "[:alpha:]") 3)) (setq list (cons (quote posix-char-classes) list))) (when (boundp (quote open-paren-in-column-0-is-defun-start)) (let ((open-paren-in-column-0-is-defun-start nil) (parse-sexp-ignore-comments t)) (delete-region (point-min) (point-max)) (set-syntax-table (make-syntax-table)) (modify-syntax-entry 39 "\"") (cond ((memq (quote 8-bit) list) (modify-syntax-entry 47 ". 1456") (modify-syntax-entry 42 ". 23")) ((memq (quote 1-bit) list) (modify-syntax-entry 47 ". 124b") (modify-syntax-entry 42 ". 23"))) (modify-syntax-entry 10 "> b") (insert "/* '
4935    () */") (backward-sexp) (if (bobp) (setq list (cons (quote col-0-paren) list))))) (set-buffer-modified-p nil)) (kill-buffer buf)) (let ((ppss-size (or (c-safe (length (save-excursion (parse-partial-sexp (point) (point))))) 0))) (cond ((>= ppss-size 11) (setq list (cons (quote pps-extended-state) list))) ((>= ppss-size 10)) (t (error (concat "CC Mode is incompatible with this version of Emacs - " "`parse-partial-sexp' has to return at least 10 elements."))))) list))
4936                 nil [69134 75621])
4937             ("if" code nil nil [75768 76157])
4938             ("c-add-language" function (:arguments ("mode" "base-mode")) nil [78076 79051])
4939             ("c-lang-constants" variable (:default-value (make-vector 151 0)) nil [79053 79098])
4940             ("c-lang-const-expansion" variable nil nil [79766 79801])
4941             ("defalias" code nil nil [80015 80207])
4942             ("c-get-current-file" function nil nil [80209 80572])
4943             ("c-lang-defconst-eval-immediately" function (:arguments ("form")) nil [80574 80894])
4944             ("c-lang-defconst" function (:arguments ("name" "args")) nil [80896 86278])
4945             ("put" code nil nil [86280 86326])
4946             ("def-edebug-spec" code nil nil [86408 86500])
4947             ("c-define-lang-constant" function (:arguments ("name" "bindings" "pre-files")) nil [86502 87951])
4948             ("c-lang-const" function (:arguments ("name" "lang")) nil [87953 90708])
4949             ("c-lang-constants-under-evaluation" variable nil nil [90710 91077])
4950             ("c-lang--novalue" variable
4951                (:constant-flag t
4952                 :default-value "novalue")
4953                 nil [91079 91115])
4954             ("c-get-lang-constant" function (:arguments ("name" "source-files" "mode")) nil [91117 94775])
4955             ("c-find-assignment-for-mode" function (:arguments ("source-pos" "mode" "match-any-lang" "_name")) nil [94777 97183])
4956             ("c-lang-major-mode-is" function (:arguments ("mode")) nil [97185 97766])
4957             ("cc-provide" code nil nil [97770 97791]))          
4958       :file "cc-defs.el"
4959       :pointmax 97885
4960       :fsize 97884
4961       :lastmodtime '(23525 29597 0 0)
4962       :unmatched-syntax '((close-paren 36516 . 36517) (symbol 35921 . 35937) (open-paren 35920 . 35921) (close-paren 35210 . 35211) (symbol 35156 . 35172) (open-paren 35155 . 35156) (close-paren 13152 . 13153) (symbol 12502 . 12518) (open-paren 12501 . 12502) (close-paren 7852 . 7853) (symbol 7314 . 7330) (open-paren 7313 . 7314) (close-paren 6083 . 6084) (symbol 3737 . 3753) (open-paren 3736 . 3737) (close-paren 1660 . 1661) (symbol 1565 . 1581) (open-paren 1564 . 1565) (close-paren 1561 . 1562) (symbol 1326 . 1343) (open-paren 1325 . 1326)))
4963     (semanticdb-table "semanticdb-table"
4964       :major-mode emacs-lisp-mode
4965       :tags 
4966         '( ("let" code nil nil [1205 1420])
4967             ("cc-require" code nil nil [1423 1444])
4968             ("cc-require" code nil nil [1445 1466])
4969             ("cc-require" code nil nil [1467 1490])
4970             ("cc-bytecomp-defvar" code nil nil [1517 1552])
4971             ("c-fix-backslashes" variable (:default-value t) nil [1662 1690])
4972             ("c-syntactic-context" variable nil nil [1692 1720])
4973             ("c-indent-line" function (:arguments ("syntax" "quiet" "ignore-point-pos")) nil [1722 4658])
4974             ("c-newline-and-indent" function (:arguments ("newline-arg")) nil [4660 7742])
4975             ("c-show-syntactic-information" function
4976                (:user-visible-flag t
4977                 :arguments ("arg"))
4978                 nil [7744 8795])
4979             ("c-syntactic-information-on-region" function
4980                (:user-visible-flag t
4981                 :arguments ("from" "to"))
4982                 nil [8797 9132])
4983             ("c-block-comment-flag" variable nil nil [9261 9294])
4984             ("make-variable-buffer-local" code nil nil [9295 9345])
4985             ("c-update-modeline" function nil nil [9347 10195])
4986             ("c-toggle-syntactic-indentation" function
4987                (:user-visible-flag t
4988                 :arguments ("arg"))
4989                 nil [10197 11166])
4990             ("c-toggle-auto-newline" function
4991                (:user-visible-flag t
4992                 :arguments ("arg"))
4993                 nil [11168 11866])
4994             ("defalias" code nil nil [11868 11922])
4995             ("make-obsolete" code nil nil [11923 11989])
4996             ("c-toggle-hungry-state" function
4997                (:user-visible-flag t
4998                 :arguments ("arg"))
4999                 nil [11991 12531])
5000             ("c-toggle-auto-hungry-state" function
5001                (:user-visible-flag t
5002                 :arguments ("arg"))
5003                 nil [12533 13077])
5004             ("c-toggle-electric-state" function
5005                (:user-visible-flag t
5006                 :arguments ("arg"))
5007                 nil [13079 13582])
5008             ("c-toggle-comment-style" function
5009                (:user-visible-flag t
5010                 :arguments ("arg"))
5011                 nil [13584 14387])
5012             ("c-electric-backspace" function
5013                (:user-visible-flag t
5014                 :arguments ("arg"))
5015                 nil [14409 14994])
5016             ("c-hungry-delete-backwards" function (:user-visible-flag t) nil [14996 15342])
5017             ("defalias" code nil nil [15344 15401])
5018             ("c-electric-delete-forward" function
5019                (:user-visible-flag t
5020                 :arguments ("arg"))
5021                 nil [15403 15985])
5022             ("c-hungry-delete-forward" function (:user-visible-flag t) nil [15987 16323])
5023             ("c-electric-delete" function
5024                (:user-visible-flag t
5025                 :arguments ("arg"))
5026                 nil [16366 17035])
5027             ("c-hungry-delete" function (:user-visible-flag t) nil [17078 17736])
5028             ("c-electric-pound" function
5029                (:user-visible-flag t
5030                 :arguments ("arg"))
5031                 nil [17738 18701])
5032             ("c-point-syntax" function nil nil [18703 19877])
5033             ("c-brace-newlines" function (:arguments ("syntax")) nil [19879 22454])
5034             ("c-try-one-liner" function nil nil [22456 25306])
5035             ("c-electric-brace" function
5036                (:user-visible-flag t
5037                 :arguments ("arg"))
5038                 nil [25308 30394])
5039             ("c-electric-slash" function
5040                (:user-visible-flag t
5041                 :arguments ("arg"))
5042                 nil [30396 32251])
5043             ("c-electric-star" function
5044                (:user-visible-flag t
5045                 :arguments ("arg"))
5046                 nil [32253 33278])
5047             ("c-electric-semi&comma" function
5048                (:user-visible-flag t
5049                 :arguments ("arg"))
5050                 nil [33280 35765])
5051             ("c-electric-colon" function
5052                (:user-visible-flag t
5053                 :arguments ("arg"))
5054                 nil [35767 39393])
5055             ("c-electric-lt-gt" function
5056                (:user-visible-flag t
5057                 :arguments ("arg"))
5058                 nil [39395 41745])
5059             ("c-electric-paren" function
5060                (:user-visible-flag t
5061                 :arguments ("arg"))
5062                 nil [41747 45310])
5063             ("c-electric-continued-statement" function nil nil [45312 46470])
5064             ("declare-function" code nil nil [46475 46535])
5065             ("declare-function" code nil nil [46536 46597])
5066             ("cond" code nil nil [46599 47083])
5067             ("declare-function" code nil nil [47085 47154])
5068             ("declare-function" code nil nil [47155 47225])
5069             ("c-forward-into-nomenclature" function
5070                (:user-visible-flag t
5071                 :arguments ("arg"))
5072                 nil [47275 47551])
5073             ("make-obsolete" code nil nil [47552 47698])
5074             ("c-backward-into-nomenclature" function
5075                (:user-visible-flag t
5076                 :arguments ("arg"))
5077                 nil [47700 47980])
5078             ("make-obsolete" code nil nil [47981 48102])
5079             ("c-scope-operator" function (:user-visible-flag t) nil [48104 48290])
5080             ("c-in-function-trailer-p" function (:arguments ("lim")) nil [48324 49619])
5081             ("c-where-wrt-brace-construct" function nil nil [49621 53155])
5082             ("c-backward-to-nth-BOF-{" function (:arguments ("n" "where")) nil [53157 54715])
5083             ("c-narrow-to-most-enclosing-decl-block" function (:arguments ("inclusive" "level")) nil [54717 55896])
5084             ("c-widen-to-enclosing-decl-scope" function (:arguments ("paren-state" "orig-point-min" "orig-point-max")) nil [55898 57046])
5085             ("c-while-widening-to-decl-block" function (:arguments ("condition")) nil [57068 57841])
5086             ("c-beginning-of-defun" function
5087                (:user-visible-flag t
5088                 :arguments ("arg"))
5089                 nil [57844 60654])
5090             ("c-forward-to-nth-EOF-}" function (:arguments ("n" "where")) nil [60656 62332])
5091             ("c-end-of-defun" function
5092                (:user-visible-flag t
5093                 :arguments ("arg"))
5094                 nil [62334 64809])
5095             ("c-defun-name" function nil nil [64811 68637])
5096             ("c-declaration-limits" function (:arguments ("near")) nil [68639 73284])
5097             ("c-display-defun-name" function
5098                (:user-visible-flag t
5099                 :arguments ("arg"))
5100                 nil [73286 73817])
5101             ("put" code nil nil [73818 73863])
5102             ("c-mark-function" function (:user-visible-flag t) nil [73865 75405])
5103             ("c-cpp-define-name" function nil nil [75407 75706])
5104             ("c-in-comment-line-prefix-p" function nil nil [75737 76196])
5105             ("c-narrow-to-comment-innards" function (:arguments ("range")) nil [76198 77365])
5106             ("c-beginning-of-sentence-in-comment" function (:arguments ("range")) nil [77367 80046])
5107             ("c-end-of-sentence-in-comment" function (:arguments ("range")) nil [80048 82637])
5108             ("c-beginning-of-sentence-in-string" function (:arguments ("range")) nil [82639 84956])
5109             ("c-end-of-sentence-in-string" function (:arguments ("range")) nil [84958 87134])
5110             ("c-ascertain-preceding-literal" function nil nil [87136 88199])
5111             ("c-ascertain-following-literal" function nil nil [88201 88881])
5112             ("c-after-statement-terminator-p" function nil nil [88883 89776])
5113             ("c-back-over-illiterals" function (:arguments ("macro-start")) nil [89778 94440])
5114             ("c-forward-over-illiterals" function (:arguments ("macro-end" "allow-early-stop")) nil [94442 99361])
5115             ("c-one-line-string-p" function (:arguments ("range")) nil [99363 99696])
5116             ("c-beginning-of-statement" function
5117                (:user-visible-flag t
5118                 :arguments ("count" "lim" "sentence-flag"))
5119                 nil [99698 103702])
5120             ("c-end-of-statement" function
5121                (:user-visible-flag t
5122                 :arguments ("count" "lim" "sentence-flag"))
5123                 nil [103704 107072])
5124             ("mapc" code nil nil [107397 107671])
5125             ("mapc" code nil nil [107672 107905])
5126             ("put" code nil nil [107906 107962])
5127             ("put" code nil nil [107972 108028])
5128             ("put" code nil nil [108043 108099])
5129             ("put" code nil nil [108109 108165])
5130             ("put" code nil nil [108180 108241])
5131             ("put" code nil nil [108251 108312])
5132             ("c-calc-comment-indent" function (:arguments ("entry")) nil [108362 109490])
5133             ("c-comment-indent" function nil nil [109492 111285])
5134             ("c-outline-level" function nil nil [111319 111528])
5135             ("c-up-conditional" function
5136                (:user-visible-flag t
5137                 :arguments ("count"))
5138                 nil [111565 112094])
5139             ("c-up-conditional-with-else" function
5140                (:user-visible-flag t
5141                 :arguments ("count"))
5142                 nil [112096 112439])
5143             ("c-down-conditional" function
5144                (:user-visible-flag t
5145                 :arguments ("count"))
5146                 nil [112441 112956])
5147             ("c-down-conditional-with-else" function
5148                (:user-visible-flag t
5149                 :arguments ("count"))
5150                 nil [112958 113299])
5151             ("c-backward-conditional" function
5152                (:user-visible-flag t
5153                 :arguments ("count" "target-depth" "with-else"))
5154                 nil [113301 113967])
5155             ("c-forward-conditional" function
5156                (:user-visible-flag t
5157                 :arguments ("count" "target-depth" "with-else"))
5158                 nil [113969 114827])
5159             ("c-scan-conditionals" function (:arguments ("count" "target-depth" "with-else")) nil [114829 118478])
5160             ("c-indent-command" function
5161                (:user-visible-flag t
5162                 :arguments ("arg"))
5163                 nil [118544 121923])
5164             ("c-indent-exp" function
5165                (:user-visible-flag t
5166                 :arguments ("shutup-p"))
5167                 nil [121925 123092])
5168             ("c-indent-defun" function (:user-visible-flag t) nil [123094 123886])
5169             ("c-indent-region" function (:arguments ("start" "end" "quiet")) nil [123888 126079])
5170             ("c-fn-region-is-active-p" function nil nil [126081 126239])
5171             ("c-indent-line-or-region" function
5172                (:user-visible-flag t
5173                 :arguments ("arg" "region"))
5174                 nil [126241 126743])
5175             ("c-progress-info" variable nil nil [126772 126800])
5176             ("c-progress-init" function (:arguments ("start" "end" "context")) nil [126802 127499])
5177             ("c-progress-update" function nil nil [127501 128062])
5178             ("c-progress-fini" function (:arguments ("context")) nil [128064 128336])
5179             ("c-backslash-region" function
5180                (:user-visible-flag t
5181                 :arguments ("from" "to" "delete-flag" "line-mode"))
5182                 nil [128415 133942])
5183             ("c-append-backslashes-forward" function (:arguments ("to-mark" "column" "point-pos")) nil [133944 135818])
5184             ("c-delete-backslashes-forward" function (:arguments ("to-mark" "point-pos")) nil [135864 136219])
5185             ("c-auto-fill-prefix" variable (:default-value t) nil [136310 136339])
5186             ("c-lit-limits" variable nil nil [136340 136365])
5187             ("c-lit-type" variable nil nil [136366 136389])
5188             ("c-guess-fill-prefix" function (:arguments ("lit-limits" "lit-type")) nil [137349 149215])
5189             ("c-mask-paragraph" function (:arguments ("fill-paragraph" "apply-outside-literal" "fun" "args")) nil [149217 163031])
5190             ("c-fill-paragraph" function
5191                (:user-visible-flag t
5192                 :arguments ("arg"))
5193                 nil [163033 164302])
5194             ("c-do-auto-fill" function nil nil [164304 164851])
5195             ("c-indent-new-comment-line" function
5196                (:user-visible-flag t
5197                 :arguments ("soft" "allow-auto-fill"))
5198                 nil [164853 171481])
5199             ("defalias" code nil nil [171483 171551])
5200             ("make-obsolete" code nil nil [171552 171632])
5201             ("unless" code nil nil [171690 172101])
5202             ("c-context-line-break" function (:user-visible-flag t) nil [172103 174606])
5203             ("c-context-open-line" function (:user-visible-flag t) nil [174608 175107])
5204             ("cc-provide" code nil nil [175111 175132]))          
5205       :file "cc-cmds.el"
5206       :pointmax 175226
5207       :fsize 175225
5208       :lastmodtime '(23525 29597 0 0)
5209       :unmatched-syntax '((close-paren 57841 . 57842) (symbol 57049 . 57065) (open-paren 57048 . 57049) (close-paren 1420 . 1421) (symbol 1185 . 1202) (open-paren 1184 . 1185)))
5210     (semanticdb-table "semanticdb-table"
5211       :major-mode emacs-lisp-mode
5212       :tags 
5213         '( ("let" code nil nil [1205 1420])
5214             ("cc-require" code nil nil [1423 1444])
5215             ("cc-require" code nil nil [1445 1466])
5216             ("cc-require" code nil nil [1467 1489])
5217             ("cc-bytecomp-defun" code nil nil [1646 1686])
5218             ("cc-bytecomp-defvar" code nil nil [1687 1739])
5219             ("c-style-alist" variable (:default-value (quote (("gnu" (c-basic-offset . 2) (c-comment-only-line-offset 0 . 0) (c-hanging-braces-alist (substatement-open before after) (arglist-cont-nonempty)) (c-offsets-alist (statement-block-intro . +) (knr-argdecl-intro . 5) (substatement-open . +) (substatement-label . 0) (label . 0) (statement-case-open . +) (statement-cont . +) (arglist-intro . c-lineup-arglist-intro-after-paren) (arglist-close . c-lineup-arglist) (inline-open . 0) (brace-list-open . +) (brace-list-intro . c-lineup-arglist-intro-after-paren) (topmost-intro-cont first c-lineup-topmost-intro-cont c-lineup-gnu-DEFUN-intro-cont)) (c-special-indent-hook . c-gnu-impose-minimum) (c-block-comment-prefix . "")) ("k&r" (c-basic-offset . 5) (c-comment-only-line-offset . 0) (c-offsets-alist (statement-block-intro . +) (knr-argdecl-intro . 0) (substatement-open . 0) (substatement-label . 0) (label . 0) (statement-cont . +))) ("bsd" (c-basic-offset . 8) (c-comment-only-line-offset . 0) (c-offsets-alist (statement-block-intro . +) (knr-argdecl-intro . +) (substatement-open . 0) (substatement-label . 0) (label . 0) (statement-cont . +) (inline-open . 0) (inexpr-class . 0))) ("stroustrup" (c-basic-offset . 4) (c-comment-only-line-offset . 0) (c-offsets-alist (statement-block-intro . +) (substatement-open . 0) (substatement-label . 0) (label . 0) (statement-cont . +))) ("whitesmith" (c-basic-offset . 4) (c-comment-only-line-offset . 0) (c-offsets-alist (defun-open . +) (defun-close . c-lineup-whitesmith-in-block) (defun-block-intro add c-lineup-whitesmith-in-block c-indent-multi-line-block) (class-open . +) (class-close . +) (inline-open . +) (inline-close . c-lineup-whitesmith-in-block) (knr-argdecl-intro . +) (block-open . 0) (block-close . c-lineup-whitesmith-in-block) (brace-list-open . +) (brace-list-close . c-lineup-whitesmith-in-block) (brace-list-intro add c-lineup-whitesmith-in-block c-indent-multi-line-block) (brace-list-entry add c-lineup-after-whitesmith-blocks c-indent-multi-line-block) (brace-entry-open add c-lineup-after-whitesmith-blocks c-indent-multi-line-block) (statement add c-lineup-after-whitesmith-blocks c-indent-multi-line-block) (statement-block-intro add c-lineup-whitesmith-in-block c-indent-multi-line-block) (substatement-open . +) (substatement-label . +) (label . 0) (arglist-intro add c-lineup-whitesmith-in-block c-indent-multi-line-block) (arglist-cont add c-lineup-after-whitesmith-blocks c-indent-multi-line-block) (arglist-cont-nonempty add c-lineup-whitesmith-in-block c-indent-multi-line-block) (arglist-close . c-lineup-whitesmith-in-block) (inclass . c-lineup-whitesmith-in-block) (extern-lang-open . +) (namespace-open . +) (module-open . +) (composition-open . +) (extern-lang-close . +) (namespace-close . +) (module-close . +) (composition-close . +) (inextern-lang . c-lineup-whitesmith-in-block) (innamespace . c-lineup-whitesmith-in-block) (inmodule . c-lineup-whitesmith-in-block) (incomposition . c-lineup-whitesmith-in-block) (inexpr-class . 0))) ("ellemtel" (c-basic-offset . 3) (c-comment-only-line-offset . 0) (c-hanging-braces-alist (substatement-open before after) (arglist-cont-nonempty)) (c-offsets-alist (topmost-intro . 0) (substatement . +) (substatement-open . 0) (case-label . +) (access-label . -) (inclass . +) (inline-open . 0))) ("linux" (c-basic-offset . 8) (c-comment-only-line-offset . 0) (c-hanging-braces-alist (brace-list-open) (brace-entry-open) (substatement-open after) (block-close . c-snug-do-while) (arglist-cont-nonempty)) (c-cleanup-list brace-else-brace) (c-offsets-alist (statement-block-intro . +) (knr-argdecl-intro . 0) (substatement-open . 0) (substatement-label . 0) (label . 0) (statement-cont . +))) ("python" (indent-tabs-mode . t) (fill-column . 78) (c-basic-offset . 8) (c-offsets-alist (substatement-open . 0) (inextern-lang . 0) (arglist-intro . +) (knr-argdecl-intro . +)) (c-hanging-braces-alist (brace-list-open) (brace-list-intro) (brace-list-close) (brace-entry-open) (substatement-open after) (block-close . c-snug-do-while) (arglist-cont-nonempty)) (c-block-comment-prefix . "")) ("java" (c-basic-offset . 4) (c-comment-only-line-offset 0 . 0) (c-offsets-alist (inline-open . 0) (topmost-intro-cont . +) (statement-block-intro . +) (knr-argdecl-intro . 5) (substatement-open . +) (substatement-label . +) (label . +) (statement-case-open . +) (statement-cont . +) (arglist-intro . c-lineup-arglist-intro-after-paren) (arglist-close . c-lineup-arglist) (access-label . 0) (inher-cont . c-lineup-java-inher) (func-decl-cont . c-lineup-java-throws))) ("awk" (c-basic-offset . 4) (c-comment-only-line-offset . 0) (c-hanging-braces-alist (defun-open after) (defun-close . c-snug-1line-defun-close) (substatement-open after) (block-close . c-snug-do-while) (arglist-cont-nonempty)) (c-hanging-semi&comma-criteria) (c-cleanup-list) (c-offsets-alist (statement-block-intro . +) (substatement-open . 0) (statement-cont . +)))))) nil [1751 9467])
5220             ("c-set-style-1" function (:arguments ("conscell" "dont-override")) nil [9507 10897])
5221             ("c-get-style-variables" function (:arguments ("style" "basestyles")) nil [10899 11589])
5222             ("c-set-style-history" variable nil nil [11591 11623])
5223             ("c-set-style" function
5224                (:user-visible-flag t
5225                 :arguments ("stylename" "dont-override"))
5226                 nil [11640 13937])
5227             ("c-add-style" function
5228                (:user-visible-flag t
5229                 :arguments ("style" "description" "set-p"))
5230                 nil [13954 14970])
5231             ("c-read-offset-history" variable nil nil [14974 15008])
5232             ("c-read-offset" function (:arguments ("langelem")) nil [15010 16179])
5233             ("c-set-offset" function
5234                (:user-visible-flag t
5235                 :arguments ("symbol" "offset" "ignored"))
5236                 nil [16196 17746])
5237             ("c-setup-paragraph-variables" function (:user-visible-flag t) nil [17750 20425])
5238             ("cc-bytecomp-defvar" code nil nil [20505 20547])
5239             ("cc-bytecomp-defvar" code nil nil [20548 20596])
5240             ("cc-bytecomp-defvar" code nil nil [20597 20650])
5241             ("c-setup-filladapt" function nil nil [20652 21940])
5242             ("c-initialize-builtin-style" function nil nil [21944 22942])
5243             ("c-make-styles-buffer-local" function (:arguments ("this-buf-only-p")) nil [22944 23946])
5244             ("cc-choose-style-for-mode" function (:arguments ("mode" "default-style")) nil [23948 24246])
5245             ("cc-provide" code nil nil [24251 24274]))          
5246       :file "cc-styles.el"
5247       :pointmax 24370
5248       :fsize 24369
5249       :lastmodtime '(23525 29598 0 0)
5250       :unmatched-syntax '((close-paren 1420 . 1421) (symbol 1185 . 1202) (open-paren 1184 . 1185)))
5251     (semanticdb-table "semanticdb-table"
5252       :major-mode emacs-lisp-mode
5253       :tags 
5254         '( ("let" code nil nil [1215 1430])
5255             ("cc-require" code nil nil [1433 1454])
5256             ("cc-require" code nil nil [1455 1476])
5257             ("cc-require" code nil nil [1477 1500])
5258             ("c-lineup-topmost-intro-cont" function (:arguments ("langelem")) nil [1644 2799])
5259             ("c-lineup-gnu-DEFUN-intro-cont" function (:arguments ("langelem")) nil [2801 3699])
5260             ("c-block-in-arglist-dwim" function (:arguments ("arglist-start")) nil [3701 5462])
5261             ("c-lineup-arglist" function (:arguments ("_langelem")) nil [5464 6851])
5262             ("c-lineup-argcont" function (:arguments ("elem")) nil [6903 8778])
5263             ("c-lineup-argcont-scan" function (:arguments ("other-match")) nil [8780 9107])
5264             ("c-lineup-arglist-intro-after-paren" function (:arguments ("_langelem")) nil [9109 9511])
5265             ("c-lineup-arglist-close-under-paren" function (:arguments ("langelem")) nil [9513 10850])
5266             ("c-lineup-arglist-operators" function (:arguments ("langelem")) nil [10852 12018])
5267             ("c-lineup-close-paren" function (:arguments ("langelem")) nil [12020 13557])
5268             ("c-lineup-streamop" function (:arguments ("langelem")) nil [13559 13852])
5269             ("c-lineup-multi-inher" function (:arguments ("langelem")) nil [13854 15283])
5270             ("c-lineup-java-inher" function (:arguments ("langelem")) nil [15285 15970])
5271             ("c-lineup-java-throws" function (:arguments ("langelem")) nil [15972 17055])
5272             ("c-indent-one-line-block" function (:arguments ("_langelem")) nil [17057 17805])
5273             ("c-indent-multi-line-block" function (:arguments ("_langelem")) nil [17807 18654])
5274             ("c-lineup-C-comments" function (:arguments ("langelem")) nil [18656 23060])
5275             ("c-lineup-comment" function (:arguments ("_langelem")) nil [23062 23883])
5276             ("c-lineup-knr-region-comment" function (:arguments ("_langelem")) nil [23885 24619])
5277             ("c-lineup-runin-statements" function (:arguments ("langelem")) nil [24621 25292])
5278             ("c-lineup-assignments" function (:arguments ("langelem")) nil [25294 27507])
5279             ("c-lineup-math" function (:arguments ("langelem")) nil [27509 27944])
5280             ("c-lineup-cascaded-calls" function (:arguments ("langelem")) nil [27946 29566])
5281             ("c-lineup-string-cont" function (:arguments ("_langelem")) nil [29568 30384])
5282             ("c-lineup-template-args" function (:arguments ("_langelem")) nil [30386 30894])
5283             ("c-lineup-ObjC-method-call" function (:arguments ("langelem")) nil [30896 31928])
5284             ("c-lineup-ObjC-method-call-colons" function (:arguments ("langelem")) nil [31930 33357])
5285             ("c-lineup-ObjC-method-args" function (:arguments ("langelem")) nil [33359 34114])
5286             ("c-lineup-ObjC-method-args-2" function (:arguments ("langelem")) nil [34116 34852])
5287             ("c-lineup-inexpr-block" function (:arguments ("_langelem")) nil [34854 35874])
5288             ("c-lineup-whitesmith-in-block" function (:arguments ("_langelem")) nil [35876 36721])
5289             ("c-lineup-after-whitesmith-blocks" function (:arguments ("langelem")) nil [36723 38222])
5290             ("c-lineup-cpp-define" function (:arguments ("_langelem")) nil [38224 41492])
5291             ("c-lineup-gcc-asm-reg" function (:arguments ("elem")) nil [41544 43277])
5292             ("c-lineup-under-anchor" function (:arguments ("langelem")) nil [43279 43682])
5293             ("c-lineup-dont-change" function (:arguments ("_langelem")) nil [43685 43890])
5294             ("c-lineup-respect-col-0" function (:arguments ("_langelem")) nil [43892 44267])
5295             ("c-snug-do-while" function (:arguments ("syntax" "_pos")) nil [44271 44954])
5296             ("c-snug-1line-defun-close" function (:arguments ("_syntax" "pos")) nil [44956 45306])
5297             ("c-gnu-impose-minimum" function nil nil [45308 45924])
5298             ("c-semi&comma-inside-parenlist" function nil nil [45973 46677])
5299             ("c-semi&comma-no-newlines-before-nonblanks" function nil nil [46725 47297])
5300             ("c-semi&comma-no-newlines-for-oneline-inliners" function nil nil [47362 48009])
5301             ("cc-provide" code nil nil [48013 48035]))          
5302       :file "cc-align.el"
5303       :pointmax 48130
5304       :fsize 48129
5305       :lastmodtime '(23525 29597 0 0)
5306       :unmatched-syntax '((close-paren 1430 . 1431) (symbol 1195 . 1212) (open-paren 1194 . 1195)))
5307     (semanticdb-table "semanticdb-table"
5308       :major-mode emacs-lisp-mode
5309       :tags 
5310         '( ("cc-mode" include nil nil [3829 3847])
5311             ("cmacexp" package nil nil [3849 3867])
5312             ("msdos-shells" variable nil nil [3869 3890])
5313             ("c-macro" customgroup (:user-visible-flag t) nil [3893 3960])
5314             ("c-macro-shrink-window-flag" variable nil nil [3963 4114])
5315             ("c-macro-prompt-flag" variable nil nil [4116 4256])
5316             ("c-macro-preprocessor" variable (:default-value (cond ((and (string-match "^[^-]*-[^-]*-\\(solaris\\|sunos5\\)" system-configuration) (file-exists-p "/opt/SUNWspro/SC3.0.1/bin/acomp")) "/opt/SUNWspro/SC3.0.1/bin/acomp -C -E") ((locate-file "/usr/ccs/lib/cpp" (quote ("/")) exec-suffixes (quote file-executable-p)) "/usr/ccs/lib/cpp -C") ((locate-file "/lib/cpp" (quote ("/")) exec-suffixes (quote file-executable-p)) "/lib/cpp -C") ((locate-file "cpp" exec-path exec-suffixes (quote file-executable-p)) "cpp -C") (t "gcc -E -C -o - -"))) nil [4258 5180])
5317             ("c-macro-cppflags" variable nil nil [5182 5296])
5318             ("c-macro-buffer-name" variable
5319                (:constant-flag t
5320                 :default-value "*Macroexpansion*")
5321                 nil [5298 5347])
5322             ("c-macro-expand" function
5323                (:user-visible-flag t
5324                 :arguments ("start" "end" "subst"))
5325                 nil [5364 7274])
5326             ("c-macro-display-buffer" function nil nil [7980 8987])
5327             ("c-macro-expansion" function (:arguments ("start" "end" "cppcommand" "display")) nil [8990 14866]))          
5328       :file "cmacexp.el"
5329       :pointmax 14893
5330       :fsize 14894
5331       :lastmodtime '(23525 29598 0 0)
5332       :unmatched-syntax nil)
5333     (semanticdb-table "semanticdb-table"
5334       :major-mode emacs-lisp-mode
5335       :tags 
5336         '( ("hideshow" customgroup (:user-visible-flag t) nil [10030 10155])
5337             ("hs-hide-comments-when-hiding-all" variable (:default-value t) nil [10157 10295])
5338             ("hs-minor-mode-hook" variable nil nil [10297 10452])
5339             ("hs-isearch-open" variable (:default-value (quote code)) nil [10454 11082])
5340             ("hs-special-modes-alist" variable (:default-value (mapcar (quote purecopy) (quote ((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))))) nil [11099 12560])
5341             ("hs-hide-all-non-comment-function" variable nil nil [12562 12681])
5342             ("hs-allow-nesting" variable nil nil [12683 12868])
5343             ("hs-hide-hook" variable nil nil [12870 13102])
5344             ("hs-show-hook" variable nil nil [13104 13319])
5345             ("hs-set-up-overlay" variable nil nil [13321 14056])
5346             ("hs-minor-mode" variable nil nil [14159 14320])
5347             ("hs-minor-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "@" (quote hs-hide-block)) (define-key map "@" (quote hs-show-block)) (define-key map "@\210" (quote hs-hide-all)) (define-key map "@\223" (quote hs-show-all)) (define-key map "@ " (quote hs-hide-level)) (define-key map "@" (quote hs-toggle-hiding)) (define-key map "@" (quote hs-show-all)) (define-key map "@" (quote hs-hide-all)) (define-key map "@" (quote hs-hide-block)) (define-key map "@" (quote hs-toggle-hiding)) (define-key map [(shift mouse-2)] (quote hs-mouse-toggle-hiding)) map)) nil [14322 15096])
5348             ("easy-menu-define" code nil nil [15098 16836])
5349             ("defvar-local" code nil nil [16838 16999])
5350             ("defvar-local" code nil nil [17001 17076])
5351             ("defvar-local" code nil nil [17078 17352])
5352             ("defvar-local" code nil nil [17354 17421])
5353             ("defvar-local" code nil nil [17423 17789])
5354             ("defvar-local" code nil nil [17791 18530])
5355             ("hs-headline" variable nil nil [18532 18936])
5356             ("hs-discard-overlays" function (:arguments ("from" "to")) nil [19038 19588])
5357             ("hs-make-overlay" function (:arguments ("b" "e" "kind" "b-offset" "e-offset")) nil [19590 21012])
5358             ("hs-isearch-show" function (:arguments ("ov")) nil [21014 21233])
5359             ("hs-isearch-show-temporary" function (:arguments ("ov" "hide-p")) nil [21235 22465])
5360             ("hs-looking-at-block-start-p" function nil nil [22467 22656])
5361             ("hs-forward-sexp" function (:arguments ("match-data" "arg")) nil [22658 22973])
5362             ("hs-hide-comment-region" function (:arguments ("beg" "end" "repos-end")) nil [22975 23403])
5363             ("hs-hide-block-at-point" function (:arguments ("end" "comment-reg")) nil [23405 24815])
5364             ("hs-inside-comment-p" function nil nil [24817 27357])
5365             ("hs-grok-mode-type" function nil nil [27359 29022])
5366             ("hs-find-block-beginning" function nil nil [29024 29718])
5367             ("hs-hide-level-recursive" function (:arguments ("arg" "minp" "maxp")) nil [29720 30484])
5368             ("hs-life-goes-on" function (:arguments ("body")) nil [30486 30805])
5369             ("put" code nil nil [30807 30861])
5370             ("hs-overlay-at" function (:arguments ("position")) nil [30863 31175])
5371             ("hs-already-hidden-p" function nil nil [31177 31737])
5372             ("hs-c-like-adjust-block-beginning" function (:arguments ("initial")) nil [31787 32208])
5373             ("hs-hide-all" function (:user-visible-flag t) nil [32301 34274])
5374             ("hs-show-all" function (:user-visible-flag t) nil [34276 34592])
5375             ("hs-hide-block" function
5376                (:user-visible-flag t
5377                 :arguments ("end"))
5378                 nil [34594 35245])
5379             ("hs-show-block" function
5380                (:user-visible-flag t
5381                 :arguments ("end"))
5382                 nil [35247 36531])
5383             ("hs-hide-level" function
5384                (:user-visible-flag t
5385                 :arguments ("arg"))
5386                 nil [36533 36881])
5387             ("hs-toggle-hiding" function (:user-visible-flag t) nil [36883 37099])
5388             ("hs-mouse-toggle-hiding" function
5389                (:user-visible-flag t
5390                 :arguments ("e"))
5391                 nil [37101 37400])
5392             ("hs-hide-initial-comment-block" function (:user-visible-flag t) nil [37402 37971])
5393             ("define-minor-mode" code nil nil [37988 39479])
5394             ("turn-off-hideshow" function nil nil [39496 39591])
5395             ("hideshow" package nil nil [39685 39704]))          
5396       :file "hideshow.el"
5397       :pointmax 39732
5398       :fsize 39732
5399       :lastmodtime '(23525 29601 0 0)
5400       :unmatched-syntax nil)
5401     (semanticdb-table "semanticdb-table"
5402       :major-mode emacs-lisp-mode
5403       :tags 
5404         '( ("cl-lib" include nil nil [1660 1677])
5405             ("thingatpt" include nil nil [1678 1698])
5406             ("warnings" include nil nil [1714 1733])
5407             ("compile" include nil nil [1775 1793])
5408             ("mwheel" include nil nil [1978 1995])
5409             ("subr-x" include nil nil [2074 2091])
5410             ("flymake" customgroup (:user-visible-flag t) nil [2094 2232])
5411             ("flymake-error-bitmap" variable (:default-value (quote (flymake-double-exclamation-mark compilation-error))) nil [2234 2889])
5412             ("flymake-warning-bitmap" variable (:default-value (quote (exclamation-mark compilation-warning))) nil [2891 3501])
5413             ("flymake-note-bitmap" variable (:default-value (quote (exclamation-mark compilation-info))) nil [3503 4109])
5414             ("flymake-fringe-indicator-position" variable (:default-value (quote left-fringe)) nil [4111 4478])
5415             ("flymake-start-syntax-check-on-newline" variable (:default-value t) nil [4480 4622])
5416             ("flymake-no-changes-timeout" variable (:default-value 0.5) nil [4624 4816])
5417             ("flymake-gui-warnings-enabled" variable (:default-value t) nil [4818 4912])
5418             ("make-obsolete-variable" code nil nil [4913 5008])
5419             ("define-obsolete-variable-alias" code nil nil [5010 5123])
5420             ("flymake-start-on-flymake-mode" variable (:default-value t) nil [5125 5320])
5421             ("flymake-log-level" variable (:default-value -1) nil [5322 5406])
5422             ("make-obsolete-variable" code nil nil [5407 5535])
5423             ("flymake-wrap-around" variable (:default-value t) nil [5537 5670])
5424             ("when" code nil nil [5672 6160])
5425             ("defvar-local" code nil nil [6162 6231])
5426             ("defvar-local" code nil nil [6233 6320])
5427             ("flymake--log-1" function (:arguments ("level" "sublog" "msg" "args")) nil [6322 6991])
5428             ("flymake-switch-to-log-buffer" function (:user-visible-flag t) nil [6993 7121])
5429             ("flymake-log" function (:arguments ("level" "msg" "args")) nil [7138 7883])
5430             ("flymake-error" function (:arguments ("text" "args")) nil [7885 8101])
5431             ("cl-defstruct" code nil nil [8103 8217])
5432             ("flymake-make-diagnostic" function (:arguments ("buffer" "beg" "end" "type" "text")) nil [8234 8681])
5433             ("flymake-diagnostics" function (:arguments ("beg" "end")) nil [8698 9056])
5434             ("flymake--diag-accessor" function (:arguments ("public" "internal" "thing")) nil [9058 9297])
5435             ("flymake--diag-accessor" code nil nil [9299 9377])
5436             ("flymake--diag-accessor" code nil nil [9378 9450])
5437             ("flymake--diag-accessor" code nil nil [9451 9523])
5438             ("flymake--diag-accessor" code nil nil [9524 9593])
5439             ("flymake--diag-accessor" code nil nil [9594 9663])
5440             ("flymake--diag-accessor" code nil nil [9664 9745])
5441             ("cl-defun" code nil nil [9747 10665])
5442             ("flymake-delete-own-overlays" function (:arguments ("filter")) nil [10667 10825])
5443             ("flymake-error" variable
5444                (:default-value (quote ((((supports :underline (:style wave))) :underline (:style wave :color "Red1")) (t :inherit error)))
5445                 :type "face")
5446                 nil [10827 11026])
5447             ("flymake-warning" variable
5448                (:default-value (quote ((((supports :underline (:style wave))) :underline (:style wave :color "deep sky blue")) (t :inherit warning)))
5449                 :type "face")
5450                 nil [11028 11242])
5451             ("flymake-note" variable
5452                (:default-value (quote ((((supports :underline (:style wave))) :underline (:style wave :color "yellow green")) (t :inherit warning)))
5453                 :type "face")
5454                 nil [11244 11451])
5455             ("define-obsolete-face-alias" code nil nil [11453 11523])
5456             ("define-obsolete-face-alias" code nil nil [11524 11591])
5457             ("flymake-diag-region" function (:arguments ("buffer" "line" "col")) nil [11608 13571])
5458             ("flymake-diagnostic-functions" variable nil nil [13573 16303])
5459             ("flymake-diagnostic-types-alist" variable (:default-value (\` ((:error (flymake-category . flymake-error)) (:warning (flymake-category . flymake-warning)) (:note (flymake-category . flymake-note))))) nil [16305 17737])
5460             ("put" code nil nil [17739 17780])
5461             ("put" code nil nil [17781 17831])
5462             ("put" code nil nil [17832 17893])
5463             ("put" code nil nil [17894 17949])
5464             ("put" code nil nil [17951 17996])
5465             ("put" code nil nil [17997 18051])
5466             ("put" code nil nil [18052 18117])
5467             ("put" code nil nil [18118 18177])
5468             ("put" code nil nil [18179 18218])
5469             ("put" code nil nil [18219 18267])
5470             ("put" code nil nil [18268 18328])
5471             ("put" code nil nil [18329 18382])
5472             ("flymake--lookup-type-property" function (:arguments ("type" "prop" "default")) nil [18384 19247])
5473             ("flymake--fringe-overlay-spec" function (:arguments ("bitmap" "recursed")) nil [19249 19749])
5474             ("flymake--highlight-line" function (:arguments ("diagnostic")) nil [19751 21566])
5475             ("define-obsolete-function-alias" code nil nil [21667 21744])
5476             ("defvar-local" code nil nil [21746 22563])
5477             ("cl-defstruct" code nil nil [22565 22698])
5478             ("flymake--with-backend-state" function (:arguments ("backend" "state-var" "body")) nil [22700 23138])
5479             ("flymake-is-running" function nil nil [23140 23254])
5480             ("cl-defun" code nil nil [23256 26239])
5481             ("flymake-make-report-fn" function (:arguments ("backend" "token")) nil [26241 26717])
5482             ("flymake--collect" function (:arguments ("fn" "message-prefix")) nil [26719 27286])
5483             ("flymake-running-backends" function (:user-visible-flag t) nil [27288 27559])
5484             ("flymake-disabled-backends" function (:user-visible-flag t) nil [27561 27836])
5485             ("flymake-reporting-backends" function (:user-visible-flag t) nil [27838 28118])
5486             ("flymake--disable-backend" function (:arguments ("backend" "explanation")) nil [28120 28551])
5487             ("flymake--run-backend" function (:arguments ("backend")) nil [28553 29659])
5488             ("flymake-start" function
5489                (:user-visible-flag t
5490                 :arguments ("deferred" "force"))
5491                 nil [29661 32171])
5492             ("flymake-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) map)) nil [32173 32269])
5493             ("define-minor-mode" code nil nil [32286 34635])
5494             ("flymake--schedule-timer-maybe" function nil nil [34637 35403])
5495             ("flymake-mode-on" function nil nil [35420 35491])
5496             ("flymake-mode-off" function nil nil [35508 35581])
5497             ("make-obsolete" code nil nil [35583 35636])
5498             ("make-obsolete" code nil nil [35637 35691])
5499             ("flymake-after-change-function" function (:arguments ("start" "stop" "_len")) nil [35693 36083])
5500             ("flymake-after-save-hook" function nil nil [36085 36232])
5501             ("flymake-kill-buffer-hook" function nil nil [36234 36354])
5502             ("flymake-find-file-hook" function nil nil [36356 36554])
5503             ("flymake-goto-next-error" function
5504                (:user-visible-flag t
5505                 :arguments ("n" "filter" "interactive"))
5506                 nil [36556 38932])
5507             ("flymake-goto-prev-error" function
5508                (:user-visible-flag t
5509                 :arguments ("n" "filter" "interactive"))
5510                 nil [38934 39592])
5511             ("easy-menu-define" code nil nil [39623 40057])
5512             ("flymake--mode-line-format" variable (:default-value (\` (:eval (flymake--mode-line-format)))) nil [40059 40130])
5513             ("put" code nil nil [40132 40188])
5514             ("flymake--mode-line-format" function nil nil [40190 45797])
5515             ("defvar-local" code nil nil [45823 45876])
5516             ("flymake-diagnostics-buffer-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map (kbd "RET") (quote flymake-goto-diagnostic)) (define-key map (kbd "SPC") (quote flymake-show-diagnostic)) map)) nil [45878 46083])
5517             ("flymake-show-diagnostic" function
5518                (:user-visible-flag t
5519                 :arguments ("pos" "other-window"))
5520                 nil [46085 46755])
5521             ("flymake-goto-diagnostic" function
5522                (:user-visible-flag t
5523                 :arguments ("pos"))
5524                 nil [46757 46988])
5525             ("flymake--diagnostics-buffer-entries" function nil nil [46990 48376])
5526             ("define-derived-mode" code nil nil [48378 49044])
5527             ("flymake--diagnostics-buffer-name" function nil nil [49046 49148])
5528             ("flymake-show-diagnostics-buffer" function (:user-visible-flag t) nil [49150 49728])
5529             ("flymake" package nil nil [49730 49748])
5530             ("flymake-proc" include nil nil [49750 49773]))          
5531       :file "flymake.el"
5532       :pointmax 49800
5533       :fsize 49799
5534       :lastmodtime '(23525 29600 0 0)
5535       :unmatched-syntax '((close-paren 2091 . 2092) (symbol 2056 . 2073) (open-paren 2055 . 2056)))
5536     (semanticdb-table "semanticdb-table"
5537       :major-mode emacs-lisp-mode
5538       :tags 
5539         '( ("flymake" include nil nil [1557 1575])
5540             ("define-obsolete-variable-alias" code nil nil [1577 1709])
5541             ("flymake-proc-compilation-prevents-syntax-check" variable (:default-value t) nil [1711 1874])
5542             ("define-obsolete-variable-alias" code nil nil [1876 1964])
5543             ("flymake-proc-xml-program" variable (:default-value (if (executable-find "xmlstarlet") "xmlstarlet" "xml")) nil [1966 2148])
5544             ("define-obsolete-variable-alias" code nil nil [2150 2248])
5545             ("flymake-proc-master-file-dirs" variable (:default-value (quote ("." "./src" "./UnitTest"))) nil [2250 2405])
5546             ("define-obsolete-variable-alias" code nil nil [2407 2519])
5547             ("flymake-proc-master-file-count-limit" variable (:default-value 32) nil [2521 2648])
5548             ("define-obsolete-variable-alias" code nil nil [2650 2762])
5549             ("flymake-proc-allowed-file-name-masks" variable (:default-value (quote (("\\.\\(?:c\\(?:pp\\|xx\\|\\+\\+\\)?\\|CC\\)\\'" flymake-proc-simple-make-init nil flymake-proc-real-file-name-considering-includes) ("\\.xml\\'" flymake-proc-xml-init) ("\\.html?\\'" flymake-proc-xml-init) ("\\.cs\\'" flymake-proc-simple-make-init) ("\\.php[345]?\\'" flymake-proc-php-init) ("\\.h\\'" flymake-proc-master-make-header-init flymake-proc-master-cleanup) ("\\.java\\'" flymake-proc-simple-make-java-init flymake-proc-simple-java-cleanup) ("[0-9]+\\.tex\\'" flymake-proc-master-tex-init flymake-proc-master-cleanup) ("\\.tex\\'" flymake-proc-simple-tex-init) ("\\.idl\\'" flymake-proc-simple-make-init)))) nil [2764 4788])
5550             ("defvar-local" code nil nil [4790 4897])
5551             ("flymake-proc--report-fn" variable nil nil [4899 4995])
5552             ("flymake-proc-reformat-err-line-patterns-from-compile-el" function (:arguments ("original-list")) nil [4997 5639])
5553             ("flymake-proc-err-line-patterns" variable (:default-value (append (quote (("\\(\\([a-zA-Z]:\\)?[^:(    
5554 ]+\\)(\\([0-9]+\\)) : \\(\\(error\\|warning\\|fatal error\\) \\(C[0-9]+\\):[     
5555 ]*\\(.+\\)\\)" 1 3 nil 4) ("\\(\\([a-zA-Z]:\\)?[^:(    
5556 ]+\\):\\([0-9]+\\):[0-9]+:[0-9]+:[0-9]+: \\(\\(Error\\|Warning\\|Caution\\|Semantic Error\\):[     
5557 ]*\\(.+\\)\\)" 1 3 nil 4) ("midl[ ]*:[ ]*\\(command line error .*\\)" nil nil nil 1) ("\\(\\([a-zA-Z]:\\)?[^:(    
5558 ]+\\)(\\([0-9]+\\),[0-9]+): \\(\\(error\\|warning\\|fatal error\\) \\(CS[0-9]+\\):[     
5559 ]*\\(.+\\)\\)" 1 3 nil 4) ("\\(.*\\) at \\([^ 
5560 ]+\\) line \\([0-9]+\\)[,.
5561 ]" 2 3 nil 1) ("\\(?:Parse\\|Fatal\\) error: \\(.*\\) in \\(.*\\) on line \\([0-9]+\\)" 2 3 nil 1) (" *\\(\\[javac\\] *\\)?\\(\\([a-zA-Z]:\\)?[^:(    
5562 ]+\\):\\([0-9]+\\)\\(?::\\([0-9]+\\)\\)?:[     
5563 ]*\\(.+\\)" 2 4 5 6))) (flymake-proc-reformat-err-line-patterns-from-compile-el compilation-error-regexp-alist-alist))) nil [5641 7250])
5564             ("define-obsolete-variable-alias" code nil nil [7252 7346])
5565             ("flymake-proc-diagnostic-type-pred" variable (:default-value (quote flymake-proc-default-guess)) nil [7347 7944])
5566             ("flymake-proc-default-guess" function (:arguments ("text")) nil [7946 8189])
5567             ("flymake-proc--get-file-name-mode-and-masks" function (:arguments ("file-name")) nil [8191 8723])
5568             ("flymake-proc--get-init-function" function (:arguments ("file-name")) nil [8725 9003])
5569             ("flymake-proc--get-cleanup-function" function (:arguments ("file-name")) nil [9005 9217])
5570             ("flymake-proc--get-real-file-name-function" function (:arguments ("file-name")) nil [9219 9389])
5571             ("flymake-proc--find-buildfile-cache" variable (:default-value (make-hash-table :test (function equal))) nil [9391 9466])
5572             ("flymake-proc--get-buildfile-from-cache" function (:arguments ("dir-name")) nil [9468 9682])
5573             ("flymake-proc--add-buildfile-to-cache" function (:arguments ("dir-name" "buildfile")) nil [9684 9877])
5574             ("flymake-proc--clear-buildfile-cache" function nil nil [9879 10003])
5575             ("flymake-proc--find-buildfile" function (:arguments ("buildfile-name" "source-dir-name")) nil [10005 10661])
5576             ("flymake-proc--fix-file-name" function (:arguments ("name")) nil [10663 10901])
5577             ("flymake-proc--same-files" function (:arguments ("file-name-one" "file-name-two")) nil [10903 11158])
5578             ("flymake-proc--included-file-name" variable nil nil [11235 11276])
5579             ("flymake-proc--find-possible-master-files" function (:arguments ("file-name" "master-file-dirs" "masks")) nil [11278 12742])
5580             ("flymake-proc--master-file-compare" function (:arguments ("file-one" "file-two")) nil [12744 13138])
5581             ("flymake-proc-check-file-limit" variable (:default-value 8192) nil [13140 13292])
5582             ("flymake-proc--check-patch-master-file-buffer" function (:arguments ("master-file-temp-buffer" "master-file-name" "patched-master-file-name" "source-file-name" "patched-source-file-name" "include-dirs" "regexp")) nil [13294 17055])
5583             ("flymake-proc--replace-region" function (:arguments ("beg" "end" "rep")) nil [17073 17341])
5584             ("flymake-proc--read-file-to-temp-buffer" function (:arguments ("file-name")) nil [17343 17686])
5585             ("flymake-proc--copy-buffer-to-temp-buffer" function (:arguments ("buffer")) nil [17688 18007])
5586             ("flymake-proc--check-include" function (:arguments ("source-file-name" "inc-name" "include-dirs")) nil [18009 18651])
5587             ("flymake-proc--find-buffer-for-file" function (:arguments ("file-name")) nil [18653 18889])
5588             ("flymake-proc--create-master-file" function (:arguments ("source-file-name" "patched-source-file-name" "get-incl-dirs-f" "create-temp-f" "masks" "include-regexp")) nil [18891 20484])
5589             ("flymake-proc--save-buffer-in-file" function (:arguments ("file-name")) nil [20486 20800])
5590             ("flymake-proc--diagnostics-for-pattern" function (:arguments ("proc" "pattern")) nil [20802 23907])
5591             ("flymake-proc--process-filter" function (:arguments ("proc" "string")) nil [23909 25466])
5592             ("flymake-proc--process-sentinel" function (:arguments ("proc" "_event")) nil [25468 28137])
5593             ("flymake-proc--panic" function (:arguments ("problem" "explanation")) nil [28139 28686])
5594             ("compile" include nil nil [28688 28706])
5595             ("flymake-proc-get-project-include-dirs-imp" function (:arguments ("basedir")) nil [28708 29858])
5596             ("flymake-proc-get-project-include-dirs-function" variable (:default-value (function flymake-proc-get-project-include-dirs-imp)) nil [29860 30035])
5597             ("flymake-proc--get-project-include-dirs" function (:arguments ("basedir")) nil [30037 30160])
5598             ("flymake-proc--get-system-include-dirs" function nil nil [30162 30372])
5599             ("flymake-proc--project-include-dirs-cache" variable (:default-value (make-hash-table :test (function equal))) nil [30374 30455])
5600             ("flymake-proc--get-project-include-dirs-from-cache" function (:arguments ("base-dir")) nil [30457 30587])
5601             ("flymake-proc--add-project-include-dirs-to-cache" function (:arguments ("base-dir" "include-dirs")) nil [30589 30743])
5602             ("flymake-proc--clear-project-include-dirs-cache" function nil nil [30745 30855])
5603             ("flymake-proc-get-include-dirs" function (:arguments ("base-dir")) nil [30857 31107])
5604             ("flymake-proc--safe-delete-file" function (:arguments ("file-name")) nil [31418 31595])
5605             ("flymake-proc--safe-delete-directory" function (:arguments ("dir-name")) nil [31597 31856])
5606             ("flymake-proc-legacy-flymake" function
5607                (:user-visible-flag t
5608                 :arguments ("report-fn" "args"))
5609                 nil [31859 35949])
5610             ("define-obsolete-function-alias" code nil nil [35951 36049])
5611             ("flymake-proc-stop-all-syntax-checks" function
5612                (:user-visible-flag t
5613                 :arguments ("reason"))
5614                 nil [36051 36484])
5615             ("flymake-proc--compilation-is-running" function nil nil [36486 36606])
5616             ("flymake-proc-compile" function (:user-visible-flag t) nil [36608 36816])
5617             ("flymake-proc-create-temp-inplace" function (:arguments ("file-name" "prefix")) nil [36864 37309])
5618             ("flymake-proc-create-temp-with-folder-structure" function (:arguments ("file-name" "_prefix")) nil [37311 37933])
5619             ("flymake-proc--delete-temp-directory" function (:arguments ("dir-name")) nil [37935 38492])
5620             ("defvar-local" code nil nil [38494 38548])
5621             ("defvar-local" code nil nil [38549 38598])
5622             ("defvar-local" code nil nil [38599 38653])
5623             ("defvar-local" code nil nil [38654 38695])
5624             ("flymake-proc-init-create-temp-buffer-copy" function (:arguments ("create-temp-f")) nil [38697 39152])
5625             ("flymake-proc-simple-cleanup" function nil nil [39154 39347])
5626             ("flymake-proc-get-real-file-name" function (:arguments ("file-name-from-err-msg")) nil [39349 40892])
5627             ("flymake-proc--get-full-patched-file-name" function (:arguments ("file-name-from-err-msg" "base-dirs" "files")) nil [40894 41833])
5628             ("flymake-proc--get-full-nonpatched-file-name" function (:arguments ("file-name-from-err-msg" "base-dirs")) nil [41835 42393])
5629             ("flymake-proc--init-find-buildfile-dir" function (:arguments ("source-file-name" "buildfile-name")) nil [42395 42928])
5630             ("flymake-proc--init-create-temp-source-and-master-buffer-copy" function (:arguments ("get-incl-dirs-f" "create-temp-f" "master-file-masks" "include-regexp")) nil [42930 43847])
5631             ("flymake-proc-master-cleanup" function nil nil [43849 43990])
5632             ("flymake-proc--get-syntax-check-program-args" function (:arguments ("source-file-name" "base-dir" "use-relative-base-dir" "use-relative-source" "get-cmd-line-f")) nil [44033 44568])
5633             ("flymake-proc-get-make-cmdline" function (:arguments ("source" "base-dir")) nil [44570 44771])
5634             ("flymake-proc-get-ant-cmdline" function (:arguments ("source" "base-dir")) nil [44773 44966])
5635             ("flymake-proc-simple-make-init-impl" function (:arguments ("create-temp-f" "use-relative-base-dir" "use-relative-source" "build-file-name" "get-cmdline-f")) nil [44968 45683])
5636             ("flymake-proc-simple-make-init" function nil nil [45685 45844])
5637             ("flymake-proc-master-make-init" function (:arguments ("get-incl-dirs-f" "master-file-masks" "include-regexp")) nil [45846 46578])
5638             ("flymake-proc--find-make-buildfile" function (:arguments ("source-dir")) nil [46580 46689])
5639             ("flymake-proc-master-make-header-init" function nil nil [46713 46945])
5640             ("flymake-proc-real-file-name-considering-includes" function (:arguments ("scraped")) nil [46947 47217])
5641             ("flymake-proc-simple-make-java-init" function nil nil [47244 47426])
5642             ("flymake-proc-simple-ant-java-init" function nil nil [47428 47609])
5643             ("flymake-proc-simple-java-cleanup" function nil nil [47611 47960])
5644             ("flymake-proc-perl-init" function nil nil [48003 48337])
5645             ("flymake-proc-php-init" function nil nil [48379 48714])
5646             ("flymake-proc--get-tex-args" function (:arguments ("file-name")) nil [48756 48930])
5647             ("flymake-proc-simple-tex-init" function nil nil [48932 49080])
5648             ("flymake-proc-master-tex-init" function nil nil [49252 49656])
5649             ("flymake-proc--get-include-dirs-dot" function (:arguments ("_base-dir")) nil [49658 49721])
5650             ("flymake-proc-xml-init" function nil nil [49763 49949])
5651             ("add-hook" code nil nil [49979 50048])
5652             ("define-obsolete-variable-alias" code nil nil [50058 50156])
5653             ("define-obsolete-function-alias" code nil nil [50157 50307])
5654             ("define-obsolete-variable-alias" code nil nil [50308 50408])
5655             ("define-obsolete-function-alias" code nil nil [50409 50495])
5656             ("define-obsolete-function-alias" code nil nil [50496 50594])
5657             ("define-obsolete-function-alias" code nil nil [50595 50705])
5658             ("define-obsolete-function-alias" code nil nil [50706 50786])
5659             ("define-obsolete-function-alias" code nil nil [50787 50891])
5660             ("define-obsolete-function-alias" code nil nil [50892 51024])
5661             ("define-obsolete-function-alias" code nil nil [51025 51147])
5662             ("define-obsolete-function-alias" code nil nil [51148 51242])
5663             ("define-obsolete-function-alias" code nil nil [51243 51345])
5664             ("define-obsolete-function-alias" code nil nil [51346 51440])
5665             ("define-obsolete-function-alias" code nil nil [51441 51539])
5666             ("define-obsolete-function-alias" code nil nil [51540 51636])
5667             ("define-obsolete-function-alias" code nil nil [51637 51745])
5668             ("define-obsolete-function-alias" code nil nil [51746 51844])
5669             ("define-obsolete-function-alias" code nil nil [51845 51943])
5670             ("define-obsolete-function-alias" code nil nil [51944 52049])
5671             ("define-obsolete-function-alias" code nil nil [52050 52162])
5672             ("define-obsolete-function-alias" code nil nil [52163 52271])
5673             ("define-obsolete-function-alias" code nil nil [52272 52378])
5674             ("define-obsolete-function-alias" code nil nil [52379 52483])
5675             ("define-obsolete-function-alias" code nil nil [52484 52568])
5676             ("define-obsolete-function-alias" code nil nil [52569 52651])
5677             ("define-obsolete-function-alias" code nil nil [52652 52748])
5678             ("define-obsolete-function-alias" code nil nil [52749 52845])
5679             ("define-obsolete-function-alias" code nil nil [52846 52928])
5680             ("flymake-proc" package nil nil [52930 52953]))          
5681       :file "flymake-proc.el"
5682       :pointmax 52984
5683       :fsize 52983
5684       :lastmodtime '(23525 29600 0 0)
5685       :unmatched-syntax nil)
5686     (semanticdb-table "semanticdb-table"
5687       :major-mode emacs-lisp-mode
5688       :tags 
5689         '( ("dabbrev-case-fold-search" variable nil nil [1912 1945])
5690             ("gud-find-expr-function" variable nil nil [1946 1977])
5691             ("imenu-case-fold-search" variable nil nil [1978 2009])
5692             ("imenu-syntax-alist" variable nil nil [2010 2037])
5693             ("comment-region-function" variable nil nil [2038 2070])
5694             ("uncomment-region-function" variable nil nil [2071 2105])
5695             ("fortran" customgroup (:user-visible-flag t) nil [2107 2319])
5696             ("fortran-indent" customgroup (:user-visible-flag t) nil [2321 2433])
5697             ("fortran-comment" customgroup (:user-visible-flag t) nil [2435 2553])
5698             ("fortran-tab-mode-default" variable nil nil [2556 2891])
5699             ("fortran-tab-mode-string" variable (:default-value (propertize "/t" (quote help-echo) "This buffer is in Fortran TAB mode" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (make-mode-line-mouse-map (quote mouse-1) (lambda nil (interactive) (describe-variable (quote fortran-tab-mode-string)))))) nil [2952 3564])
5700             ("fortran-do-indent" variable (:default-value 3) nil [3566 3703])
5701             ("fortran-if-indent" variable (:default-value 3) nil [3705 3865])
5702             ("fortran-structure-indent" variable (:default-value 3) nil [3867 4044])
5703             ("fortran-continuation-indent" variable (:default-value 5) nil [4046 4202])
5704             ("fortran-comment-indent-style" variable (:default-value (quote fixed)) nil [4204 4800])
5705             ("fortran-comment-line-extra-indent" variable nil nil [4802 5005])
5706             ("fortran-comment-line-start" variable (:default-value "C") nil [5007 5290])
5707             ("fortran-comment-line-start-skip" variable (:default-value "^[CcDd*!]\\(\\([^     
5708 ]\\)\\2+\\)?[     ]*") nil [5402 5629])
5709             ("fortran-directive-re" variable (:default-value "^[     ]*#.*") nil [5631 5922])
5710             ("fortran-minimum-statement-indent-fixed" variable (:default-value 6) nil [5924 6109])
5711             ("fortran-minimum-statement-indent-tab" variable (:default-value (max tab-width 6)) nil [6111 6308])
5712             ("fortran-comment-indent-char" variable (:default-value " ") nil [6494 6790])
5713             ("fortran-line-number-indent" variable (:default-value 1) nil [6792 7003])
5714             ("fortran-check-all-num-for-matching-do" variable nil nil [7005 7191])
5715             ("fortran-blink-matching-if" variable nil nil [7193 7436])
5716             ("fortran-continuation-string" variable (:default-value "$") nil [7438 7946])
5717             ("fortran-comment-region" variable (:default-value "c$$$") nil [7948 8135])
5718             ("fortran-electric-line-number" variable (:default-value t) nil [8137 8310])
5719             ("fortran-column-ruler-fixed" variable (:default-value "0   4 6  10        20        30        40        50        60        70
5720 [   ]|{   |    |    |    |    |    |    |    |    |    |    |    |    |}
5721 ") nil [8354 8781])
5722             ("fortran-column-ruler-tab" variable (:default-value "0       810        20        30        40        50        60        70
5723 [   ]|  { |    |    |    |    |    |    |    |    |    |    |    |    |}
5724 ") nil [8825 9252])
5725             ("fortran-analyze-depth" variable (:default-value 100) nil [9254 9413])
5726             ("fortran-break-before-delimiters" variable (:default-value t) nil [9415 9653])
5727             ("fortran-line-length" variable (:default-value 72) nil [9690 10409])
5728             ("make-variable-buffer-local" code nil nil [10411 10460])
5729             ("fortran-mode-hook" variable nil nil [10462 10569])
5730             ("fortran-break-delimiters-re" variable
5731                (:constant-flag t
5732                 :default-value "[-+*/><=,     ]")
5733                 nil [10573 10866])
5734             ("fortran-no-break-re" variable
5735                (:constant-flag t
5736                 :default-value (regexp-opt (quote ("**" "//" "=>" ">=" "<=" "==" "/=")) (quote paren)))
5737                 nil [10922 11280])
5738             ("fortran-if-start-re" variable
5739                (:constant-flag t
5740                 :default-value "\\(\\(\\sw\\|\\s_\\)+:[     ]*\\)?if[     ]*(")
5741                 nil [11282 11406])
5742             ("fortran-start-prog-re" variable
5743                (:constant-flag t
5744                 :default-value "^[     ]*\\(program\\|subroutine\\|function\\|[     a-z0-9*()]*[     ]+function\\|\\(block[     ]*data\\)\\)")
5745                 nil [11458 11667])
5746             ("fortran-end-prog-re1" variable
5747                (:constant-flag t
5748                 :default-value "end\\([     ]*\\(program\\|subroutine\\|function\\|block[     ]*data\\)\\>\\([     ]*\\(\\sw\\|\\s_\\)+\\)?\\)?")
5749                 nil [11669 11868])
5750             ("fortran-end-prog-re" variable
5751                (:constant-flag t
5752                 :default-value (concat "^[     0-9]*" fortran-end-prog-re1))
5753                 nil [11870 12053])
5754             ("fortran-type-types" variable
5755                (:constant-flag t
5756                 :default-value (concat "\\<" (mapconcat (quote identity) (split-string (regexp-opt (let ((simple-types (quote ("character" "byte" "integer" "logical" "none" "real" "complex" "double precision" "double complex"))) (structured-types (quote ("structure" "union" "map"))) (other-types (quote ("record" "dimension" "parameter" "common" "save" "external" "intrinsic" "data" "equivalence")))) (append (mapcar (lambda (x) (concat "implicit " x)) simple-types) simple-types (mapcar (lambda (x) (concat "end " x)) structured-types) structured-types other-types)) (quote paren))) "[     ]*") "\\>"))
5757                 nil [12055 13288])
5758             ("fortran-font-lock-keywords-1" variable (:default-value (quote (("\\<\\(block[     ]*data\\|call\\|entry\\|function\\|program\\|subroutine\\)\\>[     ]*\\(\\sw+\\)?" (1 font-lock-keyword-face) (2 font-lock-function-name-face nil t))))) nil [13290 13622])
5759             ("fortran-font-lock-keywords-2" variable (:default-value (append fortran-font-lock-keywords-1 (list (cons fortran-type-types (quote font-lock-type-face)) (concat "\\<" (regexp-opt (quote ("continue" "format" "end" "enddo" "if" "then" "else" "endif" "elseif" "while" "inquire" "stop" "return" "include" "open" "close" "read" "write" "format" "print" "select" "case" "cycle" "exit" "rewind" "backspace" "where" "elsewhere")) (quote paren)) "\\>") (concat "\\." (regexp-opt (quote ("and" "eq" "eqv" "false" "ge" "gt" "le" "lt" "ne" "neqv" "not" "or" "true")) (quote paren)) "\\.") (quote ("\\<\\(do\\|go *to\\)\\>[     ]*\\([0-9]+\\)?" (1 font-lock-keyword-face) (2 font-lock-constant-face nil t))) (quote ("^ *\\([0-9]+\\)" . font-lock-constant-face))))) nil [13624 14983])
5760             ("fortran-match-and-skip-declaration" function (:arguments ("limit")) nil [15049 15933])
5761             ("fortran-font-lock-keywords-3" variable (:default-value (append fortran-font-lock-keywords-1 (list (list (concat fortran-type-types "[     (/]*\\(*\\)?") (quote (1 font-lock-type-face)) (\` (fortran-match-and-skip-declaration (condition-case nil (and (match-beginning (\, (1+ (regexp-opt-depth fortran-type-types)))) (forward-sexp) (forward-sexp)) (error nil)) nil (1 font-lock-variable-name-face nil t))))) (list (quote (", *\\(e\\(nd\\|rr\\)\\)\\> *\\(= *\\([0-9]+\\)\\)?" (1 font-lock-keyword-face) (4 font-lock-constant-face nil t))) (quote ("^ \\{5\\}\\([^ 0
5762 ]\\)" 1 font-lock-string-face)) (quote ("^    \\([1-9]\\)" 1 font-lock-string-face))) (\` (((\, fortran-directive-re) (0 font-lock-preprocessor-face t)))) (cdr (nthcdr (length fortran-font-lock-keywords-1) fortran-font-lock-keywords-2)))) nil [15935 17527])
5763             ("fortran-font-lock-keywords-4" variable (:default-value (append fortran-font-lock-keywords-3 (list (list (concat "\\<" (regexp-opt (quote ("int" "ifix" "idint" "real" "float" "sngl" "dble" "cmplx" "ichar" "char" "aint" "dint" "anint" "dnint" "nint" "idnint" "iabs" "abs" "dabs" "cabs" "mod" "amod" "dmod" "isign" "sign" "dsign" "idim" "dim" "ddim" "dprod" "max" "max0" "amax1" "dmax1" "amax0" "max1" "min" "min0" "amin1" "dmin1" "amin0" "min1" "len" "index" "lge" "lgt" "lle" "llt" "aimag" "conjg" "sqrt" "dsqrt" "csqrt" "exp" "dexp" "cexp" "log" "alog" "dlog" "clog" "log10" "alog10" "dlog10" "sin" "dsin" "csin" "cos" "dcos" "ccos" "tan" "dtan" "asin" "dasin" "acos" "dacos" "atan" "datan" "atan2" "datan2" "sinh" "dsinh" "cosh" "dcosh" "tanh" "dtanh")) (quote paren)) "[     ]*(") (quote (1 font-lock-builtin-face)))))) nil [17529 18893])
5764             ("fortran-make-syntax-propertize-function" function (:arguments ("line-length")) nil [19213 20136])
5765             ("fortran-font-lock-keywords" variable (:default-value fortran-font-lock-keywords-1) nil [20138 20256])
5766             ("fortran-imenu-generic-expression" variable (:default-value (list (list nil (concat "^\\s-+\\(" "\\(\\sw\\|\\s-\\|[*()+]\\)*" "\\<function\\|subroutine\\|entry\\|block\\s-*data\\|program\\)" "[     " fortran-continuation-string "]+" "\\(\\sw+\\)") 3) (quote (nil "^\\s-+\\(block\\s-*data\\)\\s-*$" 1)))) nil [20258 21108])
5767             ("fortran-blocks-re" variable
5768                (:constant-flag t
5769                 :default-value (concat "block[     ]*data\\|select[     ]*case\\|" (regexp-opt (quote ("do" "if" "interface" "function" "map" "program" "structure" "subroutine" "union" "where")))))
5770                 nil [21133 21505])
5771             ("fortran-end-block-re" variable
5772                (:constant-flag t
5773                 :default-value (concat "^[     0-9]*\\<end[     ]*\\(" fortran-blocks-re "\\|!\\|$\\)"))
5774                 nil [21507 21993])
5775             ("fortran-start-block-re" variable
5776                (:constant-flag t
5777                 :default-value (concat "^[     0-9]*\\(" "\\(\\(\\sw+[     ]*:[     ]*\\)?" "\\(if[     ]*(\\(.*\\|" ".*
5778 \\([^if]*\\([^i].\\|.[^f]\\|.\\>\\)\\)\\)\\<then\\|" "do\\|select[     ]*case\\|where\\)\\)\\|" (regexp-opt (quote ("interface" "function" "map" "program" "structure" "subroutine" "union"))) "\\|block[     ]*data\\)[     ]*"))
5779                 nil [21995 23608])
5780             ("add-to-list" code nil nil [23610 23785])
5781             ("fortran-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table))) (modify-syntax-entry 59 "." table) (modify-syntax-entry 13 " " table) (modify-syntax-entry 43 "." table) (modify-syntax-entry 45 "." table) (modify-syntax-entry 61 "." table) (modify-syntax-entry 42 "." table) (modify-syntax-entry 47 "." table) (modify-syntax-entry 37 "." table) (modify-syntax-entry 39 "\"" table) (modify-syntax-entry 34 "\"" table) (modify-syntax-entry 92 "\\" table) (modify-syntax-entry 46 "_" table) (modify-syntax-entry 95 "_" table) (modify-syntax-entry 36 "_" table) (modify-syntax-entry 33 "<" table) (modify-syntax-entry 10 ">" table) table)) nil [23789 24947])
5782             ("fortran-gud-syntax-table" variable (:default-value (let ((st (make-syntax-table fortran-mode-syntax-table))) (modify-syntax-entry 10 "." st) st)) nil [24949 25159])
5783             ("fortran-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map ";" (quote fortran-abbrev-start)) (define-key map ";" (quote fortran-comment-region)) (define-key map "\212" (quote fortran-split-line)) (define-key map "\216" (quote fortran-end-of-block)) (define-key map "\220" (quote fortran-beginning-of-block)) (define-key map "\221" (quote fortran-indent-subprogram)) (define-key map "" (quote fortran-window-create-momentarily)) (define-key map "" (quote fortran-column-ruler)) (define-key map "" (quote fortran-previous-statement)) (define-key map "" (quote fortran-next-statement)) (define-key map "" (quote fortran-join-line)) (define-key map "\336" (quote fortran-join-line)) (define-key map "0" (quote fortran-electric-line-number)) (define-key map "1" (quote fortran-electric-line-number)) (define-key map "2" (quote fortran-electric-line-number)) (define-key map "3" (quote fortran-electric-line-number)) (define-key map "4" (quote fortran-electric-line-number)) (define-key map "5" (quote fortran-electric-line-number)) (define-key map "6" (quote fortran-electric-line-number)) (define-key map "7" (quote fortran-electric-line-number)) (define-key map "8" (quote fortran-electric-line-number)) (define-key map "9" (quote fortran-electric-line-number)) (easy-menu-define fortran-menu map "Menu for Fortran mode." (\` ("Fortran" ["Manual" (info "(emacs)Fortran") :active t :help "Read the Emacs manual chapter on Fortran mode"] ("Customization" (\, (custom-menu-create (quote fortran))) ["Set" Custom-set :active t :help "Set current value of all edited settings in the buffer"] ["Save" Custom-save :active t :help "Set and save all edited settings"] ["Reset to Current" Custom-reset-current :active t :help "Reset all edited settings to current"] ["Reset to Saved" Custom-reset-saved :active t :help "Reset all edited or set settings to saved"] ["Reset to Standard Settings" Custom-reset-standard :active t :help "Erase all customizations in buffer"]) "--" ["Comment Region" fortran-comment-region mark-active] ["Uncomment Region" (fortran-comment-region (region-beginning) (region-end) 1) mark-active] ["Indent Region" indent-region mark-active] ["Indent Subprogram" fortran-indent-subprogram t] "--" ["Beginning of Subprogram" fortran-beginning-of-subprogram :active t :help "Move point to the start of the current subprogram"] ["End of Subprogram" fortran-end-of-subprogram :active t :help "Move point to the end of the current subprogram"] ("Mark" :help "Mark a region of code" ["Subprogram" mark-defun t] ["IF Block" fortran-mark-if t] ["DO Block" fortran-mark-do t]) ["Narrow to Subprogram" narrow-to-defun t] ["Widen" widen t] "--" ["Temporary Column Ruler" fortran-column-ruler :active t :help "Briefly display Fortran column numbers"] ["72-column Window" fortran-window-create :active t :help "Set window width to Fortran line length"] ["Full Width Window" (enlarge-window-horizontally (- (frame-width) (window-width))) :active (not (window-full-width-p)) :help "Make window full width"] ["Momentary 72-Column Window" fortran-window-create-momentarily :active t :help "Briefly set window width to Fortran line length"] "--" ["Break Line at Point" fortran-split-line :active t :help "Break the current line at point"] ["Join Line" fortran-join-line :active t :help "Join the current line to the previous one"] ["Fill Statement/Comment" fill-paragraph t] "--" ["Toggle Auto Fill" auto-fill-mode :selected auto-fill-function :style toggle :help "Automatically fill text while typing in this buffer"] ["Toggle Abbrev Mode" abbrev-mode :selected abbrev-mode :style toggle :help "Expand abbreviations while typing in this buffer"] ["Add Imenu Menu" imenu-add-menubar-index :active (not (lookup-key (current-local-map) [menu-bar index])) :included (fboundp (quote imenu-add-to-menubar)) :help "Add an index menu to the menu-bar"]))) map)) nil [25161 29911])
5784             ("define-abbrev-table" code nil nil [29915 32823])
5785             ("define-derived-mode" code nil nil [32842 38961])
5786             ("fortran-line-length" function
5787                (:user-visible-flag t
5788                 :arguments ("nchars" "global"))
5789                 nil [38965 40281])
5790             ("fortran-hack-local-variables" function nil nil [40283 40425])
5791             ("declare-function" code nil nil [40427 40474])
5792             ("fortran-gud-find-expr" function nil nil [40476 40630])
5793             ("fortran-comment-indent" function nil nil [40632 41036])
5794             ("fortran-indent-comment" function (:user-visible-flag t) nil [41038 42785])
5795             ("fortran-comment-region" function
5796                (:user-visible-flag t
5797                 :arguments ("beg-region" "end-region" "arg"))
5798                 nil [42787 43877])
5799             ("fortran-uncomment-region" function (:arguments ("start" "end" "ignored")) nil [43923 44064])
5800             ("fortran-abbrev-start" function (:user-visible-flag t) nil [44068 44761])
5801             ("fortran-abbrev-help" function (:user-visible-flag t) nil [44763 45001])
5802             ("fortran-prepare-abbrev-list-buffer" function nil nil [45003 45368])
5803             ("fortran-column-ruler" function (:user-visible-flag t) nil [45370 45993])
5804             ("fortran-window-create" function (:user-visible-flag t) nil [45995 46709])
5805             ("fortran-window-create-momentarily" function
5806                (:user-visible-flag t
5807                 :arguments ("arg"))
5808                 nil [46711 47386])
5809             ("fortran-split-line" function (:user-visible-flag t) nil [47388 47942])
5810             ("fortran-remove-continuation" function nil nil [47990 48239])
5811             ("fortran-join-line" function
5812                (:user-visible-flag t
5813                 :arguments ("arg"))
5814                 nil [48241 48791])
5815             ("fortran-numerical-continuation-char" function nil nil [48793 49155])
5816             ("put" code nil nil [49157 49212])
5817             ("fortran-electric-line-number" function
5818                (:user-visible-flag t
5819                 :arguments ("arg"))
5820                 nil [49213 50670])
5821             ("fortran-check-end-prog-re" function nil nil [50674 51212])
5822             ("fortran-beginning-of-subprogram" function (:user-visible-flag t) nil [51759 52791])
5823             ("fortran-end-of-subprogram" function (:user-visible-flag t) nil [52888 53221])
5824             ("fortran-previous-statement" function (:user-visible-flag t) nil [53223 54648])
5825             ("fortran-next-statement" function (:user-visible-flag t) nil [54650 55422])
5826             ("fortran-looking-at-if-then" function nil nil [55424 55728])
5827             ("fortran-end-of-block" function
5828                (:user-visible-flag t
5829                 :arguments ("num"))
5830                 nil [55765 57237])
5831             ("fortran-beginning-of-block" function
5832                (:user-visible-flag t
5833                 :arguments ("num"))
5834                 nil [57239 58750])
5835             ("fortran-blink-match" function (:arguments ("regex" "keyword" "find-begin")) nil [58754 59773])
5836             ("fortran-blink-matching-if" function nil nil [59775 60000])
5837             ("fortran-blink-matching-do" function nil nil [60002 60181])
5838             ("fortran-mark-do" function (:user-visible-flag t) nil [60183 60587])
5839             ("fortran-end-do" function nil nil [60589 61668])
5840             ("fortran-beginning-do" function nil nil [61670 62869])
5841             ("fortran-mark-if" function (:user-visible-flag t) nil [62871 63302])
5842             ("fortran-end-if" function nil nil [63304 65180])
5843             ("fortran-beginning-if" function nil nil [65182 68020])
5844             ("fortran-indent-line" function (:user-visible-flag t) nil [68024 68999])
5845             ("fortran-auto-fill" function nil nil [69001 69817])
5846             ("defalias" code nil nil [69959 70028])
5847             ("fortran-indent-subprogram" function (:user-visible-flag t) nil [70030 70305])
5848             ("fortran-calculate-indent" function nil nil [70307 76485])
5849             ("fortran-current-line-indentation" function nil nil [76489 77442])
5850             ("fortran-indent-to-column" function (:arguments ("col")) nil [77444 80587])
5851             ("fortran-line-number-indented-correctly-p" function nil nil [80589 81032])
5852             ("fortran-check-for-matching-do" function nil nil [81034 82051])
5853             ("fortran-find-comment-start-skip" function (:arguments ("all")) nil [82053 83093])
5854             ("fortran-is-in-string-p" function (:arguments ("where")) nil [83186 85880])
5855             ("defalias" code nil nil [85903 85953])
5856             ("fortran-fill" function nil nil [85955 90325])
5857             ("fortran-break-line" function nil nil [90327 91239])
5858             ("fortran-analyze-file-format" function nil nil [91241 91895])
5859             ("fortran-fill-paragraph" function
5860                (:user-visible-flag t
5861                 :arguments ("justify"))
5862                 nil [91897 92368])
5863             ("fortran-fill-statement" function (:user-visible-flag t) nil [92370 93268])
5864             ("fortran-strip-sequence-nos" function
5865                (:user-visible-flag t
5866                 :arguments ("do-space"))
5867                 nil [93270 93849])
5868             ("fortran-current-defun" function nil nil [93927 94922])
5869             ("fortran" package nil nil [94924 94942]))          
5870       :file "fortran.el"
5871       :pointmax 94969
5872       :fsize 94968
5873       :lastmodtime '(23525 29600 0 0)
5874       :unmatched-syntax nil)
5875     (semanticdb-table "semanticdb-table"
5876       :major-mode emacs-lisp-mode
5877       :tags 
5878         '( ("comment-auto-fill-only-comments" variable nil nil [7577 7617])
5879             ("font-lock-keywords" variable nil nil [7618 7645])
5880             ("f90" customgroup (:user-visible-flag t) nil [7664 7835])
5881             ("f90-indent" customgroup (:user-visible-flag t) nil [7837 7934])
5882             ("f90-do-indent" variable (:default-value 3) nil [7937 8066])
5883             ("f90-if-indent" variable (:default-value 3) nil [8068 8228])
5884             ("f90-type-indent" variable (:default-value 3) nil [8230 8395])
5885             ("f90-program-indent" variable (:default-value 2) nil [8397 8566])
5886             ("f90-associate-indent" variable (:default-value 2) nil [8568 8729])
5887             ("f90-critical-indent" variable (:default-value 2) nil [8731 8897])
5888             ("f90-continuation-indent" variable (:default-value 5) nil [8899 9047])
5889             ("f90-comment-region" variable (:default-value "!!$") nil [9049 9220])
5890             ("f90-indented-comment-re" variable (:default-value "!") nil [9222 9365])
5891             ("f90-directive-comment-re" variable (:default-value "!hpf\\$") nil [9426 9605])
5892             ("f90-beginning-ampersand" variable (:default-value t) nil [9607 9771])
5893             ("f90-smart-end" variable (:default-value (quote blink)) nil [9773 10357])
5894             ("f90-smart-end-names" variable (:default-value t) nil [10542 11246])
5895             ("f90-break-delimiters" variable (:default-value "[-+\\*/><=,%     ]") nil [11248 11691])
5896             ("f90-break-before-delimiters" variable (:default-value t) nil [11693 11855])
5897             ("f90-auto-keyword-case" variable nil nil [11857 12266])
5898             ("f90-leave-line-no" variable nil nil [12268 12405])
5899             ("f90-mode-hook" variable nil nil [12407 12664])
5900             ("f90-keywords-re" variable
5901                (:constant-flag t
5902                 :default-value (concat "\\_<" (regexp-opt (quote ("allocatable" "allocate" "assign" "assignment" "backspace" "block" "call" "case" "character" "close" "common" "complex" "contains" "continue" "cycle" "data" "deallocate" "dimension" "do" "double" "else" "elseif" "elsewhere" "end" "enddo" "endfile" "endif" "entry" "equivalence" "exit" "external" "forall" "format" "function" "goto" "if" "implicit" "include" "inquire" "integer" "intent" "interface" "intrinsic" "logical" "module" "namelist" "none" "nullify" "only" "open" "operator" "optional" "parameter" "pause" "pointer" "precision" "print" "private" "procedure" "program" "public" "read" "real" "recursive" "result" "return" "rewind" "save" "select" "sequence" "stop" "subroutine" "target" "then" "type" "use" "where" "while" "write" "elemental" "pure" "abstract" "associate" "asynchronous" "bind" "class" "deferred" "enum" "enumerator" "extends" "extends_type_of" "final" "generic" "import" "non_intrinsic" "non_overridable" "nopass" "pass" "protected" "same_type_as" "value" "volatile" "contiguous" "submodule" "concurrent" "codimension" "sync all" "sync memory" "critical" "image_index" "error stop"))) "\\_>"))
5903                 nil [12693 14466])
5904             ("f90-keywords-level-3-re" variable
5905                (:constant-flag t
5906                 :default-value (concat "\\_<" (regexp-opt (quote ("allocatable" "allocate" "assign" "assignment" "backspace" "close" "deallocate" "dimension" "endfile" "entry" "equivalence" "external" "inquire" "intent" "intrinsic" "nullify" "only" "open" "operator" "optional" "parameter" "pause" "pointer" "print" "private" "public" "read" "recursive" "result" "rewind" "save" "select" "sequence" "target" "write" "elemental" "pure" "abstract" "deferred" "import" "final" "non_intrinsic" "non_overridable" "nopass" "pass" "protected" "value" "volatile" "contiguous" "concurrent" "codimension" "sync all" "sync memory"))) "\\_>"))
5907                 nil [14468 15511])
5908             ("f90-procedures-re" variable
5909                (:constant-flag t
5910                 :default-value (concat "\\_<" (regexp-opt (quote ("abs" "achar" "acos" "adjustl" "adjustr" "aimag" "aint" "all" "allocated" "anint" "any" "asin" "associated" "atan" "atan2" "bit_size" "btest" "ceiling" "char" "cmplx" "conjg" "cos" "cosh" "count" "cshift" "date_and_time" "dble" "digits" "dim" "dot_product" "dprod" "eoshift" "epsilon" "exp" "exponent" "floor" "fraction" "huge" "iachar" "iand" "ibclr" "ibits" "ibset" "ichar" "ieor" "index" "int" "ior" "ishft" "ishftc" "kind" "lbound" "len" "len_trim" "lge" "lgt" "lle" "llt" "log" "log10" "logical" "matmul" "max" "maxexponent" "maxloc" "maxval" "merge" "min" "minexponent" "minloc" "minval" "mod" "modulo" "mvbits" "nearest" "nint" "not" "pack" "precision" "present" "product" "radix" "random_number" "random_seed" "range" "repeat" "reshape" "rrspacing" "scale" "scan" "selected_int_kind" "selected_real_kind" "set_exponent" "shape" "sign" "sin" "sinh" "size" "spacing" "spread" "sqrt" "sum" "system_clock" "tan" "tanh" "tiny" "transfer" "transpose" "trim" "ubound" "unpack" "verify" "null" "cpu_time" "move_alloc" "command_argument_count" "get_command" "get_command_argument" "get_environment_variable" "selected_char_kind" "wait" "flush" "new_line" "extends" "extends_type_of" "same_type_as" "bind" "ieee_support_underflow_control" "ieee_get_underflow_mode" "ieee_set_underflow_mode" "c_loc" "c_funloc" "c_associated" "c_f_pointer" "c_f_procpointer" "bge" "bgt" "ble" "blt" "dshiftl" "dshiftr" "leadz" "popcnt" "poppar" "trailz" "maskl" "maskr" "shifta" "shiftl" "shiftr" "merge_bits" "iall" "iany" "iparity" "storage_size" "bessel_j0" "bessel_j1" "bessel_jn" "bessel_y0" "bessel_y1" "bessel_yn" "erf" "erfc" "erfc_scaled" "gamma" "hypot" "log_gamma" "norm2" "parity" "findloc" "is_contiguous" "sync images" "lock" "unlock" "image_index" "lcobound" "ucobound" "num_images" "this_image" "acosh" "asinh" "atanh" "atomic_define" "atomic_ref" "execute_command_line" "compiler_options" "compiler_version" "c_sizeof")) t) "[     ]*("))
5911                 nil [15513 18559])
5912             ("f90-operators-re" variable
5913                (:constant-flag t
5914                 :default-value (concat "\\." (regexp-opt (quote ("and" "eq" "eqv" "false" "ge" "gt" "le" "lt" "ne" "neqv" "not" "or" "true")) t) "\\."))
5915                 nil [18561 18789])
5916             ("f90-hpf-keywords-re" variable
5917                (:constant-flag t
5918                 :default-value (concat "\\_<" (regexp-opt (quote ("all_prefix" "all_scatter" "all_suffix" "any_prefix" "any_scatter" "any_suffix" "copy_prefix" "copy_scatter" "copy_suffix" "count_prefix" "count_scatter" "count_suffix" "grade_down" "grade_up" "hpf_alignment" "hpf_distribution" "hpf_template" "iall" "iall_prefix" "iall_scatter" "iall_suffix" "iany" "iany_prefix" "iany_scatter" "iany_suffix" "ilen" "iparity" "iparity_prefix" "iparity_scatter" "iparity_suffix" "leadz" "maxval_prefix" "maxval_scatter" "maxval_suffix" "minval_prefix" "minval_scatter" "minval_suffix" "number_of_processors" "parity" "parity_prefix" "parity_scatter" "parity_suffix" "popcnt" "poppar" "processors_shape" "product_prefix" "product_scatter" "product_suffix" "sum_prefix" "sum_scatter" "sum_suffix" "align" "distribute" "dynamic" "independent" "inherit" "processors" "realign" "redistribute" "template" "block" "cyclic" "extrinsic" "new" "onto" "pure" "with"))) "\\_>"))
5919                 nil [18791 19982])
5920             ("f90-constants-re" variable
5921                (:constant-flag t
5922                 :default-value (concat "\\_<" (regexp-opt (quote ("iso_fortran_env" "input_unit" "output_unit" "error_unit" "iostat_end" "iostat_eor" "numeric_storage_size" "character_storage_size" "file_storage_size" "iso_c_binding" "c_int" "c_short" "c_long" "c_long_long" "c_signed_char" "c_size_t" "c_int8_t" "c_int16_t" "c_int32_t" "c_int64_t" "c_int_least8_t" "c_int_least16_t" "c_int_least32_t" "c_int_least64_t" "c_int_fast8_t" "c_int_fast16_t" "c_int_fast32_t" "c_int_fast64_t" "c_intmax_t" "c_intptr_t" "c_float" "c_double" "c_long_double" "c_float_complex" "c_double_complex" "c_long_double_complex" "c_bool" "c_char" "c_null_char" "c_alert" "c_backspace" "c_form_feed" "c_new_line" "c_carriage_return" "c_horizontal_tab" "c_vertical_tab" "c_ptr" "c_funptr" "c_null_ptr" "c_null_funptr" "ieee_exceptions" "ieee_arithmetic" "ieee_features" "character_kinds" "int8" "int16" "int32" "int64" "integer_kinds" "iostat_inquire_internal_unit" "logical_kinds" "real_kinds" "real32" "real64" "real128" "lock_type" "atomic_int_kind" "atomic_logical_kind"))) "\\_>"))
5923                 nil [19984 21729])
5924             ("f90-typedef-matcher" function (:arguments ("limit")) nil [21763 22962])
5925             ("f90-font-lock-keywords-1" variable (:default-value (list (quote ("\\_<\\(module[     ]*procedure\\)\\_>\\([^()
5926 ]*::\\)?[     ]*\\([^&!
5927 ]*\\)" (1 font-lock-keyword-face) (3 font-lock-function-name-face nil t))) (quote (f90-typedef-matcher (1 font-lock-keyword-face) (2 font-lock-function-name-face))) (quote ("\\_<\\(\\(?:end[     ]*\\)?interface[     ]*\\(?:assignment\\|operator\\|read\\|write\\)\\)[     ]*(" (1 font-lock-keyword-face t))) (quote ("\\_<\\(\\(?:end[     ]*\\)?\\(program\\|\\(?:sub\\)?module\\|function\\|associate\\|subroutine\\|interface\\)\\|use\\|call\\)\\_>[     ]*\\(\\(?:\\sw\\|\\s_\\)+\\)?" (1 font-lock-keyword-face) (3 font-lock-function-name-face nil t))) (quote ("\\_<\\(submodule\\)\\_>[     ]*([^)
5928 ]+)[     ]*\\(\\(?:\\sw\\|\\s_\\)+\\)?" (1 font-lock-keyword-face) (2 font-lock-function-name-face nil t))) (quote ("\\_<\\(use\\)[     ]*,[     ]*\\(\\(?:non_\\)?intrinsic\\)[     ]*::[     ]*\\(\\(?:\\sw\\|\\s_\\)+\\)" (1 font-lock-keyword-face) (2 font-lock-keyword-face) (3 font-lock-function-name-face))) "\\_<\\(\\(end[     ]*\\)?block[     ]*data\\|contains\\)\\_>" (quote ("\\_<abstract[     ]*interface\\_>" (0 font-lock-keyword-face t))))) nil [22964 24723])
5929             ("f90-typedec-matcher" function (:arguments ("limit")) nil [24811 26550])
5930             ("f90-font-lock-keywords-2" variable (:default-value (append f90-font-lock-keywords-1 (list (quote ("^[     0-9]*\\(?:pure\\|elemental\\)?[     ]*\\(real\\|integer\\|c\\(haracter\\|omplex\\)\\|enumerator\\|generic\\|procedure\\|logical\\|double[     ]*precision\\)\\(.*::\\|[     ]*(.*)\\)?\\([^&!
5931 ]*\\)" (1 font-lock-type-face t) (4 font-lock-variable-name-face t))) (quote (f90-typedec-matcher (1 font-lock-type-face) (2 font-lock-variable-name-face))) (quote ("\\_<\\(\\(real\\|integer\\|c\\(haracter\\|omplex\\)\\|logical\\|double[     ]*precision\\|\\(?:type\\|class\\)[     ]*([     ]*\\(?:\\sw\\|\\s_\\)+[     ]*)\\)[     ]*\\)\\(function\\)\\_>[     ]*\\(\\(?:\\sw\\|\\s_\\)+\\)[     ]*\\(([^&!
5932 ]*)\\)" (1 font-lock-type-face t) (4 font-lock-keyword-face t) (5 font-lock-function-name-face t) (6 (quote default) t))) (quote ("\\_<\\(enum\\)[     ]*," (1 font-lock-keyword-face))) (quote ("\\_<\\(end[     ]*\\(do\\|if\\|enum\\|select\\|forall\\|where\\|block\\|critical\\)\\)\\_>\\([     ]+\\(\\(?:\\sw\\|\\s_\\)+\\)\\)?" (1 font-lock-keyword-face) (3 font-lock-constant-face nil t))) (quote ("^[     0-9]*\\(\\(\\(?:\\sw\\|\\s_\\)+\\)[     ]*:[     ]*\\)?\\(\\(if\\|do\\([     ]*while\\)?\\|select[     ]*\\(?:case\\|type\\)\\|where\\|forall\\|block\\|critical\\)\\)\\_>" (2 font-lock-constant-face nil t) (3 font-lock-keyword-face))) (quote ("\\_<\\(implicit\\)[     ]*\\(real\\|integer\\|c\\(haracter\\|omplex\\)\\|enumerator\\|procedure\\|logical\\|double[     ]*precision\\|type[     ]*(\\(?:\\sw\\|\\s_\\)+)\\|none\\)[     ]*" (1 font-lock-keyword-face) (2 font-lock-type-face))) (quote ("\\_<\\(namelist\\|common\\)[     ]*/\\(\\(?:\\sw\\|\\s_\\)+\\)?/" (1 font-lock-keyword-face) (2 font-lock-constant-face nil t))) "\\_<else\\([     ]*if\\|where\\)?\\_>" (quote ("\\(&\\)[     ]*\\(!\\|$\\)" (1 font-lock-keyword-face))) "\\_<\\(then\\|continue\\|format\\|include\\|\\(?:error[     ]+\\)?stop\\|return\\)\\_>" (quote ("\\_<\\(exit\\|cycle\\)[     ]*\\(\\(?:\\sw\\|\\s_\\)+\\)?\\_>" (1 font-lock-keyword-face) (2 font-lock-constant-face nil t))) (quote ("\\_<\\(case\\)[     ]*\\(default\\|(\\)" . 1)) (quote ("\\_<\\(class\\)[     ]*default" . 1)) (quote ("\\_<\\(\\(type\\|class\\)[     ]*is\\)[     ]*(" (1 font-lock-keyword-face t))) (quote ("\\_<\\(do\\|go[     ]*to\\)\\_>[     ]*\\([0-9]+\\)" (1 font-lock-keyword-face) (2 font-lock-constant-face))) (quote ("^[     ]*\\([0-9]+\\)[     ]*[a-z]+" (1 font-lock-constant-face t))) (quote ("^#[     ]*\\(?:\\sw\\|\\s_\\)+" (0 font-lock-preprocessor-face t) ("\\_<defined\\_>" nil nil (0 font-lock-preprocessor-face)))) (quote ("^#" ("\\(&&\\|||\\)" nil nil (0 font-lock-constant-face t)))) (quote ("^#[     ]*define[     ]+\\(\\(?:\\sw\\|\\s_\\)+\\)(" (1 font-lock-function-name-face))) (quote ("^#[     ]*define[     ]+\\(\\(?:\\sw\\|\\s_\\)+\\)" (1 font-lock-variable-name-face))) (quote ("^#[     ]*include[     ]+\\(<.+>\\)" (1 font-lock-string-face)))))) nil [26552 31069])
5933             ("f90-font-lock-keywords-3" variable (:default-value (append f90-font-lock-keywords-2 (list f90-keywords-level-3-re f90-operators-re (list f90-procedures-re (quote (1 font-lock-keyword-face keep))) "\\_<real\\_>" (quote ("\\_<\\(asynchronous\\)[     ]*[^=]" . 1))))) nil [31071 31658])
5934             ("f90-font-lock-keywords-4" variable (:default-value (append f90-font-lock-keywords-3 (list (cons f90-constants-re (quote font-lock-constant-face)) f90-hpf-keywords-re))) nil [31660 31886])
5935             ("f90-font-lock-keywords" variable (:default-value f90-font-lock-keywords-2) nil [31888 32062])
5936             ("f90-mode-syntax-table" variable (:default-value (let ((table (make-syntax-table))) (modify-syntax-entry 33 "<" table) (modify-syntax-entry 10 ">" table) (modify-syntax-entry 95 "_" table) (modify-syntax-entry 39 "\"" table) (modify-syntax-entry 34 "\"" table) (modify-syntax-entry 96 "_" table) (modify-syntax-entry 13 " " table) (modify-syntax-entry 43 "." table) (modify-syntax-entry 45 "." table) (modify-syntax-entry 61 "." table) (modify-syntax-entry 42 "." table) (modify-syntax-entry 47 "." table) (modify-syntax-entry 37 "." table) (modify-syntax-entry 92 "\\" table) table)) nil [32065 33232])
5937             ("f90-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "`" (quote f90-abbrev-start)) (define-key map ";" (quote f90-comment-region)) (define-key map "\201" (quote f90-beginning-of-subprogram)) (define-key map "\205" (quote f90-end-of-subprogram)) (define-key map "\210" (quote f90-mark-subprogram)) (define-key map "\216" (quote f90-end-of-block)) (define-key map "\220" (quote f90-beginning-of-block)) (define-key map "\221" (quote f90-indent-subprogram)) (define-key map "
5938 " (quote f90-indent-new-line)) (define-key map " " (quote f90-break-line)) (define-key map "" (quote f90-previous-block)) (define-key map "" (quote f90-next-block)) (define-key map "" (quote f90-join-lines)) (define-key map "" (quote f90-fill-region)) (define-key map "" (quote f90-previous-statement)) (define-key map "" (quote f90-next-statement)) (define-key map "]" (quote f90-insert-end)) (define-key map "" (quote f90-insert-end)) (define-key map "," (quote f90-electric-insert)) (define-key map "+" (quote f90-electric-insert)) (define-key map "-" (quote f90-electric-insert)) (define-key map "*" (quote f90-electric-insert)) (define-key map "/" (quote f90-electric-insert)) (easy-menu-define f90-menu map "Menu for F90 mode." (\` ("F90" ("Customization" (\, (custom-menu-create (quote f90))) ["Set" Custom-set :active t :help "Set current value of all edited settings in the buffer"] ["Save" Custom-save :active t :help "Set and save all edited settings"] ["Reset to Current" Custom-reset-current :active t :help "Reset all edited settings to current"] ["Reset to Saved" Custom-reset-saved :active t :help "Reset all edited or set settings to saved"] ["Reset to Standard Settings" Custom-reset-standard :active t :help "Erase all customizations in buffer"]) "--" ["Indent Subprogram" f90-indent-subprogram t] ["Mark Subprogram" f90-mark-subprogram :active t :help "Mark the end of the current subprogram, move point to the start"] ["Beginning of Subprogram" f90-beginning-of-subprogram :active t :help "Move point to the start of the current subprogram"] ["End of Subprogram" f90-end-of-subprogram :active t :help "Move point to the end of the current subprogram"] "--" ["(Un)Comment Region" f90-comment-region :active mark-active :help "Comment or uncomment the region"] ["Indent Region" f90-indent-region :active mark-active] ["Fill Region" f90-fill-region :active mark-active :help "Fill long lines in the region"] ["Fill Statement/Comment" fill-paragraph :active t] "--" ["Break Line at Point" f90-break-line :active t :help "Break the current line at point"] ["Join with Previous Line" f90-join-lines :active t :help "Join the current line to the previous one"] ["Insert Block End" f90-insert-end :active t :help "Insert an end statement for the current code block"] "--" ("Highlighting" :help "Fontify this buffer to varying degrees" ["Toggle font-lock-mode" font-lock-mode :selected font-lock-mode :style toggle :help "Fontify text in this buffer"] "--" ["Light highlighting (level 1)" f90-font-lock-1 t] ["Moderate highlighting (level 2)" f90-font-lock-2 t] ["Heavy highlighting (level 3)" f90-font-lock-3 t] ["Maximum highlighting (level 4)" f90-font-lock-4 t]) ("Change Keyword Case" :help "Change the case of keywords in the buffer or region" ["Upcase Keywords (buffer)" f90-upcase-keywords t] ["Capitalize Keywords (buffer)" f90-capitalize-keywords t] ["Downcase Keywords (buffer)" f90-downcase-keywords t] "--" ["Upcase Keywords (region)" f90-upcase-region-keywords mark-active] ["Capitalize Keywords (region)" f90-capitalize-region-keywords mark-active] ["Downcase Keywords (region)" f90-downcase-region-keywords mark-active]) "--" ["Toggle Auto Fill" auto-fill-mode :selected auto-fill-function :style toggle :help "Automatically fill text while typing in this buffer"] ["Toggle Abbrev Mode" abbrev-mode :selected abbrev-mode :style toggle :help "Expand abbreviations while typing in this buffer"] ["Add Imenu Menu" f90-add-imenu-menu :active (not (lookup-key (current-local-map) [menu-bar index])) :included (fboundp (quote imenu-add-to-menubar)) :help "Add an index menu to the menu-bar"]))) map)) nil [33234 38359])
5939             ("f90-font-lock-n" function (:arguments ("n")) nil [38362 38588])
5940             ("f90-font-lock-1" function (:user-visible-flag t) nil [38590 38714])
5941             ("f90-font-lock-2" function (:user-visible-flag t) nil [38716 38840])
5942             ("f90-font-lock-3" function (:user-visible-flag t) nil [38842 38966])
5943             ("f90-font-lock-4" function (:user-visible-flag t) nil [38968 39092])
5944             ("f90-blocks-re" variable
5945                (:constant-flag t
5946                 :default-value (concat "\\(\\(?:block[     ]*data\\|" (regexp-opt (quote ("do" "if" "interface" "function" "module" "program" "select" "subroutine" "type" "where" "forall" "enum" "associate" "submodule" "block" "critical"))) "\\)\\_>\\)"))
5947                 nil [39138 39598])
5948             ("f90-program-block-re" variable
5949                (:constant-flag t
5950                 :default-value (regexp-opt (quote ("program" "module" "subroutine" "function" "submodule")) (quote paren)))
5951                 nil [39600 39772])
5952             ("f90-else-like-re" variable
5953                (:constant-flag t
5954                 :default-value "\\(else\\([     ]*if\\|where\\)?\\|case[     ]*\\(default\\|(\\)\\|\\(class\\|type\\)[     ]*is[     ]*(\\|class[     ]*default\\)")
5955                 nil [39798 40026])
5956             ("f90-end-if-re" variable
5957                (:constant-flag t
5958                 :default-value (concat "end[     ]*" (regexp-opt (quote ("if" "select" "where" "forall")) (quote paren)) "\\_>"))
5959                 nil [40028 40223])
5960             ("f90-end-type-re" variable
5961                (:constant-flag t
5962                 :default-value "end[     ]*\\(type\\|enum\\|interface\\|block[     ]*data\\)\\_>")
5963                 nil [40225 40392])
5964             ("f90-end-associate-re" variable
5965                (:constant-flag t
5966                 :default-value "end[     ]*associate\\_>")
5967                 nil [40394 40503])
5968             ("f90-type-def-re" variable
5969                (:constant-flag t
5970                 :default-value "\\_<\\(type\\)\\_>\\(?:\\(?:[^()
5971 ]*\\|.*,[     ]*\\(?:bind\\|extends\\)[     ]*(.*).*\\)::\\)?[     ]*\\(\\(?:\\sw\\|\\s_\\)+\\)")
5972                 nil [40700 41113])
5973             ("f90-typeis-re" variable
5974                (:constant-flag t
5975                 :default-value "\\_<\\(class\\|type\\)[     ]*is[     ]*(")
5976                 nil [41200 41313])
5977             ("f90-no-break-re" variable
5978                (:constant-flag t
5979                 :default-value (regexp-opt (quote ("**" "//" "=>" ">=" "<=" "==" "/=" "(/" "/)")) (quote paren)))
5980                 nil [41315 41823])
5981             ("f90-cache-position" variable nil nil [41825 41915])
5982             ("make-variable-buffer-local" code nil nil [41916 41964])
5983             ("f90-end-block-re" variable
5984                (:constant-flag t
5985                 :default-value (concat "^[     0-9]*\\_<end[     ]*" (regexp-opt (quote ("do" "if" "forall" "function" "interface" "module" "program" "select" "subroutine" "type" "where" "enum" "associate" "submodule" "block" "critical")) t) "\\_>"))
5986                 nil [41989 42439])
5987             ("f90-start-block-re" variable
5988                (:constant-flag t
5989                 :default-value (concat "^[     0-9]*" "\\(\\(" "\\(\\(?:\\sw\\|\\s_\\)+[     ]*:[     ]*\\)?" "\\(do\\|select[     ]*\\(case\\|type\\)\\|" "if[     ]*(\\(.*\\|" ".*
5990 \\([^if]*\\([^i].\\|.[^f]\\|.\\_>\\)\\)\\)\\_<then\\|" "\\(where\\|forall\\)[     ]*(.*)[     ]*\\(!\\|$\\)\\)\\)" "\\|" "\\(?:type\\|class\\)[     ,]\\(" "[^id(!
5991 \"&     ]\\|" "i[^s!
5992 \"&     ]\\|" "d[^e!
5993 \"&     ]\\|" "de[^f!
5994 \"&     ]\\|" "def[^a!
5995 \"&     ]\\|" "\\(?:is\\|default\\)\\(?:\\sw\\|\\s_\\)\\)\\|" "program\\|\\(?:abstract[     ]*\\)?interface\\|\\(?:sub\\)?module\\|" "function\\|subroutine\\|enum[^e]\\|associate\\|block\\|critical" "\\)" "[     ]*"))
5996                 nil [42557 44098])
5997             ("add-to-list" code nil nil [44141 44290])
5998             ("f90-imenu-type-matcher" function nil nil [44363 45080])
5999             ("f90-imenu-generic-expression" variable (:default-value (let ((good-char "[^!\"&
6000      ]") (not-e "[^e!
6001 \"&     ]") (not-n "[^n!
6002 \"&     ]") (not-d "[^d!
6003 \"&     ]")) (\` ((nil "^[     0-9]*program[     ]+\\(\\(?:\\sw\\|\\s_\\)+\\)" 1) ("Submodules" "^[     0-9]*submodule[     ]*([^)
6004 ]+)[     ]*\\(\\(?:\\sw\\|\\s_\\)+\\)[     ]*\\(!\\|$\\)" 1) ("Modules" "^[     0-9]*module[     ]+\\(\\(?:\\sw\\|\\s_\\)+\\)[     ]*\\(!\\|$\\)" 1) ("Types" f90-imenu-type-matcher 1) ("Procedures" (\, (concat "^[     0-9]*" "\\(" "[^!\"&
6005 ]*\\(" not-e good-char good-char "\\|" good-char not-n good-char "\\|" good-char good-char not-d "\\)" "\\|" good-char "?" good-char "?" "\\)" "[     ]*\\(function\\|subroutine\\)[     ]+\\(\\(?:\\sw\\|\\s_\\)+\\)")) 4))))) nil [45082 46798])
6006             ("f90-add-imenu-menu" function (:user-visible-flag t) nil [46800 47047])
6007             ("define-abbrev-table" code nil nil [47128 49834])
6008             ("define-derived-mode" code nil nil [49852 53583])
6009             ("f90-in-string" function nil nil [53608 53969])
6010             ("f90-in-comment" function nil nil [53971 54334])
6011             ("f90-line-continued" function nil nil [54336 54858])
6012             ("f90-current-indentation" function nil nil [55271 55468])
6013             ("f90-indent-to" function (:arguments ("col" "no-line-number")) nil [55470 55860])
6014             ("f90-get-present-comment-type" function nil nil [55862 56399])
6015             ("f90-equal-symbols" function (:arguments ("a" "b")) nil [56401 56574])
6016             ("f90-looking-at-do" function nil nil [56576 56841])
6017             ("f90-looking-at-select-case" function nil nil [56843 57157])
6018             ("f90-looking-at-if-then" function nil nil [57159 57851])
6019             ("f90-looking-at-associate" function nil nil [57869 58055])
6020             ("f90-looking-at-critical" function nil nil [58057 58550])
6021             ("f90-looking-at-end-critical" function nil nil [58552 58882])
6022             ("f90-looking-at-where-or-forall" function nil nil [58884 59408])
6023             ("f90-looking-at-type-like" function nil nil [59410 60610])
6024             ("f90-looking-at-program-block-start" function nil nil [60612 61432])
6025             ("f90-looking-at-program-block-end" function nil nil [61758 62228])
6026             ("f90-comment-indent" function nil nil [62230 63188])
6027             ("f90-present-statement-cont" function nil nil [63190 64000])
6028             ("f90-indent-line-no" function nil nil [64002 64320])
6029             ("f90-no-block-limit" function nil nil [64322 65116])
6030             ("f90-update-line" function nil nil [65118 65363])
6031             ("f90-electric-insert" function
6032                (:user-visible-flag t
6033                 :arguments ("arg"))
6034                 nil [65366 65615])
6035             ("put" code nil nil [65690 65736])
6036             ("f90-get-correct-indent" function nil nil [65738 68012])
6037             ("f90-calculate-indent" function (:user-visible-flag t) nil [68014 72143])
6038             ("f90-previous-statement" function (:user-visible-flag t) nil [72146 72659])
6039             ("f90-next-statement" function (:user-visible-flag t) nil [72661 73073])
6040             ("f90-beginning-of-subprogram" function (:user-visible-flag t) nil [73075 74103])
6041             ("f90-end-of-subprogram" function (:user-visible-flag t) nil [74105 75021])
6042             ("f90-end-of-block" function
6043                (:user-visible-flag t
6044                 :arguments ("num"))
6045                 nil [75024 77729])
6046             ("f90-beginning-of-block" function
6047                (:user-visible-flag t
6048                 :arguments ("num"))
6049                 nil [77731 80244])
6050             ("f90-next-block" function
6051                (:user-visible-flag t
6052                 :arguments ("num"))
6053                 nil [80246 81345])
6054             ("f90-previous-block" function
6055                (:user-visible-flag t
6056                 :arguments ("num"))
6057                 nil [81348 81645])
6058             ("f90-mark-subprogram" function (:user-visible-flag t) nil [81648 82040])
6059             ("f90-comment-region" function
6060                (:user-visible-flag t
6061                 :arguments ("beg-region" "end-region"))
6062                 nil [82042 82749])
6063             ("f90-indent-line" function
6064                (:user-visible-flag t
6065                 :arguments ("no-update"))
6066                 nil [82751 84232])
6067             ("f90-indent-new-line" function (:user-visible-flag t) nil [84234 84975])
6068             ("f90-indent-region" function
6069                (:user-visible-flag t
6070                 :arguments ("beg-region" "end-region"))
6071                 nil [85113 91101])
6072             ("f90-indent-subprogram" function (:user-visible-flag t) nil [91103 91688])
6073             ("f90-break-line" function
6074                (:user-visible-flag t
6075                 :arguments ("no-update"))
6076                 nil [91690 92460])
6077             ("f90-find-breakpoint" function nil nil [92462 92951])
6078             ("f90-do-auto-fill" function (:user-visible-flag t) nil [92953 93750])
6079             ("f90-join-lines" function
6080                (:user-visible-flag t
6081                 :arguments ("arg"))
6082                 nil [93752 94440])
6083             ("f90-fill-region" function
6084                (:user-visible-flag t
6085                 :arguments ("beg-region" "end-region"))
6086                 nil [94442 95498])
6087             ("f90-fill-paragraph" function
6088                (:user-visible-flag t
6089                 :arguments ("justify"))
6090                 nil [95500 96052])
6091             ("f90-end-block-optional-name" variable
6092                (:constant-flag t
6093                 :default-value (quote ("program" "module" "subroutine" "function" "type")))
6094                 nil [96055 96223])
6095             ("f90-block-match" function (:arguments ("beg-block" "beg-name" "end-block" "end-name")) nil [96225 98273])
6096             ("f90-match-end" function (:user-visible-flag t) nil [98275 101122])
6097             ("f90-insert-end" function (:user-visible-flag t) nil [101124 101339])
6098             ("f90-abbrev-start" function (:user-visible-flag t) nil [101368 101759])
6099             ("f90-abbrev-help" function (:user-visible-flag t) nil [101761 101987])
6100             ("f90-prepare-abbrev-list-buffer" function nil nil [101989 102342])
6101             ("f90-upcase-keywords" function (:user-visible-flag t) nil [102344 102474])
6102             ("f90-capitalize-keywords" function (:user-visible-flag t) nil [102476 102618])
6103             ("f90-downcase-keywords" function (:user-visible-flag t) nil [102620 102756])
6104             ("f90-upcase-region-keywords" function
6105                (:user-visible-flag t
6106                 :arguments ("beg" "end"))
6107                 nil [102758 102911])
6108             ("f90-capitalize-region-keywords" function
6109                (:user-visible-flag t
6110                 :arguments ("beg" "end"))
6111                 nil [102913 103078])
6112             ("f90-downcase-region-keywords" function
6113                (:user-visible-flag t
6114                 :arguments ("beg" "end"))
6115                 nil [103080 103239])
6116             ("f90-change-keywords" function (:arguments ("change-word" "beg" "end")) nil [103287 104990])
6117             ("f90-current-defun" function nil nil [104993 105152])
6118             ("f90-backslash-not-special" function (:arguments ("all")) nil [105154 105672])
6119             ("f90" package nil nil [105675 105689]))          
6120       :file "f90.el"
6121       :pointmax 105712
6122       :fsize 105712
6123       :lastmodtime '(23525 29600 0 0)
6124       :unmatched-syntax nil))
5cb5f7 6125   :file "!drive_c!Program Files!Emacs 26.1!share!emacs!26.1!lisp!progmodes!semantic.cache"
C 6126   :semantic-tag-version "2.0"
6127   :semanticdb-version "2.2")