[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rcirc.el
From: |
Ryan Yeske |
Subject: |
Re: rcirc.el |
Date: |
Mon, 10 Oct 2005 03:08:30 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) |
address@hidden (Kim F. Storm) writes:
> I haven't looked closely at the code, but a few questions come to mind:
>
>> ;; rcirc is a lightweight irc client for Emacs
>
> A more elaborate "commentary" section in the code would be good.
> As a minimum it should explain:
>
> What is IRC?
> Does it work only with irc.freenode.net ?
OK, I will expand this. It works with any irc server.
>> ;; Tested with GNU Emacs 21.3
>
> If you want it to be included with the next release, you should
> test it with the latest CVS Emacs (to be released as 22.1).
>
> But I guess you already did that, as the code will use
> make-network-process when available ...
It is well tested under both 21.3 and emacs-cvs (22). I'll update
this text, or should I just remove it?
>> (require 'cl)
>
> Do you really require cl at runtime or just at compile time?
How can I find out? If I only use macros from the cl package? I must
admit I don't really understand when to use (eval-when-compile
(require 'cl)) and simply (require 'cl).
Thanks for your comments.
Ryan
- Re: rcirc.el, (continued)
- Re: rcirc.el, Richard M. Stallman, 2005/10/19
- Re: rcirc.el, Richard M. Stallman, 2005/10/18
- Re: rcirc.el, Ryan Yeske, 2005/10/19
- Re: rcirc.el, Richard M. Stallman, 2005/10/19
- Re: rcirc.el, Ryan Yeske, 2005/10/19
- Re: rcirc.el, Richard M. Stallman, 2005/10/20
- Re: rcirc.el, Romain Francoise, 2005/10/20
- Re: rcirc.el, Henrik Enberg, 2005/10/20
- Re: rcirc.el, Romain Francoise, 2005/10/20
Re: rcirc.el, Kim F. Storm, 2005/10/10
- Re: rcirc.el,
Ryan Yeske <=
Re: rcirc.el, Stefan Monnier, 2005/10/10
Re: rcirc.el, Richard M. Stallman, 2005/10/10