From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: rcirc IRC implementation for Emacs Date: Thu, 26 May 2005 12:15:26 +0900 (JST) Message-ID: <20050526.121526.260094459.jet@gyve.org> References: <200505251451.j4PEpnG00757@f7.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1117077847 9934 80.91.229.2 (26 May 2005 03:24:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 May 2005 03:24:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 26 05:24:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Db8yO-0001e0-Ob for ged-emacs-devel@m.gmane.org; Thu, 26 May 2005 05:23:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db92O-0002RT-27 for ged-emacs-devel@m.gmane.org; Wed, 25 May 2005 23:28:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Db91b-0002DK-7M for emacs-devel@gnu.org; Wed, 25 May 2005 23:27:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Db91V-0002At-Vh for emacs-devel@gnu.org; Wed, 25 May 2005 23:27:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db91V-0002A9-BS for emacs-devel@gnu.org; Wed, 25 May 2005 23:27:05 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Db8xr-0002sX-Ln for emacs-devel@gnu.org; Wed, 25 May 2005 23:23:20 -0400 Original-Received: from localhost (P061204093110.ppp.prin.ne.jp [61.204.93.110]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id j4Q3LsJ11193; Thu, 26 May 2005 12:21:57 +0900 (JST) Original-To: karl@freefriends.org In-Reply-To: <200505251451.j4PEpnG00757@f7.net> X-Mailer: Mew version 4.2 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37663 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37663 > The author (Ryan Yeske) looked into other IRC Emacs implementations and > had various reasons for writing a new one. If anyone here is happily > using another IRC Emacs package, I'd be especially grateful for any > details and/or a comparison. How about riece? Its features are: * Several IRC servers may be used at the same time. * Riece can be dynamically extended by add-on modules. * Installation is easy. Riece doesn't depend on other elisp packages. * Setup is easy. Automatically save/restore the configuration. * Riece uses separate windows to display users, channels, and dialogues. Users can select the window layout. * Step by step instruction is included. * Mostly compliant with RFC 2812. (quoted from http://www.nongnu.org/riece/index.html.en) In addition, it has a connector to emacs's url package. So you can do like: (progn (url-mm-url "irc://irc.gnome.org:6667/#glade") (url-mm-url "irc://irc.gnome.org:6667/#gtk"))