help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to IRC?


From: Emanuel Berg
Subject: Re: How to IRC?
Date: Fri, 04 Dec 2015 01:55:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

"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 via email to

[Prev in Thread] Current Thread [Next in Thread]