;ELC
|
;;; Compiled
|
;;; in Emacs version 26.1
|
;;; with all optimizations.
|
|
;;; This file contains utf-8 non-ASCII characters,
|
;;; and so cannot be loaded into Emacs 22 or earlier.
|
(and (boundp 'emacs-version)
|
(< (aref emacs-version (1- (length emacs-version))) ?A)
|
(string-lessp emacs-version "23")
|
(error "`%s' was compiled for Emacs 23 or later" #$))
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
(byte-code "\300\301!\210\300\302!\210\300\303!\210\304\305\306\307#\207" [require cl-lib flycheck error-tip defvaralias flycheck-tip-timer-delay error-tip-timer-delay "Alias of `error-tip-timer-delay'."] 4)
|
#@155 Move to next error if it's exists.
|
If it wasn't exists then move to previous error.
|
Move to previous error if REVERSE is non-nil.
|
|
(fn &optional REVERSE)
|
(defalias 'flycheck-tip-cycle #[256 "\301\302!\"\207" [flycheck-current-errors error-tip-cycle error-tip-collect-current-file-errors] 4 (#$ . 617) nil])
|
#@42 Do `flycheck-tip-cycle by reverse order.
|
(defalias 'flycheck-tip-cycle-reverse #[0 "\300\301!\207" [flycheck-tip-cycle t] 2 (#$ . 932) nil])
|
#@124 Show current line's ERRORS by popup.
|
This function is used to replace ‘flycheck-display-errors-function’.
|
|
(fn ERRORS)
|
(defalias 'flycheck-tip-display-current-line-error-message #[257 "\302 \210\303\304\"\305\211\205 \211\306`\")\207" [error-tip-notify-keep-messages error-tip-current-errors error-tip-delete-popup mapcar flycheck-error-message nil error-tip-popup-error-message] 5 (#$ . 1080)])
|
#@20
|
|
(fn ELEMENT ERR)
|
(defalias 'flycheck-tip--get #[514 "\301\267\202? \302!>\204 \303\304\305D\"\210\211\306H\207\302!>\204( \303\304\305D\"\210\211\307H\207\302!>\204; \303\304\305D\"\210\211\310H\207\311\207" [cl-struct-flycheck-error-tags #s(hash-table size 3 test eql rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (file 6 line 25 message 44)) type-of signal wrong-type-argument flycheck-error 3 4 6 nil] 6 (#$ . 1491)])
|
(byte-code "\300\301\302\303\304DD\305\306\307\310\311&\210\312\301\313\314#\207" [custom-declare-variable flycheck-tip-avoid-show-func funcall function #[0 "\300\207" [t] 1] "Avoid `flycheck-show-error-at-point' function's behavior.\nThis variable is true by default." :group flycheck-tip :type boolean make-obsolete-variable nil "2017/9/30: Please set ‘flycheck-display-errors-function’ to ‘ignore’ if\nyou want to avoid echoing error message instead of this\nvalue. This variable will be deleted on the future release."] 8)
|
#@364 You can set 'normal, 'verbose or nil to ORDER.
|
The normal means, use error popup and using timer or not is configurable.
|
The verbose means, use error popup and popup current-line error if it's exists
|
after `error-tip-timer-delay' seconds.
|
If you set nil, show popup error immediately after you invoke flycheck-tip-cycle
|
or flycheck-tip-cycle-reverse.
|
|
(fn ORDER)
|
(defalias 'flycheck-tip-use-timer #[257 "\211\303\267\202 \304\211\207 \305\211\207\304\306\211\207" [flycheck-display-errors-function error-tip-timer-delay flycheck-idle-change-delay #s(hash-table size 2 test eql rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (normal 6 verbose 10)) ignore flycheck-tip-display-current-line-error-message nil] 3 (#$ . 2478)])
|
(byte-code "\300\301\302\211#\210\303\301\302\304#\210\305\306!\207" [defalias flycheck-tip-use-timer nil make-obsolete "2017/9/30: This function become obsolete in favor of official flycheck-pos-tip package.\nPlease use that instead if you want just to show error messages at point by popup." provide flycheck-tip] 4)
|