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

Chizi123
2018-11-21 e75a20334813452c6912c090d70a0de2c805f94d
commit | author | age
434b46 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         '( ("cl-lib" include nil nil [982 999])
10             ("popup" include nil nil [1000 1016])
11             ("notifications" include nil nil [1017 1041])
12             ("error-tip-notify-keep-messages" variable nil nil [1075 1254])
13             ("error-tip-notify-last-notification" variable nil nil [1256 1329])
14             ("error-tip-notify-timeout" variable (:default-value (* 60 1000)) nil [1331 1432])
15             ("error-tip-notify-parametors" variable (:default-value (quote (:title "flycheck-tip" :category "im.error"))) nil [1434 1775])
16             ("error-tip-popup-object" variable nil nil [1798 1833])
17             ("error-tip-timer-object" variable nil nil [1834 1869])
18             ("error-tip-current-errors" variable nil nil [1870 1907])
19             ("error-tip-timer-delay" variable (:default-value 0.3) nil [1908 2052])
20             ("error-tip-newline-character" variable nil nil [2053 2175])
21             ("error-tip-state" variable nil nil [2176 2204])
22             ("error-tip-cycle" function (:arguments ("errors" "reverse")) nil [2206 3333])
23             ("error-tip-get" function (:arguments ("err" "element")) nil [3335 3444])
24             ("error-tip-collect-current-file-errors" function (:arguments ("errors")) nil [3446 4375])
25             ("error-tip-popup-error-message" function (:arguments ("errors" "point")) nil [4377 4949])
26             ("error-tip-get-point" function nil nil [4951 5053])
27             ("error-tip-format" function (:arguments ("errors")) nil [5055 5307])
28             ("error-tip-get-errors" function nil nil [5309 6118])
29             ("error-tip-delete-popup" function nil nil [6120 6437])
30             ("error-tip-register-timer" function nil nil [6439 6697])
31             ("error-tip-cancel-timer" function nil nil [6699 6852])
32             ("error-tip-error-p" function nil nil [6869 7238])
33             ("error-tip-cycle-dwim" function
34                (:user-visible-flag t
35                 :arguments ("reverse"))
36                 nil [7255 7652])
37             ("error-tip-cycle-dwim-reverse" function (:user-visible-flag t) nil [7669 7822])
38             ("error-tip-notify" function nil nil [7872 8544])
39             ("error-tip" package nil nil [8839 8859]))          
40       :file "error-tip.el"
41       :pointmax 8954
42       :fsize 8969
43       :lastmodtime '(23534 43242 0 0)
e75a20 44       :unmatched-syntax nil)
C 45     (semanticdb-table "semanticdb-table"
46       :major-mode emacs-lisp-mode
47       :tags 
48         '( ("cl-lib" include nil nil [1737 1754])
49             ("flycheck" include nil nil [1755 1774])
50             ("error-tip" include nil nil [1775 1795])
51             ("defvaralias" code nil nil [1797 1897])
52             ("flycheck-tip-cycle" function
53                (:user-visible-flag t
54                 :arguments ("reverse"))
55                 nil [2059 2350])
56             ("flycheck-tip-cycle-reverse" function (:user-visible-flag t) nil [2367 2490])
57             ("flycheck-tip-display-current-line-error-message" function (:arguments ("errors")) nil [2492 3017])
58             ("flycheck-tip--get" function (:arguments ("element" "err")) nil [3034 3225])
59             ("flycheck-tip-avoid-show-func" variable (:default-value t) nil [3300 3478])
60             ("make-obsolete-variable" code nil nil [3480 3730])
61             ("flycheck-tip-use-timer" function (:arguments ("order")) nil [3732 4508])
62             ("define-obsolete-function-alias" code nil nil [4510 4745])
63             ("flycheck-tip" package nil nil [4747 4770]))          
64       :file "flycheck-tip.el"
65       :pointmax 4868
66       :fsize 4883
67       :lastmodtime '(23534 43242 0 0)
68       :unmatched-syntax nil)
69     (semanticdb-table "semanticdb-table"
70       :major-mode emacs-lisp-mode
71       :tags 
72         '( ("error-tip" include nil nil [989 1009])
73             ("flymake" include nil nil [1010 1028])
74             ("cl-lib" include nil nil [1029 1046])
75             ("flymake-tip--err-info-function" variable (:default-value (cond ((version<= "26" (number-to-string emacs-major-version)) (quote (lambda nil (cl-loop for diag in (flymake-diagnostics (point-at-bol) (point-at-eol)) collect (flymake-diagnostic-text diag))))) ((fboundp (quote flymake-find-err-info)) (quote (lambda nil (cl-loop with errors = (flymake-find-err-info flyamke-err-info (line-number-at-pos)) for err in (car errors) if (vectorp err) collect (elt err 4))))))) nil [1048 1686])
76             ("flymake-tip-cycle" function (:arguments ("reverse")) nil [1703 2171])
77             ("flymake-tip-cycle-reverse" function nil nil [2188 2264])
78             ("flymake-tip" package nil nil [2266 2288]))          
79       :file "flymake-tip.el"
80       :pointmax 2385
81       :fsize 2384
82       :lastmodtime '(23534 43242 0 0)
434b46 83       :unmatched-syntax nil))
C 84   :file "!drive_c!Users!joelg!.emacs.d!elpa!flycheck-tip-20171020.1048!semantic.cache"
85   :semantic-tag-version "2.0"
86   :semanticdb-version "2.2")