From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: IRC client for Emacs Date: Fri, 09 Aug 2002 13:25:41 -0700 Sender: emacs-devel-admin@gnu.org Message-ID: <87adnvlqyi.fsf@alice.dynodns.net> References: <873ctot40n.fsf@emacswiki.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028924726 11847 127.0.0.1 (9 Aug 2002 20:25:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 9 Aug 2002 20:25:26 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17dGK4-00034x-00 for ; Fri, 09 Aug 2002 22:25:24 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17dGgo-0007UL-00 for ; Fri, 09 Aug 2002 22:48:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17dGKk-0002F7-00; Fri, 09 Aug 2002 16:26:06 -0400 Original-Received: from mail.gci-net.com ([216.183.68.100] helo=gci-net.com) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17dGKP-0002CT-00 for ; Fri, 09 Aug 2002 16:25:45 -0400 Original-Received: from [216.183.69.139] (HELO aris) by gci-net.com (CommuniGate Pro SMTP 3.5.9) with ESMTP-TLS id 6610184 for emacs-devel@gnu.org; Fri, 09 Aug 2002 13:17:20 -0700 Original-Received: from johnw by aris with local (Exim 3.35 #1 (Debian)) id 17dGKL-0002rn-00 for ; Fri, 09 Aug 2002 13:25:41 -0700 Original-To: emacs-devel@gnu.org X-Home-Page: http://www.gci-net.com/users/j/johnw/ X-Public-Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0xF40524D0 In-Reply-To: <873ctot40n.fsf@emacswiki.org> (Alex Schroeder's message of "Fri, 09 Aug 2002 18:01:44 +0200") Original-Lines: 11 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6408 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6408 >>>>> On Fri Aug 9, Alex writes: > I would like to add ERC -- the Emacs IRC Client -- to Emacs. I agree that ERC is a very good IRC client for Emacs. This brings up a question: Exactly how monolithic is the Emacs distribution going to become, before we implement a module system? The "lisp" directory weighs in at over 57M now... John