• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/erc/

Lines Matching +defs:from +defs:encoding

35 ;; global hash table `erc-server-responses' with a map from response
39 ;; Upon receiving a line from the server, `erc-parse-server-response'
74 ;; `erc-call-hooks' retrieves the relevant hook variable from
97 ;; 2005-08-13 -- Moved sending commands from erc.el.
233 "Time the last message was received from the server.
243 "The data that arrived from the server
258 wait - and when it waits, it does accept other stuff from, say,
333 If a cons, the encoding system for outgoing text is in the car
342 does decoding on its own, you must tell ERC what encoding to use.
348 (cons (coding-system :tag "encoding" :value utf-8)
352 (defcustom erc-encoding-coding-alist nil
531 ;; we do our own encoding and decoding
596 EVENT is the message received from the closed connection process."
682 This is determined via `erc-encoding-coding-alist' or
688 (dolist (pat erc-encoding-coding-alist)
695 (defun erc-decode-string-from-target (str target)
697 This is indicated by `erc-encoding-coding-alist', defaulting to the value of
722 If TARGET is specified, look up encoding information for that
723 channel in `erc-encoding-coding-alist' or
730 (let ((encoding (erc-coding-system-for-target target)))
731 (when (consp encoding)
732 (setq encoding (car encoding)))
744 ;; Set encoding just before sending the string
747 'raw-text encoding))
754 (list (cons str encoding))))
777 (encoding (cdar erc-server-flood-queue)))
787 ;; Set encoding just before sending the string
791 'raw-text encoding))
805 If the target is \",\", the last person you've got a message from will
865 "Parse and act upon a complete line from an IRC server.
866 PROC is the process (connection) from which STRING was received.
914 `erc-encoding-coding-alist', or use `erc-server-coding-system'
923 (setq decode-target (erc-decode-string-from-target decode-target nil)))
925 (erc-decode-string-from-target
929 (erc-decode-string-from-target
933 (erc-decode-string-from-target
937 (push (erc-decode-string-from-target arg decode-target)
941 (erc-decode-string-from-target
946 "Handle a pre-parsed PARSED-RESPONSE from PROCESS.
1130 "Handle an ERROR command from the server." nil
1191 "Handle kick messages received from the server." nil
1335 (message "Ignored %s from %s to %s" cmd sender-spec tgt))
1531 "Return from AWAYness." nil
1749 (multiple-value-bind (from to)
1752 's379 ?c from ?f to)))
1837 "You are banned from this server." nil
1845 "Banned from channel errors" nil
1857 (key (read-from-minibuffer