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         '( ("mode-local" include nil nil [998 1019])
10             ("srecode" include nil nil [1020 1038])
11             ("srecode/insert" include nil nil [1039 1064])
12             ("srecode/find" include nil nil [1065 1088])
13             ("srecode/map" include nil nil [1089 1111])
14             ("semantic/decorate" include nil nil [1112 1140])
15             ("semantic/wisent" include nil nil [1141 1167])
16             ("semantic/senator" include nil nil [1168 1195])
17             ("semantic/wisent" include nil nil [1196 1222])
18             ("semantic/find" include nil nil [1245 1269])
19             ("srecode-minor-mode-hook" variable nil nil [1283 1416])
20             ("srecode-prefix-key" variable (:default-value [(control 99) 47]) nil [1539 1633])
21             ("srecode-prefix-map" variable (:default-value (let ((km (make-sparse-keymap))) (define-key km "/" (quote srecode-insert)) (define-key km [insert] (quote srecode-insert)) (define-key km "." (quote srecode-insert-again)) (define-key km "E" (quote srecode-edit)) (let ((k 97)) (while (<= k 122) (define-key km (format "%c" k) (quote srecode-bind-insert)) (setq k (1+ k)))) km)) nil [1635 2118])
22             ("srecode-menu-bar" variable (:default-value (list "SRecoder" (semantic-menu-item ["Insert Template" srecode-insert :active t :help "Insert a template by name."]) (semantic-menu-item ["Insert Template Again" srecode-insert-again :active t :help "Run the same template as last time again."]) (semantic-menu-item ["Edit Template" srecode-edit :active t :help "Edit a template for this language by name."]) "---" (quote ("Insert ..." :filter srecode-minor-mode-templates-menu)) (\` ("Generate ..." :filter srecode-minor-mode-generate-menu)) "---" (semantic-menu-item ["Customize..." (customize-group "srecode") :active t :help "Customize SRecode options"]) (list "Debugging Tools..." (semantic-menu-item ["Dump Template MAP" srecode-get-maps :active t :help "Calculate (if needed) and display the current template file map."]) (semantic-menu-item ["Dump Tables" srecode-dump-templates :active t :help "Dump the current template table."]) (semantic-menu-item ["Dump Dictionary" srecode-dictionary-dump :active t :help "Calculate and dump a dictionary for point."]) (semantic-menu-item ["Show Macro Help" srecode-macro-help :active t :help "Display the different types of macros available."])))) nil [2120 3603])
23             ("srecode-minor-menu" variable nil nil [3605 3683])
24             ("srecode-takeover-INS-key" variable nil nil [3685 3808])
25             ("srecode-mode-map" variable (:default-value (let ((km (make-sparse-keymap))) (define-key km srecode-prefix-key srecode-prefix-map) (easy-menu-define srecode-minor-menu km "Srecode Minor Mode Menu" srecode-menu-bar) (when srecode-takeover-INS-key (define-key km [insert] srecode-prefix-map)) km)) nil [3810 4167])
26             ("define-minor-mode" code nil nil [4184 5106])
27             ("define-minor-mode" code nil nil [5123 5480])
28             ("semantic-add-minor-mode" code nil nil [5526 5574])
29             ("srecode-minor-mode-templates-menu" function (:arguments ("menu-def")) nil [5596 7605])
30             ("srecode-minor-mode-generators" variable nil nil [7607 7715])
31             ("srecode-minor-mode-generate-menu" function (:arguments ("menu-def")) nil [7717 8324])
32             ("srecode-bind-insert" function (:user-visible-flag t) nil [8353 8895])
33             ("srecode-edit" function
34                (:user-visible-flag t
35                 :arguments ("template-name"))
36                 nil [8897 10446])
37             ("srecode-add-code-generator" function (:arguments ("function" "name" "binding")) nil [10448 12192])
38             ("srecode-add-code-generator" code nil nil [12226 12302])
39             ("srecode-add-code-generator" code nil nil [12303 12368])
40             ("srecode/mode" package nil nil [12370 12393]))          
41       :file "mode.el"
42       :pointmax 12544
43       :fsize 12543
44       :lastmodtime '(23525 29537 0 0)
45       :unmatched-syntax '((close-paren 1269 . 1270) (symbol 1225 . 1242) (open-paren 1224 . 1225)))
46     (semanticdb-table "semanticdb-table"
47       :file "insert.el"
48       :fsize 39156
49       :lastmodtime '(23525 29537 0 0))
50     (semanticdb-table "semanticdb-table"
51       :file "find.el"
52       :fsize 10440
53       :lastmodtime '(23525 29537 0 0))
54     (semanticdb-table "semanticdb-table"
55       :file "map.el"
56       :fsize 13549
e75a20 57       :lastmodtime '(23525 29537 0 0))
C 58     (semanticdb-table "semanticdb-table"
59       :major-mode emacs-lisp-mode
60       :tags 
61         '( ("eieio" include nil nil [961 977])
62             ("cl-generic" include nil nil [978 999])
63             ("eieio-base" include nil nil [1000 1021])
64             ("mode-local" include nil nil [1022 1043])
65             ("srecode" include nil nil [1044 1062])
66             ("declare-function" code nil nil [1064 1126])
67             ("declare-function" code nil nil [1127 1196])
68             ("srecode-template-table" type
69                (:members 
70                   ( ("file" variable
71                        (:documentation "The name of the file this table was built from."
72                         :type "string")
73                         nil nil)
74                     ("filesize" variable
75                        (:documentation "The size of the file when it was parsed."
76                         :type "number")
77                         nil nil)
78                     ("filedate" variable
79                        (:documentation "Date from the inode of the file when it was last edited.
80 Format is from the `file-attributes' function."
81                         :type "cons")
82                         nil nil)
83                     ("major-mode" variable (:documentation "The major mode this table of templates is associated with.") nil nil)
84                     ("application" variable
85                        (:documentation "Tracks the name of the application these templates belong to.
86 If this is nil, then this template table belongs to a set of generic
87 templates that can be used with no additional dictionary values.
88 When it is non-nil, it is assumed the template macros need specialized
89 Emacs Lisp code to fill in the dictionary."
90                         :type "symbol")
91                         nil nil)
92                     ("framework" variable
93                        (:documentation "Tracks the name of the framework these templates belong to.
94 If nil, then this template table belongs to any framework, or can be
95 considered generic for all files of this language.
96 A framework might be a specific library or build environment for which
97 special templates are desired.  OpenGL might be a framework that
98 exists for multiple languages."
99                         :type "symbol")
100                         nil nil)
101                     ("priority" variable
102                        (:documentation "For file of this Major Mode, what is the priority of this file.
103 When there are multiple template files with similar names, templates with
104 the highest priority are scanned last, allowing them to override values in
105 previous template files."
106                         :type "number")
107                         nil nil)
108                     ("project" variable
109                        (:documentation "Scope some project files to a specific project.
110 The value is a directory which forms the root of a particular project,
111 or a subset of a particular project."
112                         :type "(or null string)")
113                         nil nil)
114                     ("templates" variable
115                        (:documentation "The list of templates compiled into this table."
116                         :type "list")
117                         nil nil)
118                     ("namehash" variable (:documentation "Hash table containing the names of all the templates.") nil nil)
119                     ("contexthash" variable nil nil nil)
120                     ("variables" variable (:documentation "AList of variables.
121 These variables are used to initialize dictionaries.") nil nil))                  
122                 :type "class")
123                 nil [1231 3904])
124             ("srecode-mode-table-list" variable nil nil [3924 4029])
125             ("srecode-mode-table" type
126                (:superclasses "eieio-instance-tracker"
127                 :members 
128                   ( ("tracking-symbol" variable (:default-value "(quote srecode-mode-table-list)") nil nil)
129                     ("major-mode" variable (:documentation "Table of template tables for this major-mode.") nil nil)
130                     ("modetables" variable (:documentation "All that tables unique to this major mode.") nil nil)
131                     ("tables" variable (:documentation "All the tables that can be used for this major mode.") nil nil))                  
132                 :type "class")
133                 nil [4031 4579])
134             ("srecode-get-mode-table" function (:arguments ("mode")) nil [4581 5451])
135             ("srecode-make-mode-table" function (:arguments ("mode")) nil [5453 5948])
136             ("cl-defmethod" code nil nil [5950 6160])
137             ("srecode-mode-table-new" function (:arguments ("mode" "file" "init")) nil [6162 7184])
138             ("object-sort-list" function (:arguments ("object" "slot" "predicate")) nil [7186 7477])
139             ("srecode-dump-templates" function
140                (:user-visible-flag t
141                 :arguments ("mode"))
142                 nil [7566 8132])
143             ("cl-defmethod" code nil nil [8134 8559])
144             ("cl-defmethod" code nil nil [8561 9695])
145             ("srecode/table" package nil nil [9698 9722]))          
146       :file "table.el"
147       :pointmax 9755
148       :fsize 9754
149       :lastmodtime '(23525 29537 0 0)
150       :unmatched-syntax nil))
5cb5f7 151   :file "!drive_c!Program Files!Emacs 26.1!share!emacs!26.1!lisp!cedet!srecode!semantic.cache"
C 152   :semantic-tag-version "2.0"
153   :semanticdb-version "2.2")