3 @setfilename ../info/erc
9 * ERC: (erc). Powerful, modular, and extensible IRC client for Emacs.
15 This manual is for ERC version 5.2.
17 Copyright @copyright{} 2005, 2006, 2007 Free Software Foundation, Inc.
20 Permission is granted to copy, distribute and/or modify this document
21 under the terms of the GNU Free Documentation License, Version 1.2 or
22 any later version published by the Free Software Foundation; with no
23 Invariant Sections, Front-Cover texts, or Back-Cover Texts. A copy of
24 the license is included in the section entitled ``GNU Free
25 Documentation License'' in the Emacs manual.
27 This document is part of a collection distributed under the GNU Free
28 Documentation License. If you want to distribute this document
29 separately from the collection, you can do so by adding a copy of the
30 license to the document, as described in section 6 of the license.
32 All Emacs Lisp code contained in this document may be used, distributed,
33 and modified without restriction.
39 @subtitle a full-featured IRC client
40 @subtitle for GNU Emacs and XEmacs
42 @c The following two commands
43 @c start the copyright page.
45 @vskip 0pt plus 1filll
49 @c So the toc is printed at the start
53 @node Top, Introduction, (dir), (dir)
54 @comment node-name, next, previous, up
61 * Introduction:: What is ERC?
62 * Obtaining ERC:: How to get ERC releases and development
64 * Installation:: Compiling and installing ERC.
65 * Getting Started:: Quick Start guide to using ERC.
66 * Keystroke Summary:: Keystrokes used in ERC buffers.
67 * Modules:: Available modules for ERC.
68 * Advanced Usage:: Cool ways of using ERC.
69 * Getting Help and Reporting Bugs::
70 * History:: The history of ERC.
71 * GNU Free Documentation License:: The license for this documentation.
72 * Concept Index:: Search for terms.
75 --- The Detailed Node Listing ---
79 * Releases:: Released versions of ERC.
80 * Development:: Latest unreleased development changes.
84 * Sample Session:: Example of connecting to the #emacs channel
85 * Special Features:: Differences from standalone IRC clients
89 * Connecting:: Ways of connecting to an IRC server.
90 * Sample Configuration:: An example configuration file.
91 * Options:: Options that are available for ERC.
96 @node Introduction, Obtaining ERC, Top, Top
97 @comment node-name, next, previous, up
100 ERC is a powerful, modular, and extensible IRC client for Emacs.
102 It comes with the following capabilities enabled by default.
107 @item Join channels automatically
108 @item Buttonize URLs, nicknames, and other text
109 @item Wrap long lines
110 @item Highlight or remove IRC control characters
111 @item Highlight pals, fools, and other keywords
112 @item Detect netsplits
113 @item Complete nicknames and commands in a programmable fashion
114 @item Make displayed lines read-only
116 @item Track channel activity in the mode-line
120 @node Obtaining ERC, Installation, Introduction, Top
121 @comment node-name, next, previous, up
122 @chapter Obtaining ERC
125 * Releases:: Released versions of ERC.
126 * Development:: Latest unreleased development changes.
129 Note that some ERC files are not included with Emacs due to copyright or
130 dependency issues. If desired, they may be found at the following
131 locations, or from your local GNU mirror.
134 @item @uref{http://ftp.gnu.org/gnu/erc/erc-5.2-extras.tar.gz}
135 @item @uref{http://ftp.gnu.org/gnu/erc/erc-5.2-extras.zip}
138 The rest of this chapter may be skipped if you are using the version of
139 ERC that comes with Emacs.
141 @node Releases, Development, Obtaining ERC, Obtaining ERC
142 @comment node-name, next, previous, up
145 Choose to install a release if you want to minimize risk.
147 Errors are corrected in development first. User-visible changes will be
148 announced on the @email{erc-discuss@@gnu.org} mailing list.
149 @pxref{Getting Help and Reporting Bugs}.
151 @cindex releases, Debian package
152 @cindex Debian package for ERC
153 Debian users can get ERC via apt-get. The @file{erc} package is
154 available in the official Debian repository.
156 @cindex releases, from source
157 Alternatively, you can download the latest release from
158 @uref{http://ftp.gnu.org/gnu/erc}, or your local GNU mirror.
160 @node Development, , Releases, Obtaining ERC
161 @comment node-name, next, previous, up
165 Choose the development version if you want to live on the bleeding edge
166 of ERC development or try out new features before release.
170 ERC is developed using GNU Arch. Downloading ERC with Arch and staying
171 up-to-date involves the following steps.
174 @cindex GNU Arch, installing
178 @item Debian: @kbd{apt-get install tla}.
179 @item Other distributions: see @uref{ftp://ftp.gnu.org/gnu/gnu-arch/}.
182 @cindex GNU Arch, downloading ERC
183 @item Register the archive.
185 tla register-archive -f http://arch.sv.gnu.org/archives/erc/erc
188 @item Download the ERC source code.
190 # Download ERC into the @file{erc} directory.
191 tla get erc@@sv.gnu.org/erc--main--0 erc
194 @item List upstream changes that are missing from your local copy.
195 Do this whenever you want to see whether new changes have been committed
199 # Change to the source directory you are interested in.
202 # Display the summary of changes
203 tla missing --summary
206 @cindex GNU Arch, updating ERC
207 @item Update to the latest version by replaying missing changes.
215 If you are new to Arch and want to learn more about developing ERC with
216 it, visit @uref{http://emacswiki.org/cgi-bin/wiki/ErcDevelopment} for
219 @subheading Development snapshots
221 @cindex development snapshot
222 Alternatively, the latest development snapshot may be downloaded in both
223 ``.tar.gz'' and ``.zip'' forms.
226 @item @uref{http://www.mwolson.org/static/dist/erc-latest.tar.gz}
227 @item @uref{http://www.mwolson.org/static/dist/erc-latest.zip}
231 @node Installation, Getting Started, Obtaining ERC, Top
232 @comment node-name, next, previous, up
233 @chapter Installation
235 ERC may be compiled and installed on your machine.
237 This section may be skipped if you are using the version of ERC that
240 @subsubheading Compilation
242 This is an optional step, since Emacs Lisp source code does not
243 necessarily have to be byte-compiled. It will yield a speed increase,
246 A working copy of Emacs or XEmacs is needed in order to compile ERC. By
247 default, the program that is installed with the name @command{emacs}
250 If you want to use the @command{xemacs} binary to perform the
251 compilation, you would need to edit @file{Makefile} in the top-level
252 directory as follows. You can put either a full path to an Emacs or
253 XEmacs binary or just the command name, as long as it is in the
258 SITEFLAG = -no-site-file
261 Running @code{make} should compile the ERC source files in the
262 @file{lisp} directory.
264 @subsubheading Installation
266 ERC may be installed into your file hierarchy by doing the following.
268 Edit the @file{Makefile} file so that @env{ELISPDIR} points to where you
269 want the source and compiled ERC files to be installed and
270 @env{INFODIR} indicates where to put the ERC manual. Of course, you
271 will want to edit @env{EMACS} and @env{SITEFLAG} as shown in the
272 Compilation section if you are using XEmacs.
274 If you are installing ERC on a Debian system, you might want to change
275 the value of @env{INSTALLINFO} as specified in @file{Makefile}.
277 Run @code{make} as a normal user.
279 Run @code{make install} as the root user if you have chosen installation
280 locations that require this.
283 @node Getting Started, Keystroke Summary, Installation, Top
284 @comment node-name, next, previous, up
285 @chapter Getting Started
288 To use ERC, add the directory containing its files to your
289 @code{load-path} variable, in your @file{.emacs} file. Then, load ERC
290 itself. An example follows.
296 Once ERC is loaded, the command @kbd{M-x erc} will start ERC and
297 prompt for the server to connect to.
299 If you want to place ERC settings in their own file, you can place them
300 in @file{~/.emacs.d/.ercrc.el}, creating it if necessary.
302 If you would rather use the Customize interface to change how ERC works,
303 do @kbd{M-x customize-group RET erc RET}. In particular, ERC comes with
304 lots of modules that may be enabled or disabled; to select which ones
305 you want, do @kbd{M-x customize-variable RET erc-modules RET}.
308 * Sample Session:: Example of connecting to the #emacs channel
309 * Special Features:: Differences from standalone IRC clients
312 @node Sample Session, Special Features, Getting Started, Getting Started
313 @comment node-name, next, previous, up
314 @section Sample Session
316 This is an example ERC session which shows how to connect to the #emacs
317 channel on Freenode. Another IRC channel on Freenode that may be of
318 interest is #erc, which is a channel where ERC users and developers hang
323 @item Connect to Freenode
325 Run @kbd{M-x erc}. Use ``irc.freenode.net'' as the IRC server, ``6667''
326 as the port, and choose a nickname.
328 @item Get used to the interface
330 Switch to the ``irc.freenode.net:6667'' buffer, if you're not already
331 there. You will see first some messages about checking for ident, and
332 then a bunch of other messages that describe the current IRC server.
334 @item Join the #emacs channel
336 In that buffer, type ``/join SPC #emacs'' and hit @kbd{RET}. Depending
337 on how you've set up ERC, either a new buffer for ``#emacs'' will be
338 displayed, or a new buffer called ``#emacs'' will be created in the
339 background. If the latter, switch to the ``#emacs'' buffer. You will
340 see the channel topic and a list of the people who are currently on the
343 @item Register your nickname with Freenode
345 If you would like to be able to talk with people privately on the
346 Freenode network, you will have to ``register'' your nickname. To do
347 so, switch to the ``irc.freenode.net:6667'' buffer and type ``/msg
348 NickServ register <password>'', replacing ``<password>'' with your
349 desired password. It should tell you that the operation was successful.
351 @item Talk to people in the channel
353 If you switch back to the ``#emacs'' buffer, you can type a message, and
354 everyone on the channel will see it.
356 @item Open a query buffer to talk to someone
358 If you want to talk with someone in private (this should usually not be
359 done for technical help, only for personal questions), type ``/query
360 <nick>'', replacing ``<nick>'' with the nickname of the person you would
361 like to talk to. Depending on how ERC is set up, you will either see a
362 new buffer with the name of the person, or such a buffer will be created
363 in the background and you will have to switch to it. Begin typing
364 messages, and you will be able to have a conversation.
366 Note that if the other person is not registered, you will not be able to
371 @node Special Features, , Sample Session, Getting Started
372 @comment node-name, next, previous, up
373 @section Special Features
375 ERC has some features that distinguish it from some IRC clients.
379 @item multiple channels and multiple servers
381 Every channel is put in a separate buffer. Several IRC servers may be
382 connected to at the same time.
384 @cindex query buffers
385 @item private message separation
387 Private conversations are treated as channels, and are put into separate
388 buffers in Emacs. We call these ``query buffers''.
392 Some occurences of words can be highlighted, which makes it easier to
393 track different kinds of conversations.
397 ERC can notify you that certain users are online.
399 @item channel tracking
401 Channels can be hidden and conversation continue in the background. You
402 are notified when something is said in such a channel that is not
403 currently visible. This makes it easy to get Real Work done while still
404 maintaining an IRC presence.
406 @item nick completion
408 ERC can complete words upon hitting @kbd{TAB}, which eases the writing
409 of nicknames in messages.
414 Past actions are kept in history rings for future use. To navigate a
415 history ring, hit @kbd{M-p} to go backwards and @kbd{M-n} to go
418 @item multiple languages
420 Different channels and servers may have different language encodings.
422 In addition, it is possible to translate the messages that ERC uses into
423 multiple languages. Please contact the developers of ERC at
424 @email{erc-discuss@@gnu.org} if you are interested in helping with the
429 Users can load scripts (e.g. auto greeting scripts) when ERC starts up.
431 It is also possible to make custom IRC commands, if you know a little
432 Emacs Lisp. Just make an Emacs Lisp function and call it
433 @code{erc-cmd-NEWCOMMAND}, where @code{NEWCOMMAND} is the name of the
434 new command in capital letters.
438 If the connection goes away at some point, ERC will try to reconnect
439 automatically. If it fails to reconnect, and you want to try to
440 manually reestablish the connection at some later point, switch to an
441 ERC buffer and run the @code{/RECONNECT} command.
446 @node Keystroke Summary, Modules, Getting Started, Top
447 @comment node-name, next, previous, up
448 @chapter Keys Used in ERC
451 This is a summary of keystrokes available in every ERC buffer.
455 @item C-a or <home> (`erc-bol')
456 Go to beginning of line or end of prompt.
458 @item RET (`erc-send-current-line')
459 Send the current line
461 @item TAB (`erc-complete-word')
462 If at prompt, complete the current word.
463 Otherwise, move to the next link or button.
465 @item M-TAB (`ispell-complete-word')
466 Complete the given word, using ispell.
468 @item C-c C-a (`erc-bol')
469 Go to beginning of line or end of prompt.
471 @item C-c C-b (`erc-iswitchb')
472 Use `iswitchb-read-buffer' to prompt for a ERC buffer to switch to.
474 @item C-c C-c (`erc-toggle-interpret-controls')
475 Toggle interpretation of control sequences in messages.
477 @item C-c C-d (`erc-input-action')
478 Interactively input a user action and send it to IRC.
480 @item C-c C-e (`erc-toggle-ctcp-autoresponse')
481 Toggle automatic CTCP replies (like VERSION and PING).
483 @item C-c C-f (`erc-toggle-flood-control')
484 Toggle use of flood control on sent messages.
486 @item C-c TAB (`erc-invite-only-mode')
487 Turn on the invite only mode (+i) for the current channel.
489 @item C-c C-j (`erc-join-channel')
490 Join channel. If point is at the beginning of a channel name, use that
493 @item C-c C-k (`erc-go-to-log-matches-buffer')
494 Interactively open an erc-log-matches buffer
496 @item C-c C-l (`erc-save-buffer-in-logs')
497 Append buffer contents to the log file, if logging is enabled.
499 @item C-c C-n (`erc-channel-names')
500 Run "/names #channel" in the current channel.
502 @item C-c C-o (`erc-get-channel-mode-from-keypress')
503 Read a key sequence and call the corresponding channel mode function.
504 After doing @kbd{C-c C-o}, type in a channel mode letter.
506 @kbd{C-g} means quit.
507 @kbd{RET} lets you type more than one mode at a time.
508 If @kbd{l} is pressed, @code{erc-set-channel-limit} gets called.
509 If @kbd{k} is pressed, @code{erc-set-channel-key} gets called.
510 Anything else will be sent to `erc-toggle-channel-mode'.
512 @item C-c C-p (`erc-part-from-channel')
513 Part from the current channel and prompt for a reason.
515 @item C-c C-q (`erc-quit-server')
516 Disconnect from current server after prompting for reason.
518 @item C-c C-r (`erc-remove-text-properties-region')
519 Clears the region (start,end) in object from all colors, etc.
521 @item C-c C-t (`erc-set-topic')
522 Prompt for a topic for the current channel.
524 @item C-c C-u (`erc-kill-input')
525 Kill current input line using `erc-bol' followed by `kill-line'.
530 @node Modules, Advanced Usage, Keystroke Summary, Top
531 @comment node-name, next, previous, up
535 One way to add functionality to ERC is to customize which of its many
538 There is a spiffy customize interface, which may be reached by typing
539 @kbd{M-x customize-option erc-modules RET}. Alternatively, set
540 @code{erc-modules} manually and then call @code{erc-update-modules}.
542 The following is a list of available modules.
546 @cindex modules, autoaway
548 Set away status automatically
550 @cindex modules, autojoin
552 Join channels automatically
554 @cindex modules, bbdb
556 Integrate with the Big Brother Database
558 @cindex modules, button
560 Buttonize URLs, nicknames, and other text
562 @cindex modules, capab-identify
564 Mark unidentified users on freenode and other servers supporting CAPAB.
566 @cindex modules, completion
568 Complete nicknames and commands (programmable)
570 @cindex modules, fill
574 @cindex modules, hecomplete
576 Complete nicknames and commands (old). This is the old module---you
577 might prefer the ``completion'' module instead.
579 @cindex modules, identd
581 Launch an identd server on port 8113
583 @cindex modules, irccontrols
585 Highlight or remove IRC control characters
591 @cindex modules, match
593 Highlight pals, fools, and other keywords
595 @cindex modules, menu
597 Display a menu in ERC buffers
599 @cindex modules, netsplit
603 @cindex modules, noncommands
605 Don't display non-IRC commands after evaluation
607 @cindex modules, notify
609 Notify when the online status of certain users changes
611 @cindex modules, page
613 Process CTCP PAGE requests from IRC
615 @cindex modules, readonly
617 Make displayed lines read-only
619 @cindex modules, replace
621 Replace text in messages
623 @cindex modules, ring
625 Enable an input history
627 @cindex modules, scrolltobottom
629 Scroll to the bottom of the buffer
631 @cindex modules, services
633 Identify to Nickserv (IRC Services) automatically
635 @cindex modules, smiley
637 Convert smileys to pretty icons
639 @cindex modules, sound
641 Play sounds when you receive CTCP SOUND requests
643 @cindex modules, spelling
645 Check spelling of messages
647 @cindex modules, stamp
649 Add timestamps to messages
651 @cindex modules, track
653 Track channel activity in the mode-line
655 @cindex modules, truncate
657 Truncate buffers to a certain size
659 @cindex modules, unmorse
661 Translate morse code in messages
665 @c PRE5_3: Document every option of every module in its own subnode
668 @node Advanced Usage, Getting Help and Reporting Bugs, Modules, Top
669 @comment node-name, next, previous, up
670 @chapter Advanced Usage
671 @cindex advanced topics
674 * Connecting:: Ways of connecting to an IRC server.
675 * Sample Configuration:: An example configuration file.
676 * Options:: Options that are available for ERC.
679 @node Connecting, Sample Configuration, Advanced Usage, Advanced Usage
680 @comment node-name, next, previous, up
681 @section Connecting to an IRC Server
684 The easiest way to connect to an IRC server is to call @kbd{M-x erc}.
685 If you want to assign this function to a keystroke, the following will
686 help you figure out its parameters.
689 Select connection parameters and run ERC.
690 Non-interactively, it takes the following keyword arguments.
697 @item @var{full-name}
700 That is, if called with the following arguments, @var{server} and
701 @var{full-name} will be set to those values, whereas
702 @code{erc-compute-port}, @code{erc-compute-nick} and
703 @code{erc-compute-full-name} will be invoked for the values of the other
707 (erc :server "irc.freenode.net" :full-name "Harry S Truman")
713 @defun erc-compute-server &optional server
714 Return an IRC server name.
716 This tries a number of increasingly more default methods until a non-nil
720 @item @var{server} (the argument passed to this function)
721 @item The @code{erc-server} option
722 @item The value of the IRCSERVER environment variable
723 @item The @code{erc-default-server} variable
728 @defopt erc-server nil
729 IRC server to use if one is not provided.
734 @defun erc-compute-port &optional port
735 Return a port for an IRC server.
737 This tries a number of increasingly more default methods until a non-nil
741 @item @var{port} (the argument passed to this function)
742 @item The @code{erc-port} option
743 @item The @code{erc-default-port} variable
749 IRC port to use if not specified.
751 This can be either a string or a number.
756 @defun erc-compute-nick &optional nick
757 Return user's IRC nick.
759 This tries a number of increasingly more default methods until a
760 non-nil value is found.
763 @item @var{nick} (the argument passed to this function)
764 @item The @code{erc-nick} option
765 @item The value of the IRCNICK environment variable
766 @item The result from the @code{user-login-name} function
772 Nickname to use if one is not provided.
774 This can be either a string, or a list of strings.
775 In the latter case, if the first nick in the list is already in use,
776 other nicks are tried in the list order.
779 @defopt erc-nick-uniquifier
780 The string to append to the nick if it is already in use.
783 @defopt erc-try-new-nick-p
784 If the nickname you chose isn't available, and this option is non-nil,
785 ERC should automatically attempt to connect with another nickname.
787 You can manually set another nickname with the /NICK command.
790 @subheading Full name
792 @defun erc-compute-full-name &optional full-name
793 Return user's full name.
795 This tries a number of increasingly more default methods until a
796 non-nil value is found.
799 @item @var{full-name} (the argument passed to this function)
800 @item The @code{erc-user-full-name} option
801 @item The value of the IRCNAME environment variable
802 @item The result from the @code{user-full-name} function
807 @defopt erc-user-full-name
810 This can be either a string or a function to call.
813 @node Sample Configuration, Options, Connecting, Advanced Usage
814 @comment node-name, next, previous, up
815 @section Sample Configuration
816 @cindex configuration, sample
818 Here is an example of configuration settings for ERC. This can go into
819 your Emacs configuration file. Everything after the @code{(require
820 'erc)} command can optionally go into @file{~/.emacs.d/.ercrc.el}.
823 ;;; Sample ERC configuration
825 ;; Add the ERC directory to load path -- you don't need this if you are
826 ;; using the version of ERC that comes with Emacs
827 (add-to-list 'load-path "~/elisp/erc")
832 ;; Load authentication info from an external source. Put sensitive
833 ;; passwords and the like in here.
834 (load "~/.emacs.d/.erc-auth")
836 ;; This is an example of how to make a new command. Type "/uptime" to
838 (defun erc-cmd-UPTIME (&rest ignore)
839 "Display the uptime of the system, as well as some load-related
840 stuff, to the current ERC buffer."
842 (replace-regexp-in-string
843 ", load average: " "] @{Load average@} ["
844 ;; Collapse spaces, remove
845 (replace-regexp-in-string
847 ;; Remove beginning and trailing whitespace
848 (replace-regexp-in-string
850 (shell-command-to-string "uptime"))))))
852 (concat "@{Uptime@} [" uname-output "]"))))
854 ;; This causes ERC to connect to the Freenode network upon hitting
855 ;; C-c e f. Replace MYNICK with your IRC nick.
856 (global-set-key "\C-cef" (lambda () (interactive)
857 (erc :server "irc.freenode.net" :port "6667"
860 ;; This causes ERC to connect to the IRC server on your own machine (if
861 ;; you have one) upon hitting C-c e b. Replace MYNICK with your IRC
862 ;; nick. Often, people like to run bitlbee (http://bitlbee.org/) as an
863 ;; AIM/Jabber/MSN to IRC gateway, so that they can use ERC to chat with
864 ;; people on those networks.
865 (global-set-key "\C-ceb" (lambda () (interactive)
866 (erc :server "localhost" :port "6667"
869 ;; Make C-c RET (or C-c C-RET) send messages instead of RET. This has
870 ;; been commented out to avoid confusing new users.
871 ;; (define-key erc-mode-map (kbd "RET") nil)
872 ;; (define-key erc-mode-map (kbd "C-c RET") 'erc-send-current-line)
873 ;; (define-key erc-mode-map (kbd "C-c C-RET") 'erc-send-current-line)
877 ;; Join the #emacs and #erc channels whenever connecting to Freenode.
878 (setq erc-autojoin-channels-alist '(("freenode.net" "#emacs" "#erc")))
880 ;; Interpret mIRC-style color commands in IRC chats
881 (setq erc-interpret-mirc-color t)
883 ;; The following are commented out by default, but users of other
884 ;; non-Emacs IRC clients might find them useful.
885 ;; Kill buffers for channels after /part
886 ;; (setq erc-kill-buffer-on-part t)
887 ;; Kill buffers for private queries after quitting the server
888 ;; (setq erc-kill-queries-on-quit t)
889 ;; Kill buffers for server messages after quitting the server
890 ;; (setq erc-kill-server-buffer-on-quit t)
893 @node Options, , Sample Configuration, Advanced Usage
894 @comment node-name, next, previous, up
898 @c PRE5_3: (Node) Document every ERC option (module options go in
901 This section has not yet been written. For now, the easiest way to
902 check out the available option for ERC is to do
903 @kbd{M-x customize-group erc RET}.
906 @node Getting Help and Reporting Bugs, History, Advanced Usage, Top
907 @comment node-name, next, previous, up
908 @chapter Getting Help and Reporting Bugs
909 @cindex help, getting
910 @cindex bugs, reporting
912 After you have read this guide, if you still have questions about ERC,
913 or if you have bugs to report, there are several places you can go.
918 @uref{http://www.emacswiki.org/cgi-bin/wiki/EmacsIRCClient} is the
919 emacswiki.org page for ERC. Anyone may add tips, hints, or bug
923 There are several mailing lists for ERC. To subscribe, visit
924 @uref{http://savannah.gnu.org/mail/?group=erc}.
926 The mailing lists are also available on Gmane.
927 (@url{http://gmane.org/}). Gmane provides additional methods for
928 accessing the mailing lists, adding content to them, and searching them.
931 @item gmane.emacs.erc.announce
934 @item gmane.emacs.erc.discuss
937 @item gmane.emacs.erc.cvs
938 Log messages for changes to the ERC source code
943 You can visit the IRC Freenode channel @samp{#emacs}. Many of the
944 contributors are frequently around and willing to answer your
950 @node History, GNU Free Documentation License, Getting Help and Reporting Bugs, Top
951 @comment node-name, next, previous, up
953 @cindex history, of ERC
955 ERC was originally written by Alexander L. Belikoff
956 @email{abel@@bfr.co.il} and Sergey Berezin
957 @email{sergey.berezin@@cs.cmu.edu}. They stopped development around
958 December 1999. Their last released version was ERC 2.0.
960 P.S.: If one of the original developers of ERC reads this, we'd like to
961 receive additional information for this file and hear comments in
967 In June 2001, Mario Lang @email{mlang@@delysid.org} and Alex Schroeder
968 @email{alex@@gnu.org} took over development and created a ERC Project at
969 @uref{http://sourceforge.net/projects/erc}.
971 In reaction to a mail about the new ERC development effort, Sergey
972 Berezin said, ``First of all, I'm glad that my version of ERC is being
973 used out there. The thing is, I do not have free time and enough
974 incentive anymore to work on ERC, so I would be happy if you guys take
975 over the project entirely.''
977 So we happily hacked away on ERC, and soon after (September 2001)
978 released the next "stable" version, 2.1.
980 Most of the development of the new ERC happened on #emacs on
981 irc.openprojects.net. Over time, many people contributed code, ideas,
982 bugfixes, and a lot of alpha/beta/gamma testing.
984 See the @file{CREDITS} file for a list of contributors.
988 ERC 3.0 was released.
992 ERC 4.0 was released.
996 ERC 5.0 was released. Michael Olson @email{mwolson@@gnu.org} became
997 the release manager and eventually the maintainer.
999 After some discussion between him and the Emacs developers, it was
1000 decided to include ERC in Emacs.
1004 ERC 5.1 was released. It was subsequently included in Emacs 22.
1006 ERC became an official GNU project, and development moved to
1007 @uref{http://sv.gnu.org/projects/erc}. We switched to using GNU Arch as
1008 our revision control system. Our mailing list address changed as well.
1012 @node GNU Free Documentation License, Concept Index, History, Top
1013 @appendix GNU Free Documentation License
1014 @include doclicense.texi
1016 @node Concept Index, , GNU Free Documentation License, Top
1017 @comment node-name, next, previous, up
1025 arch-tag: cf9cfaff-fc12-4297-ad15-ec2493002b1e