unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* rcirc IRC implementation for Emacs
@ 2005-05-25 14:51 Karl Berry
  2005-05-25 15:20 ` Nic Ferrier
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Karl Berry @ 2005-05-25 14:51 UTC (permalink / raw)


An IRC implementation for Emacs has been offered to GNU:
  http://www.nongnu.org/rcirc

It seems reasonable enough, but none of the evaluators are IRC experts,
so we thought someone here might like to take a look and give an
opinion.  Nitpicking the code isn't necessary, just whether it is a
decent package that we should add to Emacs.  It is a single file,
rcirc.el.

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.

Please include me in any replies, as I'm not on the list.  Thanks.

karl

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rcirc IRC implementation for Emacs
  2005-05-25 14:51 rcirc IRC implementation for Emacs Karl Berry
@ 2005-05-25 15:20 ` Nic Ferrier
  2005-05-26  6:00   ` Richard Stallman
  2005-05-25 15:30 ` Andreas Schwab
  2005-05-26  3:15 ` Masatake YAMATO
  2 siblings, 1 reply; 10+ messages in thread
From: Nic Ferrier @ 2005-05-25 15:20 UTC (permalink / raw)
  Cc: emacs-devel

karl@freefriends.org (Karl Berry) writes:

> An IRC implementation for Emacs has been offered to GNU:
>   http://www.nongnu.org/rcirc
>
> It seems reasonable enough, but none of the evaluators are IRC experts,
> so we thought someone here might like to take a look and give an
> opinion.  Nitpicking the code isn't necessary, just whether it is a
> decent package that we should add to Emacs.  It is a single file,
> rcirc.el.
>
> 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.
>
> Please include me in any replies, as I'm not on the list.  Thanks.

I use ERC (an Emacs IRC client) to talk to a free IRC to
MSN/AIM/etc... gateway called Bitlbee.

rcirc is ok... but it's not as slick as rcirc.

But it's ok as a basic irc client. I'd be quite happy if it came with
emacs to be honest. I'd probably stop using ERC.


Nic Ferrier

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rcirc IRC implementation for Emacs
  2005-05-25 14:51 rcirc IRC implementation for Emacs Karl Berry
  2005-05-25 15:20 ` Nic Ferrier
@ 2005-05-25 15:30 ` Andreas Schwab
  2005-05-26  6:00   ` Richard Stallman
  2005-05-26  3:15 ` Masatake YAMATO
  2 siblings, 1 reply; 10+ messages in thread
From: Andreas Schwab @ 2005-05-25 15:30 UTC (permalink / raw)
  Cc: emacs-devel

karl@freefriends.org (Karl Berry) writes:

> 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.

I've been using ERC for some time now, and I'm pretty satisfied with it.
But I don't know how it compares with other clients since I didn't try any
of them yet.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rcirc IRC implementation for Emacs
  2005-05-25 14:51 rcirc IRC implementation for Emacs Karl Berry
  2005-05-25 15:20 ` Nic Ferrier
  2005-05-25 15:30 ` Andreas Schwab
@ 2005-05-26  3:15 ` Masatake YAMATO
  2005-05-26 14:12   ` Karl Berry
  2 siblings, 1 reply; 10+ messages in thread
From: Masatake YAMATO @ 2005-05-26  3:15 UTC (permalink / raw)
  Cc: emacs-devel

> 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"))

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rcirc IRC implementation for Emacs
  2005-05-25 15:20 ` Nic Ferrier
@ 2005-05-26  6:00   ` Richard Stallman
  2005-05-26 10:13     ` Nic Ferrier
  0 siblings, 1 reply; 10+ messages in thread
From: Richard Stallman @ 2005-05-26  6:00 UTC (permalink / raw)
  Cc: emacs-devel, karl

    I use ERC (an Emacs IRC client) to talk to a free IRC to
    MSN/AIM/etc... gateway called Bitlbee.

    rcirc is ok... but it's not as slick as rcirc.

Did you mean to write something else?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rcirc IRC implementation for Emacs
  2005-05-25 15:30 ` Andreas Schwab
@ 2005-05-26  6:00   ` Richard Stallman
  2005-05-26 21:17     ` Edward O'Connor
  2005-05-29 22:56     ` Michael Olson
  0 siblings, 2 replies; 10+ messages in thread
From: Richard Stallman @ 2005-05-26  6:00 UTC (permalink / raw)
  Cc: emacs-devel, karl

    I've been using ERC for some time now, and I'm pretty satisfied with it.
    But I don't know how it compares with other clients since I didn't try any
    of them yet.

