• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/erc/

Lines Matching defs:functions

272 `erc-server-QUIT-functions' might not be run when we disconnect,
277 (defcustom erc-complete-functions nil
278 "These functions get called when the user hits TAB in ERC.
285 "Hook run when we join a channel. Hook functions are called
289 See also `erc-server-JOIN-functions', `erc-part-hook'."
297 See also `erc-server-QUIT-functions' and `erc-disconnected-hook'."
305 See also `erc-server-QUIT-functions', `erc-quit-hook' and
314 See also `erc-server-PART-functions' and `erc-part-hook'."
318 (defcustom erc-nick-changed-functions nil
319 "List of functions run when your nick was successfully changed.
678 "*Specifies a list of functions to call to echo a private
681 nil), and the sender. The functions are called in order, until a
709 "*Specifies a list of functions to call to echo a private
712 nil), and the sender. The functions are called in order, and all
713 functions are called. These hooks are called before those
975 "Put functions which should get called more or less periodically here.
985 Filtering functions can set `erc-insert-this' to nil to avoid
1000 Filtering functions can set `erc-send-this' to nil to avoid sending of
1021 "Insertion hook for functions that will change the text's appearance.
1032 At this point, all modifications from prior hook functions are done."
1040 "Sending hook for functions that will change the text's appearance.
1055 At this point, all modifications from prior hook functions are done.
1056 NOTE: The functions on this hook are called _before_ sending a command
1071 The single argument to the functions is the unmodified string
1218 an alias erc-ALIAS-mode, as well as the helper functions
1283 or t, where nil indicates that the other functions on EVENT's hook
1284 should be run too, and t indicates that other functions should
1311 or t, where nil indicates that the other functions on EVENT's hook
1312 should be run too, and t indicates that other functions should
2050 with your input data. The functions in here get called with three
2058 functions in here get called with the parameters SERVER and NICK."
2878 'erc-server-311-functions))
2884 'erc-server-312-functions))
2890 'erc-server-318-functions))
2896 'erc-server-319-functions))
2902 'erc-server-320-functions))
2908 'erc-server-330-functions))
2923 'erc-server-317-functions))
3388 (let ((old-367-hook erc-server-367-functions))
3389 (setq erc-server-367-functions 'erc-banlist-store
3397 (setq erc-server-367-functions ',old-367-hook)
3459 (let ((old-367-hook erc-server-367-functions))
3460 (setq erc-server-367-functions 'erc-banlist-store)
3467 (setq erc-server-367-functions ,old-367-hook)
3683 This function uses `erc-complete-functions'."
3685 (unless (run-hook-with-args-until-success 'erc-complete-functions)
3873 "Put this on `erc-server-PRIVMSG-functions'."
5643 ;; Hook functions
6154 functions."
6200 ;;; Various hook functions