all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Best irc client for non geek
Date: Sat, 05 Jul 2014 10:20:18 -0700	[thread overview]
Message-ID: <87mwcnhgdp.fsf@ericabrahamsen.net> (raw)
In-Reply-To: alpine.DEB.2.10.1407051039030.4084@james

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




      parent reply	other threads:[~2014-07-05 17:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mwcnhgdp.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.