If we want to add an IRC client, and if people like ERC, we could
install that one instead, if the authors will sign papers for it.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rcirc IRC implementation for Emacs
  2005-05-26  6:00   ` Richard Stallman
@ 2005-05-26 10:13     ` Nic Ferrier
  0 siblings, 0 replies; 10+ messages in thread
From: Nic Ferrier @ 2005-05-26 10:13 UTC (permalink / raw)
  Cc: karl, emacs-devel

Richard Stallman <rms@gnu.org> writes:

>     I use ERC (an Emacs IRC client) to talk to a free IRC to
>     MSN/AIM/etc... gateway called Bitlbee.
>
>     rcirc is ok... but it's not as slick as rcirc.
>
> Did you mean to write something else?

Well spotted. I meant to say:

     rcirc is ok... but it's not as slick as erc.

However, I have started to use rcirc instead of ERC. After a week I'll
let this thread know how I got on.



Nic

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rcirc IRC implementation for Emacs
  2005-05-26  3:15 ` Masatake YAMATO
@ 2005-05-26 14:12   ` Karl Berry
  0 siblings, 0 replies; 10+ messages in thread
From: Karl Berry @ 2005-05-26 14:12 UTC (permalink / raw)
  Cc: emacs-devel

    How about riece? Its features are:

Here is what the rcirc author said about riece:

  I recently tried riece, and was put off by the fact that it took over
  the screen to create a 5-window layout.  There was a texinfo manual,
  but the English version was incomplete.

Personally, I think anything that wants to take over the screen is not
the best solution, although certainly there may be other factors.

Thanks for mentioning it, in any case.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rcirc IRC implementation for Emacs
  2005-05-26  6:00   ` Richard Stallman
@ 2005-05-26 21:17     ` Edward O'Connor
  2005-05-29 22:56     ` Michael Olson
  1 sibling, 0 replies; 10+ messages in thread
From: Edward O'Connor @ 2005-05-26 21:17 UTC (permalink / raw)


> If we want to add an IRC client, and if people like ERC, we could
> install that one instead, if the authors will sign papers for it.

I believe many of the ERC authors have signed papers. Michael Olson
(mwolson@gnu.org) is probably the person most familiar with the current
state of ERC assignments.


Ted

-- 
Edward O'Connor
hober0@gmail.com

Ense petit placidam sub libertate quietem.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: rcirc IRC implementation for Emacs
  2005-05-26  6:00   ` Richard Stallman
  2005-05-26 21:17     ` Edward O'Connor
@ 2005-05-29 22:56     ` Michael Olson
  1 sibling, 0 replies; 10+ messages in thread
From: Michael Olson @ 2005-05-29 22:56 UTC (permalink / raw)
  Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]

Richard Stallman <rms@gnu.org> writes:

>     I've been using ERC for some time now, and I'm pretty satisfied
>     with it.  But I don't know how it compares with other clients
>     since I didn't try any of them yet.
>
> If we want to add an IRC client, and if people like ERC, we could
> install that one instead, if the authors will sign papers for it.

Currently most of the authors and contributors of ERC have assigned
changes to the FSF, with a few (~7) exceptions.  I will contact these
people this week in order to speed the process along.  It would be
nice to have ERC included with Emacs.

Another possible barrier would be the lack of a manual.  There is an
online draft at http://www.emacswiki.org/cgi-bin/wiki/EmacsIRCClient
that could possibly be turned into a full Texinfo manual.  Shall I
begin doing this?

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Jabber: mwolson_at_hcoop.net -- IRC: mwolson on freenode.net: #muse, #pulug
  /` |\ | | |
 |_] | \| |_|   Interests: anime, Debian GNU/Linux, XHTML, wiki, Emacs Lisp

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-05-29 22:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-25 14:51 rcirc IRC implementation for Emacs Karl Berry
2005-05-25 15:20 ` Nic Ferrier
2005-05-26  6:00   ` Richard Stallman
2005-05-26 10:13     ` Nic Ferrier
2005-05-25 15:30 ` Andreas Schwab
2005-05-26  6:00   ` Richard Stallman
2005-05-26 21:17     ` Edward O'Connor
2005-05-29 22:56     ` Michael Olson
2005-05-26  3:15 ` Masatake YAMATO
2005-05-26 14:12   ` Karl Berry

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).