Gnus development mailing list
 help / color / mirror / Atom feed
From: luis fernandes <elf@ee.ryerson.ca>
Subject: Invitation to chat about Emacs and Gnus
Date: Thu, 12 Jun 2003 08:02:51 -0400	[thread overview]
Message-ID: <16104.27627.817627.467439@gargle.gargle.HOWL> (raw)

This is an invitation to join the Emacs and Gnus channels on IRC. I
personally hangout on #emacs. We sometimes get Gnus questions on
#emacs because #gnus is empty (#emacs is never empty) so I thought
I'd invite some more warm bodies to loiter on either (or both
channels).

The topics for discussion are generally movies (recently, the latest
Matrix), Unix, Windows (mostly complaints), LaTeX, PS2, Xbox,
girlfriends, vi, math (calculus, algebra), food, beer, lisp, perl,
python, java, and occasionally Emacs.

Your conversation may be recorded for prosterity on the Emacs wiki:

	http://www.emacswiki.org/cgi-bin/wiki.pl?EmacsChannelQuotes

I use ERC (Emacs IRC client) from http://erc.sf.net.

Add this to your .emacs (or .ercrc):

---------------
(setq erc-server "irc.freenode.net"        ; server
	  erc-port 6667                        ; port
	  erc-nick "elf"                       ; your nick
	  erc-user-full-name "luis fernandes"  ; your fullname
	  erc-prompt-for-password nil)

;; automatically join channels when we start-up
(require 'erc-autojoin) (erc-autojoin-mode 1)
(setq erc-autojoin-channels-alist
	  '(("freenode.net" "#zsh" "#emacs" "#solaris")))
---------------

Then M-x erc-select RET RET RET

To exit a single channel, you type /leave; to quit completely it's /quit.







             reply	other threads:[~2003-06-12 12:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-12 12:02 luis fernandes [this message]
2003-06-12 22:55 ` Xavier Maillard

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=16104.27627.817627.467439@gargle.gargle.HOWL \
    --to=elf@ee.ryerson.ca \
    /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.
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 NNTP newsgroup(s).