%PDF- %PDF-
Direktori : /usr/local/share/emacs/27.2/lisp/net/ |
Current File : //usr/local/share/emacs/27.2/lisp/net/rcirc.elc |
;ELC ;;; Compiled ;;; in Emacs version 27.2 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\300\303!\207" [require cl-lib ring time-date] 2) (defconst rcirc-id-string (concat "rcirc on GNU Emacs " emacs-version)) (byte-code "\300\301\302\303\304\305\306\307\310\311\312\313&\210\314\315\316\317\320DD\321\322\323%\210\314\324\316\317\325DD\326\322\327%\210\314\330\316\317\331DD\332\322\333%\210\314\334\316\317\335DD\336\304\337\322\333&\210\314\340\316\317\341DD\342\304\337\322\333&\210\314\343\316\317\344DD\345\322\333%\210\314\346\316\317\347DD\350\322\333%\210\314\351\316\317\352DD\353\322\354%\210\314\355\316\317\356DD\357\360\361\322\362&\210\314\363\316\317\364DD\365\322\366%\210\314\367\316\317\370DD\371\304\372\322\373&\207" [custom-declare-group rcirc nil "Simple IRC client." :version "22.1" :prefix "rcirc-" :link (custom-manual "(rcirc)") :group applications custom-declare-variable rcirc-server-alist funcall function #[0 "\300\207" [(("irc.freenode.net" :channels ("#rcirc")))] 1] "An alist of IRC connections to establish when running `rcirc'.\nEach element looks like (SERVER-NAME PARAMETERS).\n\nSERVER-NAME is a string describing the server to connect\nto.\n\nThe optional PARAMETERS come in pairs PARAMETER VALUE.\n\nThe following parameters are recognized:\n\n`:nick'\n\nVALUE must be a string. If absent, `rcirc-default-nick' is used\nfor this connection.\n\n`:port'\n\nVALUE must be a number or string. If absent,\n`rcirc-default-port' is used.\n\n`:user-name'\n\nVALUE must be a string. If absent, `rcirc-default-user-name' is\nused.\n\n`:password'\n\nVALUE must be a string. If absent, no PASS command will be sent\nto the server.\n\n`:full-name'\n\nVALUE must be a string. If absent, `rcirc-default-full-name' is\nused.\n\n`:channels'\n\nVALUE must be a list of strings describing which channels to join\nwhen connecting to this server. If absent, no channels will be\nconnected to automatically.\n\n`:encryption'\n\nVALUE must be `plain' (the default) for unencrypted connections, or `tls'\nfor connections using SSL/TLS.\n\n`:server-alias'\n\nVALUE must be a string that will be used instead of the server name for\ndisplay purposes. If absent, the real server name will be displayed instead." :type (alist :key-type string :value-type (plist :options ((:nick string) (:port integer) (:user-name string) (:password string) (:full-name string) (:channels (repeat string)) (:encryption (choice (const tls) (const plain))) (:server-alias string)))) rcirc-default-port #[0 "\300\207" [6667] 1] "The default port to connect to." integer rcirc-default-nick #[0 "\300 \207" [user-login-name] 1] "Your nick." string rcirc-default-user-name #[0 "\300\207" [#1="user"] 1 #1#] "Your user name sent to the server when connecting." "24.1" rcirc-default-full-name #[0 "\300\207" [#2="unknown"] 1 #2#] "The full name sent to the server when connecting." rcirc-default-part-reason #[0 "\207" [rcirc-id-string] 1] "The default reason to send when parting from a channel.\nUsed when no reason is explicitly given." rcirc-default-quit-reason #[0 "\207" [rcirc-id-string] 1] "The default reason to send when quitting a server.\nUsed when no reason is explicitly given." rcirc-fill-flag #[0 "\300\207" [t] 1] "Non-nil means line-wrap messages printed in channel buffers." boolean rcirc-fill-column #[0 "\300\207" [nil] 1] "Column beyond which automatic line-wrapping should happen.\nIf nil, use value of `fill-column'.\nIf a function (e.g., `frame-text-width' or `window-text-width'),\ncall it to compute the number of columns." :risky t (choice (const :tag "Value of `fill-column'" nil) (integer :tag "Number of columns") (function :tag "Function returning the number of columns")) rcirc-fill-prefix #[0 "\300\207" [nil] 1] "Text to insert before filled lines.\nIf nil, calculate the prefix dynamically to line up text\nunderneath each nick." (choice (const :tag "Dynamic" nil) (string :tag "Prefix text")) rcirc-url-max-length #[0 "\300\207" [nil] 1] "Maximum number of characters in displayed URLs.\nIf nil, no maximum is applied." "27.1" (choice (const :tag "No maximum" nil) (integer :tag "Number of characters"))] 12) #@45 If non-nil, ignore activity in this buffer. (defvar rcirc-ignore-buffer-activity-flag nil (#$ . 4506)) (make-variable-buffer-local 'rcirc-ignore-buffer-activity-flag) #@65 If non-nil, activity in this buffer is considered low priority. (defvar rcirc-low-priority-flag nil (#$ . 4679)) (byte-code "\300\301!\210\302\303\304\305\306DD\307\310\311%\207" [make-variable-buffer-local rcirc-low-priority-flag custom-declare-variable rcirc-omit-responses funcall function #[0 "\300\207" [("JOIN" "PART" "QUIT" "NICK")] 1] "Responses which will be hidden when `rcirc-omit-mode' is enabled." :type (repeat string)] 6) (defvar rcirc-prompt-start-marker nil) #@99 Non-nil if Rcirc-Omit mode is enabled. Use the command `rcirc-omit-mode' to change this variable. (defvar rcirc-omit-mode nil (#$ . 5161)) (make-variable-buffer-local 'rcirc-omit-mode) #@393 Toggle the hiding of "uninteresting" lines. If called interactively, enable Rcirc-Omit mode if ARG is positive, and disable it if ARG is zero or negative. If called from Lisp, also enable the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'; disable the mode otherwise. Uninteresting lines are those whose responses are listed in `rcirc-omit-responses'. (fn &optional ARG) (defalias 'rcirc-omit-mode #[256 "\302 \303=\203 ?\202 \304!\305V\211\203\"