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

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