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 nil
9       :file "git-commit-autoloads.el"
10       :pointmax 359
11       :fsize 1577
12       :lastmodtime '(23536 533 0 0)
e75a20 13       :unmatched-syntax nil)
C 14     (semanticdb-table "semanticdb-table"
15       :major-mode emacs-lisp-mode
16       :tags 
17         '( ("dash" include nil nil [5152 5167])
18             ("log-edit" include nil nil [5168 5187])
19             ("magit-git" include nil nil [5188 5214])
20             ("magit-utils" include nil nil [5215 5243])
21             ("ring" include nil nil [5244 5259])
22             ("server" include nil nil [5260 5277])
23             ("with-editor" include nil nil [5278 5300])
24             ("recentf" include nil nil [5321 5339])
25             ("diff-default-read-only" variable nil nil [5361 5392])
26             ("flyspell-generic-check-word-predicate" variable nil nil [5393 5439])
27             ("font-lock-beg" variable nil nil [5440 5462])
28             ("font-lock-end" variable nil nil [5463 5485])
29             ("declare-function" code nil nil [5487 5555])
30             ("declare-function" code nil nil [5556 5619])
31             ("declare-function" code nil nil [5620 5727])
32             ("git-commit" customgroup (:user-visible-flag t) nil [5757 5906])
33             ("define-minor-mode" code nil nil [5923 6653])
34             ("git-commit-major-mode" variable (:default-value (quote text-mode)) nil [6655 6940])
35             ("git-commit-setup-hook" variable (:default-value (quote (git-commit-save-message git-commit-setup-changelog-support git-commit-turn-on-auto-fill git-commit-propertize-diff bug-reference-mode with-editor-usage-message))) nil [6942 7582])
36             ("git-commit-post-finish-hook" variable nil nil [7584 8318])
37             ("git-commit-finish-query-functions" variable (:default-value (quote (git-commit-check-style-conventions))) nil [8320 8996])
38             ("git-commit-style-convention-checks" variable (:default-value (quote (non-empty-second-line))) nil [8998 9414])
39             ("git-commit-summary-max-length" variable (:default-value 68) nil [9416 9927])
40             ("git-commit-fill-column" variable nil nil [9929 10588])
41             ("make-obsolete-variable" code nil nil [10590 10695])
42             ("git-commit-known-pseudo-headers" variable (:default-value (quote ("Signed-off-by" "Acked-by" "Modified-by" "Cc" "Suggested-by" "Reported-by" "Tested-by" "Reviewed-by"))) nil [10697 11011])
43             ("git-commit-faces" customgroup (:user-visible-flag t) nil [11025 11170])
44             ("git-commit-summary" variable
45                (:default-value (quote ((t :inherit font-lock-type-face)))
46                 :type "face")
47                 nil [11172 11315])
48             ("git-commit-overlong-summary" variable
49                (:default-value (quote ((t :inherit font-lock-warning-face)))
50                 :type "face")
51                 nil [11317 11487])
52             ("git-commit-nonempty-second-line" variable
53                (:default-value (quote ((t :inherit font-lock-warning-face)))
54                 :type "face")
55                 nil [11489 11670])
56             ("git-commit-note" variable
57                (:default-value (quote ((t :inherit font-lock-string-face)))
58                 :type "face")
59                 nil [11672 11808])
60             ("git-commit-pseudo-header" variable
61                (:default-value (quote ((t :inherit font-lock-string-face)))
62                 :type "face")
63                 nil [11810 11964])
64             ("git-commit-known-pseudo-header" variable
65                (:default-value (quote ((t :inherit font-lock-keyword-face)))
66                 :type "face")
67                 nil [11966 12149])
68             ("git-commit-comment-branch-local" variable
69                (:default-value (if (featurep (quote magit)) (quote ((t :inherit magit-branch-local))) (quote ((t :inherit font-lock-variable-name-face))))
70                 :type "face")
71                 nil [12151 12404])
72             ("define-obsolete-face-alias" code nil nil [12406 12516])
73             ("git-commit-comment-branch-remote" variable
74                (:default-value (if (featurep (quote magit)) (quote ((t :inherit magit-branch-remote))) (quote ((t :inherit font-lock-variable-name-face))))
75                 :type "face")
76                 nil [12518 12815])
77             ("git-commit-comment-detached" variable
78                (:default-value (quote ((t :inherit git-commit-comment-branch-local)))
79                 :type "face")
80                 nil [12817 12993])
81             ("git-commit-comment-heading" variable
82                (:default-value (quote ((t :inherit git-commit-known-pseudo-header)))
83                 :type "face")
84                 nil [12995 13162])
85             ("git-commit-comment-file" variable
86                (:default-value (quote ((t :inherit git-commit-pseudo-header)))
87                 :type "face")
88                 nil [13164 13324])
89             ("git-commit-comment-action" variable
90                (:default-value (quote ((t :inherit bold)))
91                 :type "face")
92                 nil [13326 13465])
93             ("git-commit-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (cond ((featurep (quote jkl)) (define-key map (kbd "C-M-i") (quote git-commit-prev-message)) (define-key map (kbd "C-M-k") (quote git-commit-next-message))) (t (define-key map (kbd "M-p") (quote git-commit-prev-message)) (define-key map (kbd "M-n") (quote git-commit-next-message)) (define-key map (kbd "C-c C-x a") (quote git-commit-ack)) (define-key map (kbd "C-c C-x i") (quote git-commit-suggested)) (define-key map (kbd "C-c C-x m") (quote git-commit-modified)) (define-key map (kbd "C-c C-x o") (quote git-commit-cc)) (define-key map (kbd "C-c C-x p") (quote git-commit-reported)) (define-key map (kbd "C-c C-x r") (quote git-commit-review)) (define-key map (kbd "C-c C-x s") (quote git-commit-signoff)) (define-key map (kbd "C-c C-x t") (quote git-commit-test)))) (define-key map (kbd "C-c C-a") (quote git-commit-ack)) (define-key map (kbd "C-c C-i") (quote git-commit-suggested)) (define-key map (kbd "C-c C-m") (quote git-commit-modified)) (define-key map (kbd "C-c C-o") (quote git-commit-cc)) (define-key map (kbd "C-c C-p") (quote git-commit-reported)) (define-key map (kbd "C-c C-r") (quote git-commit-review)) (define-key map (kbd "C-c C-s") (quote git-commit-signoff)) (define-key map (kbd "C-c C-t") (quote git-commit-test)) (define-key map (kbd "C-c M-s") (quote git-commit-save-message)) map)) nil [13479 14972])
94             ("easymenu" include nil nil [14984 15003])
95             ("easy-menu-define" code nil nil [15004 15985])
96             ("git-commit-filename-regexp" variable
97                (:constant-flag t
98                 :default-value "/\\(\\(\\(COMMIT\\|NOTES\\|PULLREQ\\|TAG\\)_EDIT\\|MERGE_\\|\\)MSG\\|\\(BRANCH\\|EDIT\\)_DESCRIPTION\\)\\'")
99                 nil [16013 16163])
100             ("eval-after-load" code nil nil [16165 16252])
101             ("add-to-list" code nil nil [16254 16333])
102             ("git-commit-setup-font-lock-in-buffer" function nil nil [16335 16511])
103             ("add-hook" code nil nil [16513 16591])
104             ("git-commit-setup-check-buffer" function nil nil [16608 16767])
105             ("git-commit-mode" variable nil nil [16769 16793])
106             ("git-commit-file-not-found" function nil nil [16795 17934])
107             ("when" code nil nil [17936 18043])
108             ("git-commit-setup" function nil nil [18060 20968])
109             ("git-commit-run-post-finish-hook" function (:arguments ("previous")) nil [20970 21506])
110             ("define-minor-mode" code nil nil [21508 21749])
111             ("put" code nil nil [21751 21792])
112             ("git-commit-setup-changelog-support" function nil nil [21794 21951])
113             ("git-commit-turn-on-auto-fill" function nil nil [21953 22398])
114             ("git-commit-turn-on-flyspell" function nil nil [22400 23054])
115             ("git-commit-flyspell-verify" function nil nil [23056 23177])
116             ("git-commit-finish-query-functions" function (:arguments ("force")) nil [23179 23309])
117             ("git-commit-check-style-conventions" function (:arguments ("force")) nil [23311 24304])
118             ("git-commit-cancel-message" function nil nil [24306 24523])
119             ("git-commit-prev-message" function
120                (:user-visible-flag t
121                 :arguments ("arg"))
122                 nil [24538 25179])
123             ("git-commit-next-message" function
124                (:user-visible-flag t
125                 :arguments ("arg"))
126                 nil [25181 25400])
127             ("git-commit-save-message" function (:user-visible-flag t) nil [25402 25645])
128             ("git-commit-buffer-message" function nil nil [25647 26420])
129             ("git-commit-ack" function
130                (:user-visible-flag t
131                 :arguments ("name" "mail"))
132                 nil [26435 26629])
133             ("git-commit-modified" function
134                (:user-visible-flag t
135                 :arguments ("name" "mail"))
136                 nil [26631 26828])
137             ("git-commit-review" function
138                (:user-visible-flag t
139                 :arguments ("name" "mail"))
140                 nil [26830 27029])
141             ("git-commit-signoff" function
142                (:user-visible-flag t
143                 :arguments ("name" "mail"))
144                 nil [27031 27208])
145             ("git-commit-test" function
146                (:user-visible-flag t
147                 :arguments ("name" "mail"))
148                 nil [27210 27403])
149             ("git-commit-cc" function
150                (:user-visible-flag t
151                 :arguments ("name" "mail"))
152                 nil [27405 27586])
153             ("git-commit-reported" function
154                (:user-visible-flag t
155                 :arguments ("name" "mail"))
156                 nil [27588 27786])
157             ("git-commit-suggested" function
158                (:user-visible-flag t
159                 :arguments ("name" "mail"))
160                 nil [27788 27990])
161             ("git-commit-self-ident" function nil nil [27992 28473])
162             ("git-commit-read-ident" function nil nil [28475 28571])
163             ("git-commit-insert-header" function (:arguments ("header" "name" "email")) nil [28573 29177])
164             ("git-commit-summary-regexp" function nil nil [29194 29528])
165             ("git-commit-extend-region-summary-line" function nil nil [29530 30150])
166             ("defvar-local" code nil nil [30152 30201])
167             ("git-commit-comment-headings" variable
168                (:constant-flag t
169                 :default-value (quote ("Changes to be committed:" "Untracked files:" "Changed but not updated:" "Changes not staged for commit:" "Unmerged paths:" "Author:" "Date:")))
170                 nil [30203 30412])
171             ("git-commit-font-lock-keywords-1" variable
172                (:constant-flag t
173                 :default-value (quote ((eval \` ((\, (format "^\\(%s:\\)\\( .*\\)" (regexp-opt git-commit-known-pseudo-headers))) (1 (quote git-commit-known-pseudo-header)) (2 (quote git-commit-pseudo-header)))) ("^[-a-zA-Z]+: [^<]+? <[^>]+>" (0 (quote git-commit-pseudo-header))) (eval \` ((\, (git-commit-summary-regexp)) (1 (quote git-commit-summary)))) ("\\[.+?\\]" (0 (quote git-commit-note) t)) (eval \` ((\, (git-commit-summary-regexp)) (2 (quote git-commit-overlong-summary) t t) (3 (quote git-commit-nonempty-second-line) t t))))))
174                 nil [30414 31149])
175             ("git-commit-font-lock-keywords-2" variable
176                (:constant-flag t
177                 :default-value (\` ((\,@ git-commit-font-lock-keywords-1) (eval \` ((\, (format "^%s.*" comment-start)) (0 (quote font-lock-comment-face)))) (eval \` ((\, (format "^%s On branch \\(.*\\)" comment-start)) (1 (quote git-commit-comment-branch-local) t))) (eval \` ((\, (format "^%s \\(HEAD\\) detached at" comment-start)) (1 (quote git-commit-comment-detached) t))) (eval \` ((\, (format "^%s %s" comment-start (regexp-opt git-commit-comment-headings t))) (1 (quote git-commit-comment-heading) t))) (eval \` ((\, (format "^%s    \\(?:\\([^:
178 ]+\\):\\s-+\\)?\\(.*\\)" comment-start)) (1 (quote git-commit-comment-action) t t) (2 (quote git-commit-comment-file) t))))))
179                 nil [31151 31915])
180             ("git-commit-font-lock-keywords-3" variable
181                (:constant-flag t
182                 :default-value (\` ((\,@ git-commit-font-lock-keywords-2) (eval \` ((\, (format "^%s Your branch is \\(?:ahead\\|behind\\) of '%s' by \\([0-9]*\\)" comment-start git-commit--branch-name-regexp)) (1 (quote git-commit-comment-branch-local) t) (2 (quote git-commit-comment-branch-remote) t) (3 (quote bold) t))) (eval \` ((\, (format "^%s Your branch \\(?:is up-to-date with\\|and\\) '%s'" comment-start git-commit--branch-name-regexp)) (1 (quote git-commit-comment-branch-local) t) (2 (quote git-commit-comment-branch-remote) t))) (eval \` ((\, (format "^%s and have \\([0-9]*\\) and \\([0-9]*\\) commits each" comment-start)) (1 (quote bold) t) (2 (quote bold) t))))))
183                 nil [31917 33016])
184             ("git-commit-font-lock-keywords" variable (:default-value git-commit-font-lock-keywords-2) nil [33018 33132])
185             ("git-commit-setup-font-lock" function nil nil [33134 35277])
186             ("git-commit-propertize-diff" function nil nil [35279 36453])
187             ("define-derived-mode" code nil nil [36476 36918])
188             ("git-commit-elisp-text-mode-keywords" variable (:default-value (\` (((\, (concat "[`‘]\\(\\(?:\\sw\\|\\s_\\|\\\\.\\)" lisp-mode-symbol-regexp "\\)['’]")) (1 font-lock-constant-face prepend)) ("\"[^\"]*\"" (0 font-lock-string-face prepend))))) nil [36920 37160])
189             ("git-commit" package nil nil [37168 37189]))          
190       :file "git-commit.el"
191       :pointmax 37218
192       :fsize 37221
193       :lastmodtime '(23536 532 0 0)
194       :unmatched-syntax '((close-paren 5339 . 5340) (symbol 5303 . 5320) (open-paren 5302 . 5303))))
5cb5f7 195   :file "!drive_c!Users!joelg!.emacs.d!elpa!git-commit-20181116.1408!semantic.cache"
C 196   :semantic-tag-version "2.0"
197   :semanticdb-version "2.2")