;ELC ;;; Compiled ;;; in Emacs version 28.0.50 ;;; with all optimizations. #@77 Timeout in seconds for xmessage alerts. Set this to nil to have no timeout. (custom-declare-variable 'jabber-xmessage-timeout 15 '(#$ . 87) :type '(choice (integer :tag "Seconds") (const :tag "No timeout" nil)) :group 'jabber-alerts) #@46 Displays MESSAGE using the xmessage program. (defalias 'jabber-xmessage-display-message #[(text &optional title) "\306 \205 \307\310 !D\311\n \206\fC\"\312\313\314\306\314 %+\207" [process-connection-type jabber-xmessage-timeout timeout-args title text args nil "-timeout" number-to-string append apply start-process "xmessage"] 6 (#$ . 327)]) #@47 Display a message using the xmessage program. (defalias 'jabber-message-xmessage #[(from buffer text title) "\205\302 \"\207" [title text jabber-xmessage-display-message] 3 (#$ . 683)]) (byte-code "\301\302\303\302\303N\304>\203\202\304B)#\207" [#:vlist put jabber-alert-message-hooks custom-options jabber-message-xmessage] 5) #@47 Display a message using the xmessage program. (defalias 'jabber-muc-xmessage #[(nick group buffer text title) "\205\302 \"\207" [title text jabber-xmessage-display-message] 3 (#$ . 1029)]) (byte-code "\301\302\303\302\303N\304>\203\202\304B)#\207" [#:vlist put jabber-alert-muc-hooks custom-options jabber-muc-xmessage] 5) #@47 Display a message using the xmessage program. (defalias 'jabber-presence-xmessage #[(who oldstatus newstatus statustext title) "\205\302 \"\207" [title statustext jabber-xmessage-display-message] 3 (#$ . 1370)]) (byte-code "\301\302\303\302\303N\304>\203\202\304B)#\207" [#:vlist put jabber-alert-presence-hooks custom-options jabber-presence-xmessage] 5) #@47 Display a message using the xmessage program. (defalias 'jabber-info-xmessage #[(infotype buffer text) "\205\301!\207" [text jabber-xmessage-display-message] 2 (#$ . 1744)]) (byte-code "\301\302\303\302\303N\304>\203\202\304B)#\210\305\306!\207" [#:vlist put jabber-alert-info-message-hooks custom-options jabber-info-xmessage provide jabber-xmessage] 5)