* Best irc client for non geek
@ 2014-07-05 9:51 James Freer
2014-07-05 14:40 ` Sharon Kimble
2014-07-05 17:20 ` Eric Abrahamsen
0 siblings, 2 replies; 3+ messages in thread
From: James Freer @ 2014-07-05 9:51 UTC (permalink / raw)
To: help-gnu-emacs
I have just been reading into the various possibilities. Basically I am seeking
to use something simple like xchat, easy to set up and use. I thought rcirc was
perhaps what I was looking for - erc seems the main app but I think I would
find its setting up a bit much.
james
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Best irc client for non geek
2014-07-05 9:51 Best irc client for non geek James Freer
@ 2014-07-05 14:40 ` Sharon Kimble
2014-07-05 17:20 ` Eric Abrahamsen
1 sibling, 0 replies; 3+ messages in thread
From: Sharon Kimble @ 2014-07-05 14:40 UTC (permalink / raw)
To: James Freer; +Cc: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 717 bytes --]
James Freer <jessejazza3.uk@gmail.com> writes:
> I have just been reading into the various possibilities. Basically I
> am seeking to use something simple like xchat, easy to set up and
> use. I thought rcirc was perhaps what I was looking for - erc seems
> the main app but I think I would find its setting up a bit much.
>
> james
>
Save your poor emacs and try "hexchat". Its in active development, which
xchat isn't, and is very stable. I've been using it now for several
years with no problems at all.
Sharon.
--
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.3.92.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Best irc client for non geek
2014-07-05 9:51 Best irc client for non geek James Freer
2014-07-05 14:40 ` Sharon Kimble
@ 2014-07-05 17:20 ` Eric Abrahamsen
1 sibling, 0 replies; 3+ messages in thread
From: Eric Abrahamsen @ 2014-07-05 17:20 UTC (permalink / raw)
To: help-gnu-emacs
James Freer <jessejazza3.uk@gmail.com> writes:
> I have just been reading into the various possibilities. Basically I
> am seeking to use something simple like xchat, easy to set up and use.
> I thought rcirc was perhaps what I was looking for - erc seems the
> main app but I think I would find its setting up a bit much.
>
> james
I don't think erc *needs* to be a pain to set up. It can do a million
things, but I don't think you're required to do any of them. This is the
sum total of my erc-related init code:
(defun my-freenode ()
(interactive)
(require 'erc)
(erc-tls :server "chat.freenode.net"
:port 6697
:nick "girzel"
:password "password"))
(eval-after-load "erc" '(require 'erc-dcc))
And I don't even use the dcc stuff.
Eric
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-05 17:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-05 9:51 Best irc client for non geek James Freer
2014-07-05 14:40 ` Sharon Kimble
2014-07-05 17:20 ` Eric Abrahamsen
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).