commit | author | age
|
5cb5f7
|
1 |
;ELC |
C |
2 |
;;; Compiled |
|
3 |
;;; in Emacs version 26.1 |
|
4 |
;;; with all optimizations. |
|
5 |
|
|
6 |
;;; This file contains utf-8 non-ASCII characters, |
|
7 |
;;; and so cannot be loaded into Emacs 22 or earlier. |
|
8 |
(and (boundp 'emacs-version) |
|
9 |
(< (aref emacs-version (1- (length emacs-version))) ?A) |
|
10 |
(string-lessp emacs-version "23") |
|
11 |
(error "`%s' was compiled for Emacs 23 or later" #$)) |
|
12 |
|
|
13 |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
14 |
|
|
15 |
|
|
16 |
(byte-code "\300\301!\210\300\302!\210\300\303!\207" [require cl-lib popup notifications] 2) |
|
17 |
#@133 If the value is non-nil, keep error messages to notification area. |
|
18 |
This feature only activates when you leave from popup's message. |
|
19 |
(defvar error-tip-notify-keep-messages nil (#$ . 502)) |
|
20 |
#@23 Last notification id. |
|
21 |
(defvar error-tip-notify-last-notification nil (#$ . 695)) |
|
22 |
#@53 Value for time out. The default value is 1 minute. |
|
23 |
(defvar error-tip-notify-timeout 60000 (#$ . 782)) |
|
24 |
#@260 Parameters for ‘error-tip-notify’. |
|
25 |
You can add ‘notifications-notify’s parametors without :body, :replaces-id and |
|
26 |
:timeout. |
|
27 |
|
|
28 |
Example: |
|
29 |
|
|
30 |
(setq error-tip-notify-parametors |
|
31 |
(append error-tip-notify-parametors '(:app-icon "/path/to/icon-file"))) |
|
32 |
(defvar error-tip-notify-parametors '(:title "flycheck-tip" :category "im.error") (#$ . 892)) |
|
33 |
(defvar error-tip-popup-object nil) |
|
34 |
(defvar error-tip-timer-object nil) |
|
35 |
(defvar error-tip-current-errors nil) |
|
36 |
#@107 Whether how much delay showing error popup. |
|
37 |
If you set nil to this variable, then do not use delay timer. |
|
38 |
(defvar error-tip-timer-delay 0.3 (#$ . 1362)) |
|
39 |
#@79 Use this variable if you want change specific characters to turn to newlines. |
|
40 |
(defvar error-tip-newline-character nil (#$ . 1521)) |
|
41 |
(defvar error-tip-state nil) |
|
42 |
#@33 |
|
43 |
|
|
44 |
(fn ERRORS &optional REVERSE) |
|
45 |
(defalias 'error-tip-cycle #[513 "\301 \210\302\2057 \303\304\"\303\305\"\303\306\"\307\204& |