Searched +refs:erc +refs:autoaway (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-autoaway.el0 ;;; erc-autoaway.el --- Provides autoaway for ERC
28 ;; - Legacy names: erc-auto-discard-away, erc-auto-set-away
32 (require 'erc)
34 (defgroup erc-autoaway nil
37 :group 'erc)
39 (defvar erc
87 (define-erc-module autoaway nil function
[all...]
H A Derc.el0 ;; erc.el --- An Emacs Internet Relay Chat client
38 ;; * http://sv.gnu.org/projects/erc/
42 ;; (http://sv.gnu.org/projects/erc). I invite everyone who wants to
48 ;; Put erc.el in your load-path, and put (require 'erc) in your .emacs.
52 ;; Use M-x customize-group RET erc RET to get an overview
59 ;; M-x erc RET
69 (defconst erc-version-string "Version 5.2"
70 "ERC version. This is used by function `erc-version'.")
76 (require 'erc
82 (defgroup erc nil function
2115 (defun* erc (&key (server (erc-compute-server)) function
[all...]

Completed in 74 milliseconds