all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. T. Raven" <btraven@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: How to IRC?
Date: Fri, 4 Dec 2015 16:03:30 -0600	[thread overview]
Message-ID: <n3t2ml02nsd@news6.newsguy.com> (raw)
In-Reply-To: <mailman.1218.1449153433.31583.help-gnu-emacs@gnu.org>

On 12/3/2015 8:36 AM, Marcin Borkowski wrote:
> Hi all,
>
> I'm an (almost) complete newbie wrt IRC.  How do I start?  The EmacsWiki
> page is basically a bunch of people stating that ERC is great.  That is
> cool, but I'd like to learn how to use that (I found some general IRC
> links there, so that part can be considered solved) and choose an
> (Emacs-based, of course) IRC client.  What are the differences bewteen
> (many) existing clients?  Any hints which might help me decide?
>
> TIA,
>


I found these related lines in my .emacs:


(defalias 'irc 'erc) ;; so M-x irc loads the erc chat module

through Customize set these; substitute your own servers, channels, etc.

  '(erc-autojoin-channels-alist (quote (("dal.net") ("freenode.net" 
"#emacs"))))
  '(erc-manual-set-nick-on-bad-nick-p t)
  '(erc-modules (quote (autojoin button completion fill irccontrols 
match menu netsplit noncommands readonly ring stamp)))
  '(erc-nick "yournick")
  '(erc-pcomplete-mode t)
  '(erc-port 6667)
  '(erc-server "irc.dal.net") ;; or your own
  '(erc-stamp-mode t)
  '(erc-truncate-mode t)

the Emacs rcirc module might be easier to use but it's less capable than erc

Anyway, wait for more authoritative suggestions. Often I have to fall 
back on Chatzilla or another client when dal.net won't connect. I don't 
know if the problem is in one of my Emacs settings or what.

hth,

Ed


  parent reply	other threads:[~2015-12-04 22:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1218.1449153433.31583.help-gnu-emacs@gnu.org>
2015-12-03 15:59 ` How to IRC? Pascal J. Bourguignon
2015-12-04  0:55   ` Emanuel Berg
2015-12-04 22:03 ` B. T. Raven [this message]
2015-12-05  1:57   ` Emanuel Berg
2015-12-16 15:34     ` Nicolas Richard
2015-12-17  1:04       ` Emanuel Berg
     [not found]     ` <mailman.17.1450280146.843.help-gnu-emacs@gnu.org>
2015-12-17  2:20       ` B. T. Raven
2015-12-17  2:57         ` Emanuel Berg
2015-12-03 14:36 Marcin Borkowski
2015-12-03 15:58 ` Aurélien Aptel
2015-12-03 16:18   ` Teemu Likonen
2015-12-03 18:13     ` Marcin Borkowski
2015-12-03 18:22       ` Teemu Likonen
2015-12-03 20:15         ` Marcin Borkowski
2015-12-03 22:05           ` Teemu Likonen
2015-12-04 11:46       ` Jude DaShiell
2015-12-04  0:50     ` Emanuel Berg
2015-12-04  0:45 ` Emanuel Berg
2015-12-10  4:23 ` Shakthi Kannan

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=n3t2ml02nsd@news6.newsguy.com \
    --to=btraven@nihilo.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.