all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: How to IRC?
Date: Fri, 04 Dec 2015 01:55:07 +0100	[thread overview]
Message-ID: <878u5buj6c.fsf@debian.uxu> (raw)
In-Reply-To: 87si3jplp3.fsf@kuiper.lan.informatimago.com

"Pascal J. Bourguignon" <pjb@informatimago.com>
writes:

> So once you've installed it

You don't need to install it, but I suspect this
wasn't always the case.

> M-x erc-select RET irc.freenode.org RET marcin RET
> RET wait for the connection, then in the
> irc.freenode.org buffer, /join #emacs RET and start
> to chat.
>
> You can customize erc to store the default irc
> server, nickname, password, and a list of channels
> you'd want to join automatically.
>
> M-x customize-group RET erc RET

Or you can do it straight with Elisp:

    (setq erc-server "irc.freenode.net")
    (setq erc-port   6667)

    (setq erc-nick            user-login-name)
    (setq erc-user-full-name  user-login-name)

    (erc)

-- 
underground experts united
http://user.it.uu.se/~embe8573




  reply	other threads:[~2015-12-04  0:55 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 [this message]
2015-12-04 22:03 ` B. T. Raven
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=878u5buj6c.fsf@debian.uxu \
    --to=embe8573@student.uu.se \
    --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.